From 086277e5ed1bd3f96a02619fb1081b2ce37f8b04 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Tue, 5 Sep 2023 16:03:02 +0000 Subject: [PATCH 1/2] Weekly OpenApiDocs Download. --- openApiDocs/beta/Applications.yml | 143 +++++++ openApiDocs/beta/Bookings.yml | 15 +- openApiDocs/beta/Calendar.yml | 360 +++++++++--------- openApiDocs/beta/CloudCommunications.yml | 28 +- openApiDocs/beta/Compliance.yml | 149 ++++++++ openApiDocs/beta/CrossDeviceExperiences.yml | 137 +++++++ openApiDocs/beta/DeviceManagement.Actions.yml | 281 ++++++++++---- .../beta/DeviceManagement.Administration.yml | 140 +++++++ .../beta/DeviceManagement.Enrollment.yml | 74 +++- openApiDocs/beta/DeviceManagement.yml | 205 +++++++++- openApiDocs/beta/Devices.CloudPrint.yml | 137 +++++++ .../beta/Devices.CorporateManagement.yml | 163 +++++++- openApiDocs/beta/Education.yml | 143 ++++++- openApiDocs/beta/Files.yml | 155 +++++++- openApiDocs/beta/Groups.yml | 223 +++++++++-- .../beta/Identity.DirectoryManagement.yml | 328 ++++++++++++++-- openApiDocs/beta/Identity.Governance.yml | 169 +++++++- openApiDocs/beta/Identity.SignIns.yml | 179 ++++++++- openApiDocs/beta/Mail.yml | 34 +- openApiDocs/beta/ManagedTenants.yml | 3 + openApiDocs/beta/People.yml | 3 + openApiDocs/beta/Planner.yml | 3 + openApiDocs/beta/Reports.yml | 12 + openApiDocs/beta/Search.yml | 42 +- openApiDocs/beta/Security.yml | 225 ++++++++++- openApiDocs/beta/Sites.yml | 137 +++++++ openApiDocs/beta/Teams.yml | 272 ++++++++++--- openApiDocs/beta/Users.Actions.yml | 257 ++++++++++--- openApiDocs/beta/Users.Functions.yml | 149 +++++++- openApiDocs/beta/Users.yml | 140 +++++++ openApiDocs/beta/WindowsUpdates.yml | 26 +- openApiDocs/v1.0/Applications.yml | 42 +- openApiDocs/v1.0/Bookings.yml | 2 +- openApiDocs/v1.0/Calendar.yml | 104 ++--- openApiDocs/v1.0/ChangeNotifications.yml | 2 +- openApiDocs/v1.0/Compliance.yml | 7 +- openApiDocs/v1.0/CrossDeviceExperiences.yml | 6 +- .../v1.0/DeviceManagement.Administration.yml | 20 +- .../v1.0/DeviceManagement.Enrollment.yml | 20 +- openApiDocs/v1.0/DeviceManagement.yml | 65 ++-- openApiDocs/v1.0/Devices.CloudPrint.yml | 42 +- .../v1.0/Devices.CorporateManagement.yml | 138 ++++--- openApiDocs/v1.0/DirectoryObjects.yml | 2 +- openApiDocs/v1.0/Education.yml | 42 +- .../v1.0/Identity.DirectoryManagement.yml | 34 +- openApiDocs/v1.0/Identity.Governance.yml | 38 ++ openApiDocs/v1.0/Identity.Partner.yml | 2 +- openApiDocs/v1.0/Identity.SignIns.yml | 78 +++- openApiDocs/v1.0/Mail.yml | 56 +-- openApiDocs/v1.0/Notes.yml | 2 +- openApiDocs/v1.0/People.yml | 2 +- openApiDocs/v1.0/PersonalContacts.yml | 2 +- openApiDocs/v1.0/Planner.yml | 2 +- openApiDocs/v1.0/Reports.yml | 2 +- openApiDocs/v1.0/SchemaExtensions.yml | 2 +- openApiDocs/v1.0/Search.yml | 3 + openApiDocs/v1.0/Security.yml | 7 +- openApiDocs/v1.0/Teams.yml | 150 +++++--- openApiDocs/v1.0/Users.Functions.yml | 7 +- openApiDocs/v1.0/Users.yml | 40 +- 60 files changed, 4372 insertions(+), 879 deletions(-) diff --git a/openApiDocs/beta/Applications.yml b/openApiDocs/beta/Applications.yml index ce913a7388e..94e261d12f3 100644 --- a/openApiDocs/beta/Applications.yml +++ b/openApiDocs/beta/Applications.yml @@ -29174,6 +29174,9 @@ components: - Full - ForceDeletes type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.synchronizationSecret: title: synchronizationSecret enum: @@ -29278,6 +29281,9 @@ components: - ReferenceAttributes - UnknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectDefinition: title: objectDefinition type: object @@ -30228,6 +30234,9 @@ components: - rsaSha1 - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.resourceAccess: title: resourceAccess type: object @@ -33000,6 +33009,8 @@ components: type: string description: ELAM provides protection for the computers in your network when they start up nullable: true + firmwareProtection: + $ref: '#/components/schemas/microsoft.graph.firmwareProtectionType' healthAttestationSupportedStatus: type: string description: This attribute indicates if DHA is supported for the device @@ -33017,6 +33028,10 @@ components: type: string description: The Timestamp of the last update. nullable: true + memoryAccessProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + memoryIntegrityProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' operatingSystemKernelDebugging: type: string description: 'When operatingSystemKernelDebugging is enabled, the device is used in development and testing' @@ -33053,6 +33068,10 @@ components: type: string description: Fingerprint of the Custom Secure Boot Configuration Policy nullable: true + securedCorePC: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + systemManagementMode: + $ref: '#/components/schemas/microsoft.graph.systemManagementModeLevel' testSigning: type: string description: 'When test signing is allowed, the device does not enforce signature validation during boot' @@ -33061,6 +33080,8 @@ components: type: string description: The security version number of the Boot Application nullable: true + virtualizationBasedSecurity: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' virtualSecureMode: type: string description: VSM is a container that protects high value assets from a compromised kernel @@ -37846,6 +37867,9 @@ components: - teamwork - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.applicationMode: title: applicationMode enum: @@ -40137,6 +40161,89 @@ components: - value: communicationError description: 'The configuration manager agent was able to reach the configuration manager service in the past but is now no longer able to. ' name: communicationError + microsoft.graph.firmwareProtectionType: + title: firmwareProtectionType + enum: + - notApplicable + - systemGuardSecureLaunch + - firmwareAttackSurfaceReduction + - disabled + - unknownFutureValue + type: string + description: A list of possible Firmware protection type for a device. Firmware protection is a set of features that helps to ensure attackers can't get your device to start with untrusted or malicious firmware. Firmware protection type is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "systemGuardSecureLaunch" or "firmwareAttackSurfaceReduction" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: firmwareProtectionType + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: systemGuardSecureLaunch + description: Indicates that System Guard Secure Launch is enabled for Firmware protection. + name: systemGuardSecureLaunch + - value: firmwareAttackSurfaceReduction + description: Indicates that Firmware Attack Surface Reduction is enabled for Firmware protection. This is only applicable to Surface devices. + name: firmwareAttackSurfaceReduction + - value: disabled + description: Indicates that the device has Firmware protection disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.azureAttestationSettingStatus: + title: azureAttestationSettingStatus + enum: + - notApplicable + - enabled + - disabled + - unknownFutureValue + type: string + description: A list of possible Azure Attestation states for a device. Azure Attestation setting status is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "enabled" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: azureAttestationSettingStatus + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: enabled + description: Indicates that the device has the Azure attestation setting enabled. + name: enabled + - value: disabled + description: Indicates that the device has the Azure attestation setting disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.systemManagementModeLevel: + title: systemManagementModeLevel + enum: + - notApplicable + - level1 + - level2 + - level3 + - unknownFutureValue + type: string + description: 'A list of possible System Management Mode levels for a device. System Management Mode levels is determined by report sent from Microsoft Azure Attestation service. Only specific hardwares support System Management Mode. Windows 11 devices will have values "notApplicable", "level1", "level2" or "level3". Windows 10 devices will have value "notApplicable".' + x-ms-enum: + name: systemManagementModeLevel + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device does not have Firmware protection (System Management Mode) enabled. + name: notApplicable + - value: level1 + description: Indicates that deny System Management Mode (SMM) read/write access to OS and Virtualization-based security (VBS) memory. The benefit is that by design System Management Mode (SMM) cannot modify security of or exfiltrate secrets from the OS (including Virtualization-based security). + name: level1 + - value: level2 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 1 protections, this level prevents System Management Mode (SMM) from tampering with Input-Output Memory Management Unit (IOMMU) config. The benefit is that by design System Management Mode (SMM) cannot disable Virtualization-based security (VBS) and kernel Direct memory access (DMA) protections.' + name: level2 + - value: level3 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 2 protections, this level reduces System Management Mode (SMM) save state capabilities. The benefit is that by design System Management Mode (SMM) cannot exploit save state to modify security of or exfiltrate secrets from the OS (including Virtualization-based security).' + name: level3 + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.deviceGuardLocalSystemAuthorityCredentialGuardState: title: deviceGuardLocalSystemAuthorityCredentialGuardState enum: @@ -40795,6 +40902,9 @@ components: - critical type: string description: Computer endpoint protection state + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDeviceHealthState modelAsString: false @@ -40848,6 +40958,9 @@ components: - windowsSModeSignaturesInUseOnNonWin10SInstall type: string description: Product Status of Windows Defender + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDefenderProductStatus modelAsString: false @@ -41242,6 +41355,9 @@ components: - checklistCompletion - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.plannerAssignedToTaskBoardTaskFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.plannerDelta' @@ -42882,6 +42998,9 @@ components: - Update - Delete type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectMappingMetadataEntry: title: objectMappingMetadataEntry type: object @@ -44300,6 +44419,9 @@ components: - indirect - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.accessReviewNotificationRecipientScope: title: accessReviewNotificationRecipientScope type: object @@ -45128,6 +45250,9 @@ components: - everyone - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.inferenceData: title: inferenceData type: object @@ -45267,6 +45392,9 @@ components: - personal - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.teamsAppAuthorization: title: teamsAppAuthorization type: object @@ -45324,6 +45452,9 @@ components: - actionUndefined - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: @@ -45332,6 +45463,9 @@ components: - blockAccess - blockAccessExternal type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationPolicyTip: title: chatMessagePolicyViolationPolicyTip type: object @@ -45359,6 +45493,9 @@ components: - override - reportFalsePositive type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationVerdictDetailsTypes: title: chatMessagePolicyViolationVerdictDetailsTypes enum: @@ -45367,6 +45504,9 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessageReactionIdentitySet: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -45520,6 +45660,9 @@ components: - manager - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.timeCardEntry: title: timeCardEntry type: object diff --git a/openApiDocs/beta/Bookings.yml b/openApiDocs/beta/Bookings.yml index 17b73bb175d..50dc6cf7562 100644 --- a/openApiDocs/beta/Bookings.yml +++ b/openApiDocs/beta/Bookings.yml @@ -7784,11 +7784,11 @@ paths: delete: tags: - solutions.virtualEventsRoot - summary: Delete meetingRegistration - description: Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer. + summary: Delete externalMeetingRegistration + description: Disable and delete the externalMeetingRegistration of an onlineMeeting. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/externalmeetingregistration-delete?view=graph-rest-1.0 operationId: solution.virtualEvent.event.session_DeleteRegistration parameters: - name: virtualEvent-id @@ -13299,11 +13299,11 @@ paths: delete: tags: - solutions.virtualEventsRoot - summary: Delete meetingRegistration - description: Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer. + summary: Delete externalMeetingRegistration + description: Disable and delete the externalMeetingRegistration of an onlineMeeting. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/externalmeetingregistration-delete?view=graph-rest-1.0 operationId: solution.virtualEvent.webinar.session_DeleteRegistration parameters: - name: virtualEventWebinar-id @@ -17253,6 +17253,9 @@ components: - checklistCompletion - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.plannerChecklistRequirement: title: plannerChecklistRequirement type: object diff --git a/openApiDocs/beta/Calendar.yml b/openApiDocs/beta/Calendar.yml index be57fd5ccab..bec77aaed41 100644 --- a/openApiDocs/beta/Calendar.yml +++ b/openApiDocs/beta/Calendar.yml @@ -738,10 +738,10 @@ paths: tags: - groups.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: group.calendar.calendarView_CreateAttachment parameters: - name: group-id @@ -782,7 +782,7 @@ paths: tags: - groups.calendar summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -1431,10 +1431,10 @@ paths: tags: - groups.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: group.calendar.calendarView.exceptionOccurrence_CreateAttachment parameters: - name: group-id @@ -1483,7 +1483,7 @@ paths: tags: - groups.calendar summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -2539,10 +2539,10 @@ paths: tags: - groups.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: group.calendar.calendarView.exceptionOccurrence.instance_CreateAttachment parameters: - name: group-id @@ -2599,7 +2599,7 @@ paths: tags: - groups.calendar summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -4081,10 +4081,10 @@ paths: tags: - groups.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: group.calendar.calendarView.instance_CreateAttachment parameters: - name: group-id @@ -4133,7 +4133,7 @@ paths: tags: - groups.calendar summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -4838,10 +4838,10 @@ paths: tags: - groups.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: group.calendar.calendarView.instance.exceptionOccurrence_CreateAttachment parameters: - name: group-id @@ -4898,7 +4898,7 @@ paths: tags: - groups.calendar summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -6539,10 +6539,10 @@ paths: tags: - groups.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: group.calendar.event_CreateAttachment parameters: - name: group-id @@ -6583,7 +6583,7 @@ paths: tags: - groups.calendar summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -7232,10 +7232,10 @@ paths: tags: - groups.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: group.calendar.event.exceptionOccurrence_CreateAttachment parameters: - name: group-id @@ -7284,7 +7284,7 @@ paths: tags: - groups.calendar summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -8340,10 +8340,10 @@ paths: tags: - groups.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: group.calendar.event.exceptionOccurrence.instance_CreateAttachment parameters: - name: group-id @@ -8400,7 +8400,7 @@ paths: tags: - groups.calendar summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -9882,10 +9882,10 @@ paths: tags: - groups.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: group.calendar.event.instance_CreateAttachment parameters: - name: group-id @@ -9934,7 +9934,7 @@ paths: tags: - groups.calendar summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -10639,10 +10639,10 @@ paths: tags: - groups.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: group.calendar.event.instance.exceptionOccurrence_CreateAttachment parameters: - name: group-id @@ -10699,7 +10699,7 @@ paths: tags: - groups.calendar summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -12226,10 +12226,10 @@ paths: tags: - groups.event summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: group.calendarView_CreateAttachment parameters: - name: group-id @@ -12270,7 +12270,7 @@ paths: tags: - groups.event summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -12919,10 +12919,10 @@ paths: tags: - groups.event summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: group.calendarView.exceptionOccurrence_CreateAttachment parameters: - name: group-id @@ -12971,7 +12971,7 @@ paths: tags: - groups.event summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -14027,10 +14027,10 @@ paths: tags: - groups.event summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: group.calendarView.exceptionOccurrence.instance_CreateAttachment parameters: - name: group-id @@ -14087,7 +14087,7 @@ paths: tags: - groups.event summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -15569,10 +15569,10 @@ paths: tags: - groups.event summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: group.calendarView.instance_CreateAttachment parameters: - name: group-id @@ -15621,7 +15621,7 @@ paths: tags: - groups.event summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -16326,10 +16326,10 @@ paths: tags: - groups.event summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: group.calendarView.instance.exceptionOccurrence_CreateAttachment parameters: - name: group-id @@ -16386,7 +16386,7 @@ paths: tags: - groups.event summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -18000,10 +18000,10 @@ paths: tags: - groups.event summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: group.event_CreateAttachment parameters: - name: group-id @@ -18044,7 +18044,7 @@ paths: tags: - groups.event summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -18693,10 +18693,10 @@ paths: tags: - groups.event summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: group.event.exceptionOccurrence_CreateAttachment parameters: - name: group-id @@ -18745,7 +18745,7 @@ paths: tags: - groups.event summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -19801,10 +19801,10 @@ paths: tags: - groups.event summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: group.event.exceptionOccurrence.instance_CreateAttachment parameters: - name: group-id @@ -19861,7 +19861,7 @@ paths: tags: - groups.event summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -21343,10 +21343,10 @@ paths: tags: - groups.event summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: group.event.instance_CreateAttachment parameters: - name: group-id @@ -21395,7 +21395,7 @@ paths: tags: - groups.event summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -22100,10 +22100,10 @@ paths: tags: - groups.event summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: group.event.instance.exceptionOccurrence_CreateAttachment parameters: - name: group-id @@ -22160,7 +22160,7 @@ paths: tags: - groups.event summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -24390,10 +24390,10 @@ paths: tags: - users.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendar.calendarView_CreateAttachment parameters: - name: user-id @@ -24434,7 +24434,7 @@ paths: tags: - users.calendar summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -25083,10 +25083,10 @@ paths: tags: - users.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendar.calendarView.exceptionOccurrence_CreateAttachment parameters: - name: user-id @@ -25135,7 +25135,7 @@ paths: tags: - users.calendar summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -26191,10 +26191,10 @@ paths: tags: - users.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendar.calendarView.exceptionOccurrence.instance_CreateAttachment parameters: - name: user-id @@ -26251,7 +26251,7 @@ paths: tags: - users.calendar summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -27733,10 +27733,10 @@ paths: tags: - users.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendar.calendarView.instance_CreateAttachment parameters: - name: user-id @@ -27785,7 +27785,7 @@ paths: tags: - users.calendar summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -28490,10 +28490,10 @@ paths: tags: - users.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendar.calendarView.instance.exceptionOccurrence_CreateAttachment parameters: - name: user-id @@ -28550,7 +28550,7 @@ paths: tags: - users.calendar summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -30191,10 +30191,10 @@ paths: tags: - users.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendar.event_CreateAttachment parameters: - name: user-id @@ -30235,7 +30235,7 @@ paths: tags: - users.calendar summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -30884,10 +30884,10 @@ paths: tags: - users.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendar.event.exceptionOccurrence_CreateAttachment parameters: - name: user-id @@ -30936,7 +30936,7 @@ paths: tags: - users.calendar summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -31992,10 +31992,10 @@ paths: tags: - users.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendar.event.exceptionOccurrence.instance_CreateAttachment parameters: - name: user-id @@ -32052,7 +32052,7 @@ paths: tags: - users.calendar summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -33534,10 +33534,10 @@ paths: tags: - users.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendar.event.instance_CreateAttachment parameters: - name: user-id @@ -33586,7 +33586,7 @@ paths: tags: - users.calendar summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -34291,10 +34291,10 @@ paths: tags: - users.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendar.event.instance.exceptionOccurrence_CreateAttachment parameters: - name: user-id @@ -34351,7 +34351,7 @@ paths: tags: - users.calendar summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -36811,10 +36811,10 @@ paths: tags: - users.calendarGroup summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendarGroup.calendar.calendarView_CreateAttachment parameters: - name: user-id @@ -36871,7 +36871,7 @@ paths: tags: - users.calendarGroup summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -37632,10 +37632,10 @@ paths: tags: - users.calendarGroup summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_CreateAttachment parameters: - name: user-id @@ -37700,7 +37700,7 @@ paths: tags: - users.calendarGroup summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -38964,10 +38964,10 @@ paths: tags: - users.calendarGroup summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_CreateAttachment parameters: - name: user-id @@ -39040,7 +39040,7 @@ paths: tags: - users.calendarGroup summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -40858,10 +40858,10 @@ paths: tags: - users.calendarGroup summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendarGroup.calendar.calendarView.instance_CreateAttachment parameters: - name: user-id @@ -40926,7 +40926,7 @@ paths: tags: - users.calendarGroup summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -41743,10 +41743,10 @@ paths: tags: - users.calendarGroup summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_CreateAttachment parameters: - name: user-id @@ -41819,7 +41819,7 @@ paths: tags: - users.calendarGroup summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -43860,10 +43860,10 @@ paths: tags: - users.calendarGroup summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendarGroup.calendar.event_CreateAttachment parameters: - name: user-id @@ -43920,7 +43920,7 @@ paths: tags: - users.calendarGroup summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -44681,10 +44681,10 @@ paths: tags: - users.calendarGroup summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendarGroup.calendar.event.exceptionOccurrence_CreateAttachment parameters: - name: user-id @@ -44749,7 +44749,7 @@ paths: tags: - users.calendarGroup summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -46013,10 +46013,10 @@ paths: tags: - users.calendarGroup summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_CreateAttachment parameters: - name: user-id @@ -46089,7 +46089,7 @@ paths: tags: - users.calendarGroup summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -47907,10 +47907,10 @@ paths: tags: - users.calendarGroup summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendarGroup.calendar.event.instance_CreateAttachment parameters: - name: user-id @@ -47975,7 +47975,7 @@ paths: tags: - users.calendarGroup summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -48792,10 +48792,10 @@ paths: tags: - users.calendarGroup summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_CreateAttachment parameters: - name: user-id @@ -48868,7 +48868,7 @@ paths: tags: - users.calendarGroup summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -51400,10 +51400,10 @@ paths: tags: - users.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendar.calendarView_CreateAttachment parameters: - name: user-id @@ -51452,7 +51452,7 @@ paths: tags: - users.calendar summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -52157,10 +52157,10 @@ paths: tags: - users.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendar.calendarView.exceptionOccurrence_CreateAttachment parameters: - name: user-id @@ -52217,7 +52217,7 @@ paths: tags: - users.calendar summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -53377,10 +53377,10 @@ paths: tags: - users.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendar.calendarView.exceptionOccurrence.instance_CreateAttachment parameters: - name: user-id @@ -53445,7 +53445,7 @@ paths: tags: - users.calendar summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -55095,10 +55095,10 @@ paths: tags: - users.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendar.calendarView.instance_CreateAttachment parameters: - name: user-id @@ -55155,7 +55155,7 @@ paths: tags: - users.calendar summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -55916,10 +55916,10 @@ paths: tags: - users.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendar.calendarView.instance.exceptionOccurrence_CreateAttachment parameters: - name: user-id @@ -55984,7 +55984,7 @@ paths: tags: - users.calendar summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -57825,10 +57825,10 @@ paths: tags: - users.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendar.event_CreateAttachment parameters: - name: user-id @@ -57877,7 +57877,7 @@ paths: tags: - users.calendar summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -58582,10 +58582,10 @@ paths: tags: - users.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendar.event.exceptionOccurrence_CreateAttachment parameters: - name: user-id @@ -58642,7 +58642,7 @@ paths: tags: - users.calendar summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -59802,10 +59802,10 @@ paths: tags: - users.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendar.event.exceptionOccurrence.instance_CreateAttachment parameters: - name: user-id @@ -59870,7 +59870,7 @@ paths: tags: - users.calendar summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -61520,10 +61520,10 @@ paths: tags: - users.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendar.event.instance_CreateAttachment parameters: - name: user-id @@ -61580,7 +61580,7 @@ paths: tags: - users.calendar summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -62341,10 +62341,10 @@ paths: tags: - users.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendar.event.instance.exceptionOccurrence_CreateAttachment parameters: - name: user-id @@ -62409,7 +62409,7 @@ paths: tags: - users.calendar summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -64147,10 +64147,10 @@ paths: tags: - users.event summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendarView_CreateAttachment parameters: - name: user-id @@ -64191,7 +64191,7 @@ paths: tags: - users.event summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -64840,10 +64840,10 @@ paths: tags: - users.event summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendarView.exceptionOccurrence_CreateAttachment parameters: - name: user-id @@ -64892,7 +64892,7 @@ paths: tags: - users.event summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -65948,10 +65948,10 @@ paths: tags: - users.event summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendarView.exceptionOccurrence.instance_CreateAttachment parameters: - name: user-id @@ -66008,7 +66008,7 @@ paths: tags: - users.event summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -67490,10 +67490,10 @@ paths: tags: - users.event summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendarView.instance_CreateAttachment parameters: - name: user-id @@ -67542,7 +67542,7 @@ paths: tags: - users.event summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -68247,10 +68247,10 @@ paths: tags: - users.event summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendarView.instance.exceptionOccurrence_CreateAttachment parameters: - name: user-id @@ -68307,7 +68307,7 @@ paths: tags: - users.event summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -69959,10 +69959,10 @@ paths: tags: - users.event summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.event_CreateAttachment parameters: - name: user-id @@ -70003,7 +70003,7 @@ paths: tags: - users.event summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -70652,10 +70652,10 @@ paths: tags: - users.event summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.event.exceptionOccurrence_CreateAttachment parameters: - name: user-id @@ -70704,7 +70704,7 @@ paths: tags: - users.event summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -71760,10 +71760,10 @@ paths: tags: - users.event summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.event.exceptionOccurrence.instance_CreateAttachment parameters: - name: user-id @@ -71820,7 +71820,7 @@ paths: tags: - users.event summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -73302,10 +73302,10 @@ paths: tags: - users.event summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.event.instance_CreateAttachment parameters: - name: user-id @@ -73354,7 +73354,7 @@ paths: tags: - users.event summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -74059,10 +74059,10 @@ paths: tags: - users.event summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.event.instance.exceptionOccurrence_CreateAttachment parameters: - name: user-id @@ -74119,7 +74119,7 @@ paths: tags: - users.event summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 diff --git a/openApiDocs/beta/CloudCommunications.yml b/openApiDocs/beta/CloudCommunications.yml index 8f89f4572ea..70edf5d1123 100644 --- a/openApiDocs/beta/CloudCommunications.yml +++ b/openApiDocs/beta/CloudCommunications.yml @@ -3392,10 +3392,10 @@ paths: tags: - communications.Actions summary: Invoke action invite - description: 'Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.' + description: 'Invite participants to the active call. For more information about how to handle operations, see commsOperation.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-1.0 operationId: communication.call.participant_invite parameters: - name: call-id @@ -5717,11 +5717,11 @@ paths: delete: tags: - communications.onlineMeeting - summary: Delete meetingRegistration - description: Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer. + summary: Delete externalMeetingRegistration + description: Disable and delete the externalMeetingRegistration of an onlineMeeting. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/externalmeetingregistration-delete?view=graph-rest-1.0 operationId: communication.onlineMeeting_DeleteRegistration parameters: - name: onlineMeeting-id @@ -9834,11 +9834,11 @@ paths: delete: tags: - users.onlineMeeting - summary: Delete meetingRegistration - description: Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer. + summary: Delete externalMeetingRegistration + description: Disable and delete the externalMeetingRegistration of an onlineMeeting. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/externalmeetingregistration-delete?view=graph-rest-1.0 operationId: user.onlineMeeting_DeleteRegistration parameters: - name: user-id @@ -11046,11 +11046,11 @@ paths: get: tags: - users.presence - summary: 'presence: setStatusMessage' - description: Set a presence status message for a user. An optional expiration date and time can be supplied. + summary: Get presence + description: Get a user's presence information. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0 operationId: user_GetPresence parameters: - name: user-id @@ -13831,12 +13831,18 @@ components: - watermarkProtection - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.onlineMeetingVideoDisabledReason: title: onlineMeetingVideoDisabledReason enum: - watermarkProtection - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple ReferenceNumeric: enum: - '-INF' diff --git a/openApiDocs/beta/Compliance.yml b/openApiDocs/beta/Compliance.yml index 94cf82619c5..d28fee7a9ac 100644 --- a/openApiDocs/beta/Compliance.yml +++ b/openApiDocs/beta/Compliance.yml @@ -12300,6 +12300,9 @@ components: - linkedFiles - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.ediscovery.exportOptions: title: exportOptions enum: @@ -12310,6 +12313,9 @@ components: - tags - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.ediscovery.exportFileStructure: title: exportFileStructure enum: @@ -14118,6 +14124,9 @@ components: - mailbox - site type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.directoryObject: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -14849,6 +14858,9 @@ components: - allCaseNoncustodialDataSources - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.ediscovery.childSelectability: title: childSelectability enum: @@ -22547,6 +22559,8 @@ components: type: string description: ELAM provides protection for the computers in your network when they start up nullable: true + firmwareProtection: + $ref: '#/components/schemas/microsoft.graph.firmwareProtectionType' healthAttestationSupportedStatus: type: string description: This attribute indicates if DHA is supported for the device @@ -22564,6 +22578,10 @@ components: type: string description: The Timestamp of the last update. nullable: true + memoryAccessProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + memoryIntegrityProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' operatingSystemKernelDebugging: type: string description: 'When operatingSystemKernelDebugging is enabled, the device is used in development and testing' @@ -22600,6 +22618,10 @@ components: type: string description: Fingerprint of the Custom Secure Boot Configuration Policy nullable: true + securedCorePC: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + systemManagementMode: + $ref: '#/components/schemas/microsoft.graph.systemManagementModeLevel' testSigning: type: string description: 'When test signing is allowed, the device does not enforce signature validation during boot' @@ -22608,6 +22630,8 @@ components: type: string description: The security version number of the Boot Application nullable: true + virtualizationBasedSecurity: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' virtualSecureMode: type: string description: VSM is a container that protects high value assets from a compromised kernel @@ -26392,6 +26416,9 @@ components: - teamwork - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.applicationMode: title: applicationMode enum: @@ -28735,6 +28762,89 @@ components: - value: communicationError description: 'The configuration manager agent was able to reach the configuration manager service in the past but is now no longer able to. ' name: communicationError + microsoft.graph.firmwareProtectionType: + title: firmwareProtectionType + enum: + - notApplicable + - systemGuardSecureLaunch + - firmwareAttackSurfaceReduction + - disabled + - unknownFutureValue + type: string + description: A list of possible Firmware protection type for a device. Firmware protection is a set of features that helps to ensure attackers can't get your device to start with untrusted or malicious firmware. Firmware protection type is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "systemGuardSecureLaunch" or "firmwareAttackSurfaceReduction" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: firmwareProtectionType + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: systemGuardSecureLaunch + description: Indicates that System Guard Secure Launch is enabled for Firmware protection. + name: systemGuardSecureLaunch + - value: firmwareAttackSurfaceReduction + description: Indicates that Firmware Attack Surface Reduction is enabled for Firmware protection. This is only applicable to Surface devices. + name: firmwareAttackSurfaceReduction + - value: disabled + description: Indicates that the device has Firmware protection disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.azureAttestationSettingStatus: + title: azureAttestationSettingStatus + enum: + - notApplicable + - enabled + - disabled + - unknownFutureValue + type: string + description: A list of possible Azure Attestation states for a device. Azure Attestation setting status is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "enabled" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: azureAttestationSettingStatus + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: enabled + description: Indicates that the device has the Azure attestation setting enabled. + name: enabled + - value: disabled + description: Indicates that the device has the Azure attestation setting disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.systemManagementModeLevel: + title: systemManagementModeLevel + enum: + - notApplicable + - level1 + - level2 + - level3 + - unknownFutureValue + type: string + description: 'A list of possible System Management Mode levels for a device. System Management Mode levels is determined by report sent from Microsoft Azure Attestation service. Only specific hardwares support System Management Mode. Windows 11 devices will have values "notApplicable", "level1", "level2" or "level3". Windows 10 devices will have value "notApplicable".' + x-ms-enum: + name: systemManagementModeLevel + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device does not have Firmware protection (System Management Mode) enabled. + name: notApplicable + - value: level1 + description: Indicates that deny System Management Mode (SMM) read/write access to OS and Virtualization-based security (VBS) memory. The benefit is that by design System Management Mode (SMM) cannot modify security of or exfiltrate secrets from the OS (including Virtualization-based security). + name: level1 + - value: level2 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 1 protections, this level prevents System Management Mode (SMM) from tampering with Input-Output Memory Management Unit (IOMMU) config. The benefit is that by design System Management Mode (SMM) cannot disable Virtualization-based security (VBS) and kernel Direct memory access (DMA) protections.' + name: level2 + - value: level3 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 2 protections, this level reduces System Management Mode (SMM) save state capabilities. The benefit is that by design System Management Mode (SMM) cannot exploit save state to modify security of or exfiltrate secrets from the OS (including Virtualization-based security).' + name: level3 + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.deviceGuardLocalSystemAuthorityCredentialGuardState: title: deviceGuardLocalSystemAuthorityCredentialGuardState enum: @@ -29393,6 +29503,9 @@ components: - critical type: string description: Computer endpoint protection state + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDeviceHealthState modelAsString: false @@ -29446,6 +29559,9 @@ components: - windowsSModeSignaturesInUseOnNonWin10SInstall type: string description: Product Status of Windows Defender + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDefenderProductStatus modelAsString: false @@ -29760,6 +29876,9 @@ components: - checklistCompletion - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.plannerAssignedToTaskBoardTaskFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.plannerDelta' @@ -30786,6 +30905,9 @@ components: - personal - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.teamsAppAuthorization: title: teamsAppAuthorization type: object @@ -30937,6 +31059,9 @@ components: - manager - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.timeCardEntry: title: timeCardEntry type: object @@ -32553,6 +32678,9 @@ components: - indirect - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.accessReviewNotificationRecipientScope: title: accessReviewNotificationRecipientScope type: object @@ -33222,6 +33350,9 @@ components: - everyone - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.inferenceData: title: inferenceData type: object @@ -33353,6 +33484,9 @@ components: - actionUndefined - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: @@ -33361,6 +33495,9 @@ components: - blockAccess - blockAccessExternal type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationPolicyTip: title: chatMessagePolicyViolationPolicyTip type: object @@ -33388,6 +33525,9 @@ components: - override - reportFalsePositive type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationVerdictDetailsTypes: title: chatMessagePolicyViolationVerdictDetailsTypes enum: @@ -33396,6 +33536,9 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessageReactionIdentitySet: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -35953,6 +36096,9 @@ components: - ReferenceAttributes - UnknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectDefinition: title: objectDefinition type: object @@ -36197,6 +36343,9 @@ components: - Update - Delete type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectMappingMetadataEntry: title: objectMappingMetadataEntry type: object diff --git a/openApiDocs/beta/CrossDeviceExperiences.yml b/openApiDocs/beta/CrossDeviceExperiences.yml index 67775de2cee..5347665734c 100644 --- a/openApiDocs/beta/CrossDeviceExperiences.yml +++ b/openApiDocs/beta/CrossDeviceExperiences.yml @@ -14753,6 +14753,8 @@ components: type: string description: ELAM provides protection for the computers in your network when they start up nullable: true + firmwareProtection: + $ref: '#/components/schemas/microsoft.graph.firmwareProtectionType' healthAttestationSupportedStatus: type: string description: This attribute indicates if DHA is supported for the device @@ -14770,6 +14772,10 @@ components: type: string description: The Timestamp of the last update. nullable: true + memoryAccessProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + memoryIntegrityProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' operatingSystemKernelDebugging: type: string description: 'When operatingSystemKernelDebugging is enabled, the device is used in development and testing' @@ -14806,6 +14812,10 @@ components: type: string description: Fingerprint of the Custom Secure Boot Configuration Policy nullable: true + securedCorePC: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + systemManagementMode: + $ref: '#/components/schemas/microsoft.graph.systemManagementModeLevel' testSigning: type: string description: 'When test signing is allowed, the device does not enforce signature validation during boot' @@ -14814,6 +14824,8 @@ components: type: string description: The security version number of the Boot Application nullable: true + virtualizationBasedSecurity: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' virtualSecureMode: type: string description: VSM is a container that protects high value assets from a compromised kernel @@ -20612,6 +20624,9 @@ components: - teamwork - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.applicationMode: title: applicationMode enum: @@ -21377,6 +21392,89 @@ components: - value: communicationError description: 'The configuration manager agent was able to reach the configuration manager service in the past but is now no longer able to. ' name: communicationError + microsoft.graph.firmwareProtectionType: + title: firmwareProtectionType + enum: + - notApplicable + - systemGuardSecureLaunch + - firmwareAttackSurfaceReduction + - disabled + - unknownFutureValue + type: string + description: A list of possible Firmware protection type for a device. Firmware protection is a set of features that helps to ensure attackers can't get your device to start with untrusted or malicious firmware. Firmware protection type is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "systemGuardSecureLaunch" or "firmwareAttackSurfaceReduction" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: firmwareProtectionType + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: systemGuardSecureLaunch + description: Indicates that System Guard Secure Launch is enabled for Firmware protection. + name: systemGuardSecureLaunch + - value: firmwareAttackSurfaceReduction + description: Indicates that Firmware Attack Surface Reduction is enabled for Firmware protection. This is only applicable to Surface devices. + name: firmwareAttackSurfaceReduction + - value: disabled + description: Indicates that the device has Firmware protection disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.azureAttestationSettingStatus: + title: azureAttestationSettingStatus + enum: + - notApplicable + - enabled + - disabled + - unknownFutureValue + type: string + description: A list of possible Azure Attestation states for a device. Azure Attestation setting status is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "enabled" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: azureAttestationSettingStatus + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: enabled + description: Indicates that the device has the Azure attestation setting enabled. + name: enabled + - value: disabled + description: Indicates that the device has the Azure attestation setting disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.systemManagementModeLevel: + title: systemManagementModeLevel + enum: + - notApplicable + - level1 + - level2 + - level3 + - unknownFutureValue + type: string + description: 'A list of possible System Management Mode levels for a device. System Management Mode levels is determined by report sent from Microsoft Azure Attestation service. Only specific hardwares support System Management Mode. Windows 11 devices will have values "notApplicable", "level1", "level2" or "level3". Windows 10 devices will have value "notApplicable".' + x-ms-enum: + name: systemManagementModeLevel + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device does not have Firmware protection (System Management Mode) enabled. + name: notApplicable + - value: level1 + description: Indicates that deny System Management Mode (SMM) read/write access to OS and Virtualization-based security (VBS) memory. The benefit is that by design System Management Mode (SMM) cannot modify security of or exfiltrate secrets from the OS (including Virtualization-based security). + name: level1 + - value: level2 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 1 protections, this level prevents System Management Mode (SMM) from tampering with Input-Output Memory Management Unit (IOMMU) config. The benefit is that by design System Management Mode (SMM) cannot disable Virtualization-based security (VBS) and kernel Direct memory access (DMA) protections.' + name: level2 + - value: level3 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 2 protections, this level reduces System Management Mode (SMM) save state capabilities. The benefit is that by design System Management Mode (SMM) cannot exploit save state to modify security of or exfiltrate secrets from the OS (including Virtualization-based security).' + name: level3 + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.deviceGuardLocalSystemAuthorityCredentialGuardState: title: deviceGuardLocalSystemAuthorityCredentialGuardState enum: @@ -22035,6 +22133,9 @@ components: - critical type: string description: Computer endpoint protection state + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDeviceHealthState modelAsString: false @@ -22088,6 +22189,9 @@ components: - windowsSModeSignaturesInUseOnNonWin10SInstall type: string description: Product Status of Windows Defender + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDefenderProductStatus modelAsString: false @@ -22402,6 +22506,9 @@ components: - checklistCompletion - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.plannerAssignedToTaskBoardTaskFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.plannerDelta' @@ -24327,6 +24434,9 @@ components: - personal - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.teamsAppAuthorization: title: teamsAppAuthorization type: object @@ -24478,6 +24588,9 @@ components: - manager - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.timeCardEntry: title: timeCardEntry type: object @@ -25413,6 +25526,9 @@ components: - indirect - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.accessReviewNotificationRecipientScope: title: accessReviewNotificationRecipientScope type: object @@ -26082,6 +26198,9 @@ components: - everyone - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.inferenceData: title: inferenceData type: object @@ -26213,6 +26332,9 @@ components: - actionUndefined - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: @@ -26221,6 +26343,9 @@ components: - blockAccess - blockAccessExternal type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationPolicyTip: title: chatMessagePolicyViolationPolicyTip type: object @@ -26248,6 +26373,9 @@ components: - override - reportFalsePositive type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationVerdictDetailsTypes: title: chatMessagePolicyViolationVerdictDetailsTypes enum: @@ -26256,6 +26384,9 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessageReactionIdentitySet: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -26874,6 +27005,9 @@ components: - ReferenceAttributes - UnknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectDefinition: title: objectDefinition type: object @@ -28528,6 +28662,9 @@ components: - Update - Delete type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectMappingMetadataEntry: title: objectMappingMetadataEntry type: object diff --git a/openApiDocs/beta/DeviceManagement.Actions.yml b/openApiDocs/beta/DeviceManagement.Actions.yml index 94e244b5176..d53d79a11d7 100644 --- a/openApiDocs/beta/DeviceManagement.Actions.yml +++ b/openApiDocs/beta/DeviceManagement.Actions.yml @@ -6803,78 +6803,6 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - /deviceManagement/reports/microsoft.graph.getAutopilotDeploymentDeviceInformation: - post: - tags: - - deviceManagement.Actions - summary: Invoke action getAutopilotDeploymentDeviceInformation - operationId: deviceManagement.report_getAutopilotDeploymentDeviceInformation - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - name: - type: string - nullable: true - select: - type: array - items: - type: string - nullable: true - search: - type: string - nullable: true - groupBy: - type: array - items: - type: string - nullable: true - orderBy: - type: array - items: - type: string - nullable: true - skip: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 - nullable: true - top: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 - nullable: true - sessionId: - type: string - nullable: true - filter: - type: string - nullable: true - additionalProperties: - type: object - required: true - responses: - 2XX: - description: Success - content: - application/octet-stream: - schema: - type: object - properties: - value: - type: string - format: base64url - nullable: true - additionalProperties: - type: object - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action /deviceManagement/reports/microsoft.graph.getCachedReport: post: tags: @@ -13287,6 +13215,36 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.allowNextEnrollment': + post: + tags: + - deviceManagement.Actions + summary: Invoke action allowNextEnrollment + description: Unblocks next autopilot enrollment. + operationId: deviceManagement.windowsAutopilotDeploymentProfile.assignedDevice_allowNextEnrollment + parameters: + - name: windowsAutopilotDeploymentProfile-id + in: path + description: The unique identifier of windowsAutopilotDeploymentProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsAutopilotDeploymentProfile + - name: windowsAutopilotDeviceIdentity-id + in: path + description: The unique identifier of windowsAutopilotDeviceIdentity + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsAutopilotDeviceIdentity + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.assignResourceAccountToDevice': post: tags: @@ -13583,6 +13541,28 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + '/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.allowNextEnrollment': + post: + tags: + - deviceManagement.Actions + summary: Invoke action allowNextEnrollment + description: Unblocks next autopilot enrollment. + operationId: deviceManagement.windowsAutopilotDeviceIdentity_allowNextEnrollment + parameters: + - name: windowsAutopilotDeviceIdentity-id + in: path + description: The unique identifier of windowsAutopilotDeviceIdentity + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsAutopilotDeviceIdentity + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.assignResourceAccountToDevice': post: tags: @@ -15901,6 +15881,9 @@ components: - singleSignOn - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.cloudPcProvisioningPolicyAssignment: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -16306,6 +16289,9 @@ components: - unknownFutureValue type: string description: Supported platform types. + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: deviceManagementConfigurationPlatforms modelAsString: false @@ -16363,6 +16349,9 @@ components: - unknownFutureValue type: string description: Describes which technology this setting can be deployed with + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: deviceManagementConfigurationTechnologies modelAsString: false @@ -23851,6 +23840,9 @@ components: - replace - execute type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.deviceManagementConfigurationSettingApplicability: title: deviceManagementConfigurationSettingApplicability type: object @@ -23893,7 +23885,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 @@ -23907,6 +23899,9 @@ components: - unknownFutureValue type: string description: Supported setting types + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: deviceManagementConfigurationSettingUsage modelAsString: false @@ -23973,6 +23968,9 @@ components: - unknownFutureValue type: string description: Supported setting types + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: deviceManagementConfigurationSettingVisibility modelAsString: false @@ -27270,6 +27268,8 @@ components: type: string description: ELAM provides protection for the computers in your network when they start up nullable: true + firmwareProtection: + $ref: '#/components/schemas/microsoft.graph.firmwareProtectionType' healthAttestationSupportedStatus: type: string description: This attribute indicates if DHA is supported for the device @@ -27287,6 +27287,10 @@ components: type: string description: The Timestamp of the last update. nullable: true + memoryAccessProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + memoryIntegrityProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' operatingSystemKernelDebugging: type: string description: 'When operatingSystemKernelDebugging is enabled, the device is used in development and testing' @@ -27323,6 +27327,10 @@ components: type: string description: Fingerprint of the Custom Secure Boot Configuration Policy nullable: true + securedCorePC: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + systemManagementMode: + $ref: '#/components/schemas/microsoft.graph.systemManagementModeLevel' testSigning: type: string description: 'When test signing is allowed, the device does not enforce signature validation during boot' @@ -27331,6 +27339,8 @@ components: type: string description: The security version number of the Boot Application nullable: true + virtualizationBasedSecurity: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' virtualSecureMode: type: string description: VSM is a container that protects high value assets from a compromised kernel @@ -31586,6 +31596,9 @@ components: - teamwork - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.applicationMode: title: applicationMode enum: @@ -34135,6 +34148,89 @@ components: - value: communicationError description: 'The configuration manager agent was able to reach the configuration manager service in the past but is now no longer able to. ' name: communicationError + microsoft.graph.firmwareProtectionType: + title: firmwareProtectionType + enum: + - notApplicable + - systemGuardSecureLaunch + - firmwareAttackSurfaceReduction + - disabled + - unknownFutureValue + type: string + description: A list of possible Firmware protection type for a device. Firmware protection is a set of features that helps to ensure attackers can't get your device to start with untrusted or malicious firmware. Firmware protection type is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "systemGuardSecureLaunch" or "firmwareAttackSurfaceReduction" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: firmwareProtectionType + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: systemGuardSecureLaunch + description: Indicates that System Guard Secure Launch is enabled for Firmware protection. + name: systemGuardSecureLaunch + - value: firmwareAttackSurfaceReduction + description: Indicates that Firmware Attack Surface Reduction is enabled for Firmware protection. This is only applicable to Surface devices. + name: firmwareAttackSurfaceReduction + - value: disabled + description: Indicates that the device has Firmware protection disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.azureAttestationSettingStatus: + title: azureAttestationSettingStatus + enum: + - notApplicable + - enabled + - disabled + - unknownFutureValue + type: string + description: A list of possible Azure Attestation states for a device. Azure Attestation setting status is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "enabled" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: azureAttestationSettingStatus + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: enabled + description: Indicates that the device has the Azure attestation setting enabled. + name: enabled + - value: disabled + description: Indicates that the device has the Azure attestation setting disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.systemManagementModeLevel: + title: systemManagementModeLevel + enum: + - notApplicable + - level1 + - level2 + - level3 + - unknownFutureValue + type: string + description: 'A list of possible System Management Mode levels for a device. System Management Mode levels is determined by report sent from Microsoft Azure Attestation service. Only specific hardwares support System Management Mode. Windows 11 devices will have values "notApplicable", "level1", "level2" or "level3". Windows 10 devices will have value "notApplicable".' + x-ms-enum: + name: systemManagementModeLevel + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device does not have Firmware protection (System Management Mode) enabled. + name: notApplicable + - value: level1 + description: Indicates that deny System Management Mode (SMM) read/write access to OS and Virtualization-based security (VBS) memory. The benefit is that by design System Management Mode (SMM) cannot modify security of or exfiltrate secrets from the OS (including Virtualization-based security). + name: level1 + - value: level2 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 1 protections, this level prevents System Management Mode (SMM) from tampering with Input-Output Memory Management Unit (IOMMU) config. The benefit is that by design System Management Mode (SMM) cannot disable Virtualization-based security (VBS) and kernel Direct memory access (DMA) protections.' + name: level2 + - value: level3 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 2 protections, this level reduces System Management Mode (SMM) save state capabilities. The benefit is that by design System Management Mode (SMM) cannot exploit save state to modify security of or exfiltrate secrets from the OS (including Virtualization-based security).' + name: level3 + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.deviceGuardLocalSystemAuthorityCredentialGuardState: title: deviceGuardLocalSystemAuthorityCredentialGuardState enum: @@ -34703,6 +34799,9 @@ components: - critical type: string description: Computer endpoint protection state + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDeviceHealthState modelAsString: false @@ -34756,6 +34855,9 @@ components: - windowsSModeSignaturesInUseOnNonWin10SInstall type: string description: Product Status of Windows Defender + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDefenderProductStatus modelAsString: false @@ -35150,6 +35252,9 @@ components: - checklistCompletion - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.plannerAssignedToTaskBoardTaskFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.plannerDelta' @@ -38286,6 +38391,9 @@ components: - indirect - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.accessReviewNotificationRecipientScope: title: accessReviewNotificationRecipientScope type: object @@ -39093,6 +39201,9 @@ components: - everyone - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.inferenceData: title: inferenceData type: object @@ -39232,6 +39343,9 @@ components: - personal - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.teamsAppAuthorization: title: teamsAppAuthorization type: object @@ -39289,6 +39403,9 @@ components: - actionUndefined - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: @@ -39297,6 +39414,9 @@ components: - blockAccess - blockAccessExternal type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationPolicyTip: title: chatMessagePolicyViolationPolicyTip type: object @@ -39324,6 +39444,9 @@ components: - override - reportFalsePositive type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationVerdictDetailsTypes: title: chatMessagePolicyViolationVerdictDetailsTypes enum: @@ -39332,6 +39455,9 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessageReactionIdentitySet: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -39485,6 +39611,9 @@ components: - manager - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.timeCardEntry: title: timeCardEntry type: object @@ -41836,6 +41965,9 @@ components: - ReferenceAttributes - UnknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectDefinition: title: objectDefinition type: object @@ -42220,6 +42352,9 @@ components: - Update - Delete type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectMappingMetadataEntry: title: objectMappingMetadataEntry type: object diff --git a/openApiDocs/beta/DeviceManagement.Administration.yml b/openApiDocs/beta/DeviceManagement.Administration.yml index bd4247cc961..153a4c074fb 100644 --- a/openApiDocs/beta/DeviceManagement.Administration.yml +++ b/openApiDocs/beta/DeviceManagement.Administration.yml @@ -24603,6 +24603,9 @@ components: - unknownFutureValue - rpaBox type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.cloudPcOnPremisesConnectionType: title: cloudPcOnPremisesConnectionType enum: @@ -33012,6 +33015,8 @@ components: type: string description: ELAM provides protection for the computers in your network when they start up nullable: true + firmwareProtection: + $ref: '#/components/schemas/microsoft.graph.firmwareProtectionType' healthAttestationSupportedStatus: type: string description: This attribute indicates if DHA is supported for the device @@ -33029,6 +33034,10 @@ components: type: string description: The Timestamp of the last update. nullable: true + memoryAccessProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + memoryIntegrityProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' operatingSystemKernelDebugging: type: string description: 'When operatingSystemKernelDebugging is enabled, the device is used in development and testing' @@ -33065,6 +33074,10 @@ components: type: string description: Fingerprint of the Custom Secure Boot Configuration Policy nullable: true + securedCorePC: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + systemManagementMode: + $ref: '#/components/schemas/microsoft.graph.systemManagementModeLevel' testSigning: type: string description: 'When test signing is allowed, the device does not enforce signature validation during boot' @@ -33073,6 +33086,8 @@ components: type: string description: The security version number of the Boot Application nullable: true + virtualizationBasedSecurity: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' virtualSecureMode: type: string description: VSM is a container that protects high value assets from a compromised kernel @@ -37045,6 +37060,9 @@ components: - teamwork - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.applicationMode: title: applicationMode enum: @@ -39616,6 +39634,89 @@ components: - value: communicationError description: 'The configuration manager agent was able to reach the configuration manager service in the past but is now no longer able to. ' name: communicationError + microsoft.graph.firmwareProtectionType: + title: firmwareProtectionType + enum: + - notApplicable + - systemGuardSecureLaunch + - firmwareAttackSurfaceReduction + - disabled + - unknownFutureValue + type: string + description: A list of possible Firmware protection type for a device. Firmware protection is a set of features that helps to ensure attackers can't get your device to start with untrusted or malicious firmware. Firmware protection type is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "systemGuardSecureLaunch" or "firmwareAttackSurfaceReduction" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: firmwareProtectionType + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: systemGuardSecureLaunch + description: Indicates that System Guard Secure Launch is enabled for Firmware protection. + name: systemGuardSecureLaunch + - value: firmwareAttackSurfaceReduction + description: Indicates that Firmware Attack Surface Reduction is enabled for Firmware protection. This is only applicable to Surface devices. + name: firmwareAttackSurfaceReduction + - value: disabled + description: Indicates that the device has Firmware protection disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.azureAttestationSettingStatus: + title: azureAttestationSettingStatus + enum: + - notApplicable + - enabled + - disabled + - unknownFutureValue + type: string + description: A list of possible Azure Attestation states for a device. Azure Attestation setting status is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "enabled" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: azureAttestationSettingStatus + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: enabled + description: Indicates that the device has the Azure attestation setting enabled. + name: enabled + - value: disabled + description: Indicates that the device has the Azure attestation setting disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.systemManagementModeLevel: + title: systemManagementModeLevel + enum: + - notApplicable + - level1 + - level2 + - level3 + - unknownFutureValue + type: string + description: 'A list of possible System Management Mode levels for a device. System Management Mode levels is determined by report sent from Microsoft Azure Attestation service. Only specific hardwares support System Management Mode. Windows 11 devices will have values "notApplicable", "level1", "level2" or "level3". Windows 10 devices will have value "notApplicable".' + x-ms-enum: + name: systemManagementModeLevel + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device does not have Firmware protection (System Management Mode) enabled. + name: notApplicable + - value: level1 + description: Indicates that deny System Management Mode (SMM) read/write access to OS and Virtualization-based security (VBS) memory. The benefit is that by design System Management Mode (SMM) cannot modify security of or exfiltrate secrets from the OS (including Virtualization-based security). + name: level1 + - value: level2 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 1 protections, this level prevents System Management Mode (SMM) from tampering with Input-Output Memory Management Unit (IOMMU) config. The benefit is that by design System Management Mode (SMM) cannot disable Virtualization-based security (VBS) and kernel Direct memory access (DMA) protections.' + name: level2 + - value: level3 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 2 protections, this level reduces System Management Mode (SMM) save state capabilities. The benefit is that by design System Management Mode (SMM) cannot exploit save state to modify security of or exfiltrate secrets from the OS (including Virtualization-based security).' + name: level3 + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.deviceGuardLocalSystemAuthorityCredentialGuardState: title: deviceGuardLocalSystemAuthorityCredentialGuardState enum: @@ -40209,6 +40310,9 @@ components: - critical type: string description: Computer endpoint protection state + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDeviceHealthState modelAsString: false @@ -40262,6 +40366,9 @@ components: - windowsSModeSignaturesInUseOnNonWin10SInstall type: string description: Product Status of Windows Defender + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDefenderProductStatus modelAsString: false @@ -40656,6 +40763,9 @@ components: - checklistCompletion - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.plannerAssignedToTaskBoardTaskFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.plannerDelta' @@ -43804,6 +43914,9 @@ components: - indirect - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.accessReviewNotificationRecipientScope: title: accessReviewNotificationRecipientScope type: object @@ -44611,6 +44724,9 @@ components: - everyone - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.inferenceData: title: inferenceData type: object @@ -44750,6 +44866,9 @@ components: - personal - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.teamsAppAuthorization: title: teamsAppAuthorization type: object @@ -44807,6 +44926,9 @@ components: - actionUndefined - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: @@ -44815,6 +44937,9 @@ components: - blockAccess - blockAccessExternal type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationPolicyTip: title: chatMessagePolicyViolationPolicyTip type: object @@ -44842,6 +44967,9 @@ components: - override - reportFalsePositive type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationVerdictDetailsTypes: title: chatMessagePolicyViolationVerdictDetailsTypes enum: @@ -44850,6 +44978,9 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessageReactionIdentitySet: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -45003,6 +45134,9 @@ components: - manager - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.timeCardEntry: title: timeCardEntry type: object @@ -47354,6 +47488,9 @@ components: - ReferenceAttributes - UnknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectDefinition: title: objectDefinition type: object @@ -47738,6 +47875,9 @@ components: - Update - Delete type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectMappingMetadataEntry: title: objectMappingMetadataEntry type: object diff --git a/openApiDocs/beta/DeviceManagement.Enrollment.yml b/openApiDocs/beta/DeviceManagement.Enrollment.yml index 08603a3cd47..06125f85b3c 100644 --- a/openApiDocs/beta/DeviceManagement.Enrollment.yml +++ b/openApiDocs/beta/DeviceManagement.Enrollment.yml @@ -2004,6 +2004,7 @@ paths: - supportPhoneNumber - termsAndConditionsDisabled - touchIdDisabled + - waitForDeviceConfiguredConfirmation - appearanceScreenDisabled - awaitDeviceConfiguredConfirmation - carrierActivationUrl @@ -2110,6 +2111,7 @@ paths: - supportPhoneNumber - termsAndConditionsDisabled - touchIdDisabled + - waitForDeviceConfiguredConfirmation - accessibilityScreenDisabled - adminAccountFullName - adminAccountPassword @@ -4270,6 +4272,8 @@ paths: - skuNumber desc - systemFamily - systemFamily desc + - userlessEnrollmentStatus + - userlessEnrollmentStatus desc - userPrincipalName - userPrincipalName desc type: string @@ -4308,6 +4312,7 @@ paths: - serialNumber - skuNumber - systemFamily + - userlessEnrollmentStatus - userPrincipalName - deploymentProfile - intendedDeploymentProfile @@ -4425,6 +4430,7 @@ paths: - serialNumber - skuNumber - systemFamily + - userlessEnrollmentStatus - userPrincipalName - deploymentProfile - intendedDeploymentProfile @@ -5048,6 +5054,8 @@ paths: - skuNumber desc - systemFamily - systemFamily desc + - userlessEnrollmentStatus + - userlessEnrollmentStatus desc - userPrincipalName - userPrincipalName desc type: string @@ -5086,6 +5094,7 @@ paths: - serialNumber - skuNumber - systemFamily + - userlessEnrollmentStatus - userPrincipalName - deploymentProfile - intendedDeploymentProfile @@ -5186,6 +5195,7 @@ paths: - serialNumber - skuNumber - systemFamily + - userlessEnrollmentStatus - userPrincipalName - deploymentProfile - intendedDeploymentProfile @@ -5541,6 +5551,8 @@ paths: - endOfSupportDate desc - featureUpdateVersion - featureUpdateVersion desc + - installLatestWindows10OnWindows11IneligibleDevice + - installLatestWindows10OnWindows11IneligibleDevice desc - lastModifiedDateTime - lastModifiedDateTime desc - roleScopeTagIds @@ -5565,6 +5577,7 @@ paths: - displayName - endOfSupportDate - featureUpdateVersion + - installLatestWindows10OnWindows11IneligibleDevice - lastModifiedDateTime - roleScopeTagIds - rolloutSettings @@ -5647,6 +5660,7 @@ paths: - displayName - endOfSupportDate - featureUpdateVersion + - installLatestWindows10OnWindows11IneligibleDevice - lastModifiedDateTime - roleScopeTagIds - rolloutSettings @@ -7370,7 +7384,7 @@ paths: tags: - roleManagement.rbacApplicationMultiple summary: Get directoryScopes from roleManagement - description: Read-only collection referencing the directory objects that are scope of the assignment. Provided so that callers can get the directory objects using $expand at the same time as getting the role assignment. Read-only. Supports $expand. + description: Read-only collection that references the directory objects that are scope of the assignment. Provided so that callers can get the directory objects using $expand at the same time as getting the role assignment. Read-only. Supports $expand. operationId: roleManagement.cloudPC.roleAssignment_ListDirectoryScope parameters: - name: unifiedRoleAssignmentMultiple-id @@ -7440,7 +7454,7 @@ paths: tags: - roleManagement.rbacApplicationMultiple summary: Get directoryScopes from roleManagement - description: Read-only collection referencing the directory objects that are scope of the assignment. Provided so that callers can get the directory objects using $expand at the same time as getting the role assignment. Read-only. Supports $expand. + description: Read-only collection that references the directory objects that are scope of the assignment. Provided so that callers can get the directory objects using $expand at the same time as getting the role assignment. Read-only. Supports $expand. operationId: roleManagement.cloudPC.roleAssignment_GetDirectoryScope parameters: - name: unifiedRoleAssignmentMultiple-id @@ -7521,7 +7535,7 @@ paths: tags: - roleManagement.rbacApplicationMultiple summary: Get principals from roleManagement - description: Read-only collection referencing the assigned principals. Provided so that callers can get the principals using $expand at the same time as getting the role assignment. Read-only. Supports $expand. + description: Read-only collection that references the assigned principals. Provided so that callers can get the principals using $expand at the same time as getting the role assignment. Read-only. Supports $expand. operationId: roleManagement.cloudPC.roleAssignment_ListPrincipal parameters: - name: unifiedRoleAssignmentMultiple-id @@ -7591,7 +7605,7 @@ paths: tags: - roleManagement.rbacApplicationMultiple summary: Get principals from roleManagement - description: Read-only collection referencing the assigned principals. Provided so that callers can get the principals using $expand at the same time as getting the role assignment. Read-only. Supports $expand. + description: Read-only collection that references the assigned principals. Provided so that callers can get the principals using $expand at the same time as getting the role assignment. Read-only. Supports $expand. operationId: roleManagement.cloudPC.roleAssignment_GetPrincipal parameters: - name: unifiedRoleAssignmentMultiple-id @@ -9598,7 +9612,7 @@ paths: tags: - roleManagement.rbacApplicationMultiple summary: Get directoryScopes from roleManagement - description: Read-only collection referencing the directory objects that are scope of the assignment. Provided so that callers can get the directory objects using $expand at the same time as getting the role assignment. Read-only. Supports $expand. + description: Read-only collection that references the directory objects that are scope of the assignment. Provided so that callers can get the directory objects using $expand at the same time as getting the role assignment. Read-only. Supports $expand. operationId: roleManagement.deviceManagement.roleAssignment_ListDirectoryScope parameters: - name: unifiedRoleAssignmentMultiple-id @@ -9668,7 +9682,7 @@ paths: tags: - roleManagement.rbacApplicationMultiple summary: Get directoryScopes from roleManagement - description: Read-only collection referencing the directory objects that are scope of the assignment. Provided so that callers can get the directory objects using $expand at the same time as getting the role assignment. Read-only. Supports $expand. + description: Read-only collection that references the directory objects that are scope of the assignment. Provided so that callers can get the directory objects using $expand at the same time as getting the role assignment. Read-only. Supports $expand. operationId: roleManagement.deviceManagement.roleAssignment_GetDirectoryScope parameters: - name: unifiedRoleAssignmentMultiple-id @@ -9749,7 +9763,7 @@ paths: tags: - roleManagement.rbacApplicationMultiple summary: Get principals from roleManagement - description: Read-only collection referencing the assigned principals. Provided so that callers can get the principals using $expand at the same time as getting the role assignment. Read-only. Supports $expand. + description: Read-only collection that references the assigned principals. Provided so that callers can get the principals using $expand at the same time as getting the role assignment. Read-only. Supports $expand. operationId: roleManagement.deviceManagement.roleAssignment_ListPrincipal parameters: - name: unifiedRoleAssignmentMultiple-id @@ -9819,7 +9833,7 @@ paths: tags: - roleManagement.rbacApplicationMultiple summary: Get principals from roleManagement - description: Read-only collection referencing the assigned principals. Provided so that callers can get the principals using $expand at the same time as getting the role assignment. Read-only. Supports $expand. + description: Read-only collection that references the assigned principals. Provided so that callers can get the principals using $expand at the same time as getting the role assignment. Read-only. Supports $expand. operationId: roleManagement.deviceManagement.roleAssignment_GetPrincipal parameters: - name: unifiedRoleAssignmentMultiple-id @@ -11619,6 +11633,8 @@ components: type: string description: System Family nullable: true + userlessEnrollmentStatus: + $ref: '#/components/schemas/microsoft.graph.windowsAutopilotUserlessEnrollmentStatus' userPrincipalName: type: string description: User Principal Name. @@ -11699,6 +11715,9 @@ components: featureUpdateVersion: type: string description: 'The feature update version that will be deployed to the devices targeted by this profile. The version could be any supported version for example 1709, 1803 or 1809 and so on.' + installLatestWindows10OnWindows11IneligibleDevice: + type: boolean + description: 'If true, the latest Microsoft Windows 10 update will be installed on devices ineligible for Microsoft Windows 11' 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 @@ -11815,6 +11834,7 @@ components: nullable: true isPrivileged: type: boolean + description: Flag indicating if the action is a sensitive resource action. Applies only for actions in the microsoft.directory resource namespace. Read-only. Supports $filter (eq). nullable: true name: type: string @@ -11889,7 +11909,7 @@ components: items: type: string nullable: true - description: Ids of the directory objects representing the scopes of the assignment. The scopes of an assignment determine the set of resources for which the principals have been granted access. Directory scopes are shared scopes stored in the directory that are understood by multiple applications. App scopes are scopes that are defined and understood by this application only. + description: Ids of the directory objects that represent the scopes of the assignment. The scopes of an assignment determine the set of resources for which the principals have been granted access. Directory scopes are shared scopes stored in the directory that are understood by multiple applications. App scopes are scopes that are defined and understood by this application only. displayName: type: string description: Name of the role assignment. Required. @@ -11913,13 +11933,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: Read-only collection referencing the directory objects that are scope of the assignment. Provided so that callers can get the directory objects using $expand at the same time as getting the role assignment. Read-only. Supports $expand. + description: Read-only collection that references the directory objects that are scope of the assignment. Provided so that callers can get the directory objects using $expand at the same time as getting the role assignment. Read-only. Supports $expand. x-ms-navigationProperty: true principals: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: Read-only collection referencing the assigned principals. Provided so that callers can get the principals using $expand at the same time as getting the role assignment. Read-only. Supports $expand. + description: Read-only collection that references the assigned principals. Provided so that callers can get the principals using $expand at the same time as getting the role assignment. Read-only. Supports $expand. x-ms-navigationProperty: true roleDefinition: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' @@ -11981,6 +12001,7 @@ components: nullable: true isPrivileged: type: boolean + description: Flag indicating if the role is privileged. Azure AD defines a role as privileged if it contains at least one sensitive resource action in the rolePermissions and allowedResourceActions objects. Applies only for actions in the microsoft.directory resource namespace. Read-only. Supports $filter (eq). nullable: true resourceScopes: type: array @@ -12410,6 +12431,9 @@ components: touchIdDisabled: type: boolean description: Indicates if touch id setup pane is disabled + waitForDeviceConfiguredConfirmation: + type: boolean + description: Indicates if the device will need to wait for configured confirmation additionalProperties: type: object description: The DepEnrollmentBaseProfile resource represents an Apple Device Enrollment Program (DEP) enrollment profile. This type of profile must be assigned to Apple DEP serial numbers before the corresponding devices can enroll via DEP. @@ -12808,6 +12832,31 @@ components: - value: unknownFutureValue description: 'Marks the end of known enum values, and allows for additional values in the future.' name: unknownFutureValue + microsoft.graph.windowsAutopilotUserlessEnrollmentStatus: + title: windowsAutopilotUserlessEnrollmentStatus + enum: + - unknown + - allowed + - blocked + - unknownFutureValue + type: string + description: 'Userless enrollment block status, indicating whether the next device enrollment will be blocked.' + x-ms-enum: + name: windowsAutopilotUserlessEnrollmentStatus + modelAsString: false + values: + - value: unknown + description: Unknown userless enrollment block status. Next userless enrollment may fail. This is the default value. + name: unknown + - value: allowed + description: Indicates next userless enrollment can proceed. + name: allowed + - value: blocked + description: Indicates next userless enrollment cannot proceed without resetting the windowsAutopilotUserlessEnrollmentStatus. + name: blocked + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.windowsAutopilotSyncStatus: title: windowsAutopilotSyncStatus enum: @@ -12967,6 +13016,9 @@ components: - group - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.unifiedRolePermission: title: unifiedRolePermission type: object diff --git a/openApiDocs/beta/DeviceManagement.yml b/openApiDocs/beta/DeviceManagement.yml index 09a392859c4..4ca74201fd3 100644 --- a/openApiDocs/beta/DeviceManagement.yml +++ b/openApiDocs/beta/DeviceManagement.yml @@ -61465,6 +61465,9 @@ components: - intune_SMB type: string description: Tenant mobile device management subscriptions. + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: deviceManagementSubscriptions modelAsString: false @@ -63485,6 +63488,8 @@ components: type: string description: System Family nullable: true + userlessEnrollmentStatus: + $ref: '#/components/schemas/microsoft.graph.windowsAutopilotUserlessEnrollmentStatus' userPrincipalName: type: string description: User Principal Name. @@ -64344,6 +64349,9 @@ components: featureUpdateVersion: type: string description: 'The feature update version that will be deployed to the devices targeted by this profile. The version could be any supported version for example 1709, 1803 or 1809 and so on.' + installLatestWindows10OnWindows11IneligibleDevice: + type: boolean + description: 'If true, the latest Microsoft Windows 10 update will be installed on devices ineligible for Microsoft Windows 11' 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 @@ -65445,6 +65453,8 @@ components: type: string description: ELAM provides protection for the computers in your network when they start up nullable: true + firmwareProtection: + $ref: '#/components/schemas/microsoft.graph.firmwareProtectionType' healthAttestationSupportedStatus: type: string description: This attribute indicates if DHA is supported for the device @@ -65462,6 +65472,10 @@ components: type: string description: The Timestamp of the last update. nullable: true + memoryAccessProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + memoryIntegrityProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' operatingSystemKernelDebugging: type: string description: 'When operatingSystemKernelDebugging is enabled, the device is used in development and testing' @@ -65498,6 +65512,10 @@ components: type: string description: Fingerprint of the Custom Secure Boot Configuration Policy nullable: true + securedCorePC: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + systemManagementMode: + $ref: '#/components/schemas/microsoft.graph.systemManagementModeLevel' testSigning: type: string description: 'When test signing is allowed, the device does not enforce signature validation during boot' @@ -65506,6 +65524,8 @@ components: type: string description: The security version number of the Boot Application nullable: true + virtualizationBasedSecurity: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' virtualSecureMode: type: string description: VSM is a container that protects high value assets from a compromised kernel @@ -67280,6 +67300,9 @@ components: - critical type: string description: Computer endpoint protection state + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDeviceHealthState modelAsString: false @@ -67333,6 +67356,9 @@ components: - windowsSModeSignaturesInUseOnNonWin10SInstall type: string description: Product Status of Windows Defender + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDefenderProductStatus modelAsString: false @@ -67809,6 +67835,9 @@ components: - unknownFutureValue type: string description: Supported platform types. + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: deviceManagementConfigurationPlatforms modelAsString: false @@ -67853,6 +67882,9 @@ components: - unknownFutureValue type: string description: Describes which technology this setting can be deployed with + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: deviceManagementConfigurationTechnologies modelAsString: false @@ -67984,6 +68016,9 @@ components: - replace - execute type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.deviceManagementConfigurationSettingApplicability: title: deviceManagementConfigurationSettingApplicability type: object @@ -68026,7 +68061,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 @@ -68040,6 +68075,9 @@ components: - unknownFutureValue type: string description: Supported setting types + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: deviceManagementConfigurationSettingUsage modelAsString: false @@ -68106,6 +68144,9 @@ components: - unknownFutureValue type: string description: Supported setting types + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: deviceManagementConfigurationSettingVisibility modelAsString: false @@ -68309,6 +68350,9 @@ components: - email type: string description: Supported values for the notification type to use. + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: deviceManagementDerivedCredentialNotificationType modelAsString: false @@ -68752,6 +68796,9 @@ components: - networkError type: string description: Advanced BitLocker State + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: advancedBitLockerState modelAsString: false @@ -68947,6 +68994,9 @@ components: - escrowNotEnabled type: string description: FileVault State + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: fileVaultState modelAsString: false @@ -69324,6 +69374,9 @@ components: - unknownFutureValue type: string description: Branding Options for the Message Template. Branding is defined in the Intune Admin Console. + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: notificationTemplateBrandingOptions modelAsString: false @@ -74468,6 +74521,31 @@ components: - value: unknownFutureValue description: 'Marks the end of known enum values, and allows for additional values in the future.' name: unknownFutureValue + microsoft.graph.windowsAutopilotUserlessEnrollmentStatus: + title: windowsAutopilotUserlessEnrollmentStatus + enum: + - unknown + - allowed + - blocked + - unknownFutureValue + type: string + description: 'Userless enrollment block status, indicating whether the next device enrollment will be blocked.' + x-ms-enum: + name: windowsAutopilotUserlessEnrollmentStatus + modelAsString: false + values: + - value: unknown + description: Unknown userless enrollment block status. Next userless enrollment may fail. This is the default value. + name: unknown + - value: allowed + description: Indicates next userless enrollment can proceed. + name: allowed + - value: blocked + description: Indicates next userless enrollment cannot proceed without resetting the windowsAutopilotUserlessEnrollmentStatus. + name: blocked + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.windowsAutopilotSyncStatus: title: windowsAutopilotSyncStatus enum: @@ -75611,6 +75689,89 @@ components: - value: communicationError description: 'The configuration manager agent was able to reach the configuration manager service in the past but is now no longer able to. ' name: communicationError + microsoft.graph.firmwareProtectionType: + title: firmwareProtectionType + enum: + - notApplicable + - systemGuardSecureLaunch + - firmwareAttackSurfaceReduction + - disabled + - unknownFutureValue + type: string + description: A list of possible Firmware protection type for a device. Firmware protection is a set of features that helps to ensure attackers can't get your device to start with untrusted or malicious firmware. Firmware protection type is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "systemGuardSecureLaunch" or "firmwareAttackSurfaceReduction" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: firmwareProtectionType + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: systemGuardSecureLaunch + description: Indicates that System Guard Secure Launch is enabled for Firmware protection. + name: systemGuardSecureLaunch + - value: firmwareAttackSurfaceReduction + description: Indicates that Firmware Attack Surface Reduction is enabled for Firmware protection. This is only applicable to Surface devices. + name: firmwareAttackSurfaceReduction + - value: disabled + description: Indicates that the device has Firmware protection disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.azureAttestationSettingStatus: + title: azureAttestationSettingStatus + enum: + - notApplicable + - enabled + - disabled + - unknownFutureValue + type: string + description: A list of possible Azure Attestation states for a device. Azure Attestation setting status is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "enabled" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: azureAttestationSettingStatus + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: enabled + description: Indicates that the device has the Azure attestation setting enabled. + name: enabled + - value: disabled + description: Indicates that the device has the Azure attestation setting disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.systemManagementModeLevel: + title: systemManagementModeLevel + enum: + - notApplicable + - level1 + - level2 + - level3 + - unknownFutureValue + type: string + description: 'A list of possible System Management Mode levels for a device. System Management Mode levels is determined by report sent from Microsoft Azure Attestation service. Only specific hardwares support System Management Mode. Windows 11 devices will have values "notApplicable", "level1", "level2" or "level3". Windows 10 devices will have value "notApplicable".' + x-ms-enum: + name: systemManagementModeLevel + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device does not have Firmware protection (System Management Mode) enabled. + name: notApplicable + - value: level1 + description: Indicates that deny System Management Mode (SMM) read/write access to OS and Virtualization-based security (VBS) memory. The benefit is that by design System Management Mode (SMM) cannot modify security of or exfiltrate secrets from the OS (including Virtualization-based security). + name: level1 + - value: level2 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 1 protections, this level prevents System Management Mode (SMM) from tampering with Input-Output Memory Management Unit (IOMMU) config. The benefit is that by design System Management Mode (SMM) cannot disable Virtualization-based security (VBS) and kernel Direct memory access (DMA) protections.' + name: level2 + - value: level3 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 2 protections, this level reduces System Management Mode (SMM) save state capabilities. The benefit is that by design System Management Mode (SMM) cannot exploit save state to modify security of or exfiltrate secrets from the OS (including Virtualization-based security).' + name: level3 + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.deviceGuardLocalSystemAuthorityCredentialGuardState: title: deviceGuardLocalSystemAuthorityCredentialGuardState enum: @@ -80092,6 +80253,9 @@ components: - unknownFutureValue - rpaBox type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.cloudPcOnPremisesConnectionType: title: cloudPcOnPremisesConnectionType enum: @@ -80421,6 +80585,9 @@ components: touchIdDisabled: type: boolean description: Indicates if touch id setup pane is disabled + waitForDeviceConfiguredConfirmation: + type: boolean + description: Indicates if the device will need to wait for configured confirmation additionalProperties: type: object description: The DepEnrollmentBaseProfile resource represents an Apple Device Enrollment Program (DEP) enrollment profile. This type of profile must be assigned to Apple DEP serial numbers before the corresponding devices can enroll via DEP. @@ -86827,6 +86994,9 @@ components: - teamwork - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.applicationMode: title: applicationMode enum: @@ -89594,6 +89764,9 @@ components: - checklistCompletion - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.plannerAssignedToTaskBoardTaskFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.plannerDelta' @@ -92800,6 +92973,9 @@ components: - indirect - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.accessReviewNotificationRecipientScope: title: accessReviewNotificationRecipientScope type: object @@ -93193,6 +93369,9 @@ components: - everyone - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.inferenceData: title: inferenceData type: object @@ -93332,6 +93511,9 @@ components: - personal - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.teamsAppAuthorization: title: teamsAppAuthorization type: object @@ -93389,6 +93571,9 @@ components: - actionUndefined - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: @@ -93397,6 +93582,9 @@ components: - blockAccess - blockAccessExternal type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationPolicyTip: title: chatMessagePolicyViolationPolicyTip type: object @@ -93424,6 +93612,9 @@ components: - override - reportFalsePositive type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationVerdictDetailsTypes: title: chatMessagePolicyViolationVerdictDetailsTypes enum: @@ -93432,6 +93623,9 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessageReactionIdentitySet: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -93585,6 +93779,9 @@ components: - manager - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.timeCardEntry: title: timeCardEntry type: object @@ -95923,6 +96120,9 @@ components: - ReferenceAttributes - UnknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectDefinition: title: objectDefinition type: object @@ -96307,6 +96507,9 @@ components: - Update - Delete type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectMappingMetadataEntry: title: objectMappingMetadataEntry type: object diff --git a/openApiDocs/beta/Devices.CloudPrint.yml b/openApiDocs/beta/Devices.CloudPrint.yml index 1a10f75ceb9..7edb3c50731 100644 --- a/openApiDocs/beta/Devices.CloudPrint.yml +++ b/openApiDocs/beta/Devices.CloudPrint.yml @@ -22511,6 +22511,8 @@ components: type: string description: ELAM provides protection for the computers in your network when they start up nullable: true + firmwareProtection: + $ref: '#/components/schemas/microsoft.graph.firmwareProtectionType' healthAttestationSupportedStatus: type: string description: This attribute indicates if DHA is supported for the device @@ -22528,6 +22530,10 @@ components: type: string description: The Timestamp of the last update. nullable: true + memoryAccessProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + memoryIntegrityProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' operatingSystemKernelDebugging: type: string description: 'When operatingSystemKernelDebugging is enabled, the device is used in development and testing' @@ -22564,6 +22570,10 @@ components: type: string description: Fingerprint of the Custom Secure Boot Configuration Policy nullable: true + securedCorePC: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + systemManagementMode: + $ref: '#/components/schemas/microsoft.graph.systemManagementModeLevel' testSigning: type: string description: 'When test signing is allowed, the device does not enforce signature validation during boot' @@ -22572,6 +22582,8 @@ components: type: string description: The security version number of the Boot Application nullable: true + virtualizationBasedSecurity: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' virtualSecureMode: type: string description: VSM is a container that protects high value assets from a compromised kernel @@ -28174,6 +28186,9 @@ components: - teamwork - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.applicationMode: title: applicationMode enum: @@ -29085,6 +29100,89 @@ components: - value: communicationError description: 'The configuration manager agent was able to reach the configuration manager service in the past but is now no longer able to. ' name: communicationError + microsoft.graph.firmwareProtectionType: + title: firmwareProtectionType + enum: + - notApplicable + - systemGuardSecureLaunch + - firmwareAttackSurfaceReduction + - disabled + - unknownFutureValue + type: string + description: A list of possible Firmware protection type for a device. Firmware protection is a set of features that helps to ensure attackers can't get your device to start with untrusted or malicious firmware. Firmware protection type is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "systemGuardSecureLaunch" or "firmwareAttackSurfaceReduction" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: firmwareProtectionType + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: systemGuardSecureLaunch + description: Indicates that System Guard Secure Launch is enabled for Firmware protection. + name: systemGuardSecureLaunch + - value: firmwareAttackSurfaceReduction + description: Indicates that Firmware Attack Surface Reduction is enabled for Firmware protection. This is only applicable to Surface devices. + name: firmwareAttackSurfaceReduction + - value: disabled + description: Indicates that the device has Firmware protection disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.azureAttestationSettingStatus: + title: azureAttestationSettingStatus + enum: + - notApplicable + - enabled + - disabled + - unknownFutureValue + type: string + description: A list of possible Azure Attestation states for a device. Azure Attestation setting status is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "enabled" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: azureAttestationSettingStatus + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: enabled + description: Indicates that the device has the Azure attestation setting enabled. + name: enabled + - value: disabled + description: Indicates that the device has the Azure attestation setting disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.systemManagementModeLevel: + title: systemManagementModeLevel + enum: + - notApplicable + - level1 + - level2 + - level3 + - unknownFutureValue + type: string + description: 'A list of possible System Management Mode levels for a device. System Management Mode levels is determined by report sent from Microsoft Azure Attestation service. Only specific hardwares support System Management Mode. Windows 11 devices will have values "notApplicable", "level1", "level2" or "level3". Windows 10 devices will have value "notApplicable".' + x-ms-enum: + name: systemManagementModeLevel + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device does not have Firmware protection (System Management Mode) enabled. + name: notApplicable + - value: level1 + description: Indicates that deny System Management Mode (SMM) read/write access to OS and Virtualization-based security (VBS) memory. The benefit is that by design System Management Mode (SMM) cannot modify security of or exfiltrate secrets from the OS (including Virtualization-based security). + name: level1 + - value: level2 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 1 protections, this level prevents System Management Mode (SMM) from tampering with Input-Output Memory Management Unit (IOMMU) config. The benefit is that by design System Management Mode (SMM) cannot disable Virtualization-based security (VBS) and kernel Direct memory access (DMA) protections.' + name: level2 + - value: level3 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 2 protections, this level reduces System Management Mode (SMM) save state capabilities. The benefit is that by design System Management Mode (SMM) cannot exploit save state to modify security of or exfiltrate secrets from the OS (including Virtualization-based security).' + name: level3 + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.deviceGuardLocalSystemAuthorityCredentialGuardState: title: deviceGuardLocalSystemAuthorityCredentialGuardState enum: @@ -29743,6 +29841,9 @@ components: - critical type: string description: Computer endpoint protection state + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDeviceHealthState modelAsString: false @@ -29796,6 +29897,9 @@ components: - windowsSModeSignaturesInUseOnNonWin10SInstall type: string description: Product Status of Windows Defender + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDefenderProductStatus modelAsString: false @@ -30110,6 +30214,9 @@ components: - checklistCompletion - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.plannerAssignedToTaskBoardTaskFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.plannerDelta' @@ -32048,6 +32155,9 @@ components: - personal - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.teamsAppAuthorization: title: teamsAppAuthorization type: object @@ -32199,6 +32309,9 @@ components: - manager - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.timeCardEntry: title: timeCardEntry type: object @@ -32562,6 +32675,9 @@ components: - indirect - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.accessReviewNotificationRecipientScope: title: accessReviewNotificationRecipientScope type: object @@ -33231,6 +33347,9 @@ components: - everyone - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.inferenceData: title: inferenceData type: object @@ -33362,6 +33481,9 @@ components: - actionUndefined - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: @@ -33370,6 +33492,9 @@ components: - blockAccess - blockAccessExternal type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationPolicyTip: title: chatMessagePolicyViolationPolicyTip type: object @@ -33397,6 +33522,9 @@ components: - override - reportFalsePositive type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationVerdictDetailsTypes: title: chatMessagePolicyViolationVerdictDetailsTypes enum: @@ -33405,6 +33533,9 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessageReactionIdentitySet: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -34636,6 +34767,9 @@ components: - ReferenceAttributes - UnknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectDefinition: title: objectDefinition type: object @@ -34871,6 +35005,9 @@ components: - Update - Delete type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectMappingMetadataEntry: title: objectMappingMetadataEntry type: object diff --git a/openApiDocs/beta/Devices.CorporateManagement.yml b/openApiDocs/beta/Devices.CorporateManagement.yml index 2acc21c1362..1e6d023709e 100644 --- a/openApiDocs/beta/Devices.CorporateManagement.yml +++ b/openApiDocs/beta/Devices.CorporateManagement.yml @@ -30483,6 +30483,9 @@ components: - privateStore type: string description: Portal to which admin syncs available Microsoft Store for Business apps. This is available in the Intune Admin Console. + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: microsoftStoreForBusinessPortalSelectionOptions modelAsString: false @@ -31296,6 +31299,9 @@ components: - unknownFutureValue type: string description: Management levels for apps + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: appManagementLevel modelAsString: false @@ -31347,6 +31353,9 @@ components: - replace - execute type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.deviceManagementConfigurationSettingApplicability: title: deviceManagementConfigurationSettingApplicability type: object @@ -31389,7 +31398,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 @@ -31403,6 +31412,9 @@ components: - unknownFutureValue type: string description: Supported setting types + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: deviceManagementConfigurationSettingUsage modelAsString: false @@ -31469,6 +31481,9 @@ components: - unknownFutureValue type: string description: Supported setting types + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: deviceManagementConfigurationSettingVisibility modelAsString: false @@ -32212,6 +32227,8 @@ components: type: string description: ELAM provides protection for the computers in your network when they start up nullable: true + firmwareProtection: + $ref: '#/components/schemas/microsoft.graph.firmwareProtectionType' healthAttestationSupportedStatus: type: string description: This attribute indicates if DHA is supported for the device @@ -32229,6 +32246,10 @@ components: type: string description: The Timestamp of the last update. nullable: true + memoryAccessProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + memoryIntegrityProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' operatingSystemKernelDebugging: type: string description: 'When operatingSystemKernelDebugging is enabled, the device is used in development and testing' @@ -32265,6 +32286,10 @@ components: type: string description: Fingerprint of the Custom Secure Boot Configuration Policy nullable: true + securedCorePC: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + systemManagementMode: + $ref: '#/components/schemas/microsoft.graph.systemManagementModeLevel' testSigning: type: string description: 'When test signing is allowed, the device does not enforce signature validation during boot' @@ -32273,6 +32298,8 @@ components: type: string description: The security version number of the Boot Application nullable: true + virtualizationBasedSecurity: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' virtualSecureMode: type: string description: VSM is a container that protects high value assets from a compromised kernel @@ -34164,6 +34191,9 @@ components: - critical type: string description: Computer endpoint protection state + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDeviceHealthState modelAsString: false @@ -34217,6 +34247,9 @@ components: - windowsSModeSignaturesInUseOnNonWin10SInstall type: string description: Product Status of Windows Defender + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDefenderProductStatus modelAsString: false @@ -35706,6 +35739,9 @@ components: - microsoftEdge type: string description: Type of managed browser + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: managedBrowserType modelAsString: false @@ -36013,6 +36049,9 @@ components: - unknownFutureValue type: string description: Supported platform types. + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: deviceManagementConfigurationPlatforms modelAsString: false @@ -36057,6 +36096,9 @@ components: - unknownFutureValue type: string description: Describes which technology this setting can be deployed with + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: deviceManagementConfigurationTechnologies modelAsString: false @@ -36182,6 +36224,89 @@ components: - value: communicationError description: 'The configuration manager agent was able to reach the configuration manager service in the past but is now no longer able to. ' name: communicationError + microsoft.graph.firmwareProtectionType: + title: firmwareProtectionType + enum: + - notApplicable + - systemGuardSecureLaunch + - firmwareAttackSurfaceReduction + - disabled + - unknownFutureValue + type: string + description: A list of possible Firmware protection type for a device. Firmware protection is a set of features that helps to ensure attackers can't get your device to start with untrusted or malicious firmware. Firmware protection type is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "systemGuardSecureLaunch" or "firmwareAttackSurfaceReduction" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: firmwareProtectionType + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: systemGuardSecureLaunch + description: Indicates that System Guard Secure Launch is enabled for Firmware protection. + name: systemGuardSecureLaunch + - value: firmwareAttackSurfaceReduction + description: Indicates that Firmware Attack Surface Reduction is enabled for Firmware protection. This is only applicable to Surface devices. + name: firmwareAttackSurfaceReduction + - value: disabled + description: Indicates that the device has Firmware protection disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.azureAttestationSettingStatus: + title: azureAttestationSettingStatus + enum: + - notApplicable + - enabled + - disabled + - unknownFutureValue + type: string + description: A list of possible Azure Attestation states for a device. Azure Attestation setting status is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "enabled" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: azureAttestationSettingStatus + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: enabled + description: Indicates that the device has the Azure attestation setting enabled. + name: enabled + - value: disabled + description: Indicates that the device has the Azure attestation setting disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.systemManagementModeLevel: + title: systemManagementModeLevel + enum: + - notApplicable + - level1 + - level2 + - level3 + - unknownFutureValue + type: string + description: 'A list of possible System Management Mode levels for a device. System Management Mode levels is determined by report sent from Microsoft Azure Attestation service. Only specific hardwares support System Management Mode. Windows 11 devices will have values "notApplicable", "level1", "level2" or "level3". Windows 10 devices will have value "notApplicable".' + x-ms-enum: + name: systemManagementModeLevel + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device does not have Firmware protection (System Management Mode) enabled. + name: notApplicable + - value: level1 + description: Indicates that deny System Management Mode (SMM) read/write access to OS and Virtualization-based security (VBS) memory. The benefit is that by design System Management Mode (SMM) cannot modify security of or exfiltrate secrets from the OS (including Virtualization-based security). + name: level1 + - value: level2 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 1 protections, this level prevents System Management Mode (SMM) from tampering with Input-Output Memory Management Unit (IOMMU) config. The benefit is that by design System Management Mode (SMM) cannot disable Virtualization-based security (VBS) and kernel Direct memory access (DMA) protections.' + name: level2 + - value: level3 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 2 protections, this level reduces System Management Mode (SMM) save state capabilities. The benefit is that by design System Management Mode (SMM) cannot exploit save state to modify security of or exfiltrate secrets from the OS (including Virtualization-based security).' + name: level3 + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.deviceGuardLocalSystemAuthorityCredentialGuardState: title: deviceGuardLocalSystemAuthorityCredentialGuardState enum: @@ -45709,6 +45834,9 @@ components: - teamwork - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.applicationMode: title: applicationMode enum: @@ -48385,6 +48513,9 @@ components: - checklistCompletion - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.plannerAssignedToTaskBoardTaskFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.plannerDelta' @@ -51521,6 +51652,9 @@ components: - indirect - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.accessReviewNotificationRecipientScope: title: accessReviewNotificationRecipientScope type: object @@ -51914,6 +52048,9 @@ components: - everyone - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.inferenceData: title: inferenceData type: object @@ -52053,6 +52190,9 @@ components: - personal - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.teamsAppAuthorization: title: teamsAppAuthorization type: object @@ -52110,6 +52250,9 @@ components: - actionUndefined - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: @@ -52118,6 +52261,9 @@ components: - blockAccess - blockAccessExternal type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationPolicyTip: title: chatMessagePolicyViolationPolicyTip type: object @@ -52145,6 +52291,9 @@ components: - override - reportFalsePositive type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationVerdictDetailsTypes: title: chatMessagePolicyViolationVerdictDetailsTypes enum: @@ -52153,6 +52302,9 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessageReactionIdentitySet: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -52306,6 +52458,9 @@ components: - manager - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.timeCardEntry: title: timeCardEntry type: object @@ -54644,6 +54799,9 @@ components: - ReferenceAttributes - UnknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectDefinition: title: objectDefinition type: object @@ -55028,6 +55186,9 @@ components: - Update - Delete type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectMappingMetadataEntry: title: objectMappingMetadataEntry type: object diff --git a/openApiDocs/beta/Education.yml b/openApiDocs/beta/Education.yml index 34e8b9b490a..d977f29d060 100644 --- a/openApiDocs/beta/Education.yml +++ b/openApiDocs/beta/Education.yml @@ -13210,11 +13210,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-1.0 + url: https://learn.microsoft.com/graph/api/educationuser-update?view=graph-rest-1.0 operationId: education_UpdateUser parameters: - name: educationUser-id @@ -28795,6 +28795,8 @@ components: type: string description: ELAM provides protection for the computers in your network when they start up nullable: true + firmwareProtection: + $ref: '#/components/schemas/microsoft.graph.firmwareProtectionType' healthAttestationSupportedStatus: type: string description: This attribute indicates if DHA is supported for the device @@ -28812,6 +28814,10 @@ components: type: string description: The Timestamp of the last update. nullable: true + memoryAccessProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + memoryIntegrityProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' operatingSystemKernelDebugging: type: string description: 'When operatingSystemKernelDebugging is enabled, the device is used in development and testing' @@ -28848,6 +28854,10 @@ components: type: string description: Fingerprint of the Custom Secure Boot Configuration Policy nullable: true + securedCorePC: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + systemManagementMode: + $ref: '#/components/schemas/microsoft.graph.systemManagementModeLevel' testSigning: type: string description: 'When test signing is allowed, the device does not enforce signature validation during boot' @@ -28856,6 +28866,8 @@ components: type: string description: The security version number of the Boot Application nullable: true + virtualizationBasedSecurity: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' virtualSecureMode: type: string description: VSM is a container that protects high value assets from a compromised kernel @@ -34583,6 +34595,9 @@ components: - teamwork - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.applicationMode: title: applicationMode enum: @@ -35502,6 +35517,89 @@ components: - value: communicationError description: 'The configuration manager agent was able to reach the configuration manager service in the past but is now no longer able to. ' name: communicationError + microsoft.graph.firmwareProtectionType: + title: firmwareProtectionType + enum: + - notApplicable + - systemGuardSecureLaunch + - firmwareAttackSurfaceReduction + - disabled + - unknownFutureValue + type: string + description: A list of possible Firmware protection type for a device. Firmware protection is a set of features that helps to ensure attackers can't get your device to start with untrusted or malicious firmware. Firmware protection type is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "systemGuardSecureLaunch" or "firmwareAttackSurfaceReduction" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: firmwareProtectionType + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: systemGuardSecureLaunch + description: Indicates that System Guard Secure Launch is enabled for Firmware protection. + name: systemGuardSecureLaunch + - value: firmwareAttackSurfaceReduction + description: Indicates that Firmware Attack Surface Reduction is enabled for Firmware protection. This is only applicable to Surface devices. + name: firmwareAttackSurfaceReduction + - value: disabled + description: Indicates that the device has Firmware protection disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.azureAttestationSettingStatus: + title: azureAttestationSettingStatus + enum: + - notApplicable + - enabled + - disabled + - unknownFutureValue + type: string + description: A list of possible Azure Attestation states for a device. Azure Attestation setting status is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "enabled" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: azureAttestationSettingStatus + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: enabled + description: Indicates that the device has the Azure attestation setting enabled. + name: enabled + - value: disabled + description: Indicates that the device has the Azure attestation setting disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.systemManagementModeLevel: + title: systemManagementModeLevel + enum: + - notApplicable + - level1 + - level2 + - level3 + - unknownFutureValue + type: string + description: 'A list of possible System Management Mode levels for a device. System Management Mode levels is determined by report sent from Microsoft Azure Attestation service. Only specific hardwares support System Management Mode. Windows 11 devices will have values "notApplicable", "level1", "level2" or "level3". Windows 10 devices will have value "notApplicable".' + x-ms-enum: + name: systemManagementModeLevel + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device does not have Firmware protection (System Management Mode) enabled. + name: notApplicable + - value: level1 + description: Indicates that deny System Management Mode (SMM) read/write access to OS and Virtualization-based security (VBS) memory. The benefit is that by design System Management Mode (SMM) cannot modify security of or exfiltrate secrets from the OS (including Virtualization-based security). + name: level1 + - value: level2 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 1 protections, this level prevents System Management Mode (SMM) from tampering with Input-Output Memory Management Unit (IOMMU) config. The benefit is that by design System Management Mode (SMM) cannot disable Virtualization-based security (VBS) and kernel Direct memory access (DMA) protections.' + name: level2 + - value: level3 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 2 protections, this level reduces System Management Mode (SMM) save state capabilities. The benefit is that by design System Management Mode (SMM) cannot exploit save state to modify security of or exfiltrate secrets from the OS (including Virtualization-based security).' + name: level3 + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.deviceGuardLocalSystemAuthorityCredentialGuardState: title: deviceGuardLocalSystemAuthorityCredentialGuardState enum: @@ -36160,6 +36258,9 @@ components: - critical type: string description: Computer endpoint protection state + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDeviceHealthState modelAsString: false @@ -36213,6 +36314,9 @@ components: - windowsSModeSignaturesInUseOnNonWin10SInstall type: string description: Product Status of Windows Defender + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDefenderProductStatus modelAsString: false @@ -36527,6 +36631,9 @@ components: - checklistCompletion - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.plannerAssignedToTaskBoardTaskFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.plannerDelta' @@ -38485,6 +38592,9 @@ components: - personal - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.teamsAppAuthorization: title: teamsAppAuthorization type: object @@ -38636,6 +38746,9 @@ components: - manager - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.timeCardEntry: title: timeCardEntry type: object @@ -39522,6 +39635,9 @@ components: - indirect - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.accessReviewNotificationRecipientScope: title: accessReviewNotificationRecipientScope type: object @@ -40191,6 +40307,9 @@ components: - everyone - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.inferenceData: title: inferenceData type: object @@ -40322,6 +40441,9 @@ components: - actionUndefined - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: @@ -40330,6 +40452,9 @@ components: - blockAccess - blockAccessExternal type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationPolicyTip: title: chatMessagePolicyViolationPolicyTip type: object @@ -40357,6 +40482,9 @@ components: - override - reportFalsePositive type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationVerdictDetailsTypes: title: chatMessagePolicyViolationVerdictDetailsTypes enum: @@ -40365,6 +40493,9 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessageReactionIdentitySet: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -42983,6 +43114,9 @@ components: - ReferenceAttributes - UnknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectDefinition: title: objectDefinition type: object @@ -43227,6 +43361,9 @@ components: - Update - Delete type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectMappingMetadataEntry: title: objectMappingMetadataEntry type: object diff --git a/openApiDocs/beta/Files.yml b/openApiDocs/beta/Files.yml index 6cce530352f..022ceeb968c 100644 --- a/openApiDocs/beta/Files.yml +++ b/openApiDocs/beta/Files.yml @@ -2411,11 +2411,11 @@ paths: patch: tags: - drives.driveItem - summary: Update DriveItem properties - description: Update the metadata for a DriveItem by ID or path. You can also use update to move an item to another parent by updating the item's parentReference property. + summary: Move a DriveItem to a new folder + description: "To move a DriveItem to a new parent item, your app requests to update the parentReference of the DriveItem to move. This is a special case of the Update method.\nYour app can combine moving an item to a new container and updating other properties of the item into a single request. Items cannot be moved between Drives using this request." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-move?view=graph-rest-1.0 operationId: drive_UpdateItem parameters: - name: drive-id @@ -32005,11 +32005,11 @@ paths: patch: tags: - groups.drive - summary: Update DriveItem properties - description: Update the metadata for a DriveItem by ID or path. You can also use update to move an item to another parent by updating the item's parentReference property. + summary: Move a DriveItem to a new folder + description: "To move a DriveItem to a new parent item, your app requests to update the parentReference of the DriveItem to move. This is a special case of the Update method.\nYour app can combine moving an item to a new container and updating other properties of the item into a single request. Items cannot be moved between Drives using this request." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-move?view=graph-rest-1.0 operationId: group.drive_UpdateItem parameters: - name: group-id @@ -72051,11 +72051,11 @@ paths: patch: tags: - users.drive - summary: Update DriveItem properties - description: Update the metadata for a DriveItem by ID or path. You can also use update to move an item to another parent by updating the item's parentReference property. + summary: Move a DriveItem to a new folder + description: "To move a DriveItem to a new parent item, your app requests to update the parentReference of the DriveItem to move. This is a special case of the Update method.\nYour app can combine moving an item to a new container and updating other properties of the item into a single request. Items cannot be moved between Drives using this request." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-move?view=graph-rest-1.0 operationId: user.drive_UpdateItem parameters: - name: user-id @@ -106974,6 +106974,8 @@ components: type: string description: ELAM provides protection for the computers in your network when they start up nullable: true + firmwareProtection: + $ref: '#/components/schemas/microsoft.graph.firmwareProtectionType' healthAttestationSupportedStatus: type: string description: This attribute indicates if DHA is supported for the device @@ -106991,6 +106993,10 @@ components: type: string description: The Timestamp of the last update. nullable: true + memoryAccessProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + memoryIntegrityProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' operatingSystemKernelDebugging: type: string description: 'When operatingSystemKernelDebugging is enabled, the device is used in development and testing' @@ -107027,6 +107033,10 @@ components: type: string description: Fingerprint of the Custom Secure Boot Configuration Policy nullable: true + securedCorePC: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + systemManagementMode: + $ref: '#/components/schemas/microsoft.graph.systemManagementModeLevel' testSigning: type: string description: 'When test signing is allowed, the device does not enforce signature validation during boot' @@ -107035,6 +107045,8 @@ components: type: string description: The security version number of the Boot Application nullable: true + virtualizationBasedSecurity: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' virtualSecureMode: type: string description: VSM is a container that protects high value assets from a compromised kernel @@ -111722,6 +111734,9 @@ components: - teamwork - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.applicationMode: title: applicationMode enum: @@ -112917,6 +112932,89 @@ components: - value: communicationError description: 'The configuration manager agent was able to reach the configuration manager service in the past but is now no longer able to. ' name: communicationError + microsoft.graph.firmwareProtectionType: + title: firmwareProtectionType + enum: + - notApplicable + - systemGuardSecureLaunch + - firmwareAttackSurfaceReduction + - disabled + - unknownFutureValue + type: string + description: A list of possible Firmware protection type for a device. Firmware protection is a set of features that helps to ensure attackers can't get your device to start with untrusted or malicious firmware. Firmware protection type is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "systemGuardSecureLaunch" or "firmwareAttackSurfaceReduction" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: firmwareProtectionType + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: systemGuardSecureLaunch + description: Indicates that System Guard Secure Launch is enabled for Firmware protection. + name: systemGuardSecureLaunch + - value: firmwareAttackSurfaceReduction + description: Indicates that Firmware Attack Surface Reduction is enabled for Firmware protection. This is only applicable to Surface devices. + name: firmwareAttackSurfaceReduction + - value: disabled + description: Indicates that the device has Firmware protection disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.azureAttestationSettingStatus: + title: azureAttestationSettingStatus + enum: + - notApplicable + - enabled + - disabled + - unknownFutureValue + type: string + description: A list of possible Azure Attestation states for a device. Azure Attestation setting status is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "enabled" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: azureAttestationSettingStatus + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: enabled + description: Indicates that the device has the Azure attestation setting enabled. + name: enabled + - value: disabled + description: Indicates that the device has the Azure attestation setting disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.systemManagementModeLevel: + title: systemManagementModeLevel + enum: + - notApplicable + - level1 + - level2 + - level3 + - unknownFutureValue + type: string + description: 'A list of possible System Management Mode levels for a device. System Management Mode levels is determined by report sent from Microsoft Azure Attestation service. Only specific hardwares support System Management Mode. Windows 11 devices will have values "notApplicable", "level1", "level2" or "level3". Windows 10 devices will have value "notApplicable".' + x-ms-enum: + name: systemManagementModeLevel + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device does not have Firmware protection (System Management Mode) enabled. + name: notApplicable + - value: level1 + description: Indicates that deny System Management Mode (SMM) read/write access to OS and Virtualization-based security (VBS) memory. The benefit is that by design System Management Mode (SMM) cannot modify security of or exfiltrate secrets from the OS (including Virtualization-based security). + name: level1 + - value: level2 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 1 protections, this level prevents System Management Mode (SMM) from tampering with Input-Output Memory Management Unit (IOMMU) config. The benefit is that by design System Management Mode (SMM) cannot disable Virtualization-based security (VBS) and kernel Direct memory access (DMA) protections.' + name: level2 + - value: level3 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 2 protections, this level reduces System Management Mode (SMM) save state capabilities. The benefit is that by design System Management Mode (SMM) cannot exploit save state to modify security of or exfiltrate secrets from the OS (including Virtualization-based security).' + name: level3 + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.deviceGuardLocalSystemAuthorityCredentialGuardState: title: deviceGuardLocalSystemAuthorityCredentialGuardState enum: @@ -113575,6 +113673,9 @@ components: - critical type: string description: Computer endpoint protection state + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDeviceHealthState modelAsString: false @@ -113628,6 +113729,9 @@ components: - windowsSModeSignaturesInUseOnNonWin10SInstall type: string description: Product Status of Windows Defender + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDefenderProductStatus modelAsString: false @@ -114022,6 +114126,9 @@ components: - checklistCompletion - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.plannerAssignedToTaskBoardTaskFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.plannerDelta' @@ -116814,6 +116921,9 @@ components: - indirect - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.accessReviewNotificationRecipientScope: title: accessReviewNotificationRecipientScope type: object @@ -117642,6 +117752,9 @@ components: - everyone - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.inferenceData: title: inferenceData type: object @@ -117781,6 +117894,9 @@ components: - personal - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.teamsAppAuthorization: title: teamsAppAuthorization type: object @@ -117838,6 +117954,9 @@ components: - actionUndefined - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: @@ -117846,6 +117965,9 @@ components: - blockAccess - blockAccessExternal type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationPolicyTip: title: chatMessagePolicyViolationPolicyTip type: object @@ -117873,6 +117995,9 @@ components: - override - reportFalsePositive type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationVerdictDetailsTypes: title: chatMessagePolicyViolationVerdictDetailsTypes enum: @@ -117881,6 +118006,9 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessageReactionIdentitySet: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -118034,6 +118162,9 @@ components: - manager - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.timeCardEntry: title: timeCardEntry type: object @@ -120320,6 +120451,9 @@ components: - ReferenceAttributes - UnknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectDefinition: title: objectDefinition type: object @@ -120437,6 +120571,9 @@ components: - Update - Delete type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectMappingMetadataEntry: title: objectMappingMetadataEntry type: object diff --git a/openApiDocs/beta/Groups.yml b/openApiDocs/beta/Groups.yml index 7bbe9982054..722583cfb7a 100644 --- a/openApiDocs/beta/Groups.yml +++ b/openApiDocs/beta/Groups.yml @@ -1107,7 +1107,7 @@ paths: tags: - groups.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.' + 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-1.0 @@ -1156,7 +1156,7 @@ paths: tags: - groups.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.' + 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-1.0 @@ -1213,7 +1213,7 @@ paths: tags: - groups.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.' + 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-1.0 @@ -2576,7 +2576,7 @@ paths: tags: - groups.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.' + 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-1.0 @@ -2633,7 +2633,7 @@ paths: tags: - groups.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.' + 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-1.0 @@ -4549,7 +4549,7 @@ paths: tags: - groups.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.' + 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-1.0 @@ -4598,7 +4598,7 @@ paths: tags: - groups.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.' + 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-1.0 @@ -4655,7 +4655,7 @@ paths: tags: - groups.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.' + 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-1.0 @@ -6018,7 +6018,7 @@ paths: tags: - groups.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.' + 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-1.0 @@ -6075,7 +6075,7 @@ paths: tags: - groups.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.' + 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-1.0 @@ -8108,7 +8108,7 @@ paths: tags: - groups.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.' + 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-1.0 @@ -8157,7 +8157,7 @@ paths: tags: - groups.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.' + 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-1.0 @@ -8214,7 +8214,7 @@ paths: tags: - groups.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.' + 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-1.0 @@ -9577,7 +9577,7 @@ paths: tags: - groups.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.' + 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-1.0 @@ -9634,7 +9634,7 @@ paths: tags: - groups.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.' + 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-1.0 @@ -12063,10 +12063,10 @@ paths: tags: - groups.Actions summary: Invoke action reply - description: "Add an attachment when creating a group post. This operation limits the size of the attachment you can add to under 3 MB. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: "Reply to a thread in a group conversation and add a new post to it. You can specify the parent conversation \nin the request, or, you can specify just the thread without the parent conversation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/post-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationthread-reply?view=graph-rest-1.0 operationId: group.conversation.thread_reply parameters: - name: group-id @@ -12762,7 +12762,7 @@ paths: tags: - groups.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.' + 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-1.0 @@ -13679,7 +13679,7 @@ paths: tags: - groups.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.' + 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-1.0 @@ -14570,10 +14570,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.post.inReplyTo_reply parameters: - name: group-id @@ -15057,10 +15057,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.post_reply parameters: - name: group-id @@ -21194,7 +21194,7 @@ paths: tags: - groups.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.' + 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-1.0 @@ -21243,7 +21243,7 @@ paths: tags: - groups.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.' + 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-1.0 @@ -21300,7 +21300,7 @@ paths: tags: - groups.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.' + 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-1.0 @@ -22663,7 +22663,7 @@ paths: tags: - groups.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.' + 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-1.0 @@ -22720,7 +22720,7 @@ paths: tags: - groups.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.' + 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-1.0 @@ -40278,7 +40278,7 @@ paths: tags: - groups.Actions summary: Invoke action clone - description: "Create a copy of a team. This operation also creates a copy of the corresponding group.\nYou can specify which parts of the team to clone: When tabs are cloned, they are put into an unconfigured state \n-- they are displayed on the tab bar in Microsoft Teams, and the first time you open them, you'll go through the configuration screen. \n(If the person opening the tab does not have permission to configure apps, they will see a message explaining that the tab hasn't been configured.) Cloning is a long-running operation.\nAfter the POST clone returns, you need to GET the operation \nreturned by the Location: header to see if it's 'running' or 'succeeded' or 'failed'. \nYou should continue to GET until the status is not 'running'. \nThe recommended delay between GETs is 5 seconds." + description: "Create a copy of a team. This operation also creates a copy of the corresponding group.\nYou can specify which parts of the team to clone: When tabs are cloned, they are put into an unconfigured state - they are displayed on the tab bar in Microsoft Teams, and the first time you open them, you'll go through the configuration screen. (If the person opening the tab does not have permission to configure apps, they will see a message explaining that the tab hasn't been configured.) Cloning is a long-running operation. After the POST clone returns, you need to GET the operation returned by the Location: header to see if it's 'running' or 'succeeded' or 'failed'. You should continue to GET until the status is not 'running'. The recommended delay between GETs is 5 seconds." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0 @@ -42272,11 +42272,11 @@ paths: delete: tags: - groups.conversationThread - summary: Delete conversation thread - description: Delete a thread object. + summary: Delete conversationThread + description: Delete conversationThread. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-1.0 operationId: group_DeleteThread parameters: - name: group-id @@ -42312,10 +42312,10 @@ paths: tags: - groups.Actions summary: Invoke action reply - description: "Add an attachment when creating a group post. This operation limits the size of the attachment you can add to under 3 MB. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: "Reply to a thread in a group conversation and add a new post to it. You can specify the parent conversation \nin the request, or, you can specify just the thread without the parent conversation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/post-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationthread-reply?view=graph-rest-1.0 operationId: group.thread_reply parameters: - name: group-id @@ -42939,7 +42939,7 @@ paths: tags: - groups.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.' + 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-1.0 @@ -43752,7 +43752,7 @@ paths: tags: - groups.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.' + 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-1.0 @@ -44539,10 +44539,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.post.inReplyTo_reply parameters: - name: group-id @@ -44970,10 +44970,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.post_reply parameters: - name: group-id @@ -51516,6 +51516,9 @@ components: - channels - members type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.teamworkActivityTopic: title: teamworkActivityTopic type: object @@ -57210,6 +57213,9 @@ components: - checklistCompletion - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.plannerAssignedToTaskBoardTaskFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.plannerDelta' @@ -57882,6 +57888,9 @@ components: - manager - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.timeCardEntry: title: timeCardEntry type: object @@ -59866,6 +59875,9 @@ components: - rsaSha1 - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.resourceAccess: title: resourceAccess type: object @@ -61751,6 +61763,8 @@ components: type: string description: ELAM provides protection for the computers in your network when they start up nullable: true + firmwareProtection: + $ref: '#/components/schemas/microsoft.graph.firmwareProtectionType' healthAttestationSupportedStatus: type: string description: This attribute indicates if DHA is supported for the device @@ -61768,6 +61782,10 @@ components: type: string description: The Timestamp of the last update. nullable: true + memoryAccessProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + memoryIntegrityProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' operatingSystemKernelDebugging: type: string description: 'When operatingSystemKernelDebugging is enabled, the device is used in development and testing' @@ -61804,6 +61822,10 @@ components: type: string description: Fingerprint of the Custom Secure Boot Configuration Policy nullable: true + securedCorePC: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + systemManagementMode: + $ref: '#/components/schemas/microsoft.graph.systemManagementModeLevel' testSigning: type: string description: 'When test signing is allowed, the device does not enforce signature validation during boot' @@ -61812,6 +61834,8 @@ components: type: string description: The security version number of the Boot Application nullable: true + virtualizationBasedSecurity: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' virtualSecureMode: type: string description: VSM is a container that protects high value assets from a compromised kernel @@ -65300,6 +65324,9 @@ components: - actionUndefined - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: @@ -65308,6 +65335,9 @@ components: - blockAccess - blockAccessExternal type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationPolicyTip: title: chatMessagePolicyViolationPolicyTip type: object @@ -65335,6 +65365,9 @@ components: - override - reportFalsePositive type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationVerdictDetailsTypes: title: chatMessagePolicyViolationVerdictDetailsTypes enum: @@ -65343,6 +65376,9 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessageReactionIdentitySet: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -66798,6 +66834,9 @@ components: - teamwork - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.labelPolicy: title: labelPolicy type: object @@ -67529,6 +67568,89 @@ components: - value: communicationError description: 'The configuration manager agent was able to reach the configuration manager service in the past but is now no longer able to. ' name: communicationError + microsoft.graph.firmwareProtectionType: + title: firmwareProtectionType + enum: + - notApplicable + - systemGuardSecureLaunch + - firmwareAttackSurfaceReduction + - disabled + - unknownFutureValue + type: string + description: A list of possible Firmware protection type for a device. Firmware protection is a set of features that helps to ensure attackers can't get your device to start with untrusted or malicious firmware. Firmware protection type is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "systemGuardSecureLaunch" or "firmwareAttackSurfaceReduction" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: firmwareProtectionType + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: systemGuardSecureLaunch + description: Indicates that System Guard Secure Launch is enabled for Firmware protection. + name: systemGuardSecureLaunch + - value: firmwareAttackSurfaceReduction + description: Indicates that Firmware Attack Surface Reduction is enabled for Firmware protection. This is only applicable to Surface devices. + name: firmwareAttackSurfaceReduction + - value: disabled + description: Indicates that the device has Firmware protection disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.azureAttestationSettingStatus: + title: azureAttestationSettingStatus + enum: + - notApplicable + - enabled + - disabled + - unknownFutureValue + type: string + description: A list of possible Azure Attestation states for a device. Azure Attestation setting status is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "enabled" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: azureAttestationSettingStatus + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: enabled + description: Indicates that the device has the Azure attestation setting enabled. + name: enabled + - value: disabled + description: Indicates that the device has the Azure attestation setting disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.systemManagementModeLevel: + title: systemManagementModeLevel + enum: + - notApplicable + - level1 + - level2 + - level3 + - unknownFutureValue + type: string + description: 'A list of possible System Management Mode levels for a device. System Management Mode levels is determined by report sent from Microsoft Azure Attestation service. Only specific hardwares support System Management Mode. Windows 11 devices will have values "notApplicable", "level1", "level2" or "level3". Windows 10 devices will have value "notApplicable".' + x-ms-enum: + name: systemManagementModeLevel + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device does not have Firmware protection (System Management Mode) enabled. + name: notApplicable + - value: level1 + description: Indicates that deny System Management Mode (SMM) read/write access to OS and Virtualization-based security (VBS) memory. The benefit is that by design System Management Mode (SMM) cannot modify security of or exfiltrate secrets from the OS (including Virtualization-based security). + name: level1 + - value: level2 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 1 protections, this level prevents System Management Mode (SMM) from tampering with Input-Output Memory Management Unit (IOMMU) config. The benefit is that by design System Management Mode (SMM) cannot disable Virtualization-based security (VBS) and kernel Direct memory access (DMA) protections.' + name: level2 + - value: level3 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 2 protections, this level reduces System Management Mode (SMM) save state capabilities. The benefit is that by design System Management Mode (SMM) cannot exploit save state to modify security of or exfiltrate secrets from the OS (including Virtualization-based security).' + name: level3 + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.deviceGuardLocalSystemAuthorityCredentialGuardState: title: deviceGuardLocalSystemAuthorityCredentialGuardState enum: @@ -68187,6 +68309,9 @@ components: - critical type: string description: Computer endpoint protection state + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDeviceHealthState modelAsString: false @@ -68240,6 +68365,9 @@ components: - windowsSModeSignaturesInUseOnNonWin10SInstall type: string description: Product Status of Windows Defender + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDefenderProductStatus modelAsString: false @@ -69454,6 +69582,9 @@ components: - personal - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.teamsAppAuthorization: title: teamsAppAuthorization type: object @@ -70767,6 +70898,9 @@ components: - indirect - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.accessReviewNotificationRecipientScope: title: accessReviewNotificationRecipientScope type: object @@ -71363,6 +71497,9 @@ components: - everyone - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.inferenceData: title: inferenceData type: object @@ -71960,6 +72097,9 @@ components: - ReferenceAttributes - UnknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectDefinition: title: objectDefinition type: object @@ -73362,6 +73502,9 @@ components: - Update - Delete type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectMappingMetadataEntry: title: objectMappingMetadataEntry type: object diff --git a/openApiDocs/beta/Identity.DirectoryManagement.yml b/openApiDocs/beta/Identity.DirectoryManagement.yml index 91b0bd21be1..93e8aa607c4 100644 --- a/openApiDocs/beta/Identity.DirectoryManagement.yml +++ b/openApiDocs/beta/Identity.DirectoryManagement.yml @@ -27818,6 +27818,119 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/organization/{organization-id}/partnerInformation': + get: + tags: + - organization.partnerInformation + summary: Get partnerInformation from organization + operationId: organization_GetPartnerInformation + parameters: + - name: organization-id + in: path + description: The unique identifier of organization + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: organization + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - commerceUrl + - companyName + - companyType + - helpUrl + - partnerTenantId + - supportEmails + - supportTelephones + - supportUrl + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.partnerInformation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - organization.partnerInformation + summary: Update the navigation property partnerInformation in organization + operationId: organization_UpdatePartnerInformation + parameters: + - name: organization-id + in: path + description: The unique identifier of organization + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: organization + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.partnerInformation' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.partnerInformation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - organization.partnerInformation + summary: Delete navigation property partnerInformation for organization + operationId: organization_DeletePartnerInformation + parameters: + - name: organization-id + in: path + description: The unique identifier of organization + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: organization + - 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 '/organization/{organization-id}/settings': get: tags: @@ -27996,7 +28109,7 @@ paths: tags: - organization.organizationSettings summary: Update insightsSettings - description: "Update the privacy settings to display or return the specified type of insights in an organization. The type of settings can be contact insights, item insights, or people insights. To learn more about customizing insights privacy for your organization, see:\n- Customize item insights privacy \n- Customize people insights privacy" + description: "Update privacy settings to display or return the specified type of insights in an organization. The type of settings can be contact insights, item insights, or people insights. To learn more about customizing insights privacy for your organization, see:\n- Customize item insights privacy \n- Customize people insights privacy" externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-1.0 @@ -28112,7 +28225,7 @@ paths: tags: - organization.organizationSettings summary: Update insightsSettings - description: "Update the privacy settings to display or return the specified type of insights in an organization. The type of settings can be contact insights, item insights, or people insights. To learn more about customizing insights privacy for your organization, see:\n- Customize item insights privacy \n- Customize people insights privacy" + description: "Update privacy settings to display or return the specified type of insights in an organization. The type of settings can be contact insights, item insights, or people insights. To learn more about customizing insights privacy for your organization, see:\n- Customize item insights privacy \n- Customize people insights privacy" externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-1.0 @@ -28290,7 +28403,7 @@ paths: tags: - organization.organizationSettings summary: List peopleInsights - description: 'Get the properties of an insightsSettings object for displaying or returning people insights in an organization. To learn how to customize privacy for people insights in an organization, see Customize people insights privacy.' + description: 'Get the properties of an insightsSettings object for displaying or returning people insights in an organization. To learn how to customize privacy for people insights in an organization, see Customize people insights privacy in Microsoft Graph.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/organizationsettings-list-peopleinsights?view=graph-rest-1.0 @@ -28344,7 +28457,7 @@ paths: tags: - organization.organizationSettings summary: Update insightsSettings - description: "Update the privacy settings to display or return the specified type of insights in an organization. The type of settings can be contact insights, item insights, or people insights. To learn more about customizing insights privacy for your organization, see:\n- Customize item insights privacy \n- Customize people insights privacy" + description: "Update privacy settings to display or return the specified type of insights in an organization. The type of settings can be contact insights, item insights, or people insights. To learn more about customizing insights privacy for your organization, see:\n- Customize item insights privacy \n- Customize people insights privacy" externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-1.0 @@ -32864,6 +32977,38 @@ components: type: object additionalProperties: type: object + microsoft.graph.partnerInformation: + title: partnerInformation + type: object + properties: + commerceUrl: + type: string + nullable: true + companyName: + type: string + nullable: true + companyType: + $ref: '#/components/schemas/microsoft.graph.partnerTenantType' + helpUrl: + type: string + nullable: true + partnerTenantId: + type: string + supportEmails: + type: array + items: + type: string + nullable: true + supportTelephones: + type: array + items: + type: string + nullable: true + supportUrl: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.organizationSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -38154,38 +38299,6 @@ components: description: Collection of certificate authorities which creates a trusted certificate chain. additionalProperties: type: object - microsoft.graph.partnerInformation: - title: partnerInformation - type: object - properties: - commerceUrl: - type: string - nullable: true - companyName: - type: string - nullable: true - companyType: - $ref: '#/components/schemas/microsoft.graph.partnerTenantType' - helpUrl: - type: string - nullable: true - partnerTenantId: - type: string - supportEmails: - type: array - items: - type: string - nullable: true - supportTelephones: - type: array - items: - type: string - nullable: true - supportUrl: - type: string - nullable: true - additionalProperties: - type: object microsoft.graph.organizationalBrandingProperties: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -39422,6 +39535,9 @@ components: - rsaSha1 - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.resourceAccess: title: resourceAccess type: object @@ -43153,6 +43269,8 @@ components: type: string description: ELAM provides protection for the computers in your network when they start up nullable: true + firmwareProtection: + $ref: '#/components/schemas/microsoft.graph.firmwareProtectionType' healthAttestationSupportedStatus: type: string description: This attribute indicates if DHA is supported for the device @@ -43170,6 +43288,10 @@ components: type: string description: The Timestamp of the last update. nullable: true + memoryAccessProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + memoryIntegrityProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' operatingSystemKernelDebugging: type: string description: 'When operatingSystemKernelDebugging is enabled, the device is used in development and testing' @@ -43206,6 +43328,10 @@ components: type: string description: Fingerprint of the Custom Secure Boot Configuration Policy nullable: true + securedCorePC: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + systemManagementMode: + $ref: '#/components/schemas/microsoft.graph.systemManagementModeLevel' testSigning: type: string description: 'When test signing is allowed, the device does not enforce signature validation during boot' @@ -43214,6 +43340,8 @@ components: type: string description: The security version number of the Boot Application nullable: true + virtualizationBasedSecurity: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' virtualSecureMode: type: string description: VSM is a container that protects high value assets from a compromised kernel @@ -46715,6 +46843,9 @@ components: - sms - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.managedTenants.notificationTarget: title: notificationTarget type: object @@ -49632,6 +49763,9 @@ components: - teamwork - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.applicationMode: title: applicationMode enum: @@ -50364,6 +50498,89 @@ components: - value: communicationError description: 'The configuration manager agent was able to reach the configuration manager service in the past but is now no longer able to. ' name: communicationError + microsoft.graph.firmwareProtectionType: + title: firmwareProtectionType + enum: + - notApplicable + - systemGuardSecureLaunch + - firmwareAttackSurfaceReduction + - disabled + - unknownFutureValue + type: string + description: A list of possible Firmware protection type for a device. Firmware protection is a set of features that helps to ensure attackers can't get your device to start with untrusted or malicious firmware. Firmware protection type is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "systemGuardSecureLaunch" or "firmwareAttackSurfaceReduction" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: firmwareProtectionType + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: systemGuardSecureLaunch + description: Indicates that System Guard Secure Launch is enabled for Firmware protection. + name: systemGuardSecureLaunch + - value: firmwareAttackSurfaceReduction + description: Indicates that Firmware Attack Surface Reduction is enabled for Firmware protection. This is only applicable to Surface devices. + name: firmwareAttackSurfaceReduction + - value: disabled + description: Indicates that the device has Firmware protection disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.azureAttestationSettingStatus: + title: azureAttestationSettingStatus + enum: + - notApplicable + - enabled + - disabled + - unknownFutureValue + type: string + description: A list of possible Azure Attestation states for a device. Azure Attestation setting status is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "enabled" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: azureAttestationSettingStatus + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: enabled + description: Indicates that the device has the Azure attestation setting enabled. + name: enabled + - value: disabled + description: Indicates that the device has the Azure attestation setting disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.systemManagementModeLevel: + title: systemManagementModeLevel + enum: + - notApplicable + - level1 + - level2 + - level3 + - unknownFutureValue + type: string + description: 'A list of possible System Management Mode levels for a device. System Management Mode levels is determined by report sent from Microsoft Azure Attestation service. Only specific hardwares support System Management Mode. Windows 11 devices will have values "notApplicable", "level1", "level2" or "level3". Windows 10 devices will have value "notApplicable".' + x-ms-enum: + name: systemManagementModeLevel + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device does not have Firmware protection (System Management Mode) enabled. + name: notApplicable + - value: level1 + description: Indicates that deny System Management Mode (SMM) read/write access to OS and Virtualization-based security (VBS) memory. The benefit is that by design System Management Mode (SMM) cannot modify security of or exfiltrate secrets from the OS (including Virtualization-based security). + name: level1 + - value: level2 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 1 protections, this level prevents System Management Mode (SMM) from tampering with Input-Output Memory Management Unit (IOMMU) config. The benefit is that by design System Management Mode (SMM) cannot disable Virtualization-based security (VBS) and kernel Direct memory access (DMA) protections.' + name: level2 + - value: level3 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 2 protections, this level reduces System Management Mode (SMM) save state capabilities. The benefit is that by design System Management Mode (SMM) cannot exploit save state to modify security of or exfiltrate secrets from the OS (including Virtualization-based security).' + name: level3 + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.deviceGuardLocalSystemAuthorityCredentialGuardState: title: deviceGuardLocalSystemAuthorityCredentialGuardState enum: @@ -51022,6 +51239,9 @@ components: - critical type: string description: Computer endpoint protection state + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDeviceHealthState modelAsString: false @@ -51075,6 +51295,9 @@ components: - windowsSModeSignaturesInUseOnNonWin10SInstall type: string description: Product Status of Windows Defender + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDefenderProductStatus modelAsString: false @@ -51389,6 +51612,9 @@ components: - checklistCompletion - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.plannerAssignedToTaskBoardTaskFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.plannerDelta' @@ -53705,6 +53931,9 @@ components: - personal - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.teamsAppAuthorization: title: teamsAppAuthorization type: object @@ -53856,6 +54085,9 @@ components: - manager - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.timeCardEntry: title: timeCardEntry type: object @@ -54542,6 +54774,9 @@ components: - indirect - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.accessReviewNotificationRecipientScope: title: accessReviewNotificationRecipientScope type: object @@ -55211,6 +55446,9 @@ components: - everyone - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.inferenceData: title: inferenceData type: object @@ -55342,6 +55580,9 @@ components: - actionUndefined - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: @@ -55350,6 +55591,9 @@ components: - blockAccess - blockAccessExternal type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationPolicyTip: title: chatMessagePolicyViolationPolicyTip type: object @@ -55377,6 +55621,9 @@ components: - override - reportFalsePositive type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationVerdictDetailsTypes: title: chatMessagePolicyViolationVerdictDetailsTypes enum: @@ -55385,6 +55632,9 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessageReactionIdentitySet: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -55732,6 +55982,9 @@ components: - ReferenceAttributes - UnknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectDefinition: title: objectDefinition type: object @@ -57495,6 +57748,9 @@ components: - Update - Delete type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectMappingMetadataEntry: title: objectMappingMetadataEntry type: object diff --git a/openApiDocs/beta/Identity.Governance.yml b/openApiDocs/beta/Identity.Governance.yml index 3731330723d..05569c0709b 100644 --- a/openApiDocs/beta/Identity.Governance.yml +++ b/openApiDocs/beta/Identity.Governance.yml @@ -38613,11 +38613,11 @@ paths: patch: tags: - identityGovernance.entitlementManagement - summary: Update accessPackageAssignmentRequestWorkflowExtension - description: Update the properties of an accessPackageAssignmentRequestWorkflowExtension object. + summary: Update accessPackageAssignmentWorkflowExtension + description: Update the properties of an accessPackageAssignmentWorkflowExtension object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-update?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackageCatalog_UpdateAccessPackageCustomWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -46117,11 +46117,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:\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 customAccessPackageWorkflowExtension + description: "Delete a customAccessPackageWorkflowExtension 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 customAccessPackageWorkflowExtension object that you want to delete by running the LIST customAccessPackageWorkflowExtensions operation.\n3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 2: Remove the customExtensionHandlers and verifiableCredentialSettings from a policy." 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/customaccesspackageworkflowextension-delete?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackageCatalog_DeleteCustomAccessPackageWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -52839,11 +52839,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackage - description: Retrieve the properties and relationships of an accessPackage object. + summary: List accessPackageResourceRoleScopes + description: Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackage-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackage-list-accesspackageresourcerolescopes?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement_GetAccessPackage parameters: - name: accessPackage-id @@ -88655,11 +88655,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-1.0 + url: https://learn.microsoft.com/graph/api/agreement-list-files?view=graph-rest-1.0 operationId: identityGovernance.termsGraphOPreUse_GetAgreement parameters: - name: agreement-id @@ -132154,6 +132154,7 @@ components: nullable: true isPrivileged: type: boolean + description: Flag indicating if the action is a sensitive resource action. Applies only for actions in the microsoft.directory resource namespace. Read-only. Supports $filter (eq). nullable: true name: type: string @@ -132288,6 +132289,7 @@ components: nullable: true isPrivileged: type: boolean + description: Flag indicating if the role is privileged. Azure AD defines a role as privileged if it contains at least one sensitive resource action in the rolePermissions and allowedResourceActions objects. Applies only for actions in the microsoft.directory resource namespace. Read-only. Supports $filter (eq). nullable: true resourceScopes: type: array @@ -137145,6 +137147,9 @@ components: - unknownFutureValue - mover type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.identityGovernance.parameter: title: parameter type: object @@ -137590,6 +137595,9 @@ components: - group - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.unifiedRolePermission: title: unifiedRolePermission type: object @@ -138815,6 +138823,9 @@ components: - indirect - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.genericError: title: genericError type: object @@ -141578,6 +141589,8 @@ components: type: string description: ELAM provides protection for the computers in your network when they start up nullable: true + firmwareProtection: + $ref: '#/components/schemas/microsoft.graph.firmwareProtectionType' healthAttestationSupportedStatus: type: string description: This attribute indicates if DHA is supported for the device @@ -141595,6 +141608,10 @@ components: type: string description: The Timestamp of the last update. nullable: true + memoryAccessProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + memoryIntegrityProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' operatingSystemKernelDebugging: type: string description: 'When operatingSystemKernelDebugging is enabled, the device is used in development and testing' @@ -141631,6 +141648,10 @@ components: type: string description: Fingerprint of the Custom Secure Boot Configuration Policy nullable: true + securedCorePC: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + systemManagementMode: + $ref: '#/components/schemas/microsoft.graph.systemManagementModeLevel' testSigning: type: string description: 'When test signing is allowed, the device does not enforce signature validation during boot' @@ -141639,6 +141660,8 @@ components: type: string description: The security version number of the Boot Application nullable: true + virtualizationBasedSecurity: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' virtualSecureMode: type: string description: VSM is a container that protects high value assets from a compromised kernel @@ -146085,6 +146108,9 @@ components: - teamwork - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.applicationMode: title: applicationMode enum: @@ -148264,6 +148290,89 @@ components: - value: communicationError description: 'The configuration manager agent was able to reach the configuration manager service in the past but is now no longer able to. ' name: communicationError + microsoft.graph.firmwareProtectionType: + title: firmwareProtectionType + enum: + - notApplicable + - systemGuardSecureLaunch + - firmwareAttackSurfaceReduction + - disabled + - unknownFutureValue + type: string + description: A list of possible Firmware protection type for a device. Firmware protection is a set of features that helps to ensure attackers can't get your device to start with untrusted or malicious firmware. Firmware protection type is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "systemGuardSecureLaunch" or "firmwareAttackSurfaceReduction" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: firmwareProtectionType + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: systemGuardSecureLaunch + description: Indicates that System Guard Secure Launch is enabled for Firmware protection. + name: systemGuardSecureLaunch + - value: firmwareAttackSurfaceReduction + description: Indicates that Firmware Attack Surface Reduction is enabled for Firmware protection. This is only applicable to Surface devices. + name: firmwareAttackSurfaceReduction + - value: disabled + description: Indicates that the device has Firmware protection disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.azureAttestationSettingStatus: + title: azureAttestationSettingStatus + enum: + - notApplicable + - enabled + - disabled + - unknownFutureValue + type: string + description: A list of possible Azure Attestation states for a device. Azure Attestation setting status is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "enabled" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: azureAttestationSettingStatus + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: enabled + description: Indicates that the device has the Azure attestation setting enabled. + name: enabled + - value: disabled + description: Indicates that the device has the Azure attestation setting disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.systemManagementModeLevel: + title: systemManagementModeLevel + enum: + - notApplicable + - level1 + - level2 + - level3 + - unknownFutureValue + type: string + description: 'A list of possible System Management Mode levels for a device. System Management Mode levels is determined by report sent from Microsoft Azure Attestation service. Only specific hardwares support System Management Mode. Windows 11 devices will have values "notApplicable", "level1", "level2" or "level3". Windows 10 devices will have value "notApplicable".' + x-ms-enum: + name: systemManagementModeLevel + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device does not have Firmware protection (System Management Mode) enabled. + name: notApplicable + - value: level1 + description: Indicates that deny System Management Mode (SMM) read/write access to OS and Virtualization-based security (VBS) memory. The benefit is that by design System Management Mode (SMM) cannot modify security of or exfiltrate secrets from the OS (including Virtualization-based security). + name: level1 + - value: level2 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 1 protections, this level prevents System Management Mode (SMM) from tampering with Input-Output Memory Management Unit (IOMMU) config. The benefit is that by design System Management Mode (SMM) cannot disable Virtualization-based security (VBS) and kernel Direct memory access (DMA) protections.' + name: level2 + - value: level3 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 2 protections, this level reduces System Management Mode (SMM) save state capabilities. The benefit is that by design System Management Mode (SMM) cannot exploit save state to modify security of or exfiltrate secrets from the OS (including Virtualization-based security).' + name: level3 + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.deviceGuardLocalSystemAuthorityCredentialGuardState: title: deviceGuardLocalSystemAuthorityCredentialGuardState enum: @@ -148922,6 +149031,9 @@ components: - critical type: string description: Computer endpoint protection state + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDeviceHealthState modelAsString: false @@ -148975,6 +149087,9 @@ components: - windowsSModeSignaturesInUseOnNonWin10SInstall type: string description: Product Status of Windows Defender + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDefenderProductStatus modelAsString: false @@ -149369,6 +149484,9 @@ components: - checklistCompletion - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.plannerAssignedToTaskBoardTaskFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.plannerDelta' @@ -153322,6 +153440,9 @@ components: - everyone - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.inferenceData: title: inferenceData type: object @@ -153461,6 +153582,9 @@ components: - personal - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.teamsAppAuthorization: title: teamsAppAuthorization type: object @@ -153518,6 +153642,9 @@ components: - actionUndefined - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: @@ -153526,6 +153653,9 @@ components: - blockAccess - blockAccessExternal type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationPolicyTip: title: chatMessagePolicyViolationPolicyTip type: object @@ -153553,6 +153683,9 @@ components: - override - reportFalsePositive type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationVerdictDetailsTypes: title: chatMessagePolicyViolationVerdictDetailsTypes enum: @@ -153561,6 +153694,9 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessageReactionIdentitySet: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -153714,6 +153850,9 @@ components: - manager - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.timeCardEntry: title: timeCardEntry type: object @@ -156065,6 +156204,9 @@ components: - ReferenceAttributes - UnknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectDefinition: title: objectDefinition type: object @@ -156449,6 +156591,9 @@ components: - Update - Delete type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectMappingMetadataEntry: title: objectMappingMetadataEntry type: object diff --git a/openApiDocs/beta/Identity.SignIns.yml b/openApiDocs/beta/Identity.SignIns.yml index cc3d2045788..2bd2ed6e97f 100644 --- a/openApiDocs/beta/Identity.SignIns.yml +++ b/openApiDocs/beta/Identity.SignIns.yml @@ -8507,11 +8507,11 @@ paths: get: tags: - identity.conditionalAccessRoot - summary: Get namedLocation - description: Retrieve the properties and relationships of a namedLocation object. + summary: Get countryNamedLocation + description: Retrieve the properties and relationships of a countryNamedLocation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/namedlocation-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/countrynamedlocation-get?view=graph-rest-1.0 operationId: identity.conditionalAccess_GetNamedLocation parameters: - name: namedLocation-id @@ -8562,11 +8562,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 @@ -8597,11 +8597,11 @@ paths: delete: tags: - identity.conditionalAccessRoot - summary: Delete namedLocation - description: Delete a namedLocation object. + summary: Delete countryNamedLocation + description: Delete a countryNamedLocation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/namedlocation-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/countrynamedlocation-delete?view=graph-rest-1.0 operationId: identity.conditionalAccess_DeleteNamedLocation parameters: - name: namedLocation-id @@ -9237,11 +9237,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-1.0 + url: https://learn.microsoft.com/graph/api/authenticationeventlistener-get?view=graph-rest-1.0 operationId: identity_GetCustomAuthenticationExtension parameters: - name: customAuthenticationExtension-id @@ -20077,11 +20077,11 @@ paths: patch: 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_UpdateIdentitySynchronization parameters: - name: crossTenantAccessPolicyConfigurationPartner-tenantId @@ -33933,6 +33933,9 @@ components: - federatedMultiFactor - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.updateAllowedCombinationsResult: title: updateAllowedCombinationsResult type: object @@ -37409,6 +37412,9 @@ components: - mfa - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.conditionalAccessConditionSet: title: conditionalAccessConditionSet type: object @@ -37528,6 +37534,9 @@ components: - emergingThreats - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.customCalloutExtension: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -37860,6 +37869,9 @@ components: - teamwork - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.applicationMode: title: applicationMode enum: @@ -46862,6 +46874,8 @@ components: type: string description: ELAM provides protection for the computers in your network when they start up nullable: true + firmwareProtection: + $ref: '#/components/schemas/microsoft.graph.firmwareProtectionType' healthAttestationSupportedStatus: type: string description: This attribute indicates if DHA is supported for the device @@ -46879,6 +46893,10 @@ components: type: string description: The Timestamp of the last update. nullable: true + memoryAccessProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + memoryIntegrityProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' operatingSystemKernelDebugging: type: string description: 'When operatingSystemKernelDebugging is enabled, the device is used in development and testing' @@ -46915,6 +46933,10 @@ components: type: string description: Fingerprint of the Custom Secure Boot Configuration Policy nullable: true + securedCorePC: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + systemManagementMode: + $ref: '#/components/schemas/microsoft.graph.systemManagementModeLevel' testSigning: type: string description: 'When test signing is allowed, the device does not enforce signature validation during boot' @@ -46923,6 +46945,8 @@ components: type: string description: The security version number of the Boot Application nullable: true + virtualizationBasedSecurity: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' virtualSecureMode: type: string description: VSM is a container that protects high value assets from a compromised kernel @@ -53511,6 +53535,89 @@ components: - value: communicationError description: 'The configuration manager agent was able to reach the configuration manager service in the past but is now no longer able to. ' name: communicationError + microsoft.graph.firmwareProtectionType: + title: firmwareProtectionType + enum: + - notApplicable + - systemGuardSecureLaunch + - firmwareAttackSurfaceReduction + - disabled + - unknownFutureValue + type: string + description: A list of possible Firmware protection type for a device. Firmware protection is a set of features that helps to ensure attackers can't get your device to start with untrusted or malicious firmware. Firmware protection type is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "systemGuardSecureLaunch" or "firmwareAttackSurfaceReduction" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: firmwareProtectionType + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: systemGuardSecureLaunch + description: Indicates that System Guard Secure Launch is enabled for Firmware protection. + name: systemGuardSecureLaunch + - value: firmwareAttackSurfaceReduction + description: Indicates that Firmware Attack Surface Reduction is enabled for Firmware protection. This is only applicable to Surface devices. + name: firmwareAttackSurfaceReduction + - value: disabled + description: Indicates that the device has Firmware protection disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.azureAttestationSettingStatus: + title: azureAttestationSettingStatus + enum: + - notApplicable + - enabled + - disabled + - unknownFutureValue + type: string + description: A list of possible Azure Attestation states for a device. Azure Attestation setting status is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "enabled" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: azureAttestationSettingStatus + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: enabled + description: Indicates that the device has the Azure attestation setting enabled. + name: enabled + - value: disabled + description: Indicates that the device has the Azure attestation setting disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.systemManagementModeLevel: + title: systemManagementModeLevel + enum: + - notApplicable + - level1 + - level2 + - level3 + - unknownFutureValue + type: string + description: 'A list of possible System Management Mode levels for a device. System Management Mode levels is determined by report sent from Microsoft Azure Attestation service. Only specific hardwares support System Management Mode. Windows 11 devices will have values "notApplicable", "level1", "level2" or "level3". Windows 10 devices will have value "notApplicable".' + x-ms-enum: + name: systemManagementModeLevel + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device does not have Firmware protection (System Management Mode) enabled. + name: notApplicable + - value: level1 + description: Indicates that deny System Management Mode (SMM) read/write access to OS and Virtualization-based security (VBS) memory. The benefit is that by design System Management Mode (SMM) cannot modify security of or exfiltrate secrets from the OS (including Virtualization-based security). + name: level1 + - value: level2 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 1 protections, this level prevents System Management Mode (SMM) from tampering with Input-Output Memory Management Unit (IOMMU) config. The benefit is that by design System Management Mode (SMM) cannot disable Virtualization-based security (VBS) and kernel Direct memory access (DMA) protections.' + name: level2 + - value: level3 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 2 protections, this level reduces System Management Mode (SMM) save state capabilities. The benefit is that by design System Management Mode (SMM) cannot exploit save state to modify security of or exfiltrate secrets from the OS (including Virtualization-based security).' + name: level3 + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.deviceGuardLocalSystemAuthorityCredentialGuardState: title: deviceGuardLocalSystemAuthorityCredentialGuardState enum: @@ -54169,6 +54276,9 @@ components: - critical type: string description: Computer endpoint protection state + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDeviceHealthState modelAsString: false @@ -54222,6 +54332,9 @@ components: - windowsSModeSignaturesInUseOnNonWin10SInstall type: string description: Product Status of Windows Defender + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDefenderProductStatus modelAsString: false @@ -54616,6 +54729,9 @@ components: - checklistCompletion - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.plannerAssignedToTaskBoardTaskFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.plannerDelta' @@ -56208,6 +56324,9 @@ components: - serviceProvider - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.classificationInnerError: title: classificationInnerError type: object @@ -57702,6 +57821,9 @@ components: - indirect - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.accessReviewNotificationRecipientScope: title: accessReviewNotificationRecipientScope type: object @@ -58520,6 +58642,9 @@ components: - everyone - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.inferenceData: title: inferenceData type: object @@ -58659,6 +58784,9 @@ components: - personal - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.teamsAppAuthorization: title: teamsAppAuthorization type: object @@ -58716,6 +58844,9 @@ components: - actionUndefined - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: @@ -58724,6 +58855,9 @@ components: - blockAccess - blockAccessExternal type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationPolicyTip: title: chatMessagePolicyViolationPolicyTip type: object @@ -58751,6 +58885,9 @@ components: - override - reportFalsePositive type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationVerdictDetailsTypes: title: chatMessagePolicyViolationVerdictDetailsTypes enum: @@ -58759,6 +58896,9 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessageReactionIdentitySet: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -58912,6 +59052,9 @@ components: - manager - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.timeCardEntry: title: timeCardEntry type: object @@ -61261,6 +61404,9 @@ components: - ReferenceAttributes - UnknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectDefinition: title: objectDefinition type: object @@ -61645,6 +61791,9 @@ components: - Update - Delete type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectMappingMetadataEntry: title: objectMappingMetadataEntry type: object diff --git a/openApiDocs/beta/Mail.yml b/openApiDocs/beta/Mail.yml index 8f537e34711..363a444e6b6 100644 --- a/openApiDocs/beta/Mail.yml +++ b/openApiDocs/beta/Mail.yml @@ -756,11 +756,11 @@ paths: post: tags: - users.mailFolder - summary: Create child folder - description: 'Use this API to create a new child mailFolder. If you intend a new folder to be hidden, you must set the isHidden property to true on creation.' + summary: Create mailSearchFolder + description: Create a new mailSearchFolder in the specified user's mailbox. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-post-childfolders?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/mailsearchfolder-post?view=graph-rest-1.0 operationId: user.mailFolder_CreateChildFolder parameters: - name: user-id @@ -1078,7 +1078,7 @@ paths: tags: - users.mailFolder summary: Create rule - description: Create a messageRule object by specifying a set of conditions and actions. Outlook carries out those actions if an incoming message in the user's Inbox meets the specified conditions. + description: Create a messageRule object by specifying a set of conditions and actions. Outlook carries out those actions if an incoming message in the user's Inbox meets the specified conditions. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/mailfolder-post-messagerules?view=graph-rest-1.0 @@ -2031,7 +2031,7 @@ paths: tags: - users.mailFolder summary: Add attachment - description: "Use this API to add an attachment to a message. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. You can add an attachment to an existing message by posting to its attachments collection, or to a new \nmessage that is being drafted, or created and sent on the fly." + description: "Use this API to add an attachment to a message. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. You can add an attachment to an existing message by posting to its attachments collection, or to a new\nmessage that is being drafted, or created and sent on the fly." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-post-attachments?view=graph-rest-1.0 @@ -2091,7 +2091,7 @@ paths: tags: - users.mailFolder summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -3380,7 +3380,7 @@ paths: tags: - users.mailFolder summary: Create rule - description: Create a messageRule object by specifying a set of conditions and actions. Outlook carries out those actions if an incoming message in the user's Inbox meets the specified conditions. + description: Create a messageRule object by specifying a set of conditions and actions. Outlook carries out those actions if an incoming message in the user's Inbox meets the specified conditions. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/mailfolder-post-messagerules?view=graph-rest-1.0 @@ -4229,7 +4229,7 @@ paths: tags: - users.mailFolder summary: Add attachment - description: "Use this API to add an attachment to a message. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. You can add an attachment to an existing message by posting to its attachments collection, or to a new \nmessage that is being drafted, or created and sent on the fly." + description: "Use this API to add an attachment to a message. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. You can add an attachment to an existing message by posting to its attachments collection, or to a new\nmessage that is being drafted, or created and sent on the fly." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-post-attachments?view=graph-rest-1.0 @@ -4281,7 +4281,7 @@ paths: tags: - users.mailFolder summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -5333,7 +5333,7 @@ paths: description: The messages in a mailbox or folder. Read-only. Nullable. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-messages?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 operationId: user_ListMessage parameters: - name: user-id @@ -5554,7 +5554,7 @@ paths: description: The messages in a mailbox or folder. Read-only. Nullable. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/singlevaluelegacyextendedproperty-get?view=graph-rest-1.0 operationId: user_GetMessage parameters: - name: user-id @@ -5660,11 +5660,11 @@ paths: patch: tags: - users.message - summary: Update eventMessage - description: Update the properties of an eventMessage object. + summary: Update message + description: Update the properties of a message object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-update?view=graph-rest-1.0 operationId: user_UpdateMessage parameters: - name: user-id @@ -5745,7 +5745,7 @@ paths: summary: Get media content for the navigation property messages from users externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-messages?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 operationId: user_GetMessagesContent parameters: - name: user-id @@ -5905,7 +5905,7 @@ paths: tags: - users.message summary: Add attachment - description: "Use this API to add an attachment to a message. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. You can add an attachment to an existing message by posting to its attachments collection, or to a new \nmessage that is being drafted, or created and sent on the fly." + description: "Use this API to add an attachment to a message. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. You can add an attachment to an existing message by posting to its attachments collection, or to a new\nmessage that is being drafted, or created and sent on the fly." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-post-attachments?view=graph-rest-1.0 @@ -5949,7 +5949,7 @@ paths: tags: - users.message summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 diff --git a/openApiDocs/beta/ManagedTenants.yml b/openApiDocs/beta/ManagedTenants.yml index 5bbf8b912a9..3f902eab7b5 100644 --- a/openApiDocs/beta/ManagedTenants.yml +++ b/openApiDocs/beta/ManagedTenants.yml @@ -14307,6 +14307,9 @@ components: - sms - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.managedTenants.notificationTarget: title: notificationTarget type: object diff --git a/openApiDocs/beta/People.yml b/openApiDocs/beta/People.yml index 299f1063aa7..cc5e9de93f8 100644 --- a/openApiDocs/beta/People.yml +++ b/openApiDocs/beta/People.yml @@ -8529,6 +8529,9 @@ components: - everyone - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.identitySet: title: identitySet type: object diff --git a/openApiDocs/beta/Planner.yml b/openApiDocs/beta/Planner.yml index 9fc612763bd..c18bb72d814 100644 --- a/openApiDocs/beta/Planner.yml +++ b/openApiDocs/beta/Planner.yml @@ -15130,6 +15130,9 @@ components: - checklistCompletion - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.plannerOrderHintsByAssignee: title: plannerOrderHintsByAssignee type: object diff --git a/openApiDocs/beta/Reports.yml b/openApiDocs/beta/Reports.yml index 70ceab7707f..5343e0f28ad 100644 --- a/openApiDocs/beta/Reports.yml +++ b/openApiDocs/beta/Reports.yml @@ -13980,6 +13980,9 @@ components: - unknownFutureValue - authenticationTransfer type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.authenticationRequirementPolicy: title: authenticationRequirementPolicy type: object @@ -14021,6 +14024,9 @@ components: - serviceProvider - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.deviceDetail: title: deviceDetail type: object @@ -14068,6 +14074,9 @@ components: - unknownFutureValue - remoteDesktopToken type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.signInLocation: title: signInLocation type: object @@ -14965,6 +14974,9 @@ components: - authenticationFlows - insiderRisk type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.conditionalAccessRuleSatisfied: title: conditionalAccessRuleSatisfied type: object diff --git a/openApiDocs/beta/Search.yml b/openApiDocs/beta/Search.yml index 0bb08c49258..7547b066bfb 100644 --- a/openApiDocs/beta/Search.yml +++ b/openApiDocs/beta/Search.yml @@ -2256,11 +2256,11 @@ paths: post: tags: - external.industryDataRoot - summary: Create azureDataLakeConnector - description: Create a new azureDataLakeConnector object. + summary: Create industryDataConnector + description: Create a new industryDataConnector object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/industrydata-azuredatalakeconnector-post?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-post?view=graph-rest-1.0 operationId: external.industryData_CreateDataConnector requestBody: description: New navigation property @@ -2283,11 +2283,11 @@ paths: get: tags: - external.industryDataRoot - summary: Get industryDataConnector - description: Read the properties and relationships of an industryDataConnector object. + summary: Get azureDataLakeConnector + description: Read the properties and relationships of an azureDataLakeConnector object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/industrydata-azuredatalakeconnector-get?view=graph-rest-1.0 operationId: external.industryData_GetDataConnector parameters: - name: industryDataConnector-id @@ -2338,11 +2338,11 @@ paths: patch: tags: - external.industryDataRoot - summary: Update azureDataLakeConnector - description: Update the properties of an azureDataLakeConnector object. + summary: Update industryDataConnector + description: Update the properties of an industryDataConnector object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/industrydata-azuredatalakeconnector-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-update?view=graph-rest-1.0 operationId: external.industryData_UpdateDataConnector parameters: - name: industryDataConnector-id @@ -2373,11 +2373,11 @@ paths: delete: tags: - external.industryDataRoot - summary: Delete azureDataLakeConnector - description: Delete an azureDataLakeConnector object. + summary: Delete industryDataConnector + description: Delete an industryDataConnector object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/industrydata-azuredatalakeconnector-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-delete?view=graph-rest-1.0 operationId: external.industryData_DeleteDataConnector parameters: - name: industryDataConnector-id @@ -2576,11 +2576,11 @@ paths: post: tags: - external.industryDataRoot - summary: Create inboundFileFlow - description: 'Create a new inboundFileFlow object. The following prerequisite resources are required when you create an inboundFileFlow:' + summary: Create inboundFlow + description: 'Create a new inboundFlow object. The following prerequisite resources are required when you create an inboundFlow:' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-post?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/industrydata-inboundflow-post?view=graph-rest-1.0 operationId: external.industryData_CreateInboundFlow requestBody: description: New navigation property @@ -2699,11 +2699,11 @@ paths: delete: tags: - external.industryDataRoot - summary: Delete inboundFlow - description: Delete an inboundFlow object. + summary: Delete inboundFileFlow + description: Delete an inboundFileFlow object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/industrydata-inboundflow-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-delete?view=graph-rest-1.0 operationId: external.industryData_DeleteInboundFlow parameters: - name: inboundFlow-id @@ -6141,6 +6141,9 @@ components: - compliance - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.externalConnectors.searchSettings: title: searchSettings type: object @@ -7232,6 +7235,9 @@ components: - privateContent - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.searchAggregation: title: searchAggregation type: object diff --git a/openApiDocs/beta/Security.yml b/openApiDocs/beta/Security.yml index 3bc747932da..174ed6612c5 100644 --- a/openApiDocs/beta/Security.yml +++ b/openApiDocs/beta/Security.yml @@ -23374,7 +23374,7 @@ paths: tags: - security.threatIntelligence summary: Get childHostPairs from security - description: 'The hostPairs that are resources associated with a host, where that host is the parentHost and has an outgoing pairing to a cihldHost.' + description: 'The hostPairs that are resources associated with a host, where that host is the parentHost and has an outgoing pairing to a childHost.' operationId: security.threatIntelligence.host_GetChildHostPair parameters: - name: host-id @@ -25098,7 +25098,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get whois from security + summary: Get whoisRecord for a host + description: Get the current whoisRecord resource for a host. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-host-get-whois?view=graph-rest-1.0 operationId: security.threatIntelligence.host_GetWhoi parameters: - name: host-id @@ -28326,6 +28330,7 @@ paths: tags: - security.threatIntelligence summary: Get whoisHistoryRecords from security + description: 'Retrieve details about whoisHistoryRecord objects.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_ListWhoisHistoryRecord parameters: - $ref: '#/components/parameters/top' @@ -28459,6 +28464,7 @@ paths: tags: - security.threatIntelligence summary: Get whoisHistoryRecords from security + description: 'Retrieve details about whoisHistoryRecord objects.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_GetWhoisHistoryRecord parameters: - name: whoisHistoryRecord-id @@ -28584,6 +28590,7 @@ paths: tags: - security.threatIntelligence summary: Get host from security + description: The host associated to this WHOIS object. operationId: security.threatIntelligence.whoisHistoryRecord_GetHost parameters: - name: whoisHistoryRecord-id @@ -28672,7 +28679,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get whoisRecords from security + summary: List whoisRecords + description: Get a list of whoisRecord objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-whoisrecord-list?view=graph-rest-1.0 operationId: security.threatIntelligence_ListWhoisRecord parameters: - $ref: '#/components/parameters/top' @@ -28807,7 +28818,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get whoisRecords from security + summary: Get whoisRecord + description: Read the properties and relationships of a whoisRecord object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0 operationId: security.threatIntelligence_GetWhoisRecord parameters: - name: whoisRecord-id @@ -28934,7 +28949,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get history from security + summary: List whoisHistoryRecords for a whoisRecord + description: 'Get a list of whoisHistoryRecord objects for a whoisRecord, including the properties and relationships of each whoisHistoryRecord object.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-whoisrecord-list-history?view=graph-rest-1.0 operationId: security.threatIntelligence.whoisRecord_ListHistory parameters: - name: whoisRecord-id @@ -29054,6 +29073,7 @@ paths: tags: - security.threatIntelligence summary: Get history from security + description: The collection of historical records associated to this WHOIS object. operationId: security.threatIntelligence.whoisRecord_GetHistory parameters: - name: whoisRecord-id @@ -29152,6 +29172,7 @@ paths: tags: - security.threatIntelligence summary: Get host from security + description: The host associated to this WHOIS object. operationId: security.threatIntelligence.whoisRecord_GetHost parameters: - name: whoisRecord-id @@ -34590,6 +34611,9 @@ components: - linkedFiles - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.security.exportOptions: title: exportOptions enum: @@ -34600,6 +34624,9 @@ components: - tags - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.security.exportFileStructure: title: exportFileStructure enum: @@ -34685,6 +34712,9 @@ components: - teamsMessages - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.security.ediscoveryCaseSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -36774,7 +36804,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.security.articleIndicator' - description: 'Refers to indicators of threat or compromise highlighted in an microsoft.graph.security.article.Note: List retrieval is not yet supported.' + description: 'Refers to indicators of threat or compromise highlighted in an article.Note: List retrieval is not yet supported.' x-ms-navigationProperty: true articles: type: array @@ -36786,25 +36816,25 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.security.hostComponent' - description: 'Retrieve details about microsoft.graph.security.hostComponent objects.Note: List retrieval is not yet supported.' + description: 'Retrieve details about hostComponent objects.Note: List retrieval is not yet supported.' x-ms-navigationProperty: true hostCookies: type: array items: $ref: '#/components/schemas/microsoft.graph.security.hostCookie' - description: 'Retrieve details about microsoft.graph.security.hostCookie objects.Note: List retrieval is not yet supported.' + description: 'Retrieve details about hostCookie objects.Note: List retrieval is not yet supported.' x-ms-navigationProperty: true hostPairs: type: array items: $ref: '#/components/schemas/microsoft.graph.security.hostPair' - description: 'Retrieve details about microsoft.graph.security.hostTracker objects.Note: List retrieval is not yet supported.' + description: 'Retrieve details about hostTracker objects.Note: List retrieval is not yet supported.' x-ms-navigationProperty: true hosts: type: array items: $ref: '#/components/schemas/microsoft.graph.security.host' - description: 'Refers to microsoft.graph.security.host objects that Microsoft Threat Intelligence has observed.Note: List retrieval is not yet supported.' + description: 'Refers to host objects that Microsoft Threat Intelligence has observed.Note: List retrieval is not yet supported.' x-ms-navigationProperty: true hostSslCertificates: type: array @@ -36815,7 +36845,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.security.hostTracker' - description: 'Retrieve details about microsoft.graph.security.hostTracker objects.Note: List retrieval is not yet supported.' + description: 'Retrieve details about hostTracker objects.Note: List retrieval is not yet supported.' x-ms-navigationProperty: true intelligenceProfileIndicators: type: array @@ -36832,7 +36862,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.security.passiveDnsRecord' - description: 'Retrieve details about microsoft.graph.security.passiveDnsRecord objects.Note: List retrieval is not yet supported.' + description: 'Retrieve details about passiveDnsRecord objects.Note: List retrieval is not yet supported.' x-ms-navigationProperty: true sslCertificates: type: array @@ -36843,23 +36873,25 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.security.subdomain' - description: 'Retrieve details about the microsoft.graph.security.subdomain.Note: List retrieval is not yet supported.' + description: 'Retrieve details about the subdomain.Note: List retrieval is not yet supported.' x-ms-navigationProperty: true vulnerabilities: type: array items: $ref: '#/components/schemas/microsoft.graph.security.vulnerability' - description: 'Retrieve details about microsoft.graph.security.vulnerabilities.Note: List retrieval is not yet supported.' + description: 'Retrieve details about vulnerabilities.Note: List retrieval is not yet supported.' x-ms-navigationProperty: true whoisHistoryRecords: type: array items: $ref: '#/components/schemas/microsoft.graph.security.whoisHistoryRecord' + description: 'Retrieve details about whoisHistoryRecord objects.Note: List retrieval is not yet supported.' x-ms-navigationProperty: true whoisRecords: type: array items: $ref: '#/components/schemas/microsoft.graph.security.whoisRecord' + description: A list of whoisRecord objects. x-ms-navigationProperty: true additionalProperties: type: object @@ -36974,7 +37006,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.security.hostPair' - description: 'The hostPairs that are resources associated with a host, where that host is the parentHost and has an outgoing pairing to a cihldHost.' + description: 'The hostPairs that are resources associated with a host, where that host is the parentHost and has an outgoing pairing to a childHost.' x-ms-navigationProperty: true components: type: array @@ -37218,6 +37250,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.security.whoisHistoryRecord' + description: The collection of historical records associated to this WHOIS object. x-ms-navigationProperty: true additionalProperties: type: object @@ -39729,6 +39762,9 @@ components: - site - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.directoryObject: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -40586,6 +40622,9 @@ components: - allCaseNoncustodialDataSources - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.security.ocrSettings: title: ocrSettings type: object @@ -45013,35 +45052,42 @@ components: $ref: '#/components/schemas/microsoft.graph.security.whoisContact' domainStatus: type: string + description: The domain status for this WHOIS object. nullable: true 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: 'The date and time when this WHOIS record expires with the registrar. 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.' format: date-time nullable: true firstSeenDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[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 first seen date and time of this WHOIS record. 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.' format: date-time nullable: true lastSeenDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[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 last seen date and time of this WHOIS record. 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.' format: date-time nullable: true lastUpdateDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[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 WHOIS record was last modified. 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.' format: date-time nullable: true nameservers: type: array items: $ref: '#/components/schemas/microsoft.graph.security.whoisNameserver' + description: The nameservers for this WHOIS object. noc: $ref: '#/components/schemas/microsoft.graph.security.whoisContact' rawWhoisText: type: string + description: The raw WHOIS details for this WHOIS object. nullable: true registrant: $ref: '#/components/schemas/microsoft.graph.security.whoisContact' @@ -45050,12 +45096,14 @@ components: 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: 'The date and time when this WHOIS record was registered with a registrar. 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.' format: date-time nullable: true technical: $ref: '#/components/schemas/microsoft.graph.security.whoisContact' whoisServer: type: string + description: The WHOIS server that provides the details. nullable: true zone: $ref: '#/components/schemas/microsoft.graph.security.whoisContact' @@ -50256,6 +50304,8 @@ components: type: string description: ELAM provides protection for the computers in your network when they start up nullable: true + firmwareProtection: + $ref: '#/components/schemas/microsoft.graph.firmwareProtectionType' healthAttestationSupportedStatus: type: string description: This attribute indicates if DHA is supported for the device @@ -50273,6 +50323,10 @@ components: type: string description: The Timestamp of the last update. nullable: true + memoryAccessProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + memoryIntegrityProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' operatingSystemKernelDebugging: type: string description: 'When operatingSystemKernelDebugging is enabled, the device is used in development and testing' @@ -50309,6 +50363,10 @@ components: type: string description: Fingerprint of the Custom Secure Boot Configuration Policy nullable: true + securedCorePC: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + systemManagementMode: + $ref: '#/components/schemas/microsoft.graph.systemManagementModeLevel' testSigning: type: string description: 'When test signing is allowed, the device does not enforce signature validation during boot' @@ -50317,6 +50375,8 @@ components: type: string description: The security version number of the Boot Application nullable: true + virtualizationBasedSecurity: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' virtualSecureMode: type: string description: VSM is a container that protects high value assets from a compromised kernel @@ -54074,18 +54134,23 @@ components: $ref: '#/components/schemas/microsoft.graph.physicalAddress' email: type: string + description: The email of this WHOIS contact. nullable: true fax: type: string + description: The fax of this WHOIS contact. No format is guaranteed. nullable: true name: type: string + description: The name of this WHOIS contact. nullable: true organization: type: string + description: The organization of this WHOIS contact. nullable: true telephone: type: string + description: The telephone of this WHOIS contact. No format is guaranteed. nullable: true additionalProperties: type: object @@ -54096,11 +54161,13 @@ components: firstSeenDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[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 first seen date and time of this WHOIS contact. 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.' format: date-time nullable: true lastSeenDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[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 last seen date and time of this WHOIS contact. 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.' format: date-time nullable: true host: @@ -54476,6 +54543,9 @@ components: - teamwork - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.applicationMode: title: applicationMode enum: @@ -56737,6 +56807,89 @@ components: - value: communicationError description: 'The configuration manager agent was able to reach the configuration manager service in the past but is now no longer able to. ' name: communicationError + microsoft.graph.firmwareProtectionType: + title: firmwareProtectionType + enum: + - notApplicable + - systemGuardSecureLaunch + - firmwareAttackSurfaceReduction + - disabled + - unknownFutureValue + type: string + description: A list of possible Firmware protection type for a device. Firmware protection is a set of features that helps to ensure attackers can't get your device to start with untrusted or malicious firmware. Firmware protection type is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "systemGuardSecureLaunch" or "firmwareAttackSurfaceReduction" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: firmwareProtectionType + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: systemGuardSecureLaunch + description: Indicates that System Guard Secure Launch is enabled for Firmware protection. + name: systemGuardSecureLaunch + - value: firmwareAttackSurfaceReduction + description: Indicates that Firmware Attack Surface Reduction is enabled for Firmware protection. This is only applicable to Surface devices. + name: firmwareAttackSurfaceReduction + - value: disabled + description: Indicates that the device has Firmware protection disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.azureAttestationSettingStatus: + title: azureAttestationSettingStatus + enum: + - notApplicable + - enabled + - disabled + - unknownFutureValue + type: string + description: A list of possible Azure Attestation states for a device. Azure Attestation setting status is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "enabled" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: azureAttestationSettingStatus + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: enabled + description: Indicates that the device has the Azure attestation setting enabled. + name: enabled + - value: disabled + description: Indicates that the device has the Azure attestation setting disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.systemManagementModeLevel: + title: systemManagementModeLevel + enum: + - notApplicable + - level1 + - level2 + - level3 + - unknownFutureValue + type: string + description: 'A list of possible System Management Mode levels for a device. System Management Mode levels is determined by report sent from Microsoft Azure Attestation service. Only specific hardwares support System Management Mode. Windows 11 devices will have values "notApplicable", "level1", "level2" or "level3". Windows 10 devices will have value "notApplicable".' + x-ms-enum: + name: systemManagementModeLevel + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device does not have Firmware protection (System Management Mode) enabled. + name: notApplicable + - value: level1 + description: Indicates that deny System Management Mode (SMM) read/write access to OS and Virtualization-based security (VBS) memory. The benefit is that by design System Management Mode (SMM) cannot modify security of or exfiltrate secrets from the OS (including Virtualization-based security). + name: level1 + - value: level2 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 1 protections, this level prevents System Management Mode (SMM) from tampering with Input-Output Memory Management Unit (IOMMU) config. The benefit is that by design System Management Mode (SMM) cannot disable Virtualization-based security (VBS) and kernel Direct memory access (DMA) protections.' + name: level2 + - value: level3 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 2 protections, this level reduces System Management Mode (SMM) save state capabilities. The benefit is that by design System Management Mode (SMM) cannot exploit save state to modify security of or exfiltrate secrets from the OS (including Virtualization-based security).' + name: level3 + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.deviceGuardLocalSystemAuthorityCredentialGuardState: title: deviceGuardLocalSystemAuthorityCredentialGuardState enum: @@ -57395,6 +57548,9 @@ components: - critical type: string description: Computer endpoint protection state + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDeviceHealthState modelAsString: false @@ -57448,6 +57604,9 @@ components: - windowsSModeSignaturesInUseOnNonWin10SInstall type: string description: Product Status of Windows Defender + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDefenderProductStatus modelAsString: false @@ -57762,6 +57921,9 @@ components: - checklistCompletion - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.plannerAssignedToTaskBoardTaskFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.plannerDelta' @@ -58788,6 +58950,9 @@ components: - personal - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.teamsAppAuthorization: title: teamsAppAuthorization type: object @@ -58939,6 +59104,9 @@ components: - manager - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.timeCardEntry: title: timeCardEntry type: object @@ -59109,6 +59277,9 @@ components: - isJunkMailRuleEnabled - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.security.tenantAllowBlockListEntryType: title: tenantAllowBlockListEntryType enum: @@ -60764,6 +60935,9 @@ components: - indirect - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.accessReviewNotificationRecipientScope: title: accessReviewNotificationRecipientScope type: object @@ -61433,6 +61607,9 @@ components: - everyone - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.inferenceData: title: inferenceData type: object @@ -61564,6 +61741,9 @@ components: - actionUndefined - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: @@ -61572,6 +61752,9 @@ components: - blockAccess - blockAccessExternal type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationPolicyTip: title: chatMessagePolicyViolationPolicyTip type: object @@ -61599,6 +61782,9 @@ components: - override - reportFalsePositive type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationVerdictDetailsTypes: title: chatMessagePolicyViolationVerdictDetailsTypes enum: @@ -61607,6 +61793,9 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessageReactionIdentitySet: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -64155,6 +64344,9 @@ components: - ReferenceAttributes - UnknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectDefinition: title: objectDefinition type: object @@ -64399,6 +64591,9 @@ components: - Update - Delete type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectMappingMetadataEntry: title: objectMappingMetadataEntry type: object diff --git a/openApiDocs/beta/Sites.yml b/openApiDocs/beta/Sites.yml index 004073c810d..d8047040b31 100644 --- a/openApiDocs/beta/Sites.yml +++ b/openApiDocs/beta/Sites.yml @@ -92819,6 +92819,9 @@ components: - teamwork - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.applicationMode: title: applicationMode enum: @@ -96602,6 +96605,8 @@ components: type: string description: ELAM provides protection for the computers in your network when they start up nullable: true + firmwareProtection: + $ref: '#/components/schemas/microsoft.graph.firmwareProtectionType' healthAttestationSupportedStatus: type: string description: This attribute indicates if DHA is supported for the device @@ -96619,6 +96624,10 @@ components: type: string description: The Timestamp of the last update. nullable: true + memoryAccessProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + memoryIntegrityProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' operatingSystemKernelDebugging: type: string description: 'When operatingSystemKernelDebugging is enabled, the device is used in development and testing' @@ -96655,6 +96664,10 @@ components: type: string description: Fingerprint of the Custom Secure Boot Configuration Policy nullable: true + securedCorePC: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + systemManagementMode: + $ref: '#/components/schemas/microsoft.graph.systemManagementModeLevel' testSigning: type: string description: 'When test signing is allowed, the device does not enforce signature validation during boot' @@ -96663,6 +96676,8 @@ components: type: string description: The security version number of the Boot Application nullable: true + virtualizationBasedSecurity: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' virtualSecureMode: type: string description: VSM is a container that protects high value assets from a compromised kernel @@ -102203,6 +102218,89 @@ components: - value: communicationError description: 'The configuration manager agent was able to reach the configuration manager service in the past but is now no longer able to. ' name: communicationError + microsoft.graph.firmwareProtectionType: + title: firmwareProtectionType + enum: + - notApplicable + - systemGuardSecureLaunch + - firmwareAttackSurfaceReduction + - disabled + - unknownFutureValue + type: string + description: A list of possible Firmware protection type for a device. Firmware protection is a set of features that helps to ensure attackers can't get your device to start with untrusted or malicious firmware. Firmware protection type is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "systemGuardSecureLaunch" or "firmwareAttackSurfaceReduction" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: firmwareProtectionType + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: systemGuardSecureLaunch + description: Indicates that System Guard Secure Launch is enabled for Firmware protection. + name: systemGuardSecureLaunch + - value: firmwareAttackSurfaceReduction + description: Indicates that Firmware Attack Surface Reduction is enabled for Firmware protection. This is only applicable to Surface devices. + name: firmwareAttackSurfaceReduction + - value: disabled + description: Indicates that the device has Firmware protection disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.azureAttestationSettingStatus: + title: azureAttestationSettingStatus + enum: + - notApplicable + - enabled + - disabled + - unknownFutureValue + type: string + description: A list of possible Azure Attestation states for a device. Azure Attestation setting status is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "enabled" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: azureAttestationSettingStatus + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: enabled + description: Indicates that the device has the Azure attestation setting enabled. + name: enabled + - value: disabled + description: Indicates that the device has the Azure attestation setting disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.systemManagementModeLevel: + title: systemManagementModeLevel + enum: + - notApplicable + - level1 + - level2 + - level3 + - unknownFutureValue + type: string + description: 'A list of possible System Management Mode levels for a device. System Management Mode levels is determined by report sent from Microsoft Azure Attestation service. Only specific hardwares support System Management Mode. Windows 11 devices will have values "notApplicable", "level1", "level2" or "level3". Windows 10 devices will have value "notApplicable".' + x-ms-enum: + name: systemManagementModeLevel + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device does not have Firmware protection (System Management Mode) enabled. + name: notApplicable + - value: level1 + description: Indicates that deny System Management Mode (SMM) read/write access to OS and Virtualization-based security (VBS) memory. The benefit is that by design System Management Mode (SMM) cannot modify security of or exfiltrate secrets from the OS (including Virtualization-based security). + name: level1 + - value: level2 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 1 protections, this level prevents System Management Mode (SMM) from tampering with Input-Output Memory Management Unit (IOMMU) config. The benefit is that by design System Management Mode (SMM) cannot disable Virtualization-based security (VBS) and kernel Direct memory access (DMA) protections.' + name: level2 + - value: level3 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 2 protections, this level reduces System Management Mode (SMM) save state capabilities. The benefit is that by design System Management Mode (SMM) cannot exploit save state to modify security of or exfiltrate secrets from the OS (including Virtualization-based security).' + name: level3 + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.deviceGuardLocalSystemAuthorityCredentialGuardState: title: deviceGuardLocalSystemAuthorityCredentialGuardState enum: @@ -102861,6 +102959,9 @@ components: - critical type: string description: Computer endpoint protection state + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDeviceHealthState modelAsString: false @@ -102914,6 +103015,9 @@ components: - windowsSModeSignaturesInUseOnNonWin10SInstall type: string description: Product Status of Windows Defender + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDefenderProductStatus modelAsString: false @@ -103308,6 +103412,9 @@ components: - checklistCompletion - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.plannerAssignedToTaskBoardTaskFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.plannerDelta' @@ -105959,6 +106066,9 @@ components: - indirect - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.accessReviewNotificationRecipientScope: title: accessReviewNotificationRecipientScope type: object @@ -106777,6 +106887,9 @@ components: - everyone - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.inferenceData: title: inferenceData type: object @@ -106916,6 +107029,9 @@ components: - personal - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.teamsAppAuthorization: title: teamsAppAuthorization type: object @@ -106973,6 +107089,9 @@ components: - actionUndefined - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: @@ -106981,6 +107100,9 @@ components: - blockAccess - blockAccessExternal type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationPolicyTip: title: chatMessagePolicyViolationPolicyTip type: object @@ -107008,6 +107130,9 @@ components: - override - reportFalsePositive type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationVerdictDetailsTypes: title: chatMessagePolicyViolationVerdictDetailsTypes enum: @@ -107016,6 +107141,9 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessageReactionIdentitySet: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -107169,6 +107297,9 @@ components: - manager - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.timeCardEntry: title: timeCardEntry type: object @@ -109469,6 +109600,9 @@ components: - ReferenceAttributes - UnknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectDefinition: title: objectDefinition type: object @@ -109586,6 +109720,9 @@ components: - Update - Delete type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectMappingMetadataEntry: title: objectMappingMetadataEntry type: object diff --git a/openApiDocs/beta/Teams.yml b/openApiDocs/beta/Teams.yml index 5f23164c603..a5cd8671aaa 100644 --- a/openApiDocs/beta/Teams.yml +++ b/openApiDocs/beta/Teams.yml @@ -1618,7 +1618,11 @@ paths: delete: tags: - chats.chat - summary: Delete entity from chats + summary: Delete chat + description: 'Soft-delete a chat. When invoked with delegated permissions, this operation only works for tenant admins and Teams service admins.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chat-delete?view=graph-rest-1.0 operationId: chat_DeleteChat parameters: - name: chat-id @@ -2693,11 +2697,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-1.0 + url: https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-1.0 operationId: chat_CreateMessage parameters: - name: chat-id @@ -8182,11 +8186,11 @@ paths: patch: tags: - groups.team - summary: Update conversationMember - description: "Update the role of a conversationMember in a \nteam.\nor 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. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0 operationId: group.team.channel_UpdateMember parameters: - name: group-id @@ -8460,11 +8464,11 @@ paths: post: tags: - groups.team - 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-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0 operationId: group.team.channel_CreateMessage parameters: - name: group-id @@ -14391,11 +14395,11 @@ paths: patch: tags: - groups.team - summary: Update conversationMember - description: "Update the role of a conversationMember in a \nteam.\nor 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. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0 operationId: group.team.primaryChannel_UpdateMember parameters: - name: group-id @@ -14637,11 +14641,11 @@ paths: post: tags: - groups.team - 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-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0 operationId: group.team.primaryChannel_CreateMessage parameters: - name: group-id @@ -22158,11 +22162,11 @@ paths: patch: tags: - teams.channel - summary: Update conversationMember - description: "Update the role of a conversationMember in a \nteam.\nor 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. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0 operationId: team.channel_UpdateMember parameters: - name: team-id @@ -22500,11 +22504,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-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0 operationId: team.channel_CreateMessage parameters: - name: team-id @@ -27692,7 +27696,7 @@ paths: tags: - teams.Actions summary: Invoke action clone - description: "Create a copy of a team. This operation also creates a copy of the corresponding group.\nYou can specify which parts of the team to clone: When tabs are cloned, they are put into an unconfigured state \n-- they are displayed on the tab bar in Microsoft Teams, and the first time you open them, you'll go through the configuration screen. \n(If the person opening the tab does not have permission to configure apps, they will see a message explaining that the tab hasn't been configured.) Cloning is a long-running operation.\nAfter the POST clone returns, you need to GET the operation \nreturned by the Location: header to see if it's 'running' or 'succeeded' or 'failed'. \nYou should continue to GET until the status is not 'running'. \nThe recommended delay between GETs is 5 seconds." + description: "Create a copy of a team. This operation also creates a copy of the corresponding group.\nYou can specify which parts of the team to clone: When tabs are cloned, they are put into an unconfigured state - they are displayed on the tab bar in Microsoft Teams, and the first time you open them, you'll go through the configuration screen. (If the person opening the tab does not have permission to configure apps, they will see a message explaining that the tab hasn't been configured.) Cloning is a long-running operation. After the POST clone returns, you need to GET the operation returned by the Location: header to see if it's 'running' or 'succeeded' or 'failed'. You should continue to GET until the status is not 'running'. The recommended delay between GETs is 5 seconds." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0 @@ -30399,11 +30403,11 @@ paths: patch: tags: - teams.channel - summary: Update conversationMember - description: "Update the role of a conversationMember in a \nteam.\nor 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. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0 operationId: team.primaryChannel_UpdateMember parameters: - name: team-id @@ -30701,11 +30705,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-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0 operationId: team.primaryChannel_CreateMessage parameters: - name: team-id @@ -38388,7 +38392,8 @@ paths: get: tags: - teamwork.deletedChat - summary: Get deletedChats from teamwork + summary: Get deletedChat + description: Read the properties and relationships of a deletedChat object. operationId: teamwork_ListDeletedChat parameters: - $ref: '#/components/parameters/top' @@ -38468,7 +38473,11 @@ paths: get: tags: - teamwork.deletedChat - summary: Get deletedChats from teamwork + summary: Get deletedChat + description: Read the properties and relationships of a deletedChat object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/deletedchat-get?view=graph-rest-1.0 operationId: teamwork_GetDeletedChat parameters: - name: deletedChat-id @@ -38575,6 +38584,10 @@ paths: tags: - teamwork.Actions summary: Invoke action undoDelete + description: Restore a deletedChat to an active chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/deletedchat-undodelete?view=graph-rest-1.0 operationId: teamwork.deletedChat_undoDelete parameters: - name: deletedChat-id @@ -39493,11 +39506,11 @@ paths: patch: tags: - teamwork.deletedTeam - summary: Update conversationMember - description: "Update the role of a conversationMember in a \nteam.\nor 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. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0 operationId: teamwork.deletedTeam.channel_UpdateMember parameters: - name: deletedTeam-id @@ -39835,11 +39848,11 @@ paths: post: tags: - teamwork.deletedTeam - 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-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0 operationId: teamwork.deletedTeam.channel_CreateMessage parameters: - name: deletedTeam-id @@ -45084,11 +45097,11 @@ paths: get: tags: - teamwork.teamTemplate - summary: List teamTemplates - description: 'Get the list of teamTemplate objects that are available for a tenant. ' + summary: List definitions + description: 'List the teamTemplateDefinition objects associated with a teamTemplate. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/teamwork-list-teamtemplates?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/teamtemplate-list-definitions?view=graph-rest-1.0 operationId: teamwork_ListTeamTemplate parameters: - $ref: '#/components/parameters/top' @@ -46769,11 +46782,11 @@ paths: patch: tags: - teamwork.teamTemplate - summary: Update conversationMember - description: "Update the role of a conversationMember in a \nteam.\nor 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. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0 operationId: teamwork.teamTemplate.definition.teamDefinition.channel_UpdateMember parameters: - name: teamTemplate-id @@ -47151,11 +47164,11 @@ paths: post: tags: - teamwork.teamTemplate - 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-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0 operationId: teamwork.teamTemplate.definition.teamDefinition.channel_CreateMessage parameters: - name: teamTemplate-id @@ -53007,7 +53020,7 @@ paths: tags: - teamwork.Actions summary: Invoke action clone - description: "Create a copy of a team. This operation also creates a copy of the corresponding group.\nYou can specify which parts of the team to clone: When tabs are cloned, they are put into an unconfigured state \n-- they are displayed on the tab bar in Microsoft Teams, and the first time you open them, you'll go through the configuration screen. \n(If the person opening the tab does not have permission to configure apps, they will see a message explaining that the tab hasn't been configured.) Cloning is a long-running operation.\nAfter the POST clone returns, you need to GET the operation \nreturned by the Location: header to see if it's 'running' or 'succeeded' or 'failed'. \nYou should continue to GET until the status is not 'running'. \nThe recommended delay between GETs is 5 seconds." + description: "Create a copy of a team. This operation also creates a copy of the corresponding group.\nYou can specify which parts of the team to clone: When tabs are cloned, they are put into an unconfigured state - they are displayed on the tab bar in Microsoft Teams, and the first time you open them, you'll go through the configuration screen. (If the person opening the tab does not have permission to configure apps, they will see a message explaining that the tab hasn't been configured.) Cloning is a long-running operation. After the POST clone returns, you need to GET the operation returned by the Location: header to see if it's 'running' or 'succeeded' or 'failed'. You should continue to GET until the status is not 'running'. The recommended delay between GETs is 5 seconds." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0 @@ -56058,11 +56071,11 @@ paths: patch: tags: - teamwork.teamTemplate - summary: Update conversationMember - description: "Update the role of a conversationMember in a \nteam.\nor 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. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0 operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel_UpdateMember parameters: - name: teamTemplate-id @@ -56400,11 +56413,11 @@ paths: post: tags: - teamwork.teamTemplate - 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-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0 operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel_CreateMessage parameters: - name: teamTemplate-id @@ -66549,11 +66562,11 @@ paths: post: tags: - users.chat - 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-1.0 + url: https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-1.0 operationId: user.chat_CreateMessage parameters: - name: user-id @@ -73486,6 +73499,9 @@ components: - channels - members type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.teamwork: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -73502,6 +73518,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deletedChat' + description: A collection of deleted chats. x-ms-navigationProperty: true deletedTeams: type: array @@ -73885,6 +73902,9 @@ components: - personal - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.teamsAppAuthorization: title: teamsAppAuthorization type: object @@ -79344,6 +79364,9 @@ components: - manager - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.timeCardEntry: title: timeCardEntry type: object @@ -79778,6 +79801,9 @@ components: - unknownFutureValue - timeOffReason type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.workforceIntegrationEncryption: title: workforceIntegrationEncryption type: object @@ -79806,6 +79832,9 @@ components: - timeOff - timeOffRequest type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.teamsAppCollectionResponse: title: Collection of teamsApp type: object @@ -80354,6 +80383,9 @@ components: - actionUndefined - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: @@ -80362,6 +80394,9 @@ components: - blockAccess - blockAccessExternal type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationPolicyTip: title: chatMessagePolicyViolationPolicyTip type: object @@ -80389,6 +80424,9 @@ components: - override - reportFalsePositive type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationVerdictDetailsTypes: title: chatMessagePolicyViolationVerdictDetailsTypes enum: @@ -80397,6 +80435,9 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessageReactionIdentitySet: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -83959,6 +84000,8 @@ components: type: string description: ELAM provides protection for the computers in your network when they start up nullable: true + firmwareProtection: + $ref: '#/components/schemas/microsoft.graph.firmwareProtectionType' healthAttestationSupportedStatus: type: string description: This attribute indicates if DHA is supported for the device @@ -83976,6 +84019,10 @@ components: type: string description: The Timestamp of the last update. nullable: true + memoryAccessProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + memoryIntegrityProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' operatingSystemKernelDebugging: type: string description: 'When operatingSystemKernelDebugging is enabled, the device is used in development and testing' @@ -84012,6 +84059,10 @@ components: type: string description: Fingerprint of the Custom Secure Boot Configuration Policy nullable: true + securedCorePC: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + systemManagementMode: + $ref: '#/components/schemas/microsoft.graph.systemManagementModeLevel' testSigning: type: string description: 'When test signing is allowed, the device does not enforce signature validation during boot' @@ -84020,6 +84071,8 @@ components: type: string description: The security version number of the Boot Application nullable: true + virtualizationBasedSecurity: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' virtualSecureMode: type: string description: VSM is a container that protects high value assets from a compromised kernel @@ -88878,6 +88931,9 @@ components: - teamwork - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.applicationMode: title: applicationMode enum: @@ -89805,6 +89861,89 @@ components: - value: communicationError description: 'The configuration manager agent was able to reach the configuration manager service in the past but is now no longer able to. ' name: communicationError + microsoft.graph.firmwareProtectionType: + title: firmwareProtectionType + enum: + - notApplicable + - systemGuardSecureLaunch + - firmwareAttackSurfaceReduction + - disabled + - unknownFutureValue + type: string + description: A list of possible Firmware protection type for a device. Firmware protection is a set of features that helps to ensure attackers can't get your device to start with untrusted or malicious firmware. Firmware protection type is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "systemGuardSecureLaunch" or "firmwareAttackSurfaceReduction" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: firmwareProtectionType + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: systemGuardSecureLaunch + description: Indicates that System Guard Secure Launch is enabled for Firmware protection. + name: systemGuardSecureLaunch + - value: firmwareAttackSurfaceReduction + description: Indicates that Firmware Attack Surface Reduction is enabled for Firmware protection. This is only applicable to Surface devices. + name: firmwareAttackSurfaceReduction + - value: disabled + description: Indicates that the device has Firmware protection disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.azureAttestationSettingStatus: + title: azureAttestationSettingStatus + enum: + - notApplicable + - enabled + - disabled + - unknownFutureValue + type: string + description: A list of possible Azure Attestation states for a device. Azure Attestation setting status is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "enabled" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: azureAttestationSettingStatus + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: enabled + description: Indicates that the device has the Azure attestation setting enabled. + name: enabled + - value: disabled + description: Indicates that the device has the Azure attestation setting disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.systemManagementModeLevel: + title: systemManagementModeLevel + enum: + - notApplicable + - level1 + - level2 + - level3 + - unknownFutureValue + type: string + description: 'A list of possible System Management Mode levels for a device. System Management Mode levels is determined by report sent from Microsoft Azure Attestation service. Only specific hardwares support System Management Mode. Windows 11 devices will have values "notApplicable", "level1", "level2" or "level3". Windows 10 devices will have value "notApplicable".' + x-ms-enum: + name: systemManagementModeLevel + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device does not have Firmware protection (System Management Mode) enabled. + name: notApplicable + - value: level1 + description: Indicates that deny System Management Mode (SMM) read/write access to OS and Virtualization-based security (VBS) memory. The benefit is that by design System Management Mode (SMM) cannot modify security of or exfiltrate secrets from the OS (including Virtualization-based security). + name: level1 + - value: level2 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 1 protections, this level prevents System Management Mode (SMM) from tampering with Input-Output Memory Management Unit (IOMMU) config. The benefit is that by design System Management Mode (SMM) cannot disable Virtualization-based security (VBS) and kernel Direct memory access (DMA) protections.' + name: level2 + - value: level3 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 2 protections, this level reduces System Management Mode (SMM) save state capabilities. The benefit is that by design System Management Mode (SMM) cannot exploit save state to modify security of or exfiltrate secrets from the OS (including Virtualization-based security).' + name: level3 + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.deviceGuardLocalSystemAuthorityCredentialGuardState: title: deviceGuardLocalSystemAuthorityCredentialGuardState enum: @@ -90463,6 +90602,9 @@ components: - critical type: string description: Computer endpoint protection state + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDeviceHealthState modelAsString: false @@ -90516,6 +90658,9 @@ components: - windowsSModeSignaturesInUseOnNonWin10SInstall type: string description: Product Status of Windows Defender + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDefenderProductStatus modelAsString: false @@ -90830,6 +90975,9 @@ components: - checklistCompletion - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.plannerAssignedToTaskBoardTaskFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.plannerDelta' @@ -93085,6 +93233,9 @@ components: - indirect - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.accessReviewNotificationRecipientScope: title: accessReviewNotificationRecipientScope type: object @@ -93754,6 +93905,9 @@ components: - everyone - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.inferenceData: title: inferenceData type: object @@ -96017,6 +96171,9 @@ components: - ReferenceAttributes - UnknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectDefinition: title: objectDefinition type: object @@ -96109,6 +96266,9 @@ components: - Update - Delete type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectMappingMetadataEntry: title: objectMappingMetadataEntry type: object diff --git a/openApiDocs/beta/Users.Actions.yml b/openApiDocs/beta/Users.Actions.yml index 997862c07cf..21b6601617e 100644 --- a/openApiDocs/beta/Users.Actions.yml +++ b/openApiDocs/beta/Users.Actions.yml @@ -115,7 +115,7 @@ paths: 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.' + 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-1.0 @@ -164,7 +164,7 @@ paths: 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.' + 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-1.0 @@ -221,7 +221,7 @@ paths: 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.' + 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-1.0 @@ -1110,7 +1110,7 @@ paths: 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.' + 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-1.0 @@ -1167,7 +1167,7 @@ paths: 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.' + 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-1.0 @@ -2384,7 +2384,7 @@ paths: 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.' + 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-1.0 @@ -2433,7 +2433,7 @@ paths: 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.' + 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-1.0 @@ -2490,7 +2490,7 @@ paths: 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.' + 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-1.0 @@ -3379,7 +3379,7 @@ paths: 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.' + 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-1.0 @@ -3436,7 +3436,7 @@ paths: 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.' + 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-1.0 @@ -4720,7 +4720,7 @@ paths: 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.' + 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-1.0 @@ -4785,7 +4785,7 @@ paths: 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.' + 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-1.0 @@ -4858,7 +4858,7 @@ paths: 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.' + 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-1.0 @@ -5987,7 +5987,7 @@ paths: 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.' + 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-1.0 @@ -6060,7 +6060,7 @@ paths: 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.' + 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-1.0 @@ -7629,7 +7629,7 @@ paths: 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.' + 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-1.0 @@ -7694,7 +7694,7 @@ paths: 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.' + 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-1.0 @@ -7767,7 +7767,7 @@ paths: 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.' + 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-1.0 @@ -8896,7 +8896,7 @@ paths: 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.' + 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-1.0 @@ -8969,7 +8969,7 @@ paths: 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.' + 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-1.0 @@ -10621,7 +10621,7 @@ paths: 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.' + 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-1.0 @@ -10678,7 +10678,7 @@ paths: 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.' + 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-1.0 @@ -10743,7 +10743,7 @@ paths: 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.' + 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-1.0 @@ -11752,7 +11752,7 @@ paths: 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.' + 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-1.0 @@ -11817,7 +11817,7 @@ paths: 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.' + 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-1.0 @@ -13210,7 +13210,7 @@ paths: 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.' + 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-1.0 @@ -13267,7 +13267,7 @@ paths: 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.' + 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-1.0 @@ -13332,7 +13332,7 @@ paths: 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.' + 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-1.0 @@ -14341,7 +14341,7 @@ paths: 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.' + 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-1.0 @@ -14406,7 +14406,7 @@ paths: 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.' + 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-1.0 @@ -15874,7 +15874,7 @@ paths: 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.' + 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-1.0 @@ -15923,7 +15923,7 @@ paths: 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.' + 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-1.0 @@ -15980,7 +15980,7 @@ paths: 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.' + 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-1.0 @@ -16869,7 +16869,7 @@ paths: 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.' + 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-1.0 @@ -16926,7 +16926,7 @@ paths: 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.' + 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-1.0 @@ -23391,7 +23391,7 @@ paths: 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.' + 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-1.0 @@ -23440,7 +23440,7 @@ paths: 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.' + 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-1.0 @@ -23497,7 +23497,7 @@ paths: 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.' + 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-1.0 @@ -24386,7 +24386,7 @@ paths: 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.' + 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-1.0 @@ -24443,7 +24443,7 @@ paths: 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.' + 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-1.0 @@ -26415,7 +26415,7 @@ paths: 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.' + 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-1.0 @@ -26545,7 +26545,7 @@ paths: tags: - users.Actions summary: Invoke action createForward - description: "Create a draft to forward an existing message, in 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.\n- Update the draft later to add content to the body or change other message properties. 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. Send the draft message in a subsequent operation. Alternatively, forward a message in a single operation." + description: "Create a draft to forward an existing message, in 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.\n- Update the draft later to add content to the body or change other message properties. 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. Send the draft message in a subsequent operation. Alternatively, forward a message in a single operation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0 @@ -26685,7 +26685,7 @@ paths: tags: - users.Actions summary: Invoke action createReplyAll - description: "Create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the replyTo and toRecipients properties, and not the recipients in the from and toRecipients properties. \n- You can update the draft message later. 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. Send the draft message in a subsequent operation. Alternatively, reply-all to a message in a single action." + description: "Create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the replyTo and toRecipients properties, and not the recipients in the from and toRecipients properties.\n- You can update the draft message later. 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. Send the draft message in a subsequent operation. Alternatively, reply-all to a message in a single action." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0 @@ -27146,7 +27146,7 @@ paths: tags: - users.Actions summary: Invoke action send - description: 'Send an existing draft message. The draft message can be a new message draft, reply draft, reply-all draft, or a forward draft. This method saves the message in the Sent Items folder. Alternatively, send a new message in a single operation.' + description: 'Send an existing draft message. The draft message can be a new message draft, reply draft, reply-all draft, or a forward draft. This method saves the message in the Sent Items folder. Alternatively, send a new message in a single operation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0 @@ -27358,7 +27358,7 @@ paths: 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.' + 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-1.0 @@ -27472,7 +27472,7 @@ paths: tags: - users.Actions summary: Invoke action createForward - description: "Create a draft to forward an existing message, in 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.\n- Update the draft later to add content to the body or change other message properties. 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. Send the draft message in a subsequent operation. Alternatively, forward a message in a single operation." + description: "Create a draft to forward an existing message, in 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.\n- Update the draft later to add content to the body or change other message properties. 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. Send the draft message in a subsequent operation. Alternatively, forward a message in a single operation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0 @@ -27596,7 +27596,7 @@ paths: tags: - users.Actions summary: Invoke action createReplyAll - description: "Create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the replyTo and toRecipients properties, and not the recipients in the from and toRecipients properties. \n- You can update the draft message later. 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. Send the draft message in a subsequent operation. Alternatively, reply-all to a message in a single action." + description: "Create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the replyTo and toRecipients properties, and not the recipients in the from and toRecipients properties.\n- You can update the draft message later. 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. Send the draft message in a subsequent operation. Alternatively, reply-all to a message in a single action." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0 @@ -28001,7 +28001,7 @@ paths: tags: - users.Actions summary: Invoke action send - description: 'Send an existing draft message. The draft message can be a new message draft, reply draft, reply-all draft, or a forward draft. This method saves the message in the Sent Items folder. Alternatively, send a new message in a single operation.' + description: 'Send an existing draft message. The draft message can be a new message draft, reply draft, reply-all draft, or a forward draft. This method saves the message in the Sent Items folder. Alternatively, send a new message in a single operation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0 @@ -30039,7 +30039,7 @@ paths: 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.' + 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-1.0 @@ -30137,7 +30137,7 @@ paths: tags: - users.Actions summary: Invoke action createForward - description: "Create a draft to forward an existing message, in 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.\n- Update the draft later to add content to the body or change other message properties. 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. Send the draft message in a subsequent operation. Alternatively, forward a message in a single operation." + description: "Create a draft to forward an existing message, in 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.\n- Update the draft later to add content to the body or change other message properties. 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. Send the draft message in a subsequent operation. Alternatively, forward a message in a single operation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0 @@ -30245,7 +30245,7 @@ paths: tags: - users.Actions summary: Invoke action createReplyAll - description: "Create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the replyTo and toRecipients properties, and not the recipients in the from and toRecipients properties. \n- You can update the draft message later. 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. Send the draft message in a subsequent operation. Alternatively, reply-all to a message in a single action." + description: "Create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the replyTo and toRecipients properties, and not the recipients in the from and toRecipients properties.\n- You can update the draft message later. 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. Send the draft message in a subsequent operation. Alternatively, reply-all to a message in a single action." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0 @@ -30594,7 +30594,7 @@ paths: tags: - users.Actions summary: Invoke action send - description: 'Send an existing draft message. The draft message can be a new message draft, reply draft, reply-all draft, or a forward draft. This method saves the message in the Sent Items folder. Alternatively, send a new message in a single operation.' + description: 'Send an existing draft message. The draft message can be a new message draft, reply draft, reply-all draft, or a forward draft. This method saves the message in the Sent Items folder. Alternatively, send a new message in a single operation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0 @@ -30876,7 +30876,7 @@ paths: tags: - users.Actions summary: Invoke action getMailTips - description: "Get the MailTips of one or more recipients as available to the signed-in user. Note that by making a POST call to the getMailTips action, you can request specific types of MailTips to \nbe returned for more than one recipient at one time. The requested MailTips are returned in a mailTips collection." + description: "Get the MailTips of one or more recipients as available to the signed-in user. Note that by making a POST call to the getMailTips action, you can request specific types of MailTips to\nbe returned for more than one recipient at one time. The requested MailTips are returned in a mailTips collection." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0 @@ -31165,7 +31165,7 @@ paths: tags: - users.Actions summary: Invoke action sendMail - description: "Send the message specified in the request body using either JSON or MIME format. When using JSON format you can include an attachment and use a mention to call out another user in the new message. 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 message to send later. To learn more about the steps involved in the backend before a mail is delivered to recipients, see here." + description: 'Send the message specified in the request body using either JSON or MIME format. When using JSON format, you can include an attachment and use a mention to call out another user in the new message. When using MIME format: This method saves the message in the Sent Items folder. Alternatively, create a draft message to send later. To learn more about the steps involved in the backend before a mail is delivered to recipients, see here.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0 @@ -32739,7 +32739,7 @@ paths: 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.' + 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-1.0 @@ -32867,7 +32867,7 @@ paths: 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.' + 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-1.0 @@ -33011,7 +33011,7 @@ paths: 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.' + 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-1.0 @@ -39950,6 +39950,9 @@ components: - recipientScope - recipientSuggestions type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.exchangeIdFormat: title: exchangeIdFormat enum: @@ -46053,6 +46056,9 @@ components: - externalPartner - externalNonPartner type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.genericError: title: genericError type: object @@ -49033,6 +49039,8 @@ components: type: string description: ELAM provides protection for the computers in your network when they start up nullable: true + firmwareProtection: + $ref: '#/components/schemas/microsoft.graph.firmwareProtectionType' healthAttestationSupportedStatus: type: string description: This attribute indicates if DHA is supported for the device @@ -49050,6 +49058,10 @@ components: type: string description: The Timestamp of the last update. nullable: true + memoryAccessProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + memoryIntegrityProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' operatingSystemKernelDebugging: type: string description: 'When operatingSystemKernelDebugging is enabled, the device is used in development and testing' @@ -49086,6 +49098,10 @@ components: type: string description: Fingerprint of the Custom Secure Boot Configuration Policy nullable: true + securedCorePC: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + systemManagementMode: + $ref: '#/components/schemas/microsoft.graph.systemManagementModeLevel' testSigning: type: string description: 'When test signing is allowed, the device does not enforce signature validation during boot' @@ -49094,6 +49110,8 @@ components: type: string description: The security version number of the Boot Application nullable: true + virtualizationBasedSecurity: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' virtualSecureMode: type: string description: VSM is a container that protects high value assets from a compromised kernel @@ -53327,6 +53345,9 @@ components: - teamwork - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.labelPolicy: title: labelPolicy type: object @@ -54136,6 +54157,89 @@ components: - value: communicationError description: 'The configuration manager agent was able to reach the configuration manager service in the past but is now no longer able to. ' name: communicationError + microsoft.graph.firmwareProtectionType: + title: firmwareProtectionType + enum: + - notApplicable + - systemGuardSecureLaunch + - firmwareAttackSurfaceReduction + - disabled + - unknownFutureValue + type: string + description: A list of possible Firmware protection type for a device. Firmware protection is a set of features that helps to ensure attackers can't get your device to start with untrusted or malicious firmware. Firmware protection type is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "systemGuardSecureLaunch" or "firmwareAttackSurfaceReduction" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: firmwareProtectionType + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: systemGuardSecureLaunch + description: Indicates that System Guard Secure Launch is enabled for Firmware protection. + name: systemGuardSecureLaunch + - value: firmwareAttackSurfaceReduction + description: Indicates that Firmware Attack Surface Reduction is enabled for Firmware protection. This is only applicable to Surface devices. + name: firmwareAttackSurfaceReduction + - value: disabled + description: Indicates that the device has Firmware protection disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.azureAttestationSettingStatus: + title: azureAttestationSettingStatus + enum: + - notApplicable + - enabled + - disabled + - unknownFutureValue + type: string + description: A list of possible Azure Attestation states for a device. Azure Attestation setting status is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "enabled" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: azureAttestationSettingStatus + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: enabled + description: Indicates that the device has the Azure attestation setting enabled. + name: enabled + - value: disabled + description: Indicates that the device has the Azure attestation setting disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.systemManagementModeLevel: + title: systemManagementModeLevel + enum: + - notApplicable + - level1 + - level2 + - level3 + - unknownFutureValue + type: string + description: 'A list of possible System Management Mode levels for a device. System Management Mode levels is determined by report sent from Microsoft Azure Attestation service. Only specific hardwares support System Management Mode. Windows 11 devices will have values "notApplicable", "level1", "level2" or "level3". Windows 10 devices will have value "notApplicable".' + x-ms-enum: + name: systemManagementModeLevel + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device does not have Firmware protection (System Management Mode) enabled. + name: notApplicable + - value: level1 + description: Indicates that deny System Management Mode (SMM) read/write access to OS and Virtualization-based security (VBS) memory. The benefit is that by design System Management Mode (SMM) cannot modify security of or exfiltrate secrets from the OS (including Virtualization-based security). + name: level1 + - value: level2 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 1 protections, this level prevents System Management Mode (SMM) from tampering with Input-Output Memory Management Unit (IOMMU) config. The benefit is that by design System Management Mode (SMM) cannot disable Virtualization-based security (VBS) and kernel Direct memory access (DMA) protections.' + name: level2 + - value: level3 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 2 protections, this level reduces System Management Mode (SMM) save state capabilities. The benefit is that by design System Management Mode (SMM) cannot exploit save state to modify security of or exfiltrate secrets from the OS (including Virtualization-based security).' + name: level3 + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.deviceGuardLocalSystemAuthorityCredentialGuardState: title: deviceGuardLocalSystemAuthorityCredentialGuardState enum: @@ -54769,6 +54873,9 @@ components: - critical type: string description: Computer endpoint protection state + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDeviceHealthState modelAsString: false @@ -54822,6 +54929,9 @@ components: - windowsSModeSignaturesInUseOnNonWin10SInstall type: string description: Product Status of Windows Defender + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDefenderProductStatus modelAsString: false @@ -55216,6 +55326,9 @@ components: - checklistCompletion - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.plannerAssignedToTaskBoardTaskFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.plannerDelta' @@ -57489,6 +57602,9 @@ components: - indirect - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.accessReviewNotificationRecipientScope: title: accessReviewNotificationRecipientScope type: object @@ -58286,6 +58402,9 @@ components: - everyone - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.inferenceData: title: inferenceData type: object @@ -58348,6 +58467,9 @@ components: - personal - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.teamsAppAuthorization: title: teamsAppAuthorization type: object @@ -58405,6 +58527,9 @@ components: - actionUndefined - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: @@ -58413,6 +58538,9 @@ components: - blockAccess - blockAccessExternal type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationPolicyTip: title: chatMessagePolicyViolationPolicyTip type: object @@ -58440,6 +58568,9 @@ components: - override - reportFalsePositive type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationVerdictDetailsTypes: title: chatMessagePolicyViolationVerdictDetailsTypes enum: @@ -58448,6 +58579,9 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessageReactionIdentitySet: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -58601,6 +58735,9 @@ components: - manager - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.timeCardEntry: title: timeCardEntry type: object @@ -60730,6 +60867,9 @@ components: - ReferenceAttributes - UnknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectDefinition: title: objectDefinition type: object @@ -60827,6 +60967,9 @@ components: - Update - Delete type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectMappingMetadataEntry: title: objectMappingMetadataEntry type: object diff --git a/openApiDocs/beta/Users.Functions.yml b/openApiDocs/beta/Users.Functions.yml index 8afd32de9ff..5ca48e72bd4 100644 --- a/openApiDocs/beta/Users.Functions.yml +++ b/openApiDocs/beta/Users.Functions.yml @@ -15306,7 +15306,7 @@ paths: tags: - users.Functions summary: Invoke function delta - description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately \napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in \nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without \nhaving to fetch the entire set of messages from the server every time. " + description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\nhaving to fetch the entire set of messages from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 @@ -15502,7 +15502,7 @@ paths: tags: - users.Functions summary: Invoke function delta - description: "Get a set of mail folders that have been added, deleted, or removed from the user's mailbox. A delta function call for mail folders in a mailbox is similar to a GET request, except that by appropriately \napplying state tokens in one or more of these calls, \nyou can query for incremental changes in the mail folders. This allows you to maintain and synchronize \na local store of a user's mail folders without having to fetch all the mail folders of that mailbox from the server every time." + description: "Get a set of mail folders that have been added, deleted, or removed from the user's mailbox. A delta function call for mail folders in a mailbox is similar to a GET request, except that by appropriately\napplying state tokens in one or more of these calls,\nyou can query for incremental changes in the mail folders. This allows you to maintain and synchronize\na local store of a user's mail folders without having to fetch all the mail folders of that mailbox from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0 @@ -15613,7 +15613,7 @@ paths: tags: - users.Functions summary: Invoke function delta - description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately \napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in \nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without \nhaving to fetch the entire set of messages from the server every time. " + description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\nhaving to fetch the entire set of messages from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 @@ -15801,7 +15801,7 @@ paths: tags: - users.Functions summary: Invoke function delta - description: "Get a set of mail folders that have been added, deleted, or removed from the user's mailbox. A delta function call for mail folders in a mailbox is similar to a GET request, except that by appropriately \napplying state tokens in one or more of these calls, \nyou can query for incremental changes in the mail folders. This allows you to maintain and synchronize \na local store of a user's mail folders without having to fetch all the mail folders of that mailbox from the server every time." + description: "Get a set of mail folders that have been added, deleted, or removed from the user's mailbox. A delta function call for mail folders in a mailbox is similar to a GET request, except that by appropriately\napplying state tokens in one or more of these calls,\nyou can query for incremental changes in the mail folders. This allows you to maintain and synchronize\na local store of a user's mail folders without having to fetch all the mail folders of that mailbox from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0 @@ -16129,7 +16129,7 @@ paths: tags: - users.Functions summary: Invoke function delta - description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately \napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in \nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without \nhaving to fetch the entire set of messages from the server every time. " + description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\nhaving to fetch the entire set of messages from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 @@ -17771,7 +17771,7 @@ paths: tags: - users.Functions summary: Invoke function supportedLanguages - description: "Get the list of locales and languages that are supported for the user, as configured on the user's mailbox server. When setting up an Outlook client, the user selects the preferred language from this supported list. You can subsequently get the preferred language by \ngetting the user's mailbox settings." + description: "Get the list of locales and languages that are supported for the user, as configured on the user's mailbox server. When setting up an Outlook client, the user selects the preferred language from this supported list. You can subsequently get the preferred language by\ngetting the user's mailbox settings." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-1.0 @@ -26976,6 +26976,9 @@ components: - checklistCompletion - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.plannerAssignedToTaskBoardTaskFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.plannerDelta' @@ -29770,6 +29773,9 @@ components: - actionUndefined - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: @@ -29778,6 +29784,9 @@ components: - blockAccess - blockAccessExternal type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationPolicyTip: title: chatMessagePolicyViolationPolicyTip type: object @@ -29805,6 +29814,9 @@ components: - override - reportFalsePositive type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationVerdictDetailsTypes: title: chatMessagePolicyViolationVerdictDetailsTypes enum: @@ -29813,6 +29825,9 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessageReactionIdentitySet: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -31915,6 +31930,9 @@ components: - indirect - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.genericError: title: genericError type: object @@ -33568,6 +33586,8 @@ components: type: string description: ELAM provides protection for the computers in your network when they start up nullable: true + firmwareProtection: + $ref: '#/components/schemas/microsoft.graph.firmwareProtectionType' healthAttestationSupportedStatus: type: string description: This attribute indicates if DHA is supported for the device @@ -33585,6 +33605,10 @@ components: type: string description: The Timestamp of the last update. nullable: true + memoryAccessProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + memoryIntegrityProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' operatingSystemKernelDebugging: type: string description: 'When operatingSystemKernelDebugging is enabled, the device is used in development and testing' @@ -33621,6 +33645,10 @@ components: type: string description: Fingerprint of the Custom Secure Boot Configuration Policy nullable: true + securedCorePC: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + systemManagementMode: + $ref: '#/components/schemas/microsoft.graph.systemManagementModeLevel' testSigning: type: string description: 'When test signing is allowed, the device does not enforce signature validation during boot' @@ -33629,6 +33657,8 @@ components: type: string description: The security version number of the Boot Application nullable: true + virtualizationBasedSecurity: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' virtualSecureMode: type: string description: VSM is a container that protects high value assets from a compromised kernel @@ -37864,6 +37894,9 @@ components: - teamwork - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.applicationMode: title: applicationMode enum: @@ -38323,6 +38356,89 @@ components: - value: communicationError description: 'The configuration manager agent was able to reach the configuration manager service in the past but is now no longer able to. ' name: communicationError + microsoft.graph.firmwareProtectionType: + title: firmwareProtectionType + enum: + - notApplicable + - systemGuardSecureLaunch + - firmwareAttackSurfaceReduction + - disabled + - unknownFutureValue + type: string + description: A list of possible Firmware protection type for a device. Firmware protection is a set of features that helps to ensure attackers can't get your device to start with untrusted or malicious firmware. Firmware protection type is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "systemGuardSecureLaunch" or "firmwareAttackSurfaceReduction" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: firmwareProtectionType + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: systemGuardSecureLaunch + description: Indicates that System Guard Secure Launch is enabled for Firmware protection. + name: systemGuardSecureLaunch + - value: firmwareAttackSurfaceReduction + description: Indicates that Firmware Attack Surface Reduction is enabled for Firmware protection. This is only applicable to Surface devices. + name: firmwareAttackSurfaceReduction + - value: disabled + description: Indicates that the device has Firmware protection disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.azureAttestationSettingStatus: + title: azureAttestationSettingStatus + enum: + - notApplicable + - enabled + - disabled + - unknownFutureValue + type: string + description: A list of possible Azure Attestation states for a device. Azure Attestation setting status is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "enabled" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: azureAttestationSettingStatus + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: enabled + description: Indicates that the device has the Azure attestation setting enabled. + name: enabled + - value: disabled + description: Indicates that the device has the Azure attestation setting disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.systemManagementModeLevel: + title: systemManagementModeLevel + enum: + - notApplicable + - level1 + - level2 + - level3 + - unknownFutureValue + type: string + description: 'A list of possible System Management Mode levels for a device. System Management Mode levels is determined by report sent from Microsoft Azure Attestation service. Only specific hardwares support System Management Mode. Windows 11 devices will have values "notApplicable", "level1", "level2" or "level3". Windows 10 devices will have value "notApplicable".' + x-ms-enum: + name: systemManagementModeLevel + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device does not have Firmware protection (System Management Mode) enabled. + name: notApplicable + - value: level1 + description: Indicates that deny System Management Mode (SMM) read/write access to OS and Virtualization-based security (VBS) memory. The benefit is that by design System Management Mode (SMM) cannot modify security of or exfiltrate secrets from the OS (including Virtualization-based security). + name: level1 + - value: level2 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 1 protections, this level prevents System Management Mode (SMM) from tampering with Input-Output Memory Management Unit (IOMMU) config. The benefit is that by design System Management Mode (SMM) cannot disable Virtualization-based security (VBS) and kernel Direct memory access (DMA) protections.' + name: level2 + - value: level3 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 2 protections, this level reduces System Management Mode (SMM) save state capabilities. The benefit is that by design System Management Mode (SMM) cannot exploit save state to modify security of or exfiltrate secrets from the OS (including Virtualization-based security).' + name: level3 + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.deviceGuardLocalSystemAuthorityCredentialGuardState: title: deviceGuardLocalSystemAuthorityCredentialGuardState enum: @@ -38878,6 +38994,9 @@ components: - critical type: string description: Computer endpoint protection state + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDeviceHealthState modelAsString: false @@ -38931,6 +39050,9 @@ components: - windowsSModeSignaturesInUseOnNonWin10SInstall type: string description: Product Status of Windows Defender + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDefenderProductStatus modelAsString: false @@ -40302,6 +40424,9 @@ components: - personal - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.teamsAppAuthorization: title: teamsAppAuthorization type: object @@ -40453,6 +40578,9 @@ components: - manager - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.timeCardEntry: title: timeCardEntry type: object @@ -41854,6 +41982,9 @@ components: - everyone - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.inferenceData: title: inferenceData type: object @@ -44068,6 +44199,9 @@ components: - ReferenceAttributes - UnknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectDefinition: title: objectDefinition type: object @@ -44160,6 +44294,9 @@ components: - Update - Delete type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectMappingMetadataEntry: title: objectMappingMetadataEntry type: object diff --git a/openApiDocs/beta/Users.yml b/openApiDocs/beta/Users.yml index 0ab5df75198..faf3bca371b 100644 --- a/openApiDocs/beta/Users.yml +++ b/openApiDocs/beta/Users.yml @@ -25523,6 +25523,8 @@ components: type: string description: ELAM provides protection for the computers in your network when they start up nullable: true + firmwareProtection: + $ref: '#/components/schemas/microsoft.graph.firmwareProtectionType' healthAttestationSupportedStatus: type: string description: This attribute indicates if DHA is supported for the device @@ -25540,6 +25542,10 @@ components: type: string description: The Timestamp of the last update. nullable: true + memoryAccessProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + memoryIntegrityProtection: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' operatingSystemKernelDebugging: type: string description: 'When operatingSystemKernelDebugging is enabled, the device is used in development and testing' @@ -25576,6 +25582,10 @@ components: type: string description: Fingerprint of the Custom Secure Boot Configuration Policy nullable: true + securedCorePC: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' + systemManagementMode: + $ref: '#/components/schemas/microsoft.graph.systemManagementModeLevel' testSigning: type: string description: 'When test signing is allowed, the device does not enforce signature validation during boot' @@ -25584,6 +25594,8 @@ components: type: string description: The security version number of the Boot Application nullable: true + virtualizationBasedSecurity: + $ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus' virtualSecureMode: type: string description: VSM is a container that protects high value assets from a compromised kernel @@ -29868,6 +29880,9 @@ components: - rsaSha1 - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.resourceAccess: title: resourceAccess type: object @@ -30278,6 +30293,9 @@ components: - teamwork - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.applicationMode: title: applicationMode enum: @@ -32465,6 +32483,89 @@ components: - value: communicationError description: 'The configuration manager agent was able to reach the configuration manager service in the past but is now no longer able to. ' name: communicationError + microsoft.graph.firmwareProtectionType: + title: firmwareProtectionType + enum: + - notApplicable + - systemGuardSecureLaunch + - firmwareAttackSurfaceReduction + - disabled + - unknownFutureValue + type: string + description: A list of possible Firmware protection type for a device. Firmware protection is a set of features that helps to ensure attackers can't get your device to start with untrusted or malicious firmware. Firmware protection type is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "systemGuardSecureLaunch" or "firmwareAttackSurfaceReduction" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: firmwareProtectionType + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: systemGuardSecureLaunch + description: Indicates that System Guard Secure Launch is enabled for Firmware protection. + name: systemGuardSecureLaunch + - value: firmwareAttackSurfaceReduction + description: Indicates that Firmware Attack Surface Reduction is enabled for Firmware protection. This is only applicable to Surface devices. + name: firmwareAttackSurfaceReduction + - value: disabled + description: Indicates that the device has Firmware protection disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.azureAttestationSettingStatus: + title: azureAttestationSettingStatus + enum: + - notApplicable + - enabled + - disabled + - unknownFutureValue + type: string + description: A list of possible Azure Attestation states for a device. Azure Attestation setting status is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "enabled" or "disabled". Windows 10 devices will have value "notApplicable". + x-ms-enum: + name: azureAttestationSettingStatus + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device is not a Windows 11 device. + name: notApplicable + - value: enabled + description: Indicates that the device has the Azure attestation setting enabled. + name: enabled + - value: disabled + description: Indicates that the device has the Azure attestation setting disabled. + name: disabled + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.systemManagementModeLevel: + title: systemManagementModeLevel + enum: + - notApplicable + - level1 + - level2 + - level3 + - unknownFutureValue + type: string + description: 'A list of possible System Management Mode levels for a device. System Management Mode levels is determined by report sent from Microsoft Azure Attestation service. Only specific hardwares support System Management Mode. Windows 11 devices will have values "notApplicable", "level1", "level2" or "level3". Windows 10 devices will have value "notApplicable".' + x-ms-enum: + name: systemManagementModeLevel + modelAsString: false + values: + - value: notApplicable + description: Indicates that the device does not have Firmware protection (System Management Mode) enabled. + name: notApplicable + - value: level1 + description: Indicates that deny System Management Mode (SMM) read/write access to OS and Virtualization-based security (VBS) memory. The benefit is that by design System Management Mode (SMM) cannot modify security of or exfiltrate secrets from the OS (including Virtualization-based security). + name: level1 + - value: level2 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 1 protections, this level prevents System Management Mode (SMM) from tampering with Input-Output Memory Management Unit (IOMMU) config. The benefit is that by design System Management Mode (SMM) cannot disable Virtualization-based security (VBS) and kernel Direct memory access (DMA) protections.' + name: level2 + - value: level3 + description: 'Indicates that in addition to the System Management Mode (SMM) Level 2 protections, this level reduces System Management Mode (SMM) save state capabilities. The benefit is that by design System Management Mode (SMM) cannot exploit save state to modify security of or exfiltrate secrets from the OS (including Virtualization-based security).' + name: level3 + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.deviceGuardLocalSystemAuthorityCredentialGuardState: title: deviceGuardLocalSystemAuthorityCredentialGuardState enum: @@ -33123,6 +33224,9 @@ components: - critical type: string description: Computer endpoint protection state + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDeviceHealthState modelAsString: false @@ -33176,6 +33280,9 @@ components: - windowsSModeSignaturesInUseOnNonWin10SInstall type: string description: Product Status of Windows Defender + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDefenderProductStatus modelAsString: false @@ -33556,6 +33663,9 @@ components: - checklistCompletion - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.plannerAssignedToTaskBoardTaskFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.plannerDelta' @@ -36514,6 +36624,9 @@ components: - indirect - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.accessReviewNotificationRecipientScope: title: accessReviewNotificationRecipientScope type: object @@ -37208,6 +37321,9 @@ components: - everyone - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.inferenceData: title: inferenceData type: object @@ -37347,6 +37463,9 @@ components: - personal - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.teamsAppAuthorization: title: teamsAppAuthorization type: object @@ -37404,6 +37523,9 @@ components: - actionUndefined - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: @@ -37412,6 +37534,9 @@ components: - blockAccess - blockAccessExternal type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationPolicyTip: title: chatMessagePolicyViolationPolicyTip type: object @@ -37439,6 +37564,9 @@ components: - override - reportFalsePositive type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationVerdictDetailsTypes: title: chatMessagePolicyViolationVerdictDetailsTypes enum: @@ -37447,6 +37575,9 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessageReactionIdentitySet: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -37600,6 +37731,9 @@ components: - manager - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.timeCardEntry: title: timeCardEntry type: object @@ -39678,6 +39812,9 @@ components: - ReferenceAttributes - UnknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectDefinition: title: objectDefinition type: object @@ -40213,6 +40350,9 @@ components: - Update - Delete type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.objectMappingMetadataEntry: title: objectMappingMetadataEntry type: object diff --git a/openApiDocs/beta/WindowsUpdates.yml b/openApiDocs/beta/WindowsUpdates.yml index 3622f2e8c94..3a6188db182 100644 --- a/openApiDocs/beta/WindowsUpdates.yml +++ b/openApiDocs/beta/WindowsUpdates.yml @@ -4263,11 +4263,11 @@ paths: delete: tags: - admin.adminWindows - summary: Delete operationalInsightsConnection - description: Delete an operationalInsightsConnection object. + summary: Delete resourceConnection + description: Delete a resourceConnection object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-resourceconnection-delete?view=graph-rest-1.0 operationId: admin.window.update_DeleteResourceConnection parameters: - name: resourceConnection-id @@ -4396,11 +4396,11 @@ paths: get: tags: - admin.adminWindows - summary: Get updatableAsset - description: Read the properties and relationships of an updatableAsset object. + summary: Get azureADDevice + description: Read the properties of an azureADDevice object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableasset-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-azureaddevice-get?view=graph-rest-1.0 operationId: admin.window.update_GetUpdatableAsset parameters: - name: updatableAsset-id @@ -6583,11 +6583,11 @@ paths: get: tags: - admin.adminWindows - summary: Get contentApproval - description: Read the properties and relationships of a contentApproval object. + summary: Get complianceChange + description: Read the properties and relationships of a complianceChange object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-get?view=graph-rest-1.0 operationId: admin.window.update.updatePolicy_GetComplianceChange parameters: - name: updatePolicy-id @@ -6691,11 +6691,11 @@ paths: delete: tags: - admin.adminWindows - summary: Delete contentApproval - description: Delete a contentApproval object. + summary: Delete complianceChange + description: Delete a complianceChange object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-delete?view=graph-rest-1.0 operationId: admin.window.update.updatePolicy_DeleteComplianceChange parameters: - name: updatePolicy-id @@ -7821,7 +7821,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: The threshold for a signal at which to trigger action. An integer from 1 to 100 (inclusive). + description: The threshold for a signal at which to trigger the action. An integer from 1 to 100 (inclusive). This value is ignored when the signal is ineligible and the action is offerFallback. format: int32 nullable: true additionalProperties: diff --git a/openApiDocs/v1.0/Applications.yml b/openApiDocs/v1.0/Applications.yml index b4a3fc78340..8087bb04bbf 100644 --- a/openApiDocs/v1.0/Applications.yml +++ b/openApiDocs/v1.0/Applications.yml @@ -104,6 +104,8 @@ paths: - samlMetadataUrl desc - serviceManagementReference - serviceManagementReference desc + - servicePrincipalLockConfiguration + - servicePrincipalLockConfiguration desc - signInAudience - signInAudience desc - spa @@ -158,6 +160,7 @@ paths: - requiredResourceAccess - samlMetadataUrl - serviceManagementReference + - servicePrincipalLockConfiguration - signInAudience - spa - tags @@ -290,6 +293,7 @@ paths: - requiredResourceAccess - samlMetadataUrl - serviceManagementReference + - servicePrincipalLockConfiguration - signInAudience - spa - tags @@ -5947,6 +5951,7 @@ paths: - requiredResourceAccess - samlMetadataUrl - serviceManagementReference + - servicePrincipalLockConfiguration - signInAudience - spa - tags @@ -6136,6 +6141,7 @@ paths: - requiredResourceAccess - samlMetadataUrl - serviceManagementReference + - servicePrincipalLockConfiguration - signInAudience - spa - tags @@ -6224,6 +6230,8 @@ paths: - samlMetadataUrl desc - serviceManagementReference - serviceManagementReference desc + - servicePrincipalLockConfiguration + - servicePrincipalLockConfiguration desc - signInAudience - signInAudience desc - spa @@ -17478,6 +17486,8 @@ components: type: string description: References application or service contact information from a Service or Asset Management database. Nullable. nullable: true + servicePrincipalLockConfiguration: + $ref: '#/components/schemas/microsoft.graph.servicePrincipalLockConfiguration' signInAudience: type: string description: 'Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. The value for this property has implications on other app object properties. As a result, if you change this property, you may need to change other properties first. For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not).' @@ -19239,7 +19249,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' - description: The permission that has been granted for a group to a specific application. Supports $expand. x-ms-navigationProperty: true settings: type: array @@ -19638,6 +19647,31 @@ components: description: The unique identifier for the resource that the application requires access to. This should be equal to the appId declared on the target resource application. additionalProperties: type: object + microsoft.graph.servicePrincipalLockConfiguration: + title: servicePrincipalLockConfiguration + type: object + properties: + allProperties: + type: boolean + description: 'Enables locking all sensitive properties. The sensitive properties are keyCredentials, passwordCredentials, and tokenEncryptionKeyId.' + nullable: true + credentialsWithUsageSign: + type: boolean + description: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Sign. + nullable: true + credentialsWithUsageVerify: + type: boolean + description: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals. + nullable: true + isEnabled: + type: boolean + description: 'Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal.' + tokenEncryptionKeyId: + type: boolean + description: Locks the tokenEncryptionKeyId property for modification on the service principal. + nullable: true + additionalProperties: + type: object microsoft.graph.spaApplication: title: spaApplication type: object @@ -19700,7 +19734,7 @@ components: properties: id: type: string - description: The unique idenfier for an entity. Read-only. + description: The unique identifier for an entity. Read-only. additionalProperties: type: object microsoft.graph.stsPolicy: @@ -21947,6 +21981,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps for the chat. x-ms-navigationProperty: true pinnedMessages: type: array @@ -22058,6 +22093,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps to access the team. x-ms-navigationProperty: true photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' @@ -23836,7 +23872,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemReference' webUrl: type: string - description: URL that displays the resource in the browser. Read-only. + description: 'URL that either displays the resource in the browser (for Office file formats), or is a direct link to the file (for other formats). Read-only.' nullable: true createdByUser: $ref: '#/components/schemas/microsoft.graph.user' diff --git a/openApiDocs/v1.0/Bookings.yml b/openApiDocs/v1.0/Bookings.yml index 113bd1feaf5..7b009a41b6c 100644 --- a/openApiDocs/v1.0/Bookings.yml +++ b/openApiDocs/v1.0/Bookings.yml @@ -3084,7 +3084,7 @@ components: properties: id: type: string - description: The unique idenfier for an entity. Read-only. + description: The unique identifier for an entity. Read-only. additionalProperties: type: object microsoft.graph.physicalAddress: diff --git a/openApiDocs/v1.0/Calendar.yml b/openApiDocs/v1.0/Calendar.yml index 3ae957d56f5..b6fe1bfdfef 100644 --- a/openApiDocs/v1.0/Calendar.yml +++ b/openApiDocs/v1.0/Calendar.yml @@ -728,10 +728,10 @@ paths: tags: - groups.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: group.calendar.calendarView_CreateAttachment parameters: - name: group-id @@ -1708,10 +1708,10 @@ paths: tags: - groups.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: group.calendar.calendarView.instance_CreateAttachment parameters: - name: group-id @@ -2918,10 +2918,10 @@ paths: tags: - groups.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: group.calendar.event_CreateAttachment parameters: - name: group-id @@ -3898,10 +3898,10 @@ paths: tags: - groups.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: group.calendar.event.instance_CreateAttachment parameters: - name: group-id @@ -4992,10 +4992,10 @@ paths: tags: - groups.event summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: group.calendarView_CreateAttachment parameters: - name: group-id @@ -5972,10 +5972,10 @@ paths: tags: - groups.event summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: group.calendarView.instance_CreateAttachment parameters: - name: group-id @@ -7149,10 +7149,10 @@ paths: tags: - groups.event summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: group.event_CreateAttachment parameters: - name: group-id @@ -8129,10 +8129,10 @@ paths: tags: - groups.event summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: group.event.instance_CreateAttachment parameters: - name: group-id @@ -9926,10 +9926,10 @@ paths: tags: - users.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendar.calendarView_CreateAttachment parameters: - name: user-id @@ -10906,10 +10906,10 @@ paths: tags: - users.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendar.calendarView.instance_CreateAttachment parameters: - name: user-id @@ -12116,10 +12116,10 @@ paths: tags: - users.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendar.event_CreateAttachment parameters: - name: user-id @@ -13096,10 +13096,10 @@ paths: tags: - users.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendar.event.instance_CreateAttachment parameters: - name: user-id @@ -15114,10 +15114,10 @@ paths: tags: - users.calendarGroup summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendarGroup.calendar.calendarView_CreateAttachment parameters: - name: user-id @@ -16318,10 +16318,10 @@ paths: tags: - users.calendarGroup summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendarGroup.calendar.calendarView.instance_CreateAttachment parameters: - name: user-id @@ -17832,10 +17832,10 @@ paths: tags: - users.calendarGroup summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendarGroup.calendar.event_CreateAttachment parameters: - name: user-id @@ -19036,10 +19036,10 @@ paths: tags: - users.calendarGroup summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendarGroup.calendar.event.instance_CreateAttachment parameters: - name: user-id @@ -21030,10 +21030,10 @@ paths: tags: - users.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendar.calendarView_CreateAttachment parameters: - name: user-id @@ -22122,10 +22122,10 @@ paths: tags: - users.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendar.calendarView.instance_CreateAttachment parameters: - name: user-id @@ -23484,10 +23484,10 @@ paths: tags: - users.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendar.event_CreateAttachment parameters: - name: user-id @@ -24576,10 +24576,10 @@ paths: tags: - users.calendar summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendar.event.instance_CreateAttachment parameters: - name: user-id @@ -25831,10 +25831,10 @@ paths: tags: - users.event summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendarView_CreateAttachment parameters: - name: user-id @@ -26811,10 +26811,10 @@ paths: tags: - users.event summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.calendarView.instance_CreateAttachment parameters: - name: user-id @@ -27706,11 +27706,11 @@ paths: post: tags: - users.event - summary: Create single-value extended property - description: "Create one or more single-value extended properties in a new or existing instance of a resource. The following user resources are supported: As well as the following group resources: See Extended properties overview for more information about when to use\nopen extensions or extended properties, and how to specify extended properties." + summary: Create multi-value extended property + description: "Create one or more multi-value extended properties in a new or existing instance of a resource. The following user resources are supported: As well as the following group resources: See Extended properties overview for more information about when to use\nopen extensions or extended properties, and how to specify extended properties." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/singlevaluelegacyextendedproperty-post-singlevalueextendedproperties?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/multivaluelegacyextendedproperty-post-multivalueextendedproperties?view=graph-rest-1.0 operationId: user_CreateEvent parameters: - name: user-id @@ -28028,10 +28028,10 @@ paths: tags: - users.event summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.event_CreateAttachment parameters: - name: user-id @@ -29008,10 +29008,10 @@ paths: tags: - users.event summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. " + description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: user.event.instance_CreateAttachment parameters: - name: user-id @@ -30132,7 +30132,7 @@ components: properties: id: type: string - description: The unique idenfier for an entity. Read-only. + description: The unique identifier for an entity. Read-only. additionalProperties: type: object microsoft.graph.onlineMeetingProviderType: diff --git a/openApiDocs/v1.0/ChangeNotifications.yml b/openApiDocs/v1.0/ChangeNotifications.yml index 6a42116a361..ffb156e2123 100644 --- a/openApiDocs/v1.0/ChangeNotifications.yml +++ b/openApiDocs/v1.0/ChangeNotifications.yml @@ -294,7 +294,7 @@ components: properties: id: type: string - description: The unique idenfier for an entity. Read-only. + description: The unique identifier for an entity. Read-only. additionalProperties: type: object microsoft.graph.subscriptionCollectionResponse: diff --git a/openApiDocs/v1.0/Compliance.yml b/openApiDocs/v1.0/Compliance.yml index 2d9413284f3..6134c22bb9d 100644 --- a/openApiDocs/v1.0/Compliance.yml +++ b/openApiDocs/v1.0/Compliance.yml @@ -921,6 +921,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps to access the team. x-ms-navigationProperty: true photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' @@ -944,7 +945,7 @@ components: properties: id: type: string - description: The unique idenfier for an entity. Read-only. + description: The unique identifier for an entity. Read-only. additionalProperties: type: object microsoft.graph.identity: @@ -1523,7 +1524,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' - description: The permission that has been granted for a group to a specific application. Supports $expand. x-ms-navigationProperty: true settings: type: array @@ -3362,7 +3362,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemReference' webUrl: type: string - description: URL that displays the resource in the browser. Read-only. + description: 'URL that either displays the resource in the browser (for Office file formats), or is a direct link to the file (for other formats). Read-only.' nullable: true createdByUser: $ref: '#/components/schemas/microsoft.graph.user' @@ -9316,6 +9316,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps for the chat. x-ms-navigationProperty: true pinnedMessages: type: array diff --git a/openApiDocs/v1.0/CrossDeviceExperiences.yml b/openApiDocs/v1.0/CrossDeviceExperiences.yml index ed09f37a15d..1ccbdc5e8b9 100644 --- a/openApiDocs/v1.0/CrossDeviceExperiences.yml +++ b/openApiDocs/v1.0/CrossDeviceExperiences.yml @@ -517,11 +517,11 @@ paths: patch: tags: - users.userActivity - summary: Delete a historyItem - description: Delete an existing history item for an existing user activity. + summary: Create or replace a historyItem + description: Create a new or replace an existing history item for an existing user activity. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/projectrome-delete-historyitem?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/projectrome-put-historyitem?view=graph-rest-1.0 operationId: user.activity_UpdateHistoryItem parameters: - name: user-id diff --git a/openApiDocs/v1.0/DeviceManagement.Administration.yml b/openApiDocs/v1.0/DeviceManagement.Administration.yml index f069a6f8848..3b5c231fe3f 100644 --- a/openApiDocs/v1.0/DeviceManagement.Administration.yml +++ b/openApiDocs/v1.0/DeviceManagement.Administration.yml @@ -2522,11 +2522,11 @@ paths: post: tags: - deviceManagement.roleDefinition - summary: Create roleDefinition - description: Create a new roleDefinition object. + summary: Create deviceAndAppManagementRoleDefinition + description: Create a new deviceAndAppManagementRoleDefinition object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-create?view=graph-rest-1.0 operationId: deviceManagement_CreateRoleDefinition requestBody: description: New navigation property @@ -2549,11 +2549,11 @@ paths: get: tags: - deviceManagement.roleDefinition - summary: Get deviceAndAppManagementRoleDefinition - description: Read properties and relationships of the deviceAndAppManagementRoleDefinition object. + summary: Get roleDefinition + description: Read properties and relationships of the roleDefinition object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-get?view=graph-rest-1.0 operationId: deviceManagement_GetRoleDefinition parameters: - name: roleDefinition-id @@ -2642,11 +2642,11 @@ paths: delete: tags: - deviceManagement.roleDefinition - summary: Delete roleDefinition - description: Deletes a roleDefinition. + summary: Delete deviceAndAppManagementRoleDefinition + description: Deletes a deviceAndAppManagementRoleDefinition. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-delete?view=graph-rest-1.0 operationId: deviceManagement_DeleteRoleDefinition parameters: - name: roleDefinition-id @@ -4751,7 +4751,7 @@ components: properties: id: type: string - description: The unique idenfier for an entity. Read-only. + description: The unique identifier for an entity. Read-only. additionalProperties: type: object microsoft.graph.auditActor: diff --git a/openApiDocs/v1.0/DeviceManagement.Enrollment.yml b/openApiDocs/v1.0/DeviceManagement.Enrollment.yml index a45c924c0c8..b19ca6865e6 100644 --- a/openApiDocs/v1.0/DeviceManagement.Enrollment.yml +++ b/openApiDocs/v1.0/DeviceManagement.Enrollment.yml @@ -184,11 +184,11 @@ paths: post: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: Create deviceEnrollmentLimitConfiguration - description: Create a new deviceEnrollmentLimitConfiguration object. + summary: Create deviceEnrollmentPlatformRestrictionsConfiguration + description: Create a new deviceEnrollmentPlatformRestrictionsConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-create?view=graph-rest-1.0 operationId: deviceManagement_CreateDeviceEnrollmentConfiguration requestBody: description: New navigation property @@ -211,11 +211,11 @@ paths: get: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: Get deviceEnrollmentLimitConfiguration - description: Read properties and relationships of the deviceEnrollmentLimitConfiguration object. + summary: Get deviceEnrollmentConfiguration + description: Read properties and relationships of the deviceEnrollmentConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentconfiguration-get?view=graph-rest-1.0 operationId: deviceManagement_GetDeviceEnrollmentConfiguration parameters: - name: deviceEnrollmentConfiguration-id @@ -306,11 +306,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 @@ -1421,7 +1421,7 @@ components: properties: id: type: string - description: The unique idenfier for an entity. Read-only. + description: The unique identifier for an entity. Read-only. additionalProperties: type: object microsoft.graph.deviceAndAppManagementAssignmentTarget: diff --git a/openApiDocs/v1.0/DeviceManagement.yml b/openApiDocs/v1.0/DeviceManagement.yml index e2c5a3f2629..6907ce19366 100644 --- a/openApiDocs/v1.0/DeviceManagement.yml +++ b/openApiDocs/v1.0/DeviceManagement.yml @@ -1076,7 +1076,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-raimportcerts-devicemanagement-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-rbac-devicemanagement-get?view=graph-rest-1.0 operationId: deviceManagement_GetDeviceManagement parameters: - name: $select @@ -1239,7 +1239,7 @@ paths: description: Update the properties of a deviceManagement object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-raimportcerts-devicemanagement-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-notification-devicemanagement-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateDeviceManagement requestBody: description: New property values @@ -2211,11 +2211,11 @@ paths: post: tags: - deviceManagement.deviceCompliancePolicy - summary: Create iosCompliancePolicy - description: Create a new iosCompliancePolicy object. + summary: Create androidCompliancePolicy + description: Create a new androidCompliancePolicy 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-androidcompliancepolicy-create?view=graph-rest-1.0 operationId: deviceManagement_CreateDeviceCompliancePolicy requestBody: description: New navigation property @@ -2238,11 +2238,11 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - summary: Get iosCompliancePolicy - description: Read properties and relationships of the iosCompliancePolicy object. + summary: Get macOSCompliancePolicy + description: Read properties and relationships of the macOSCompliancePolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscompliancepolicy-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-get?view=graph-rest-1.0 operationId: deviceManagement_GetDeviceCompliancePolicy parameters: - name: deviceCompliancePolicy-id @@ -2309,11 +2309,11 @@ paths: patch: tags: - deviceManagement.deviceCompliancePolicy - summary: Update macOSCompliancePolicy - description: Update the properties of a macOSCompliancePolicy object. + summary: Update windows10MobileCompliancePolicy + description: Update the properties of a windows10MobileCompliancePolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10mobilecompliancepolicy-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateDeviceCompliancePolicy parameters: - name: deviceCompliancePolicy-id @@ -2344,11 +2344,11 @@ paths: delete: tags: - deviceManagement.deviceCompliancePolicy - summary: Delete iosCompliancePolicy - description: Deletes a iosCompliancePolicy. + summary: Delete windowsPhone81CompliancePolicy + description: Deletes a windowsPhone81CompliancePolicy. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscompliancepolicy-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsphone81compliancepolicy-delete?view=graph-rest-1.0 operationId: deviceManagement_DeleteDeviceCompliancePolicy parameters: - name: deviceCompliancePolicy-id @@ -5158,11 +5158,11 @@ paths: get: tags: - deviceManagement.deviceConfiguration - summary: List windows10GeneralConfigurations - description: List properties and relationships of the windows10GeneralConfiguration objects. + summary: List androidWorkProfileGeneralDeviceConfigurations + description: List properties and relationships of the androidWorkProfileGeneralDeviceConfiguration objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10generalconfiguration-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-list?view=graph-rest-1.0 operationId: deviceManagement_ListDeviceConfiguration parameters: - $ref: '#/components/parameters/top' @@ -5246,11 +5246,11 @@ paths: post: tags: - deviceManagement.deviceConfiguration - summary: Create windows81GeneralConfiguration - description: Create a new windows81GeneralConfiguration object. + summary: Create iosUpdateConfiguration + description: Create a new iosUpdateConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows81generalconfiguration-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdateconfiguration-create?view=graph-rest-1.0 operationId: deviceManagement_CreateDeviceConfiguration requestBody: description: New navigation property @@ -5273,11 +5273,11 @@ paths: get: tags: - deviceManagement.deviceConfiguration - summary: Get windows10EnterpriseModernAppManagementConfiguration - description: Read properties and relationships of the windows10EnterpriseModernAppManagementConfiguration object. + summary: Get iosDeviceFeaturesConfiguration + description: Read properties and relationships of the iosDeviceFeaturesConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-iosdevicefeaturesconfiguration-get?view=graph-rest-1.0 operationId: deviceManagement_GetDeviceConfiguration parameters: - name: deviceConfiguration-id @@ -5342,11 +5342,11 @@ paths: patch: tags: - deviceManagement.deviceConfiguration - summary: Update iosUpdateConfiguration - description: Update the properties of a iosUpdateConfiguration object. + summary: Update androidWorkProfileCustomConfiguration + description: Update the properties of a androidWorkProfileCustomConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdateconfiguration-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecustomconfiguration-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateDeviceConfiguration parameters: - name: deviceConfiguration-id @@ -5377,11 +5377,11 @@ paths: delete: tags: - deviceManagement.deviceConfiguration - summary: Delete iosUpdateConfiguration - description: Deletes a iosUpdateConfiguration. + summary: Delete macOSGeneralDeviceConfiguration + description: Deletes a macOSGeneralDeviceConfiguration. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdateconfiguration-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-macosgeneraldeviceconfiguration-delete?view=graph-rest-1.0 operationId: deviceManagement_DeleteDeviceConfiguration parameters: - name: deviceConfiguration-id @@ -20652,7 +20652,7 @@ components: properties: id: type: string - description: The unique idenfier for an entity. Read-only. + description: The unique identifier for an entity. Read-only. additionalProperties: type: object microsoft.graph.identitySet: @@ -27469,6 +27469,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps for the chat. x-ms-navigationProperty: true pinnedMessages: type: array @@ -27580,6 +27581,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps to access the team. x-ms-navigationProperty: true photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' @@ -28529,7 +28531,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemReference' webUrl: type: string - description: URL that displays the resource in the browser. Read-only. + description: 'URL that either displays the resource in the browser (for Office file formats), or is a direct link to the file (for other formats). Read-only.' nullable: true createdByUser: $ref: '#/components/schemas/microsoft.graph.user' @@ -30787,7 +30789,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' - description: The permission that has been granted for a group to a specific application. Supports $expand. x-ms-navigationProperty: true settings: type: array diff --git a/openApiDocs/v1.0/Devices.CloudPrint.yml b/openApiDocs/v1.0/Devices.CloudPrint.yml index becce00fe42..f15bc6867d2 100644 --- a/openApiDocs/v1.0/Devices.CloudPrint.yml +++ b/openApiDocs/v1.0/Devices.CloudPrint.yml @@ -7530,7 +7530,7 @@ components: properties: id: type: string - description: The unique idenfier for an entity. Read-only. + description: The unique identifier for an entity. Read-only. additionalProperties: type: object microsoft.graph.printerLocation: @@ -8105,7 +8105,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' - description: The permission that has been granted for a group to a specific application. Supports $expand. x-ms-navigationProperty: true settings: type: array @@ -10160,6 +10159,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps to access the team. x-ms-navigationProperty: true photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' @@ -11678,6 +11678,8 @@ components: type: string description: 'The base presence information for a user. Possible values are Available, AvailableIdle, Away, BeRightBack, Busy, BusyIdle, DoNotDisturb, Offline, PresenceUnknown' nullable: true + statusMessage: + $ref: '#/components/schemas/microsoft.graph.presenceStatusMessage' additionalProperties: type: object microsoft.graph.authentication: @@ -11808,6 +11810,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps for the chat. x-ms-navigationProperty: true pinnedMessages: type: array @@ -13190,7 +13193,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemReference' webUrl: type: string - description: URL that displays the resource in the browser. Read-only. + description: 'URL that either displays the resource in the browser (for Office file formats), or is a direct link to the file (for other formats). Read-only.' nullable: true createdByUser: $ref: '#/components/schemas/microsoft.graph.user' @@ -15973,6 +15976,21 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.presenceStatusMessage: + title: presenceStatusMessage + type: object + properties: + expiryDateTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + message: + $ref: '#/components/schemas/microsoft.graph.itemBody' + publishedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 microsoft.graph.emailAuthenticationMethod: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethod' @@ -18973,6 +18991,9 @@ components: - critical type: string description: Computer endpoint protection state + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDeviceHealthState modelAsString: false @@ -19026,6 +19047,9 @@ components: - windowsSModeSignaturesInUseOnNonWin10SInstall type: string description: Product Status of Windows Defender + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDefenderProductStatus modelAsString: false @@ -21376,6 +21400,9 @@ components: - actionUndefined - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: @@ -21384,6 +21411,9 @@ components: - blockAccess - blockAccessExternal type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationPolicyTip: title: chatMessagePolicyViolationPolicyTip type: object @@ -21411,6 +21441,9 @@ components: - override - reportFalsePositive type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationVerdictDetailsTypes: title: chatMessagePolicyViolationVerdictDetailsTypes enum: @@ -21419,6 +21452,9 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessageReactionIdentitySet: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' diff --git a/openApiDocs/v1.0/Devices.CorporateManagement.yml b/openApiDocs/v1.0/Devices.CorporateManagement.yml index 05e1858dc64..137a78187b8 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-policyset-deviceappmanagement-get?view=graph-rest-1.0 operationId: deviceAppManagement_GetDeviceAppManagement parameters: - name: $select @@ -90,7 +90,7 @@ paths: description: Update the properties of a deviceAppManagement object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-deviceappmanagement-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-policyset-deviceappmanagement-update?view=graph-rest-1.0 operationId: deviceAppManagement_UpdateDeviceAppManagement requestBody: description: New property values @@ -2937,11 +2937,11 @@ paths: get: tags: - deviceAppManagement.managedAppPolicy - summary: List managedAppPolicies - description: List properties and relationships of the managedAppPolicy objects. + summary: List managedAppConfigurations + description: List properties and relationships of the managedAppConfiguration objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedappconfiguration-list?view=graph-rest-1.0 operationId: deviceAppManagement_ListManagedAppPolicy parameters: - $ref: '#/components/parameters/top' @@ -3036,11 +3036,11 @@ paths: get: tags: - deviceAppManagement.managedAppPolicy - summary: Get targetedManagedAppProtection - description: Read properties and relationships of the targetedManagedAppProtection object. + summary: Get managedAppConfiguration + description: Read properties and relationships of the managedAppConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedappconfiguration-get?view=graph-rest-1.0 operationId: deviceAppManagement_GetManagedAppPolicy parameters: - name: managedAppPolicy-id @@ -3155,7 +3155,7 @@ paths: description: Not yet documented externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-targetapps?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppPolicy_targetApp parameters: - name: managedAppPolicy-id @@ -3204,11 +3204,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' @@ -3334,11 +3334,11 @@ paths: get: tags: - deviceAppManagement.managedAppRegistration - summary: Get managedAppRegistration - description: Read properties and relationships of the managedAppRegistration object. + summary: Get iosManagedAppRegistration + description: Read properties and relationships of the iosManagedAppRegistration 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-iosmanagedappregistration-get?view=graph-rest-1.0 operationId: deviceAppManagement_GetManagedAppRegistration parameters: - name: managedAppRegistration-id @@ -3715,7 +3715,7 @@ paths: description: Not yet documented externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-targetapps?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppRegistration.appliedPolicy_targetApp parameters: - name: managedAppRegistration-id @@ -4033,7 +4033,7 @@ paths: description: Not yet documented externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-targetapps?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppRegistration.intendedPolicy_targetApp parameters: - name: managedAppRegistration-id @@ -4523,11 +4523,11 @@ paths: get: tags: - deviceAppManagement.managedAppStatus - summary: Get managedAppStatusRaw - description: Read properties and relationships of the managedAppStatusRaw object. + summary: Get managedAppStatus + description: Read properties and relationships of the managedAppStatus object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-managedappstatusraw-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedappstatus-get?view=graph-rest-1.0 operationId: deviceAppManagement_GetManagedAppStatus parameters: - name: managedAppStatus-id @@ -4649,11 +4649,11 @@ paths: get: tags: - deviceAppManagement.managedEBook - summary: List iosVppEBooks - description: List properties and relationships of the iosVppEBook objects. + summary: List managedEBooks + description: List properties and relationships of the managedEBook objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-iosvppebook-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-books-managedebook-list?view=graph-rest-1.0 operationId: deviceAppManagement_ListManagedEBook parameters: - $ref: '#/components/parameters/top' @@ -4982,11 +4982,11 @@ paths: post: tags: - deviceAppManagement.managedEBook - summary: Create iosVppEBookAssignment - description: Create a new iosVppEBookAssignment object. + summary: Create managedEBookAssignment + description: Create a new managedEBookAssignment object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-create?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBook_CreateAssignment parameters: - name: managedEBook-id @@ -5080,11 +5080,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 @@ -7651,11 +7651,11 @@ paths: get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: List managedDeviceMobileAppConfigurations - description: List properties and relationships of the managedDeviceMobileAppConfiguration objects. + summary: List iosMobileAppConfigurations + description: List properties and relationships of the iosMobileAppConfiguration objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-list?view=graph-rest-1.0 operationId: deviceAppManagement_ListMobileAppConfiguration parameters: - $ref: '#/components/parameters/top' @@ -7767,11 +7767,11 @@ paths: get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: Get managedDeviceMobileAppConfiguration - description: Read properties and relationships of the managedDeviceMobileAppConfiguration object. + summary: Get iosMobileAppConfiguration + description: Read properties and relationships of the iosMobileAppConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-get?view=graph-rest-1.0 operationId: deviceAppManagement_GetMobileAppConfiguration parameters: - name: managedDeviceMobileAppConfiguration-id @@ -9055,11 +9055,11 @@ paths: get: tags: - deviceAppManagement.mobileApp - summary: List win32LobApps - description: List properties and relationships of the win32LobApp objects. + summary: List windowsUniversalAppXs + description: List properties and relationships of the windowsUniversalAppX objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-win32lobapp-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-windowsuniversalappx-list?view=graph-rest-1.0 operationId: deviceAppManagement_ListMobileApp parameters: - $ref: '#/components/parameters/top' @@ -9159,11 +9159,11 @@ paths: post: tags: - deviceAppManagement.mobileApp - summary: Create webApp - description: Create a new webApp object. + summary: Create macOSOfficeSuiteApp + description: Create a new macOSOfficeSuiteApp object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-webapp-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-macosofficesuiteapp-create?view=graph-rest-1.0 operationId: deviceAppManagement_CreateMobileApp requestBody: description: New navigation property @@ -9186,11 +9186,11 @@ paths: get: tags: - deviceAppManagement.mobileApp - summary: Get win32LobApp - description: Read properties and relationships of the win32LobApp object. + summary: Get iosLobApp + description: Read properties and relationships of the iosLobApp object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-win32lobapp-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-ioslobapp-get?view=graph-rest-1.0 operationId: deviceAppManagement_GetMobileApp parameters: - name: mobileApp-id @@ -9255,11 +9255,11 @@ paths: patch: tags: - deviceAppManagement.mobileApp - summary: Update webApp - description: Update the properties of a webApp object. + summary: Update windowsAppX + description: Update the properties of a windowsAppX object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-webapp-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-windowsappx-update?view=graph-rest-1.0 operationId: deviceAppManagement_UpdateMobileApp parameters: - name: mobileApp-id @@ -9290,11 +9290,11 @@ paths: delete: tags: - deviceAppManagement.mobileApp - summary: Delete managedIOSLobApp - description: Deletes a managedIOSLobApp. + summary: Delete webApp + description: Deletes a webApp. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-managedioslobapp-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-webapp-delete?view=graph-rest-1.0 operationId: deviceAppManagement_DeleteMobileApp parameters: - name: mobileApp-id @@ -19295,6 +19295,9 @@ components: - critical type: string description: Computer endpoint protection state + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDeviceHealthState modelAsString: false @@ -19348,6 +19351,9 @@ components: - windowsSModeSignaturesInUseOnNonWin10SInstall type: string description: Product Status of Windows Defender + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDefenderProductStatus modelAsString: false @@ -20343,6 +20349,9 @@ components: - microsoftEdge type: string description: Type of managed browser + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: managedBrowserType modelAsString: false @@ -22322,6 +22331,8 @@ components: type: string description: 'The base presence information for a user. Possible values are Available, AvailableIdle, Away, BeRightBack, Busy, BusyIdle, DoNotDisturb, Offline, PresenceUnknown' nullable: true + statusMessage: + $ref: '#/components/schemas/microsoft.graph.presenceStatusMessage' additionalProperties: type: object microsoft.graph.authentication: @@ -24686,6 +24697,21 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.presenceStatusMessage: + title: presenceStatusMessage + type: object + properties: + expiryDateTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + message: + $ref: '#/components/schemas/microsoft.graph.itemBody' + publishedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 microsoft.graph.emailAuthenticationMethod: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethod' @@ -30623,6 +30649,9 @@ components: - actionUndefined - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: @@ -30631,6 +30660,9 @@ components: - blockAccess - blockAccessExternal type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationPolicyTip: title: chatMessagePolicyViolationPolicyTip type: object @@ -30658,6 +30690,9 @@ components: - override - reportFalsePositive type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationVerdictDetailsTypes: title: chatMessagePolicyViolationVerdictDetailsTypes enum: @@ -30666,6 +30701,9 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessageReactionIdentitySet: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' diff --git a/openApiDocs/v1.0/DirectoryObjects.yml b/openApiDocs/v1.0/DirectoryObjects.yml index 804eefc0659..abdb8392167 100644 --- a/openApiDocs/v1.0/DirectoryObjects.yml +++ b/openApiDocs/v1.0/DirectoryObjects.yml @@ -744,7 +744,7 @@ components: properties: id: type: string - description: The unique idenfier for an entity. Read-only. + description: The unique identifier for an entity. Read-only. additionalProperties: type: object microsoft.graph.directoryObjectCollectionResponse: diff --git a/openApiDocs/v1.0/Education.yml b/openApiDocs/v1.0/Education.yml index 3c8075ca7c6..ea399365e08 100644 --- a/openApiDocs/v1.0/Education.yml +++ b/openApiDocs/v1.0/Education.yml @@ -16431,7 +16431,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' - description: The permission that has been granted for a group to a specific application. Supports $expand. x-ms-navigationProperty: true settings: type: array @@ -17378,7 +17377,7 @@ components: properties: id: type: string - description: The unique idenfier for an entity. Read-only. + description: The unique identifier for an entity. Read-only. additionalProperties: type: object microsoft.graph.educationCourse: @@ -18425,6 +18424,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps to access the team. x-ms-navigationProperty: true photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' @@ -20074,6 +20074,8 @@ components: type: string description: 'The base presence information for a user. Possible values are Available, AvailableIdle, Away, BeRightBack, Busy, BusyIdle, DoNotDisturb, Offline, PresenceUnknown' nullable: true + statusMessage: + $ref: '#/components/schemas/microsoft.graph.presenceStatusMessage' additionalProperties: type: object microsoft.graph.authentication: @@ -20204,6 +20206,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps for the chat. x-ms-navigationProperty: true pinnedMessages: type: array @@ -20975,7 +20978,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemReference' webUrl: type: string - description: URL that displays the resource in the browser. Read-only. + description: 'URL that either displays the resource in the browser (for Office file formats), or is a direct link to the file (for other formats). Read-only.' nullable: true createdByUser: $ref: '#/components/schemas/microsoft.graph.user' @@ -23772,6 +23775,21 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.presenceStatusMessage: + title: presenceStatusMessage + type: object + properties: + expiryDateTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + message: + $ref: '#/components/schemas/microsoft.graph.itemBody' + publishedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 microsoft.graph.emailAuthenticationMethod: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethod' @@ -26894,6 +26912,9 @@ components: - critical type: string description: Computer endpoint protection state + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDeviceHealthState modelAsString: false @@ -26947,6 +26968,9 @@ components: - windowsSModeSignaturesInUseOnNonWin10SInstall type: string description: Product Status of Windows Defender + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDefenderProductStatus modelAsString: false @@ -29723,6 +29747,9 @@ components: - actionUndefined - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: @@ -29731,6 +29758,9 @@ components: - blockAccess - blockAccessExternal type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationPolicyTip: title: chatMessagePolicyViolationPolicyTip type: object @@ -29758,6 +29788,9 @@ components: - override - reportFalsePositive type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationVerdictDetailsTypes: title: chatMessagePolicyViolationVerdictDetailsTypes enum: @@ -29766,6 +29799,9 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessageReactionIdentitySet: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' diff --git a/openApiDocs/v1.0/Identity.DirectoryManagement.yml b/openApiDocs/v1.0/Identity.DirectoryManagement.yml index f964b133b71..7df6189d024 100644 --- a/openApiDocs/v1.0/Identity.DirectoryManagement.yml +++ b/openApiDocs/v1.0/Identity.DirectoryManagement.yml @@ -20693,7 +20693,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' - description: The permission that has been granted for a group to a specific application. Supports $expand. x-ms-navigationProperty: true settings: type: array @@ -21463,6 +21462,8 @@ components: type: string description: References application or service contact information from a Service or Asset Management database. Nullable. nullable: true + servicePrincipalLockConfiguration: + $ref: '#/components/schemas/microsoft.graph.servicePrincipalLockConfiguration' signInAudience: type: string description: 'Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. The value for this property has implications on other app object properties. As a result, if you change this property, you may need to change other properties first. For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not).' @@ -22120,7 +22121,7 @@ components: properties: id: type: string - description: The unique idenfier for an entity. Read-only. + description: The unique identifier for an entity. Read-only. additionalProperties: type: object microsoft.graph.signInActivity: @@ -24223,6 +24224,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps for the chat. x-ms-navigationProperty: true pinnedMessages: type: array @@ -24334,6 +24336,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps to access the team. x-ms-navigationProperty: true photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' @@ -25125,6 +25128,31 @@ components: description: The unique identifier for the resource that the application requires access to. This should be equal to the appId declared on the target resource application. additionalProperties: type: object + microsoft.graph.servicePrincipalLockConfiguration: + title: servicePrincipalLockConfiguration + type: object + properties: + allProperties: + type: boolean + description: 'Enables locking all sensitive properties. The sensitive properties are keyCredentials, passwordCredentials, and tokenEncryptionKeyId.' + nullable: true + credentialsWithUsageSign: + type: boolean + description: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Sign. + nullable: true + credentialsWithUsageVerify: + type: boolean + description: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals. + nullable: true + isEnabled: + type: boolean + description: 'Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal.' + tokenEncryptionKeyId: + type: boolean + description: Locks the tokenEncryptionKeyId property for modification on the service principal. + nullable: true + additionalProperties: + type: object microsoft.graph.spaApplication: title: spaApplication type: object @@ -26641,7 +26669,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemReference' webUrl: type: string - description: URL that displays the resource in the browser. Read-only. + description: 'URL that either displays the resource in the browser (for Office file formats), or is a direct link to the file (for other formats). Read-only.' nullable: true createdByUser: $ref: '#/components/schemas/microsoft.graph.user' diff --git a/openApiDocs/v1.0/Identity.Governance.yml b/openApiDocs/v1.0/Identity.Governance.yml index cc731816c85..19d79a07369 100644 --- a/openApiDocs/v1.0/Identity.Governance.yml +++ b/openApiDocs/v1.0/Identity.Governance.yml @@ -82099,6 +82099,8 @@ components: type: string description: 'The base presence information for a user. Possible values are Available, AvailableIdle, Away, BeRightBack, Busy, BusyIdle, DoNotDisturb, Offline, PresenceUnknown' nullable: true + statusMessage: + $ref: '#/components/schemas/microsoft.graph.presenceStatusMessage' additionalProperties: type: object microsoft.graph.authentication: @@ -82576,6 +82578,9 @@ components: - unknownFutureValue - mover type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.identityGovernance.parameter: title: parameter type: object @@ -86509,6 +86514,21 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.presenceStatusMessage: + title: presenceStatusMessage + type: object + properties: + expiryDateTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + message: + $ref: '#/components/schemas/microsoft.graph.itemBody' + publishedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 microsoft.graph.emailAuthenticationMethod: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethod' @@ -89626,6 +89646,9 @@ components: - critical type: string description: Computer endpoint protection state + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDeviceHealthState modelAsString: false @@ -89679,6 +89702,9 @@ components: - windowsSModeSignaturesInUseOnNonWin10SInstall type: string description: Product Status of Windows Defender + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDefenderProductStatus modelAsString: false @@ -92866,6 +92892,9 @@ components: - actionUndefined - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: @@ -92874,6 +92903,9 @@ components: - blockAccess - blockAccessExternal type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationPolicyTip: title: chatMessagePolicyViolationPolicyTip type: object @@ -92901,6 +92933,9 @@ components: - override - reportFalsePositive type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationVerdictDetailsTypes: title: chatMessagePolicyViolationVerdictDetailsTypes enum: @@ -92909,6 +92944,9 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessageReactionIdentitySet: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' diff --git a/openApiDocs/v1.0/Identity.Partner.yml b/openApiDocs/v1.0/Identity.Partner.yml index 619acddd0ed..3105615185e 100644 --- a/openApiDocs/v1.0/Identity.Partner.yml +++ b/openApiDocs/v1.0/Identity.Partner.yml @@ -1781,7 +1781,7 @@ components: properties: id: type: string - description: The unique idenfier for an entity. Read-only. + description: The unique identifier for an entity. Read-only. additionalProperties: type: object microsoft.graph.delegatedAdminAccessDetails: diff --git a/openApiDocs/v1.0/Identity.SignIns.yml b/openApiDocs/v1.0/Identity.SignIns.yml index fb87f308777..d12fe26b687 100644 --- a/openApiDocs/v1.0/Identity.SignIns.yml +++ b/openApiDocs/v1.0/Identity.SignIns.yml @@ -4523,11 +4523,11 @@ paths: get: tags: - identity.conditionalAccessRoot - summary: Get ipNamedLocation - description: Retrieve the properties and relationships of an ipNamedLocation 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/ipnamedlocation-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/namedlocation-get?view=graph-rest-1.0 operationId: identity.conditionalAccess_GetNamedLocation parameters: - name: namedLocation-id @@ -4578,11 +4578,11 @@ paths: patch: tags: - identity.conditionalAccessRoot - summary: Update ipNamedlocation - description: Update the properties of an ipNamedLocation object. + summary: Update countryNamedLocation + description: Update the properties of a countryNamedLocation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/ipnamedlocation-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/countrynamedlocation-update?view=graph-rest-1.0 operationId: identity.conditionalAccess_UpdateNamedLocation parameters: - name: namedLocation-id @@ -6751,11 +6751,11 @@ paths: get: tags: - identityProtection.riskyUser - summary: List history - description: Get the riskyUserHistoryItems from the history navigation property. + summary: Get history + description: Read the properties and relationships of a riskyUserHistoryItem object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/riskyuser-list-history?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/riskyuser-get-riskyuserhistoryitem?view=graph-rest-1.0 operationId: identityProtection.riskyUser_ListHistory parameters: - name: riskyUser-id @@ -12806,11 +12806,11 @@ paths: patch: tags: - policies.crossTenantAccessPolicy - summary: Update crossTenantIdentitySyncPolicyPartner - description: Update the user synchronization policy of a partner-specific configuration. + summary: Create identitySynchronization + description: Create a cross-tenant user synchronization policy for a partner-specific configuration. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-put-identitysynchronization?view=graph-rest-1.0 operationId: policy.crossTenantAccessPolicy.partner_UpdateIdentitySynchronization parameters: - name: crossTenantAccessPolicyConfigurationPartner-tenantId @@ -19904,6 +19904,9 @@ components: - federatedMultiFactor - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.updateAllowedCombinationsResult: title: updateAllowedCombinationsResult type: object @@ -22171,7 +22174,7 @@ components: properties: id: type: string - description: The unique idenfier for an entity. Read-only. + description: The unique identifier for an entity. Read-only. additionalProperties: type: object ReferenceNumeric: @@ -22282,6 +22285,9 @@ components: - mfa - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.conditionalAccessConditionSet: title: conditionalAccessConditionSet type: object @@ -22395,6 +22401,9 @@ components: - emergingThreats - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.activityType: title: activityType enum: @@ -24609,6 +24618,8 @@ components: type: string description: 'The base presence information for a user. Possible values are Available, AvailableIdle, Away, BeRightBack, Busy, BusyIdle, DoNotDisturb, Offline, PresenceUnknown' nullable: true + statusMessage: + $ref: '#/components/schemas/microsoft.graph.presenceStatusMessage' additionalProperties: type: object microsoft.graph.chat: @@ -24671,6 +24682,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps for the chat. x-ms-navigationProperty: true pinnedMessages: type: array @@ -24782,6 +24794,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps to access the team. x-ms-navigationProperty: true photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' @@ -26844,7 +26857,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemReference' webUrl: type: string - description: URL that displays the resource in the browser. Read-only. + description: 'URL that either displays the resource in the browser (for Office file formats), or is a direct link to the file (for other formats). Read-only.' nullable: true createdByUser: $ref: '#/components/schemas/microsoft.graph.user' @@ -28978,6 +28991,21 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.presenceStatusMessage: + title: presenceStatusMessage + type: object + properties: + expiryDateTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + message: + $ref: '#/components/schemas/microsoft.graph.itemBody' + publishedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 microsoft.graph.chatType: title: chatType enum: @@ -29657,7 +29685,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' - description: The permission that has been granted for a group to a specific application. Supports $expand. x-ms-navigationProperty: true settings: type: array @@ -32273,6 +32300,9 @@ components: - critical type: string description: Computer endpoint protection state + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDeviceHealthState modelAsString: false @@ -32326,6 +32356,9 @@ components: - windowsSModeSignaturesInUseOnNonWin10SInstall type: string description: Product Status of Windows Defender + x-ms-enum-flags: + isFlags: true + style: simple x-ms-enum: name: windowsDefenderProductStatus modelAsString: false @@ -33860,6 +33893,9 @@ components: - serviceProvider - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.printerCapabilities: title: printerCapabilities type: object @@ -35548,6 +35584,9 @@ components: - actionUndefined - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: @@ -35556,6 +35595,9 @@ components: - blockAccess - blockAccessExternal type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationPolicyTip: title: chatMessagePolicyViolationPolicyTip type: object @@ -35583,6 +35625,9 @@ components: - override - reportFalsePositive type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessagePolicyViolationVerdictDetailsTypes: title: chatMessagePolicyViolationVerdictDetailsTypes enum: @@ -35591,6 +35636,9 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.chatMessageReactionIdentitySet: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' diff --git a/openApiDocs/v1.0/Mail.yml b/openApiDocs/v1.0/Mail.yml index bd2736b4642..cbff0f62765 100644 --- a/openApiDocs/v1.0/Mail.yml +++ b/openApiDocs/v1.0/Mail.yml @@ -550,11 +550,11 @@ paths: patch: tags: - users.mailFolder - summary: Update mailfolder - description: Update the properties of mailfolder object. + summary: Update mailSearchFolder + description: Update the writable properties of a mailSearchFolder object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/mailsearchfolder-update?view=graph-rest-1.0 operationId: user_UpdateMailFolder parameters: - name: user-id @@ -743,11 +743,11 @@ paths: post: tags: - users.mailFolder - summary: Create child folder - description: 'Use this API to create a new child mailFolder. If you intend a new folder to be hidden, you must set the isHidden property to true on creation.' + summary: Create mailSearchFolder + description: Create a new mailSearchFolder in the specified user's mailbox. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-post-childfolders?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/mailsearchfolder-post?view=graph-rest-1.0 operationId: user.mailFolder_CreateChildFolder parameters: - name: user-id @@ -1062,7 +1062,7 @@ paths: tags: - users.mailFolder summary: Create rule - description: Create a messageRule object by specifying a set of conditions and actions. Outlook carries out those actions if an incoming message in the user's Inbox meets the specified conditions. + description: Create a messageRule object by specifying a set of conditions and actions. Outlook carries out those actions if an incoming message in the user's Inbox meets the specified conditions. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/mailfolder-post-messagerules?view=graph-rest-1.0 @@ -1894,10 +1894,10 @@ paths: tags: - users.mailFolder summary: List attachments - description: Retrieve a list of attachment objects. + description: Retrieve a list of attachment objects attached to a message. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-list-attachments?view=graph-rest-1.0 operationId: user.mailFolder.childFolder.message_ListAttachment parameters: - name: user-id @@ -1999,7 +1999,7 @@ paths: tags: - users.mailFolder summary: Add attachment - description: "Use this API to add an attachment to a message. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. You can add an attachment to an existing message by posting to its attachments collection, or you can \nadd an attachment to a message that is being created and sent on the fly. This operation limits the size of the attachment you can add to under 3 MB." + description: "Use this API to add an attachment to a message. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. You can add an attachment to an existing message by posting to its attachments collection, or you can\nadd an attachment to a message that is being created and sent on the fly. This operation limits the size of the attachment you can add to under 3 MB." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-post-attachments?view=graph-rest-1.0 @@ -2059,7 +2059,7 @@ paths: tags: - users.mailFolder summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -2811,7 +2811,7 @@ paths: tags: - users.mailFolder summary: Create rule - description: Create a messageRule object by specifying a set of conditions and actions. Outlook carries out those actions if an incoming message in the user's Inbox meets the specified conditions. + description: Create a messageRule object by specifying a set of conditions and actions. Outlook carries out those actions if an incoming message in the user's Inbox meets the specified conditions. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/mailfolder-post-messagerules?view=graph-rest-1.0 @@ -3547,10 +3547,10 @@ paths: tags: - users.mailFolder summary: List attachments - description: Retrieve a list of attachment objects. + description: Retrieve a list of attachment objects attached to a message. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-list-attachments?view=graph-rest-1.0 operationId: user.mailFolder.message_ListAttachment parameters: - name: user-id @@ -3644,7 +3644,7 @@ paths: tags: - users.mailFolder summary: Add attachment - description: "Use this API to add an attachment to a message. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. You can add an attachment to an existing message by posting to its attachments collection, or you can \nadd an attachment to a message that is being created and sent on the fly. This operation limits the size of the attachment you can add to under 3 MB." + description: "Use this API to add an attachment to a message. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. You can add an attachment to an existing message by posting to its attachments collection, or you can\nadd an attachment to a message that is being created and sent on the fly. This operation limits the size of the attachment you can add to under 3 MB." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-post-attachments?view=graph-rest-1.0 @@ -3696,7 +3696,7 @@ paths: tags: - users.mailFolder summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -4445,11 +4445,11 @@ paths: post: tags: - users.message - summary: Create open extension - 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 message + description: "Create a draft of a new message in either JSON or MIME format. When using JSON format, you can:\n- Include an attachment to the message.\n- Update the draft later to add content to the body or change other message properties. 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. By default, this operation saves the draft in the Drafts folder. Send the draft message in a subsequent operation. Alternatively, send a new message in a single operation, or create a draft to forward, reply and reply-all to an existing message." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/user-post-messages?view=graph-rest-1.0 operationId: user_CreateMessage parameters: - name: user-id @@ -4485,7 +4485,7 @@ paths: description: The messages in a mailbox or folder. Read-only. Nullable. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 operationId: user_GetMessage parameters: - name: user-id @@ -4629,11 +4629,11 @@ paths: delete: tags: - users.message - summary: Delete eventMessage - description: Delete eventMessage. + summary: Delete message + description: 'Delete a message in the specified user''s mailbox, or delete a relationship of the message.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-delete?view=graph-rest-1.0 operationId: user_DeleteMessage parameters: - name: user-id @@ -4742,10 +4742,10 @@ paths: tags: - users.message summary: List attachments - description: Retrieve a list of attachment objects. + description: Retrieve a list of attachment objects attached to a message. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-list-attachments?view=graph-rest-1.0 operationId: user.message_ListAttachment parameters: - name: user-id @@ -4831,7 +4831,7 @@ paths: tags: - users.message summary: Add attachment - description: "Use this API to add an attachment to a message. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. You can add an attachment to an existing message by posting to its attachments collection, or you can \nadd an attachment to a message that is being created and sent on the fly. This operation limits the size of the attachment you can add to under 3 MB." + description: "Use this API to add an attachment to a message. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. You can add an attachment to an existing message by posting to its attachments collection, or you can\nadd an attachment to a message that is being created and sent on the fly. This operation limits the size of the attachment you can add to under 3 MB." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-post-attachments?view=graph-rest-1.0 @@ -4875,7 +4875,7 @@ paths: tags: - users.message summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. ' + description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 @@ -5644,7 +5644,7 @@ components: properties: id: type: string - description: The unique idenfier for an entity. Read-only. + description: The unique identifier for an entity. Read-only. additionalProperties: type: object microsoft.graph.inferenceClassificationType: diff --git a/openApiDocs/v1.0/Notes.yml b/openApiDocs/v1.0/Notes.yml index 564ae0f92ac..07a0a442466 100644 --- a/openApiDocs/v1.0/Notes.yml +++ b/openApiDocs/v1.0/Notes.yml @@ -23933,7 +23933,7 @@ components: properties: id: type: string - description: The unique idenfier for an entity. Read-only. + description: The unique identifier for an entity. Read-only. additionalProperties: type: object microsoft.graph.onenoteEntityHierarchyModel: diff --git a/openApiDocs/v1.0/People.yml b/openApiDocs/v1.0/People.yml index 7d479db6c9c..3ecfc8cc313 100644 --- a/openApiDocs/v1.0/People.yml +++ b/openApiDocs/v1.0/People.yml @@ -1429,7 +1429,7 @@ components: properties: id: type: string - description: The unique idenfier for an entity. Read-only. + description: The unique identifier for an entity. Read-only. additionalProperties: type: object microsoft.graph.trending: diff --git a/openApiDocs/v1.0/PersonalContacts.yml b/openApiDocs/v1.0/PersonalContacts.yml index bafb399b413..329f424c54d 100644 --- a/openApiDocs/v1.0/PersonalContacts.yml +++ b/openApiDocs/v1.0/PersonalContacts.yml @@ -3869,7 +3869,7 @@ components: properties: id: type: string - description: The unique idenfier for an entity. Read-only. + description: The unique identifier for an entity. Read-only. additionalProperties: type: object microsoft.graph.multiValueLegacyExtendedProperty: diff --git a/openApiDocs/v1.0/Planner.yml b/openApiDocs/v1.0/Planner.yml index 42e3cdea469..37288c4210e 100644 --- a/openApiDocs/v1.0/Planner.yml +++ b/openApiDocs/v1.0/Planner.yml @@ -12332,7 +12332,7 @@ components: properties: id: type: string - description: The unique idenfier for an entity. Read-only. + description: The unique identifier for an entity. Read-only. additionalProperties: type: object microsoft.graph.plannerPlanContainer: diff --git a/openApiDocs/v1.0/Reports.yml b/openApiDocs/v1.0/Reports.yml index 69745f6388d..a43bd3ca5db 100644 --- a/openApiDocs/v1.0/Reports.yml +++ b/openApiDocs/v1.0/Reports.yml @@ -6698,7 +6698,7 @@ components: properties: id: type: string - description: The unique idenfier for an entity. Read-only. + description: The unique identifier for an entity. Read-only. additionalProperties: type: object microsoft.graph.keyValue: diff --git a/openApiDocs/v1.0/SchemaExtensions.yml b/openApiDocs/v1.0/SchemaExtensions.yml index fb3ca090e20..9ee05a84e7c 100644 --- a/openApiDocs/v1.0/SchemaExtensions.yml +++ b/openApiDocs/v1.0/SchemaExtensions.yml @@ -281,7 +281,7 @@ components: properties: id: type: string - description: The unique idenfier for an entity. Read-only. + description: The unique identifier for an entity. Read-only. additionalProperties: type: object microsoft.graph.extensionSchemaProperty: diff --git a/openApiDocs/v1.0/Search.yml b/openApiDocs/v1.0/Search.yml index e5b41f960c7..f8de8368f70 100644 --- a/openApiDocs/v1.0/Search.yml +++ b/openApiDocs/v1.0/Search.yml @@ -2961,6 +2961,9 @@ components: - privateContent - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true + style: simple microsoft.graph.searchAggregation: title: searchAggregation type: object diff --git a/openApiDocs/v1.0/Security.yml b/openApiDocs/v1.0/Security.yml index 8d762997054..a5682bc1004 100644 --- a/openApiDocs/v1.0/Security.yml +++ b/openApiDocs/v1.0/Security.yml @@ -15272,7 +15272,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' - description: The permission that has been granted for a group to a specific application. Supports $expand. x-ms-navigationProperty: true settings: type: array @@ -16450,7 +16449,7 @@ components: properties: id: type: string - description: The unique idenfier for an entity. Read-only. + description: The unique identifier for an entity. Read-only. additionalProperties: type: object microsoft.graph.alertDetection: @@ -17359,7 +17358,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemReference' webUrl: type: string - description: URL that displays the resource in the browser. Read-only. + description: 'URL that either displays the resource in the browser (for Office file formats), or is a direct link to the file (for other formats). Read-only.' nullable: true createdByUser: $ref: '#/components/schemas/microsoft.graph.user' @@ -18557,6 +18556,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps to access the team. x-ms-navigationProperty: true photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' @@ -24173,6 +24173,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps for the chat. x-ms-navigationProperty: true pinnedMessages: type: array diff --git a/openApiDocs/v1.0/Teams.yml b/openApiDocs/v1.0/Teams.yml index 3a91246fceb..773a08f7a98 100644 --- a/openApiDocs/v1.0/Teams.yml +++ b/openApiDocs/v1.0/Teams.yml @@ -1613,11 +1613,11 @@ paths: get: tags: - chats.conversationMember - summary: Get conversationMember - description: Retrieve a conversationMember from a chat or channel. + summary: Get conversationMember in a chat + description: Retrieve a conversationMember from a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-1.0 operationId: chat_GetMember parameters: - name: chat-id @@ -1971,11 +1971,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 can't create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can create a chat message. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-1.0 operationId: chat_CreateMessage parameters: - name: chat-id @@ -4287,7 +4287,11 @@ paths: get: tags: - chats.resourceSpecificPermissionGrant - summary: Get permissionGrants from chats + summary: List permissionGrants of a chat + description: 'List all resource-specific permission grants on the chat. This list specifies the Azure AD apps that have access to the chat, along with the corresponding kind of resource-specific access that each app has.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-1.0 operationId: chat_ListPermissionGrant parameters: - name: chat-id @@ -4403,6 +4407,7 @@ paths: tags: - chats.resourceSpecificPermissionGrant summary: Get permissionGrants from chats + description: A collection of permissions granted to apps for the chat. operationId: chat_GetPermissionGrant parameters: - name: chat-id @@ -6868,11 +6873,11 @@ paths: post: tags: - groups.team - summary: Add member to channel - description: Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared. + summary: Add conversationMember + description: Add a conversationMember to a channel. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0 operationId: group.team.channel_CreateMember parameters: - name: group-id @@ -6983,11 +6988,11 @@ paths: patch: tags: - groups.team - summary: Update conversationMember - description: Update the role of a conversationMember in a team or 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. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0 operationId: group.team.channel_UpdateMember parameters: - name: group-id @@ -11396,7 +11401,11 @@ paths: get: tags: - groups.team - summary: Get permissionGrants from groups + summary: List permissionGrants of a team + description: 'List all resource-specific permission grants on the team. This list specifies the Azure AD apps that have access to the team, along with each app''s corresponding type of resource-specific access.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-1.0 operationId: group.team_ListPermissionGrant parameters: - name: group-id @@ -11512,6 +11521,7 @@ paths: tags: - groups.team summary: Get permissionGrants from groups + description: A collection of permissions granted to apps to access the team. operationId: group.team_GetPermissionGrant parameters: - name: group-id @@ -12187,11 +12197,11 @@ paths: post: tags: - groups.team - summary: Add member to channel - description: Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared. + summary: Add conversationMember + description: Add a conversationMember to a channel. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0 operationId: group.team.primaryChannel_CreateMember parameters: - name: group-id @@ -12286,11 +12296,11 @@ paths: patch: tags: - groups.team - summary: Update conversationMember - description: Update the role of a conversationMember in a team or 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. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0 operationId: group.team.primaryChannel_UpdateMember parameters: - name: group-id @@ -19458,11 +19468,11 @@ paths: post: tags: - teams.channel - summary: Add member to channel - description: Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared. + summary: Add conversationMember + description: Add a conversationMember to a channel. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0 operationId: team.channel_CreateMember parameters: - name: team-id @@ -19573,11 +19583,11 @@ paths: patch: tags: - teams.channel - summary: Update conversationMember - description: Update the role of a conversationMember in a team or 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. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0 operationId: team.channel_UpdateMember parameters: - name: team-id @@ -25353,7 +25363,11 @@ paths: get: tags: - teams.resourceSpecificPermissionGrant - summary: Get permissionGrants from teams + summary: List permissionGrants of a team + description: 'List all resource-specific permission grants on the team. This list specifies the Azure AD apps that have access to the team, along with each app''s corresponding type of resource-specific access.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-1.0 operationId: team_ListPermissionGrant parameters: - name: team-id @@ -25469,6 +25483,7 @@ paths: tags: - teams.resourceSpecificPermissionGrant summary: Get permissionGrants from teams + description: A collection of permissions granted to apps to access the team. operationId: team_GetPermissionGrant parameters: - name: team-id @@ -26676,11 +26691,11 @@ paths: post: tags: - teams.channel - summary: Add member to channel - description: Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared. + summary: Add conversationMember + description: Add a conversationMember to a channel. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0 operationId: team.primaryChannel_CreateMember parameters: - name: team-id @@ -26775,11 +26790,11 @@ paths: patch: tags: - teams.channel - summary: Update conversationMember - description: Update the role of a conversationMember in a team or 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. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0 operationId: team.primaryChannel_UpdateMember parameters: - name: team-id @@ -34686,11 +34701,11 @@ paths: post: tags: - teamwork.deletedTeam - summary: Add member to channel - description: Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared. + summary: Add conversationMember + description: Add a conversationMember to a channel. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0 operationId: teamwork.deletedTeam.channel_CreateMember parameters: - name: deletedTeam-id @@ -34801,11 +34816,11 @@ paths: patch: tags: - teamwork.deletedTeam - summary: Update conversationMember - description: Update the role of a conversationMember in a team or 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. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0 operationId: teamwork.deletedTeam.channel_UpdateMember parameters: - name: deletedTeam-id @@ -40503,11 +40518,11 @@ paths: get: tags: - users.chat - summary: Get conversationMember - description: Retrieve a conversationMember from a chat or channel. + summary: Get conversationMember in a chat + description: Retrieve a conversationMember from a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-1.0 operationId: user.chat_GetMember parameters: - name: user-id @@ -40845,11 +40860,11 @@ paths: post: tags: - users.chat - 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 can't create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can create a chat message. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-1.0 operationId: user.chat_CreateMessage parameters: - name: user-id @@ -42552,7 +42567,11 @@ paths: get: tags: - users.chat - summary: Get permissionGrants from users + summary: List permissionGrants of a chat + description: 'List all resource-specific permission grants on the chat. This list specifies the Azure AD apps that have access to the chat, along with the corresponding kind of resource-specific access that each app has.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-1.0 operationId: user.chat_ListPermissionGrant parameters: - name: user-id @@ -42684,6 +42703,7 @@ paths: tags: - users.chat summary: Get permissionGrants from users + description: A collection of permissions granted to apps for the chat. operationId: user.chat_GetPermissionGrant parameters: - name: user-id @@ -44924,11 +44944,11 @@ paths: post: tags: - users.team - summary: Add member to channel - description: Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared. + summary: Add conversationMember + description: Add a conversationMember to a channel. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0 operationId: user.joinedTeam.channel_CreateMember parameters: - name: user-id @@ -45055,11 +45075,11 @@ paths: patch: tags: - users.team - summary: Update conversationMember - description: Update the role of a conversationMember in a team or 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. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0 operationId: user.joinedTeam.channel_UpdateMember parameters: - name: user-id @@ -50060,7 +50080,11 @@ paths: get: tags: - users.team - summary: Get permissionGrants from users + summary: List permissionGrants of a team + description: 'List all resource-specific permission grants on the team. This list specifies the Azure AD apps that have access to the team, along with each app''s corresponding type of resource-specific access.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-1.0 operationId: user.joinedTeam_ListPermissionGrant parameters: - name: user-id @@ -50192,6 +50216,7 @@ paths: tags: - users.team summary: Get permissionGrants from users + description: A collection of permissions granted to apps to access the team. operationId: user.joinedTeam_GetPermissionGrant parameters: - name: user-id @@ -50987,11 +51012,11 @@ paths: post: tags: - users.team - summary: Add member to channel - description: Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared. + summary: Add conversationMember + description: Add a conversationMember to a channel. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0 operationId: user.joinedTeam.primaryChannel_CreateMember parameters: - name: user-id @@ -51102,11 +51127,11 @@ paths: patch: tags: - users.team - summary: Update conversationMember - description: Update the role of a conversationMember in a team or 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. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0 operationId: user.joinedTeam.primaryChannel_UpdateMember parameters: - name: user-id @@ -59247,6 +59272,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps for the chat. x-ms-navigationProperty: true pinnedMessages: type: array @@ -59707,6 +59733,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps to access the team. x-ms-navigationProperty: true photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' @@ -60119,7 +60146,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' - description: The permission that has been granted for a group to a specific application. Supports $expand. x-ms-navigationProperty: true settings: type: array @@ -60758,7 +60784,7 @@ components: properties: id: type: string - description: The unique idenfier for an entity. Read-only. + description: The unique identifier for an entity. Read-only. additionalProperties: type: object microsoft.graph.teamsAppDistributionMethod: @@ -61270,7 +61296,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemReference' webUrl: type: string - description: URL that displays the resource in the browser. Read-only. + description: 'URL that either displays the resource in the browser (for Office file formats), or is a direct link to the file (for other formats). Read-only.' nullable: true createdByUser: $ref: '#/components/schemas/microsoft.graph.user' diff --git a/openApiDocs/v1.0/Users.Functions.yml b/openApiDocs/v1.0/Users.Functions.yml index 4eb2b6e17b9..e47d495501c 100644 --- a/openApiDocs/v1.0/Users.Functions.yml +++ b/openApiDocs/v1.0/Users.Functions.yml @@ -13169,7 +13169,7 @@ components: properties: id: type: string - description: The unique idenfier for an entity. Read-only. + description: The unique identifier for an entity. Read-only. additionalProperties: type: object microsoft.graph.Json: @@ -13917,7 +13917,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemReference' webUrl: type: string - description: URL that displays the resource in the browser. Read-only. + description: 'URL that either displays the resource in the browser (for Office file formats), or is a direct link to the file (for other formats). Read-only.' nullable: true createdByUser: $ref: '#/components/schemas/microsoft.graph.user' @@ -16609,6 +16609,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps for the chat. x-ms-navigationProperty: true pinnedMessages: type: array @@ -16720,6 +16721,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps to access the team. x-ms-navigationProperty: true photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' @@ -20746,7 +20748,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' - description: The permission that has been granted for a group to a specific application. Supports $expand. x-ms-navigationProperty: true settings: type: array diff --git a/openApiDocs/v1.0/Users.yml b/openApiDocs/v1.0/Users.yml index 2dd4dd7f6b5..3d0dd34f635 100644 --- a/openApiDocs/v1.0/Users.yml +++ b/openApiDocs/v1.0/Users.yml @@ -660,10 +660,10 @@ paths: tags: - users.user summary: Update user - description: Update the properties of a user object. + description: Update the properties of a user object. Not all properties can be updated by Member or Guest users with their default permissions without Administrator roles. Compare member and guest default permissions to see properties they can manage. 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 @@ -698,7 +698,7 @@ paths: description: Deletes a user. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-user-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-user-delete?view=graph-rest-1.0 operationId: user_DeleteUser parameters: - name: user-id @@ -11232,7 +11232,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' - description: The permission that has been granted for a group to a specific application. Supports $expand. x-ms-navigationProperty: true settings: type: array @@ -11707,6 +11706,8 @@ components: type: string description: References application or service contact information from a Service or Asset Management database. Nullable. nullable: true + servicePrincipalLockConfiguration: + $ref: '#/components/schemas/microsoft.graph.servicePrincipalLockConfiguration' signInAudience: type: string description: 'Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. The value for this property has implications on other app object properties. As a result, if you change this property, you may need to change other properties first. For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not).' @@ -14083,6 +14084,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps for the chat. x-ms-navigationProperty: true pinnedMessages: type: array @@ -14194,6 +14196,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps to access the team. x-ms-navigationProperty: true photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' @@ -14250,7 +14253,7 @@ components: properties: id: type: string - description: The unique idenfier for an entity. Read-only. + description: The unique identifier for an entity. Read-only. additionalProperties: type: object microsoft.graph.addIn: @@ -15161,6 +15164,31 @@ components: description: The unique identifier for the resource that the application requires access to. This should be equal to the appId declared on the target resource application. additionalProperties: type: object + microsoft.graph.servicePrincipalLockConfiguration: + title: servicePrincipalLockConfiguration + type: object + properties: + allProperties: + type: boolean + description: 'Enables locking all sensitive properties. The sensitive properties are keyCredentials, passwordCredentials, and tokenEncryptionKeyId.' + nullable: true + credentialsWithUsageSign: + type: boolean + description: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Sign. + nullable: true + credentialsWithUsageVerify: + type: boolean + description: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals. + nullable: true + isEnabled: + type: boolean + description: 'Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal.' + tokenEncryptionKeyId: + type: boolean + description: Locks the tokenEncryptionKeyId property for modification on the service principal. + nullable: true + additionalProperties: + type: object microsoft.graph.spaApplication: title: spaApplication type: object @@ -16145,7 +16173,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemReference' webUrl: type: string - description: URL that displays the resource in the browser. Read-only. + description: 'URL that either displays the resource in the browser (for Office file formats), or is a direct link to the file (for other formats). Read-only.' nullable: true createdByUser: $ref: '#/components/schemas/microsoft.graph.user' From f49f2f71fdc26dc52526a7b79851b31c88c5d7b8 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Wed, 6 Sep 2023 00:48:07 +0000 Subject: [PATCH 2/2] Add generated MgCommandMetadata.json. [run ci] --- .../custom/common/MgCommandMetadata.json | 262865 ++++++++------- 1 file changed, 131571 insertions(+), 131294 deletions(-) diff --git a/src/Authentication/Authentication/custom/common/MgCommandMetadata.json b/src/Authentication/Authentication/custom/common/MgCommandMetadata.json index 4579f54cbbd..cc3f50111fd 100644 --- a/src/Authentication/Authentication/custom/common/MgCommandMetadata.json +++ b/src/Authentication/Authentication/custom/common/MgCommandMetadata.json @@ -1,5 +1,9 @@ [ { + "Uri": "/applications/{application-id}/addKey", + "Method": "POST", + "OutputType": "IMicrosoftGraphKeyCredential", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -20,20 +24,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Add-MgApplicationKey", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/addKey", - "OutputType": "IMicrosoftGraphKeyCredential", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Add-MgApplicationKey" + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/addPassword", + "Method": "POST", + "OutputType": "IMicrosoftGraphPasswordCredential", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -54,20 +58,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Add-MgApplicationPassword", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/addPassword", - "OutputType": "IMicrosoftGraphPasswordCredential", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Add-MgApplicationPassword" + "ApiVersion": "v1.0" }, { + "Uri": "/accessReviews/{accessReview-id}/applyDecisions", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.ReadWrite.All", @@ -82,31 +86,31 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Add-MgBetaAccessReviewDecision", "Variants": [ "Apply", "ApplyViaIdentity" ], - "Uri": "/accessReviews/{accessReview-id}/applyDecisions", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Add-MgBetaAccessReviewDecision" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/applyDecisions", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Add-MgBetaAccessReviewInstanceDecision", "Variants": [ "Apply", "ApplyViaIdentity" ], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/applyDecisions", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Add-MgBetaAccessReviewInstanceDecision" + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/addKey", + "Method": "POST", + "OutputType": "IMicrosoftGraphKeyCredential", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -127,20 +131,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Add-MgBetaApplicationKey", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/addKey", - "OutputType": "IMicrosoftGraphKeyCredential", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Add-MgBetaApplicationKey" + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/addPassword", + "Method": "POST", + "OutputType": "IMicrosoftGraphPasswordCredential", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -161,35 +165,35 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Add-MgBetaApplicationPassword", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/addPassword", - "OutputType": "IMicrosoftGraphPasswordCredential", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Add-MgBetaApplicationPassword" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/members/add", "Method": "POST", + "OutputType": "IMicrosoftGraphActionResultPart", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Add-MgBetaChatMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/members/add", - "OutputType": "IMicrosoftGraphActionResultPart", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Add-MgBetaChatMember" + "ApiVersion": "beta" }, { + "Uri": "/communications/calls/{call-id}/addLargeGalleryView", + "Method": "POST", + "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation", + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.InitiateGroupCall.All", @@ -210,22 +214,22 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Add-MgBetaCommunicationCallLargeGalleryView", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/addLargeGalleryView", - "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Add-MgBetaCommunicationCallLargeGalleryView" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/applyHold", "Method": "POST", + "OutputType": null, + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Add-MgBetaComplianceEdiscoveryCaseCustodianHold", "Variants": [ "Apply", "Apply1", @@ -234,15 +238,15 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/applyHold", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Add-MgBetaComplianceEdiscoveryCaseCustodianHold" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/applyHold", "Method": "POST", + "OutputType": null, + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Add-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold", "Variants": [ "Apply", "Apply1", @@ -251,13 +255,13 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/applyHold", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Add-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}/applyTags", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -272,20 +276,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Add-MgBetaComplianceEdiscoveryCaseReviewSetQueryTag", "Variants": [ "Apply", "ApplyExpanded", "ApplyViaIdentity", "ApplyViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}/applyTags", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Add-MgBetaComplianceEdiscoveryCaseReviewSetQueryTag" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/addToReviewSet", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300,305 +304,305 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Add-MgBetaComplianceEdiscoveryCaseReviewSetToReviewSet", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/addToReviewSet", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Add-MgBetaComplianceEdiscoveryCaseReviewSetToReviewSet" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/addApps", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Add-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", "Variants": [ "Add", "AddExpanded" ], - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/addApps", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Add-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/addLanguageFiles", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Add-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/addLanguageFiles", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Add-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/apply", "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", + "Permissions": [], + "Command": "Add-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "Variants": [ "Apply", "ApplyExpanded", "ApplyViaIdentity", "ApplyViaIdentityExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/apply", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Add-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/applyConfig", "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", + "Permissions": [], + "Command": "Add-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyConfig", "Variants": [ "Apply", "ApplyExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/applyConfig", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Add-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyConfig" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" - ], "Uri": "/drives/{drive-id}/list/contentTypes/addCopy", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Add-MgBetaDriveListContentTypeCopy" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Add-MgBetaDriveListContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Add-MgBetaDriveListContentTypeCopyFromContentTypeHub" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Add-MgBetaDriveListContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/addActivities", + "Method": "POST", "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult", - "ApiVersion": "beta", "Module": "Beta.Search", - "Command": "Add-MgBetaExternalConnectionItemActivity" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Add-MgBetaExternalConnectionItemActivity", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Add-MgBetaGroupDriveListContentTypeCopy" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Add-MgBetaGroupDriveListContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Add-MgBetaGroupDriveListContentTypeCopyFromContentTypeHub" + "Permissions": [], + "Command": "Add-MgBetaGroupDriveListContentTypeCopyFromContentTypeHub", + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/addFavorite", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": { "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 }, - "Method": "POST", + "Command": "Add-MgBetaGroupFavorite", "Variants": [ "Add", "AddViaIdentity" ], - "Uri": "/groups/{group-id}/addFavorite", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Add-MgBetaGroupFavorite" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" - ], "Uri": "/groups/{group-id}/sites/add", + "Method": "POST", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Add-MgBetaGroupSite" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Add-MgBetaGroupSite", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Add-MgBetaGroupSiteContentTypeCopy" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Add-MgBetaGroupSiteContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Add-MgBetaGroupSiteContentTypeCopyFromContentTypeHub" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Add-MgBetaGroupSiteContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Add-MgBetaGroupSiteListContentTypeCopy" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Add-MgBetaGroupSiteListContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Add-MgBetaGroupSiteListContentTypeCopyFromContentTypeHub" + "Permissions": [], + "Command": "Add-MgBetaGroupSiteListContentTypeCopyFromContentTypeHub", + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "POST", + "Command": "Add-MgBetaGroupToLifecyclePolicy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Add-MgBetaGroupToLifecyclePolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/applyDecisions", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Add-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "Variants": [ "Apply", "ApplyViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/applyDecisions", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Add-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "Add-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Apply", "ApplyViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Add-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -613,7 +617,7 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseCustodianHold", "Variants": [ "Apply", "Apply1", @@ -622,13 +626,13 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseCustodianHold" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -643,7 +647,7 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", "Variants": [ "Apply", "Apply1", @@ -652,13 +656,13 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -673,20 +677,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryTag", "Variants": [ "Apply", "ApplyExpanded", "ApplyViaIdentity", "ApplyViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryTag" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -701,20 +705,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetToReviewSet", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetToReviewSet" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate", + "Method": "POST", + "OutputType": "IMicrosoftGraphSelfSignedCertificate", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -735,78 +739,78 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Add-MgBetaServicePrincipalTokenSigningCertificate", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate", - "OutputType": "IMicrosoftGraphSelfSignedCertificate", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Add-MgBetaServicePrincipalTokenSigningCertificate" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy", "Method": "POST", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Add-MgBetaShareListContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Add-MgBetaShareListContentTypeCopy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub", "Method": "POST", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Add-MgBetaShareListContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Add-MgBetaShareListContentTypeCopyFromContentTypeHub" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/add", "Method": "POST", + "OutputType": "IMicrosoftGraphSite", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Add-MgBetaSite", "Variants": [ "Add", "AddExpanded" ], - "Uri": "/sites/add", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Add-MgBetaSite" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/addCopy", "Method": "POST", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Add-MgBetaSiteContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/contentTypes/addCopy", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Add-MgBetaSiteContentTypeCopy" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", + "Method": "POST", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -821,20 +825,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Add-MgBetaSiteContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Add-MgBetaSiteContentTypeCopyFromContentTypeHub" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", + "Method": "POST", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -849,20 +853,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Add-MgBetaSiteListContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Add-MgBetaSiteListContentTypeCopy" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", + "Method": "POST", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -877,338 +881,338 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Add-MgBetaSiteListContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Add-MgBetaSiteListContentTypeCopyFromContentTypeHub" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/members/add", "Method": "POST", + "OutputType": "IMicrosoftGraphActionResultPart", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Add-MgBetaTeamChannelMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/members/add", - "OutputType": "IMicrosoftGraphActionResultPart", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Add-MgBetaTeamChannelMember" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/members/add", + "Method": "POST", + "OutputType": "IMicrosoftGraphActionResultPart", + "Module": "Beta.Teams", "Permissions": { "Name": "TeamMember.ReadWrite.All", "Description": "Add and remove members from teams and channels", "FullDescription": "Add and remove members from teams, on your behalf. Also allows changing a member's role, for example from owner to non-owner.", "IsAdmin": true }, - "Method": "POST", + "Command": "Add-MgBetaTeamMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/members/add", - "OutputType": "IMicrosoftGraphActionResultPart", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Add-MgBetaTeamMember" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/members/add", "Method": "POST", + "OutputType": "IMicrosoftGraphActionResultPart", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Add-MgBetaTeamPrimaryChannelMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/primaryChannel/members/add", - "OutputType": "IMicrosoftGraphActionResultPart", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Add-MgBetaTeamPrimaryChannelMember" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add", "Method": "POST", + "OutputType": "IMicrosoftGraphActionResultPart", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Add-MgBetaTeamworkDeletedTeamChannelMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add", - "OutputType": "IMicrosoftGraphActionResultPart", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Add-MgBetaTeamworkDeletedTeamChannelMember" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/addUserInputLog", "Method": "POST", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Add-MgBetaTenantRelationshipManagedTenantAlertUserInputLog", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/addUserInputLog", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Add-MgBetaTenantRelationshipManagedTenantAlertUserInputLog" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}/apply", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionDeploymentStatus", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "ManagedTenants.ReadWrite.All", "Description": "Read and write all managed tenant information", "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Add-MgBetaTenantRelationshipManagedTenantManagementAction", "Variants": [ "Apply", "ApplyExpanded", "ApplyViaIdentity", "ApplyViaIdentityExpanded" ], - "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}/apply", - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionDeploymentStatus", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Add-MgBetaTenantRelationshipManagedTenantManagementAction" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/members/add", "Method": "POST", + "OutputType": "IMicrosoftGraphActionResultPart", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Add-MgBetaUserChatMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/users/{user-id}/chats/{chat-id}/members/add", - "OutputType": "IMicrosoftGraphActionResultPart", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Add-MgBetaUserChatMember" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy", "Method": "POST", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Add-MgBetaUserDriveListContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Add-MgBetaUserDriveListContentTypeCopy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", "Method": "POST", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Add-MgBetaUserDriveListContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Add-MgBetaUserDriveListContentTypeCopyFromContentTypeHub" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/applyDecisions", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Add-MgBetaUserPendingAccessReviewInstanceDecision", "Variants": [ "Apply", "ApplyViaIdentity" ], - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/applyDecisions", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Add-MgBetaUserPendingAccessReviewInstanceDecision" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" - ], "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/addMembersById", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.WindowsUpdates", - "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceExclusionMemberById" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceExclusionMemberById", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembers", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.WindowsUpdates", - "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceMember" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembersById", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.WindowsUpdates", - "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceMemberById" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceMemberById", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembers", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.WindowsUpdates", - "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMember" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembersById", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.WindowsUpdates", - "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMemberById" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMemberById", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembers", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.WindowsUpdates", - "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceMember" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembersById", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.WindowsUpdates", - "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceMemberById" + "Permissions": [], + "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceMemberById", + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembers", + "Method": "POST", + "OutputType": null, + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Add-MgBetaWindowsUpdatesUpdatableAssetMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembers", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Add-MgBetaWindowsUpdatesUpdatableAssetMember" + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembersById", + "Method": "POST", + "OutputType": null, + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Add-MgBetaWindowsUpdatesUpdatableAssetMemberById", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembersById", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Add-MgBetaWindowsUpdatesUpdatableAssetMemberById" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/members/add", "Method": "POST", + "OutputType": "IMicrosoftGraphActionResultPart", + "Module": "Teams", + "Permissions": [], + "Command": "Add-MgChatMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/members/add", - "OutputType": "IMicrosoftGraphActionResultPart", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Add-MgChatMember" + "ApiVersion": "v1.0" }, { + "Uri": "/communications/calls/{call-id}/addLargeGalleryView", + "Method": "POST", + "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation", + "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.InitiateGroupCall.All", @@ -1229,226 +1233,226 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Add-MgCommunicationCallLargeGalleryView", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/addLargeGalleryView", - "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Add-MgCommunicationCallLargeGalleryView" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" - ], "Uri": "/drives/{drive-id}/list/contentTypes/addCopy", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Add-MgDriveListContentTypeCopy" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Add-MgDriveListContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Add-MgDriveListContentTypeCopyFromContentTypeHub" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Add-MgDriveListContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/addActivities", + "Method": "POST", "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult", - "ApiVersion": "v1.0", "Module": "Search", - "Command": "Add-MgExternalConnectionItemActivity" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Add-MgExternalConnectionItemActivity", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Add-MgGroupDriveListContentTypeCopy" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Add-MgGroupDriveListContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Add-MgGroupDriveListContentTypeCopyFromContentTypeHub" + "Permissions": [], + "Command": "Add-MgGroupDriveListContentTypeCopyFromContentTypeHub", + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/addFavorite", + "Method": "POST", + "OutputType": null, + "Module": "Groups", "Permissions": { "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 }, - "Method": "POST", + "Command": "Add-MgGroupFavorite", "Variants": [ "Add", "AddViaIdentity" ], - "Uri": "/groups/{group-id}/addFavorite", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Add-MgGroupFavorite" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" - ], "Uri": "/groups/{group-id}/sites/add", + "Method": "POST", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Add-MgGroupSite" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Add-MgGroupSite", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Add-MgGroupSiteContentTypeCopy" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Add-MgGroupSiteContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Add-MgGroupSiteContentTypeCopyFromContentTypeHub" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Add-MgGroupSiteContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Add-MgGroupSiteListContentTypeCopy" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Add-MgGroupSiteListContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Add-MgGroupSiteListContentTypeCopyFromContentTypeHub" + "Permissions": [], + "Command": "Add-MgGroupSiteListContentTypeCopyFromContentTypeHub", + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup", + "Method": "POST", + "OutputType": null, + "Module": "Groups", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "POST", + "Command": "Add-MgGroupToLifecyclePolicy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Add-MgGroupToLifecyclePolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions", + "Method": "POST", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "Add-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Apply", "ApplyViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Add-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold", + "Method": "POST", + "OutputType": null, + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -1463,7 +1467,7 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Add-MgSecurityCaseEdiscoveryCaseCustodianHold", "Variants": [ "Apply", "Apply1", @@ -1472,13 +1476,13 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Add-MgSecurityCaseEdiscoveryCaseCustodianHold" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold", + "Method": "POST", + "OutputType": null, + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -1493,7 +1497,7 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", "Variants": [ "Apply", "Apply1", @@ -1502,13 +1506,13 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags", + "Method": "POST", + "OutputType": null, + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -1523,20 +1527,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetQueryTag", "Variants": [ "Apply", "ApplyExpanded", "ApplyViaIdentity", "ApplyViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetQueryTag" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet", + "Method": "POST", + "OutputType": null, + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -1551,20 +1555,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetToReviewSet", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetToReviewSet" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/addKey", + "Method": "POST", + "OutputType": "IMicrosoftGraphKeyCredential", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -1585,20 +1589,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Add-MgServicePrincipalKey", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/addKey", - "OutputType": "IMicrosoftGraphKeyCredential", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Add-MgServicePrincipalKey" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/addPassword", + "Method": "POST", + "OutputType": "IMicrosoftGraphPasswordCredential", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -1619,20 +1623,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Add-MgServicePrincipalPassword", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/addPassword", - "OutputType": "IMicrosoftGraphPasswordCredential", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Add-MgServicePrincipalPassword" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate", + "Method": "POST", + "OutputType": "IMicrosoftGraphSelfSignedCertificate", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -1653,78 +1657,78 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Add-MgServicePrincipalTokenSigningCertificate", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate", - "OutputType": "IMicrosoftGraphSelfSignedCertificate", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Add-MgServicePrincipalTokenSigningCertificate" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy", "Method": "POST", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Files", + "Permissions": [], + "Command": "Add-MgShareListContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Add-MgShareListContentTypeCopy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub", "Method": "POST", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Files", + "Permissions": [], + "Command": "Add-MgShareListContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Add-MgShareListContentTypeCopyFromContentTypeHub" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/add", "Method": "POST", + "OutputType": "IMicrosoftGraphSite", + "Module": "Sites", + "Permissions": [], + "Command": "Add-MgSite", "Variants": [ "Add", "AddExpanded" ], - "Uri": "/sites/add", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Add-MgSite" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/addCopy", "Method": "POST", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Sites", + "Permissions": [], + "Command": "Add-MgSiteContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/contentTypes/addCopy", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Add-MgSiteContentTypeCopy" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", + "Method": "POST", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -1739,20 +1743,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Add-MgSiteContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Add-MgSiteContentTypeCopyFromContentTypeHub" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", + "Method": "POST", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -1767,20 +1771,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Add-MgSiteListContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Add-MgSiteListContentTypeCopy" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", + "Method": "POST", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -1795,277 +1799,277 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Add-MgSiteListContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Add-MgSiteListContentTypeCopyFromContentTypeHub" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/members/add", "Method": "POST", + "OutputType": "IMicrosoftGraphActionResultPart", + "Module": "Teams", + "Permissions": [], + "Command": "Add-MgTeamChannelMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/members/add", - "OutputType": "IMicrosoftGraphActionResultPart", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Add-MgTeamChannelMember" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/members/add", + "Method": "POST", + "OutputType": "IMicrosoftGraphActionResultPart", + "Module": "Teams", "Permissions": { "Name": "TeamMember.ReadWrite.All", "Description": "Add and remove members from teams and channels", "FullDescription": "Add and remove members from teams, on your behalf. Also allows changing a member's role, for example from owner to non-owner.", "IsAdmin": true }, - "Method": "POST", + "Command": "Add-MgTeamMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/members/add", - "OutputType": "IMicrosoftGraphActionResultPart", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Add-MgTeamMember" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" - ], "Uri": "/teams/{team-id}/primaryChannel/members/add", + "Method": "POST", "OutputType": "IMicrosoftGraphActionResultPart", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Add-MgTeamPrimaryChannelMember" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Add-MgTeamPrimaryChannelMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add", + "Method": "POST", "OutputType": "IMicrosoftGraphActionResultPart", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Add-MgTeamworkDeletedTeamChannelMember" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Add-MgTeamworkDeletedTeamChannelMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/members/add", + "Method": "POST", "OutputType": "IMicrosoftGraphActionResultPart", - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "Add-MgUserChatMember" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Add-MgUserChatMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "Add-MgUserDriveListContentTypeCopy" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Add-MgUserDriveListContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "Add-MgUserDriveListContentTypeCopyFromContentTypeHub" + "Permissions": [], + "Command": "Add-MgUserDriveListContentTypeCopyFromContentTypeHub", + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/approveApps", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Approve-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", "Variants": [ "Approve", "ApproveExpanded" ], - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/approveApps", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Approve-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/zebraFotaConnector/approveFotaApps", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Approve-MgBetaDeviceManagementZebraFotaConnectorFotaApp", "Variants": [ "Approve" ], - "Uri": "/deviceManagement/zebraFotaConnector/approveFotaApps", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Approve-MgBetaDeviceManagementZebraFotaConnectorFotaApp" + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/unsetVerifiedPublisher", + "Method": "POST", + "OutputType": null, + "Module": "Applications", "Permissions": { "Name": "Application.ReadWrite.All", "Description": "Read and write applications", "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", "IsAdmin": true }, - "Method": "POST", + "Command": "Clear-MgApplicationVerifiedPublisher", "Variants": [ "Unset", "UnsetViaIdentity" ], - "Uri": "/applications/{application-id}/unsetVerifiedPublisher", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Clear-MgApplicationVerifiedPublisher" + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/unsetVerifiedPublisher", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": { "Name": "Application.ReadWrite.All", "Description": "Read and write applications", "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", "IsAdmin": true }, - "Method": "POST", + "Command": "Clear-MgBetaApplicationVerifiedPublisher", "Variants": [ "Unset", "UnsetViaIdentity" ], - "Uri": "/applications/{application-id}/unsetVerifiedPublisher", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Clear-MgBetaApplicationVerifiedPublisher" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Clear-MgBetaChatMessageReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Clear-MgBetaChatMessageReaction" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Clear-MgBetaChatMessageReplyReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Clear-MgBetaChatMessageReplyReaction" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/presences/{presence-id}/clearPresence", "Method": "POST", + "OutputType": null, + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Clear-MgBetaCommunicationPresence", "Variants": [ "Clear", "ClearExpanded", "ClearViaIdentity", "ClearViaIdentityExpanded" ], - "Uri": "/communications/presences/{presence-id}/clearPresence", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Clear-MgBetaCommunicationPresence" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence", "Method": "POST", + "OutputType": null, + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Clear-MgBetaCommunicationPresenceUserPreferredPresence", "Variants": [ "Clear", "ClearViaIdentity" ], - "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Clear-MgBetaCommunicationPresenceUserPreferredPresence" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/purgeData", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Compliance", "Permissions": { "Name": "eDiscovery.ReadWrite.All", "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Clear-MgBetaComplianceEdiscoveryCaseSourceCollectionData", "Variants": [ "Purge", "PurgeViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/purgeData", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Clear-MgBetaComplianceEdiscoveryCaseSourceCollectionData" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}/wipe", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -2080,18 +2084,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Clear-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", "Variants": [ "Wipe", "WipeViaIdentity" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}/wipe", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Clear-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/wipe", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -2112,20 +2116,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Clear-MgBetaDeviceManagementComanagedDevice", "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/wipe", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Clear-MgBetaDeviceManagementComanagedDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -2146,40 +2150,40 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Clear-MgBetaDeviceManagementManagedDevice", "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Clear-MgBetaDeviceManagementManagedDevice" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Security", "Permissions": { "Name": "eDiscovery.ReadWrite.All", "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Clear-MgBetaSecurityCaseEdiscoveryCaseSearchData", "Variants": [ "Purge", "PurgeExpanded", "PurgeViaIdentity", "PurgeViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Clear-MgBetaSecurityCaseEdiscoveryCaseSearchData" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -2200,20 +2204,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Clear-MgBetaTeamChannelMessageReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Clear-MgBetaTeamChannelMessageReaction" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -2234,80 +2238,80 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Clear-MgBetaTeamChannelMessageReplyReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Clear-MgBetaTeamChannelMessageReplyReaction" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction", "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Clear-MgBetaTeamPrimaryChannelMessageReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Clear-MgBetaTeamPrimaryChannelMessageReaction" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Clear-MgBetaTeamPrimaryChannelMessageReplyReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Clear-MgBetaTeamPrimaryChannelMessageReplyReaction" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Clear-MgBetaTeamworkDeletedTeamChannelMessageReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Clear-MgBetaTeamworkDeletedTeamChannelMessageReaction" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Clear-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Clear-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/wipeAndBlockManagedApps", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -2322,18 +2326,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Clear-MgBetaUserAndBlockManagedApp", "Variants": [ "Wipe", "WipeViaIdentity" ], - "Uri": "/users/{user-id}/wipeAndBlockManagedApps", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Clear-MgBetaUserAndBlockManagedApp" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -2354,35 +2358,35 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Clear-MgBetaUserChatMessageReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Clear-MgBetaUserChatMessageReaction" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Clear-MgBetaUserChatMessageReplyReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Clear-MgBetaUserChatMessageReplyReaction" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByAzureAdDeviceId", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -2397,55 +2401,55 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Clear-MgBetaUserManagedAppRegistrationByAzureAdDeviceId", "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" ], - "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByAzureAdDeviceId", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Clear-MgBetaUserManagedAppRegistrationByAzureAdDeviceId" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByDeviceTag", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Clear-MgBetaUserManagedAppRegistrationByDeviceTag", "Variants": [ "Wipe1", "WipeExpanded1", "WipeViaIdentity1", "WipeViaIdentityExpanded1" ], - "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByDeviceTag", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Clear-MgBetaUserManagedAppRegistrationByDeviceTag" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Clear-MgBetaUserManagedDevice", "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Clear-MgBetaUserManagedDevice" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/presence/clearPresence", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -2460,20 +2464,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Clear-MgBetaUserPresence", "Variants": [ "Clear", "ClearExpanded", "ClearViaIdentity", "ClearViaIdentityExpanded" ], - "Uri": "/users/{user-id}/presence/clearPresence", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Clear-MgBetaUserPresence" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/presence/clearUserPreferredPresence", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -2488,76 +2492,76 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Clear-MgBetaUserPresenceUserPreferredPresence", "Variants": [ "Clear", "ClearViaIdentity" ], - "Uri": "/users/{user-id}/presence/clearUserPreferredPresence", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Clear-MgBetaUserPresenceUserPreferredPresence" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", "Method": "POST", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Clear-MgChatMessageReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Clear-MgChatMessageReaction" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", "Method": "POST", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Clear-MgChatMessageReplyReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Clear-MgChatMessageReplyReaction" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/communications/presences/{presence-id}/clearPresence", "Method": "POST", + "OutputType": null, + "Module": "CloudCommunications", + "Permissions": [], + "Command": "Clear-MgCommunicationPresence", "Variants": [ "Clear", "ClearExpanded", "ClearViaIdentity", "ClearViaIdentityExpanded" ], - "Uri": "/communications/presences/{presence-id}/clearPresence", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Clear-MgCommunicationPresence" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence", "Method": "POST", + "OutputType": null, + "Module": "CloudCommunications", + "Permissions": [], + "Command": "Clear-MgCommunicationPresenceUserPreferredPresence", "Variants": [ "Clear", "ClearViaIdentity" ], - "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Clear-MgCommunicationPresenceUserPreferredPresence" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -2578,40 +2582,40 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Clear-MgDeviceManagementManagedDevice", "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Clear-MgDeviceManagementManagedDevice" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData", + "Method": "POST", + "OutputType": null, + "Module": "Security", "Permissions": { "Name": "eDiscovery.ReadWrite.All", "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Clear-MgSecurityCaseEdiscoveryCaseSearchData", "Variants": [ "Purge", "PurgeExpanded", "PurgeViaIdentity", "PurgeViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Clear-MgSecurityCaseEdiscoveryCaseSearchData" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", + "Method": "POST", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -2632,20 +2636,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Clear-MgTeamChannelMessageReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Clear-MgTeamChannelMessageReaction" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "Method": "POST", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -2666,80 +2670,80 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Clear-MgTeamChannelMessageReplyReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Clear-MgTeamChannelMessageReplyReaction" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction", "Method": "POST", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Clear-MgTeamPrimaryChannelMessageReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Clear-MgTeamPrimaryChannelMessageReaction" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", "Method": "POST", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Clear-MgTeamPrimaryChannelMessageReplyReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Clear-MgTeamPrimaryChannelMessageReplyReaction" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", "Method": "POST", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReaction" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", "Method": "POST", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReplyReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReplyReaction" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", + "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -2760,50 +2764,50 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Clear-MgUserChatMessageReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Clear-MgUserChatMessageReaction" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Clear-MgUserChatMessageReplyReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Clear-MgUserChatMessageReplyReaction" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Clear-MgUserManagedDevice", "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Clear-MgUserManagedDevice" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/presence/clearPresence", + "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -2818,20 +2822,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Clear-MgUserPresence", "Variants": [ "Clear", "ClearExpanded", "ClearViaIdentity", "ClearViaIdentityExpanded" ], - "Uri": "/users/{user-id}/presence/clearPresence", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Clear-MgUserPresence" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/presence/clearUserPreferredPresence", + "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -2846,18 +2850,18 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Clear-MgUserPresenceUserPreferredPresence", "Variants": [ "Clear", "ClearViaIdentity" ], - "Uri": "/users/{user-id}/presence/clearUserPreferredPresence", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Clear-MgUserPresenceUserPreferredPresence" + "ApiVersion": "v1.0" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/close", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -2872,18 +2876,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Close-MgBetaComplianceEdiscoveryCase", "Variants": [ "Close", "CloseViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/close", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Close-MgBetaComplianceEdiscoveryCase" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -2898,18 +2902,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Close-MgBetaSecurityCaseEdiscoveryCase", "Variants": [ "Close", "CloseViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Close-MgBetaSecurityCaseEdiscoveryCase" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close", + "Method": "POST", + "OutputType": null, + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -2924,18 +2928,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Close-MgSecurityCaseEdiscoveryCase", "Variants": [ "Close", "CloseViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Close-MgSecurityCaseEdiscoveryCase" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/compare(templateId='{templateId}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -2950,18 +2954,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Compare-MgBetaDeviceManagementIntent", "Variants": [ "Compare", "CompareViaIdentity" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/compare(templateId='{templateId}')", - "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Compare-MgBetaDeviceManagementIntent" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/compare(templateId='{templateId}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -2976,18 +2980,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Compare-MgBetaDeviceManagementTemplate", "Variants": [ "Compare", "CompareViaIdentity" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/compare(templateId='{templateId}')", - "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Compare-MgBetaDeviceManagementTemplate" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/compare(templateId='{templateId}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -3002,361 +3006,361 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Compare-MgBetaDeviceManagementTemplateMigratableTo", "Variants": [ "Compare", "CompareViaIdentity" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/compare(templateId='{templateId}')", - "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Compare-MgBetaDeviceManagementTemplateMigratableTo" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidForWorkSettings/completeSignup", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Complete-MgBetaDeviceManagementAndroidForWorkSettingSignup", "Variants": [ "Complete", "CompleteExpanded" ], - "Uri": "/deviceManagement/androidForWorkSettings/completeSignup", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Complete-MgBetaDeviceManagementAndroidForWorkSettingSignup" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/completeSignup", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Complete-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignup", "Variants": [ "Complete", "CompleteExpanded" ], - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/completeSignup", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Complete-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/impactedResources/{impactedResource-id}/complete", "Method": "POST", + "OutputType": "IMicrosoftGraphImpactedResource", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Complete-MgBetaDirectoryImpactedResource", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Uri": "/directory/impactedResources/{impactedResource-id}/complete", - "OutputType": "IMicrosoftGraphImpactedResource", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Complete-MgBetaDirectoryImpactedResource" + "ApiVersion": "beta" }, { + "Uri": "/directory/recommendations/{recommendation-id}/complete", + "Method": "POST", + "OutputType": "IMicrosoftGraphRecommendation", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "DirectoryRecommendations.ReadWrite.All", "Description": "Read and update Azure AD recommendations", "FullDescription": "Allows the app to read and update Azure AD recommendations, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Complete-MgBetaDirectoryRecommendation", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Uri": "/directory/recommendations/{recommendation-id}/complete", - "OutputType": "IMicrosoftGraphRecommendation", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Complete-MgBetaDirectoryRecommendation" + "ApiVersion": "beta" }, { + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/complete", + "Method": "POST", + "OutputType": "IMicrosoftGraphImpactedResource", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "DirectoryRecommendations.ReadWrite.All", "Description": "Read and update Azure AD recommendations", "FullDescription": "Allows the app to read and update Azure AD recommendations, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Complete-MgBetaDirectoryRecommendationImpactedResource", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/complete", - "OutputType": "IMicrosoftGraphImpactedResource", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Complete-MgBetaDirectoryRecommendationImpactedResource" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": { "Name": "Teamwork.Migrate.All", "Description": "Create chat and channel messages with anyone's identity and with any timestamp", "FullDescription": "Allows the app to create chat and channel messages, without a signed in user. The app specifies which user appears as the sender, and can backdate the message to appear as if it was sent long ago. The messages can be sent to any chat or channel in the organization.", "IsAdmin": false }, - "Method": "POST", + "Command": "Complete-MgBetaTeamChannelMigration", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Complete-MgBetaTeamChannelMigration" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/completeMigration", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": { "Name": "Teamwork.Migrate.All", "Description": "Create chat and channel messages with anyone's identity and with any timestamp", "FullDescription": "Allows the app to create chat and channel messages, without a signed in user. The app specifies which user appears as the sender, and can backdate the message to appear as if it was sent long ago. The messages can be sent to any chat or channel in the organization.", "IsAdmin": false }, - "Method": "POST", + "Command": "Complete-MgBetaTeamMigration", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Uri": "/teams/{team-id}/completeMigration", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Complete-MgBetaTeamMigration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/completeMigration", "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Complete-MgBetaTeamPrimaryChannelMigration", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Uri": "/teams/{team-id}/primaryChannel/completeMigration", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Complete-MgBetaTeamPrimaryChannelMigration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration", "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Complete-MgBetaTeamworkDeletedTeamChannelMigration", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Complete-MgBetaTeamworkDeletedTeamChannelMigration" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/complete", + "Method": "POST", + "OutputType": "IMicrosoftGraphOutlookTask", + "Module": "Beta.Users.Actions", "Permissions": { "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 }, - "Method": "POST", + "Command": "Complete-MgBetaUserOutlookTask", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/complete", - "OutputType": "IMicrosoftGraphOutlookTask", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Complete-MgBetaUserOutlookTask" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete", "Method": "POST", + "OutputType": "IMicrosoftGraphOutlookTask", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Complete-MgBetaUserOutlookTaskFolderTask", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete", - "OutputType": "IMicrosoftGraphOutlookTask", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Complete-MgBetaUserOutlookTaskFolderTask" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete", "Method": "POST", + "OutputType": "IMicrosoftGraphOutlookTask", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Complete-MgBetaUserOutlookTaskGroupTaskFolderTask", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete", - "OutputType": "IMicrosoftGraphOutlookTask", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Complete-MgBetaUserOutlookTaskGroupTaskFolderTask" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration", + "Method": "POST", + "OutputType": null, + "Module": "Teams", "Permissions": { "Name": "Teamwork.Migrate.All", "Description": "Create chat and channel messages with anyone's identity and with any timestamp", "FullDescription": "Allows the app to create chat and channel messages, without a signed in user. The app specifies which user appears as the sender, and can backdate the message to appear as if it was sent long ago. The messages can be sent to any chat or channel in the organization.", "IsAdmin": false }, - "Method": "POST", + "Command": "Complete-MgTeamChannelMigration", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Complete-MgTeamChannelMigration" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/completeMigration", + "Method": "POST", + "OutputType": null, + "Module": "Teams", "Permissions": { "Name": "Teamwork.Migrate.All", "Description": "Create chat and channel messages with anyone's identity and with any timestamp", "FullDescription": "Allows the app to create chat and channel messages, without a signed in user. The app specifies which user appears as the sender, and can backdate the message to appear as if it was sent long ago. The messages can be sent to any chat or channel in the organization.", "IsAdmin": false }, - "Method": "POST", + "Command": "Complete-MgTeamMigration", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Uri": "/teams/{team-id}/completeMigration", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Complete-MgTeamMigration" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Complete", - "CompleteViaIdentity" - ], "Uri": "/teams/{team-id}/primaryChannel/completeMigration", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Complete-MgTeamPrimaryChannelMigration" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Complete-MgTeamPrimaryChannelMigration", "Variants": [ "Complete", "CompleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Complete-MgTeamworkDeletedTeamChannelMigration" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Complete-MgTeamworkDeletedTeamChannelMigration", "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" + "Complete", + "CompleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/checkMemberGroups", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Confirm-MgApplicationMemberGroup" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Confirm-MgApplicationMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/checkMemberObjects", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Confirm-MgApplicationMemberObject" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Confirm-MgApplicationMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberGroups", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaAdministrativeUnitMemberGroup" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Confirm-MgBetaAdministrativeUnitMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberObjects", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaAdministrativeUnitMemberObject" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Confirm-MgBetaAdministrativeUnitMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/checkMemberGroups", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Confirm-MgBetaApplicationMemberGroup" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Confirm-MgBetaApplicationMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/checkMemberObjects", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Confirm-MgBetaApplicationMemberObject" + "Permissions": [], + "Command": "Confirm-MgBetaApplicationMemberObject", + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/auditLogs/signIns/confirmCompromised", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": [ { "Name": "IdentityRiskEvent.ReadWrite.All", @@ -3371,18 +3375,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Confirm-MgBetaAuditLogSignInCompromised", "Variants": [ "Confirm", "ConfirmExpanded" ], - "Uri": "/auditLogs/signIns/confirmCompromised", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Confirm-MgBetaAuditLogSignInCompromised" + "ApiVersion": "beta" }, { + "Uri": "/auditLogs/signIns/confirmSafe", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": [ { "Name": "IdentityRiskEvent.ReadWrite.All", @@ -3397,48 +3401,48 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Confirm-MgBetaAuditLogSignInSafe", "Variants": [ "Confirm", "ConfirmExpanded" ], - "Uri": "/auditLogs/signIns/confirmSafe", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Confirm-MgBetaAuditLogSignInSafe" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Confirm-MgBetaChatPermissionGrantMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Confirm-MgBetaChatPermissionGrantMemberGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Confirm-MgBetaChatPermissionGrantMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Confirm-MgBetaChatPermissionGrantMemberObject" + "ApiVersion": "beta" }, { + "Uri": "/contacts/{orgContact-id}/checkMemberGroups", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Application.Read.All", @@ -3513,20 +3517,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Confirm-MgBetaContactMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/contacts/{orgContact-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaContactMemberGroup" + "ApiVersion": "beta" }, { + "Uri": "/contacts/{orgContact-id}/checkMemberObjects", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Application.Read.All", @@ -3601,50 +3605,50 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Confirm-MgBetaContactMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/contacts/{orgContact-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaContactMemberObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/contracts/{contract-id}/checkMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Confirm-MgBetaContractMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/contracts/{contract-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaContractMemberGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/contracts/{contract-id}/checkMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Confirm-MgBetaContractMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/contracts/{contract-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaContractMemberObject" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -3659,18 +3663,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Confirm-MgBetaDeviceManagementWindowsEnrollmentAutoDiscovery", "Variants": [ "Verify", "VerifyViaIdentity" ], - "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Confirm-MgBetaDeviceManagementWindowsEnrollmentAutoDiscovery" + "ApiVersion": "beta" }, { + "Uri": "/devices/{device-id}/checkMemberGroups", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Application.Read.All", @@ -3745,20 +3749,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Confirm-MgBetaDeviceMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/devices/{device-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaDeviceMemberGroup" + "ApiVersion": "beta" }, { + "Uri": "/devices/{device-id}/checkMemberObjects", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Application.Read.All", @@ -3833,80 +3837,80 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Confirm-MgBetaDeviceMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/devices/{device-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaDeviceMemberObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/checkMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Confirm-MgBetaDirectoryAdministrativeUnitMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaDirectoryAdministrativeUnitMemberGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/checkMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Confirm-MgBetaDirectoryAdministrativeUnitMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaDirectoryAdministrativeUnitMemberObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Confirm-MgBetaDirectoryDeletedItemMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaDirectoryDeletedItemMemberGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Confirm-MgBetaDirectoryDeletedItemMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaDirectoryDeletedItemMemberObject" + "ApiVersion": "beta" }, { + "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DirectoryObjects", "Permissions": [ { "Name": "Application.Read.All", @@ -3981,20 +3985,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Confirm-MgBetaDirectoryObjectMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DirectoryObjects", - "Command": "Confirm-MgBetaDirectoryObjectMemberGroup" + "ApiVersion": "beta" }, { + "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DirectoryObjects", "Permissions": [ { "Name": "Application.Read.All", @@ -4069,141 +4073,141 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Confirm-MgBetaDirectoryObjectMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DirectoryObjects", - "Command": "Confirm-MgBetaDirectoryObjectMemberObject" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaDirectoryRoleMemberGroup" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Confirm-MgBetaDirectoryRoleMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaDirectoryRoleMemberObject" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Confirm-MgBetaDirectoryRoleMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaDirectoryRoleTemplateMemberGroup" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Confirm-MgBetaDirectoryRoleTemplateMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaDirectoryRoleTemplateMemberObject" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Confirm-MgBetaDirectoryRoleTemplateMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberGroups", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaDirectorySettingTemplateMemberGroup" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Confirm-MgBetaDirectorySettingTemplateMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberObjects", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaDirectorySettingTemplateMemberObject" + "Permissions": [], + "Command": "Confirm-MgBetaDirectorySettingTemplateMemberObject", + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/domains/{domain-id}/verify", + "Method": "POST", + "OutputType": "IMicrosoftGraphDomain", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "Domain.ReadWrite.All", "Description": "Read and write domains", "FullDescription": "Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.", "IsAdmin": true }, - "Method": "POST", + "Command": "Confirm-MgBetaDomain", "Variants": [ "Verify", "VerifyViaIdentity" ], - "Uri": "/domains/{domain-id}/verify", - "OutputType": "IMicrosoftGraphDomain", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaDomain" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp", "Method": "POST", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Confirm-MgBetaGroupGrantedPermissionForApp", "Variants": [ "Check", "CheckViaIdentity" ], - "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Confirm-MgBetaGroupGrantedPermissionForApp" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/checkMemberGroups", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": [ { "Name": "Application.Read.All", @@ -4278,20 +4282,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Confirm-MgBetaGroupMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Confirm-MgBetaGroupMemberGroup" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/checkMemberObjects", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": [ { "Name": "Application.Read.All", @@ -4366,232 +4370,232 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Confirm-MgBetaGroupMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Confirm-MgBetaGroupMemberObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Confirm-MgBetaGroupPermissionGrantMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Confirm-MgBetaGroupPermissionGrantMemberGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Confirm-MgBetaGroupPermissionGrantMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Confirm-MgBetaGroupPermissionGrantMemberObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/verifySignature", "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Confirm-MgBetaGroupSiteInformationProtectionSignature", "Variants": [ "Verify", "VerifyExpanded", "VerifyViaIdentity", "VerifyViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/verifySignature", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Confirm-MgBetaGroupSiteInformationProtectionSignature" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/informationProtection/verifySignature", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Confirm-MgBetaInformationProtectionSignature", "Variants": [ "Verify", "VerifyExpanded" ], - "Uri": "/informationProtection/verifySignature", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Confirm-MgBetaInformationProtectionSignature" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/organization/{organization-id}/checkMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Confirm-MgBetaOrganizationMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/organization/{organization-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaOrganizationMemberGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/organization/{organization-id}/checkMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Confirm-MgBetaOrganizationMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/organization/{organization-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaOrganizationMemberObject" + "ApiVersion": "beta" }, { + "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityRiskyServicePrincipal.ReadWrite.All", "Description": "Read and write all identity risky service principal information", "FullDescription": "Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.", "IsAdmin": true }, - "Method": "POST", + "Command": "Confirm-MgBetaRiskyServicePrincipalCompromised", "Variants": [ "Confirm", "ConfirmExpanded" ], - "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Confirm-MgBetaRiskyServicePrincipalCompromised" + "ApiVersion": "beta" }, { + "Uri": "/identityProtection/riskyUsers/confirmCompromised", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityRiskyUser.ReadWrite.All", "Description": "Read and write identity risky user information", "FullDescription": "Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.", "IsAdmin": true }, - "Method": "POST", + "Command": "Confirm-MgBetaRiskyUserCompromised", "Variants": [ "Confirm", "ConfirmExpanded" ], - "Uri": "/identityProtection/riskyUsers/confirmCompromised", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Confirm-MgBetaRiskyUserCompromised" + "ApiVersion": "beta" }, { - "Permissions": [ - { - "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true - }, - { - "Name": "Application.ReadWrite.All", - "Description": "Read and write applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", - "IsAdmin": true - }, - { - "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read devices' configuration information on your behalf.", - "IsAdmin": true - }, - { - "Name": "Device.ReadWrite.All", - "Description": "Read and write devices", - "FullDescription": "Allows the app to read and write all device properties without a signed in user. Does not allow device creation, device deletion or update of device alternative security identifiers.", - "IsAdmin": false - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true - }, - { - "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 - }, - { - "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 - }, - { - "Name": "GroupMember.Read.All", - "Description": "Read all group memberships", - "FullDescription": "Allows the app to read memberships and basic group properties for all groups without a signed-in user.", - "IsAdmin": false - }, - { - "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 - }, - { - "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 - }, - { - "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 - } - ], - "Method": "POST", - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [ + { + "Name": "Application.Read.All", + "Description": "Read applications", + "FullDescription": "Allows the app to read applications and service principals on your behalf.", + "IsAdmin": true + }, + { + "Name": "Application.ReadWrite.All", + "Description": "Read and write applications", + "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", + "IsAdmin": true + }, + { + "Name": "Device.Read.All", + "Description": "Read all devices", + "FullDescription": "Allows the app to read devices' configuration information on your behalf.", + "IsAdmin": true + }, + { + "Name": "Device.ReadWrite.All", + "Description": "Read and write devices", + "FullDescription": "Allows the app to read and write all device properties without a signed in user. Does not allow device creation, device deletion or update of device alternative security identifiers.", + "IsAdmin": false + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory.", + "IsAdmin": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", + "IsAdmin": true + }, + { + "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 + }, + { + "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 + }, + { + "Name": "GroupMember.Read.All", + "Description": "Read all group memberships", + "FullDescription": "Allows the app to read memberships and basic group properties for all groups without a signed-in user.", + "IsAdmin": false + }, + { + "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 + }, + { + "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 + }, + { + "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 + } + ], + "Command": "Confirm-MgBetaServicePrincipalMemberGroup", + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], + "ApiVersion": "beta" + }, + { + "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Confirm-MgBetaServicePrincipalMemberGroup" - }, - { "Permissions": [ { "Name": "Application.Read.All", @@ -4666,158 +4670,158 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Confirm-MgBetaServicePrincipalMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Confirm-MgBetaServicePrincipalMemberObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/informationProtection/verifySignature", "Method": "POST", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Confirm-MgBetaSiteInformationProtectionSignature", "Variants": [ "Verify", "VerifyExpanded", "VerifyViaIdentity", "VerifyViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/informationProtection/verifySignature", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Confirm-MgBetaSiteInformationProtectionSignature" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Confirm-MgBetaTeamPermissionGrantMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Confirm-MgBetaTeamPermissionGrantMemberGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Confirm-MgBetaTeamPermissionGrantMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Confirm-MgBetaTeamPermissionGrantMemberObject" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/confirm", + "Method": "POST", + "OutputType": "IMicrosoftGraphTimeCard", + "Module": "Beta.Teams", "Permissions": { "Name": "Schedule.ReadWrite.All", "Description": "Read and write your schedule items", "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Confirm-MgBetaTeamScheduleTimeCard", "Variants": [ "Confirm", "ConfirmViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/confirm", - "OutputType": "IMicrosoftGraphTimeCard", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Confirm-MgBetaTeamScheduleTimeCard" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Confirm-MgBetaUserChatPermissionGrantMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Confirm-MgBetaUserChatPermissionGrantMemberGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Confirm-MgBetaUserChatPermissionGrantMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Confirm-MgBetaUserChatPermissionGrantMemberObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/checkMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Confirm-MgBetaUserDeviceMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/users/{user-id}/devices/{device-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Confirm-MgBetaUserDeviceMemberGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/checkMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Confirm-MgBetaUserDeviceMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/users/{user-id}/devices/{device-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Confirm-MgBetaUserDeviceMemberObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/verifySignature", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Confirm-MgBetaUserInformationProtectionSignature", "Variants": [ "Verify", "VerifyExpanded", "VerifyViaIdentity", "VerifyViaIdentityExpanded" ], - "Uri": "/users/{user-id}/informationProtection/verifySignature", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Confirm-MgBetaUserInformationProtectionSignature" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/checkMemberGroups", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Application.Read.All", @@ -4892,20 +4896,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Confirm-MgBetaUserMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/users/{user-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Confirm-MgBetaUserMemberGroup" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/checkMemberObjects", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Application.Read.All", @@ -4980,80 +4984,80 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Confirm-MgBetaUserMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/users/{user-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Confirm-MgBetaUserMemberObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Confirm-MgBetaUserPermissionGrantMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/users/{user-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Confirm-MgBetaUserPermissionGrantMemberGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Confirm-MgBetaUserPermissionGrantMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/users/{user-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Confirm-MgBetaUserPermissionGrantMemberObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Confirm-MgChatPermissionGrantMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Confirm-MgChatPermissionGrantMemberGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Confirm-MgChatPermissionGrantMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Confirm-MgChatPermissionGrantMemberObject" + "ApiVersion": "v1.0" }, { + "Uri": "/contacts/{orgContact-id}/checkMemberGroups", + "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Application.Read.All", @@ -5128,20 +5132,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Confirm-MgContactMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/contacts/{orgContact-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Confirm-MgContactMemberGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/contacts/{orgContact-id}/checkMemberObjects", + "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Application.Read.All", @@ -5216,50 +5220,50 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Confirm-MgContactMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/contacts/{orgContact-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Confirm-MgContactMemberObject" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/contracts/{contract-id}/checkMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Confirm-MgContractMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/contracts/{contract-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Confirm-MgContractMemberGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/contracts/{contract-id}/checkMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Confirm-MgContractMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/contracts/{contract-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Confirm-MgContractMemberObject" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -5274,18 +5278,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Confirm-MgDeviceManagementWindowsEnrollmentAutoDiscovery", "Variants": [ "Verify", "VerifyViaIdentity" ], - "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Functions", - "Command": "Confirm-MgDeviceManagementWindowsEnrollmentAutoDiscovery" + "ApiVersion": "v1.0" }, { + "Uri": "/devices/{device-id}/checkMemberGroups", + "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Application.Read.All", @@ -5360,20 +5364,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Confirm-MgDeviceMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/devices/{device-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Confirm-MgDeviceMemberGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/devices/{device-id}/checkMemberObjects", + "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Application.Read.All", @@ -5448,50 +5452,50 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Confirm-MgDeviceMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/devices/{device-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Confirm-MgDeviceMemberObject" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Confirm-MgDirectoryDeletedItemMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Confirm-MgDirectoryDeletedItemMemberGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Confirm-MgDirectoryDeletedItemMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Confirm-MgDirectoryDeletedItemMemberObject" + "ApiVersion": "v1.0" }, { + "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups", + "Method": "POST", + "OutputType": null, + "Module": "DirectoryObjects", "Permissions": [ { "Name": "Application.Read.All", @@ -5566,20 +5570,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Confirm-MgDirectoryObjectMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DirectoryObjects", - "Command": "Confirm-MgDirectoryObjectMemberGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects", + "Method": "POST", + "OutputType": null, + "Module": "DirectoryObjects", "Permissions": [ { "Name": "Application.Read.All", @@ -5654,111 +5658,111 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Confirm-MgDirectoryObjectMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DirectoryObjects", - "Command": "Confirm-MgDirectoryObjectMemberObject" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Confirm-MgDirectoryRoleMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Confirm-MgDirectoryRoleMemberGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Confirm-MgDirectoryRoleMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Confirm-MgDirectoryRoleMemberObject" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Confirm-MgDirectoryRoleTemplateMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Confirm-MgDirectoryRoleTemplateMemberGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Confirm-MgDirectoryRoleTemplateMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Confirm-MgDirectoryRoleTemplateMemberObject" + "ApiVersion": "v1.0" }, { + "Uri": "/domains/{domain-id}/verify", + "Method": "POST", + "OutputType": "IMicrosoftGraphDomain", + "Module": "Identity.DirectoryManagement", "Permissions": { "Name": "Domain.ReadWrite.All", "Description": "Read and write domains", "FullDescription": "Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.", "IsAdmin": true }, - "Method": "POST", + "Command": "Confirm-MgDomain", "Variants": [ "Verify", "VerifyViaIdentity" ], - "Uri": "/domains/{domain-id}/verify", - "OutputType": "IMicrosoftGraphDomain", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Confirm-MgDomain" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp", "Method": "POST", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Module": "Groups", + "Permissions": [], + "Command": "Confirm-MgGroupGrantedPermissionForApp", "Variants": [ "Check", "CheckViaIdentity" ], - "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Confirm-MgGroupGrantedPermissionForApp" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/checkMemberGroups", + "Method": "POST", + "OutputType": null, + "Module": "Groups", "Permissions": [ { "Name": "Application.Read.All", @@ -5833,20 +5837,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Confirm-MgGroupMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Confirm-MgGroupMemberGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/checkMemberObjects", + "Method": "POST", + "OutputType": null, + "Module": "Groups", "Permissions": [ { "Name": "Application.Read.All", @@ -5921,146 +5925,146 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Confirm-MgGroupMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Confirm-MgGroupMemberObject" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Confirm-MgGroupPermissionGrantMemberGroup" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Confirm-MgGroupPermissionGrantMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Confirm-MgGroupPermissionGrantMemberObject" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Confirm-MgGroupPermissionGrantMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/checkMemberGroups", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Confirm-MgGroupSettingTemplateMemberGroup" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Confirm-MgGroupSettingTemplateMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/checkMemberObjects", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Confirm-MgGroupSettingTemplateMemberObject" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Confirm-MgGroupSettingTemplateMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/checkMemberGroups", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Confirm-MgOrganizationMemberGroup" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Confirm-MgOrganizationMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/checkMemberObjects", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Confirm-MgOrganizationMemberObject" + "Permissions": [], + "Command": "Confirm-MgOrganizationMemberObject", + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised", + "Method": "POST", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "IdentityRiskyServicePrincipal.ReadWrite.All", "Description": "Read and write all identity risky service principal information", "FullDescription": "Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.", "IsAdmin": true }, - "Method": "POST", + "Command": "Confirm-MgRiskyServicePrincipalCompromised", "Variants": [ "Confirm", "ConfirmExpanded" ], - "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Confirm-MgRiskyServicePrincipalCompromised" + "ApiVersion": "v1.0" }, { + "Uri": "/identityProtection/riskyUsers/confirmCompromised", + "Method": "POST", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "IdentityRiskyUser.ReadWrite.All", "Description": "Read and write identity risky user information", "FullDescription": "Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.", "IsAdmin": true }, - "Method": "POST", + "Command": "Confirm-MgRiskyUserCompromised", "Variants": [ "Confirm", "ConfirmExpanded" ], - "Uri": "/identityProtection/riskyUsers/confirmCompromised", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Confirm-MgRiskyUserCompromised" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups", + "Method": "POST", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -6135,20 +6139,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Confirm-MgServicePrincipalMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Confirm-MgServicePrincipalMemberGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects", + "Method": "POST", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -6223,168 +6227,168 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Confirm-MgServicePrincipalMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Confirm-MgServicePrincipalMemberObject" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Confirm-MgTeamPermissionGrantMemberGroup" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Confirm-MgTeamPermissionGrantMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Confirm-MgTeamPermissionGrantMemberObject" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Confirm-MgTeamPermissionGrantMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "Confirm-MgUserChatPermissionGrantMemberGroup" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Confirm-MgUserChatPermissionGrantMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Confirm-MgUserChatPermissionGrantMemberObject" + "ApiVersion": "v1.0" }, { - "Permissions": [ - { - "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true - }, - { - "Name": "Application.ReadWrite.All", - "Description": "Read and write applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", - "IsAdmin": true - }, - { - "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read devices' configuration information on your behalf.", - "IsAdmin": true - }, - { - "Name": "Device.ReadWrite.All", - "Description": "Read and write devices", - "FullDescription": "Allows the app to read and write all device properties without a signed in user. Does not allow device creation, device deletion or update of device alternative security identifiers.", - "IsAdmin": false - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true - }, - { - "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 - }, - { - "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 - }, - { - "Name": "GroupMember.Read.All", - "Description": "Read all group memberships", - "FullDescription": "Allows the app to read memberships and basic group properties for all groups without a signed-in user.", - "IsAdmin": false - }, - { - "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 - }, - { - "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 - }, - { - "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 - } - ], + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Confirm-MgUserChatPermissionGrantMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/checkMemberGroups", + "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [ + { + "Name": "Application.Read.All", + "Description": "Read applications", + "FullDescription": "Allows the app to read applications and service principals on your behalf.", + "IsAdmin": true + }, + { + "Name": "Application.ReadWrite.All", + "Description": "Read and write applications", + "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", + "IsAdmin": true + }, + { + "Name": "Device.Read.All", + "Description": "Read all devices", + "FullDescription": "Allows the app to read devices' configuration information on your behalf.", + "IsAdmin": true + }, + { + "Name": "Device.ReadWrite.All", + "Description": "Read and write devices", + "FullDescription": "Allows the app to read and write all device properties without a signed in user. Does not allow device creation, device deletion or update of device alternative security identifiers.", + "IsAdmin": false + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory.", + "IsAdmin": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", + "IsAdmin": true + }, + { + "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 + }, + { + "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 + }, + { + "Name": "GroupMember.Read.All", + "Description": "Read all group memberships", + "FullDescription": "Allows the app to read memberships and basic group properties for all groups without a signed-in user.", + "IsAdmin": false + }, + { + "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 + }, + { + "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 + }, + { + "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 + } + ], + "Command": "Confirm-MgUserMemberGroup", + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], + "ApiVersion": "v1.0" + }, + { + "Uri": "/users/{user-id}/checkMemberObjects", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "Confirm-MgUserMemberGroup" - }, - { "Permissions": [ { "Name": "Application.Read.All", @@ -6459,73 +6463,73 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Confirm-MgUserMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Uri": "/users/{user-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Confirm-MgUserMemberObject" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/chromeOSOnboardingSettings/connect", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Connect-MgBetaDeviceManagementChromeOSOnboardingSetting", "Variants": [ "Connect", "ConnectExpanded" ], - "Uri": "/deviceManagement/chromeOSOnboardingSettings/connect", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Connect-MgBetaDeviceManagementChromeOSOnboardingSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/zebraFotaConnector/connect", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Connect-MgBetaDeviceManagementZebraFotaConnector", "Variants": [ "Connect" ], - "Uri": "/deviceManagement/zebraFotaConnector/connect", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Connect-MgBetaDeviceManagementZebraFotaConnector" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/clone", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementReusablePolicySetting", + "Module": "Beta.DeviceManagement.Actions", "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Copy-MgBetaDeviceManagementReusablePolicySetting", "Variants": [ "Clone", "CloneViaIdentity" ], - "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/clone", - "OutputType": "IMicrosoftGraphDeviceManagementReusablePolicySetting", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Copy-MgBetaDeviceManagementReusablePolicySetting" + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/copy", + "Method": "POST", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -6546,95 +6550,95 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Copy-MgBetaDriveItem", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/copy", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Copy-MgBetaDriveItem" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Copy", - "CopyExpanded", - "CopyViaIdentity", - "CopyViaIdentityExpanded" - ], "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Copy-MgBetaDriveListContentTypeToDefaultContentLocation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Copy-MgBetaDriveListContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/copy", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Copy-MgBetaDriveRoot" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Copy-MgBetaDriveRoot", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Copy-MgBetaGroupDriveItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Copy-MgBetaGroupDriveItem", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Copy-MgBetaGroupDriveListContentTypeToDefaultContentLocation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Copy-MgBetaGroupDriveListContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Copy-MgBetaGroupDriveRoot" + "Permissions": [], + "Command": "Copy-MgBetaGroupDriveRoot", + "Variants": [ + "Copy", + "CopyExpanded", + "CopyViaIdentity", + "CopyViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Notes.Create", @@ -6655,20 +6659,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Copy-MgBetaGroupOnenoteNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Copy-MgBetaGroupOnenoteNotebook" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Notes.Create", @@ -6689,20 +6693,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Copy-MgBetaGroupOnenotePageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Copy-MgBetaGroupOnenotePageToSection" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Notes.Create", @@ -6723,20 +6727,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Copy-MgBetaGroupOnenoteSectionToNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Copy-MgBetaGroupOnenoteSectionToNotebook" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Notes.Create", @@ -6757,65 +6761,65 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Copy-MgBetaGroupOnenoteSectionToSectionGroup", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Copy-MgBetaGroupOnenoteSectionToSectionGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Copy-MgBetaGroupSiteContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Copy-MgBetaGroupSiteContentTypeToDefaultContentLocation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Copy-MgBetaGroupSiteListContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Copy-MgBetaGroupSiteListContentTypeToDefaultContentLocation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", "Method": "POST", + "OutputType": null, + "Module": "Beta.Files", + "Permissions": [], + "Command": "Copy-MgBetaShareListContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Copy-MgBetaShareListContentTypeToDefaultContentLocation" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -6836,35 +6840,35 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Copy-MgBetaSiteContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Copy-MgBetaSiteContentTypeToDefaultContentLocation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", "Method": "POST", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Copy-MgBetaSiteListContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Copy-MgBetaSiteListContentTypeToDefaultContentLocation" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Notes.Create", @@ -6885,110 +6889,110 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Copy-MgBetaSiteOnenoteNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Copy-MgBetaSiteOnenoteNotebook" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Copy", - "CopyExpanded", - "CopyViaIdentity", - "CopyViaIdentityExpanded" - ], "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionPageToSection" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionPageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToNotebook" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToSectionGroup" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToSectionGroup", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Copy-MgBetaSiteOnenoteNotebookSectionPageToSection" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Copy-MgBetaSiteOnenoteNotebookSectionPageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Copy-MgBetaSiteOnenoteNotebookSectionToNotebook" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Copy-MgBetaSiteOnenoteNotebookSectionToNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Copy-MgBetaSiteOnenoteNotebookSectionToSectionGroup" + "Permissions": [], + "Command": "Copy-MgBetaSiteOnenoteNotebookSectionToSectionGroup", + "Variants": [ + "Copy", + "CopyExpanded", + "CopyViaIdentity", + "CopyViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Notes.Create", @@ -7009,80 +7013,80 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Copy-MgBetaSiteOnenotePageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Copy-MgBetaSiteOnenotePageToSection" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionPageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionPageToSection" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionToNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionToNotebook" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionToSectionGroup", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionToSectionGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Copy-MgBetaSiteOnenoteSectionPageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Copy-MgBetaSiteOnenoteSectionPageToSection" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Notes.Create", @@ -7103,20 +7107,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Copy-MgBetaSiteOnenoteSectionToNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Copy-MgBetaSiteOnenoteSectionToNotebook" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Notes.Create", @@ -7137,20 +7141,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Copy-MgBetaSiteOnenoteSectionToSectionGroup", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Copy-MgBetaSiteOnenoteSectionToSectionGroup" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/clone", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -7171,155 +7175,155 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Copy-MgBetaTeam", "Variants": [ "Clone", "CloneExpanded", "CloneViaIdentity", "CloneViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/clone", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Copy-MgBetaTeam" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy", "Method": "POST", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Copy-MgBetaUserDriveItem", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Copy-MgBetaUserDriveItem" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Copy-MgBetaUserDriveListContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Copy-MgBetaUserDriveListContentTypeToDefaultContentLocation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/copy", "Method": "POST", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Copy-MgBetaUserDriveRoot", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/users/{user-id}/drives/{drive-id}/root/copy", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Copy-MgBetaUserDriveRoot" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy", + "Method": "POST", + "OutputType": "IMicrosoftGraphMailFolder", + "Module": "Beta.Users.Actions", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Copy-MgBetaUserMailFolder", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Copy-MgBetaUserMailFolder" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy", "Method": "POST", + "OutputType": "IMicrosoftGraphMailFolder", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Copy-MgBetaUserMailFolderChildFolder", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Copy-MgBetaUserMailFolderChildFolder" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy", "Method": "POST", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Copy-MgBetaUserMailFolderChildFolderMessage", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Copy-MgBetaUserMailFolderChildFolderMessage" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy", + "Method": "POST", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Beta.Users.Actions", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Copy-MgBetaUserMailFolderMessage", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Copy-MgBetaUserMailFolderMessage" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/messages/{message-id}/copy", + "Method": "POST", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Beta.Users.Actions", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Copy-MgBetaUserMessage", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/users/{user-id}/messages/{message-id}/copy", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Copy-MgBetaUserMessage" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Notes.Create", @@ -7340,20 +7344,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Copy-MgBetaUserOnenoteNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Copy-MgBetaUserOnenoteNotebook" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Notes.Create", @@ -7374,20 +7378,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Copy-MgBetaUserOnenotePageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Copy-MgBetaUserOnenotePageToSection" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Notes.Create", @@ -7408,20 +7412,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Copy-MgBetaUserOnenoteSectionToNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Copy-MgBetaUserOnenoteSectionToNotebook" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Notes.Create", @@ -7442,20 +7446,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Copy-MgBetaUserOnenoteSectionToSectionGroup", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Copy-MgBetaUserOnenoteSectionToSectionGroup" + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/copy", + "Method": "POST", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -7476,95 +7480,95 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Copy-MgDriveItem", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/copy", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Copy-MgDriveItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Copy", - "CopyExpanded", - "CopyViaIdentity", - "CopyViaIdentityExpanded" - ], "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Copy-MgDriveListContentTypeToDefaultContentLocation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Copy-MgDriveListContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/copy", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Copy-MgDriveRoot" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Copy-MgDriveRoot", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Copy-MgGroupDriveItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Copy-MgGroupDriveItem", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Copy-MgGroupDriveListContentTypeToDefaultContentLocation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Copy-MgGroupDriveListContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Copy-MgGroupDriveRoot" + "Permissions": [], + "Command": "Copy-MgGroupDriveRoot", + "Variants": [ + "Copy", + "CopyExpanded", + "CopyViaIdentity", + "CopyViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Groups", "Permissions": [ { "Name": "Notes.Create", @@ -7585,20 +7589,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Copy-MgGroupOnenoteNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Copy-MgGroupOnenoteNotebook" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Groups", "Permissions": [ { "Name": "Notes.Create", @@ -7619,20 +7623,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Copy-MgGroupOnenotePageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Copy-MgGroupOnenotePageToSection" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Groups", "Permissions": [ { "Name": "Notes.Create", @@ -7653,20 +7657,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Copy-MgGroupOnenoteSectionToNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Copy-MgGroupOnenoteSectionToNotebook" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Groups", "Permissions": [ { "Name": "Notes.Create", @@ -7687,65 +7691,65 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Copy-MgGroupOnenoteSectionToSectionGroup", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Copy-MgGroupOnenoteSectionToSectionGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", "Method": "POST", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Copy-MgGroupSiteContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Copy-MgGroupSiteContentTypeToDefaultContentLocation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", "Method": "POST", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Copy-MgGroupSiteListContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Copy-MgGroupSiteListContentTypeToDefaultContentLocation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", "Method": "POST", + "OutputType": null, + "Module": "Files", + "Permissions": [], + "Command": "Copy-MgShareListContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Copy-MgShareListContentTypeToDefaultContentLocation" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "Method": "POST", + "OutputType": null, + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -7766,35 +7770,35 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Copy-MgSiteContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Copy-MgSiteContentTypeToDefaultContentLocation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", "Method": "POST", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Copy-MgSiteListContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Copy-MgSiteListContentTypeToDefaultContentLocation" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Sites", "Permissions": [ { "Name": "Notes.Create", @@ -7815,110 +7819,110 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Copy-MgSiteOnenoteNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Copy-MgSiteOnenoteNotebook" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Copy", - "CopyExpanded", - "CopyViaIdentity", - "CopyViaIdentityExpanded" - ], "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionPageToSection" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionPageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionToNotebook" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionToNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionToSectionGroup" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionToSectionGroup", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Copy-MgSiteOnenoteNotebookSectionPageToSection" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Copy-MgSiteOnenoteNotebookSectionPageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Copy-MgSiteOnenoteNotebookSectionToNotebook" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Copy-MgSiteOnenoteNotebookSectionToNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Copy-MgSiteOnenoteNotebookSectionToSectionGroup" + "Permissions": [], + "Command": "Copy-MgSiteOnenoteNotebookSectionToSectionGroup", + "Variants": [ + "Copy", + "CopyExpanded", + "CopyViaIdentity", + "CopyViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Sites", "Permissions": [ { "Name": "Notes.Create", @@ -7939,80 +7943,80 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Copy-MgSiteOnenotePageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Copy-MgSiteOnenotePageToSection" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Sites", + "Permissions": [], + "Command": "Copy-MgSiteOnenoteSectionGroupSectionPageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Copy-MgSiteOnenoteSectionGroupSectionPageToSection" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Sites", + "Permissions": [], + "Command": "Copy-MgSiteOnenoteSectionGroupSectionToNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Copy-MgSiteOnenoteSectionGroupSectionToNotebook" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Sites", + "Permissions": [], + "Command": "Copy-MgSiteOnenoteSectionGroupSectionToSectionGroup", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Copy-MgSiteOnenoteSectionGroupSectionToSectionGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Sites", + "Permissions": [], + "Command": "Copy-MgSiteOnenoteSectionPageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Copy-MgSiteOnenoteSectionPageToSection" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Sites", "Permissions": [ { "Name": "Notes.Create", @@ -8033,20 +8037,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Copy-MgSiteOnenoteSectionToNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Copy-MgSiteOnenoteSectionToNotebook" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Sites", "Permissions": [ { "Name": "Notes.Create", @@ -8067,20 +8071,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Copy-MgSiteOnenoteSectionToSectionGroup", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Copy-MgSiteOnenoteSectionToSectionGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/clone", + "Method": "POST", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -8101,155 +8105,155 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Copy-MgTeam", "Variants": [ "Clone", "CloneExpanded", "CloneViaIdentity", "CloneViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/clone", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Copy-MgTeam" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy", "Method": "POST", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Users.Actions", + "Permissions": [], + "Command": "Copy-MgUserDriveItem", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Copy-MgUserDriveItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Copy-MgUserDriveListContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Copy-MgUserDriveListContentTypeToDefaultContentLocation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/copy", "Method": "POST", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Users.Actions", + "Permissions": [], + "Command": "Copy-MgUserDriveRoot", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/users/{user-id}/drives/{drive-id}/root/copy", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Copy-MgUserDriveRoot" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy", + "Method": "POST", + "OutputType": "IMicrosoftGraphMailFolder", + "Module": "Users.Actions", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Copy-MgUserMailFolder", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Copy-MgUserMailFolder" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy", "Method": "POST", + "OutputType": "IMicrosoftGraphMailFolder", + "Module": "Users.Actions", + "Permissions": [], + "Command": "Copy-MgUserMailFolderChildFolder", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Copy-MgUserMailFolderChildFolder" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy", "Method": "POST", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Users.Actions", + "Permissions": [], + "Command": "Copy-MgUserMailFolderChildFolderMessage", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Copy-MgUserMailFolderChildFolderMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy", + "Method": "POST", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Users.Actions", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Copy-MgUserMailFolderMessage", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Copy-MgUserMailFolderMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/messages/{message-id}/copy", + "Method": "POST", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Users.Actions", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Copy-MgUserMessage", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/users/{user-id}/messages/{message-id}/copy", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Copy-MgUserMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Users.Actions", "Permissions": [ { "Name": "Notes.Create", @@ -8270,20 +8274,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Copy-MgUserOnenoteNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Copy-MgUserOnenoteNotebook" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Users.Actions", "Permissions": [ { "Name": "Notes.Create", @@ -8304,20 +8308,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Copy-MgUserOnenotePageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Copy-MgUserOnenotePageToSection" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Users.Actions", "Permissions": [ { "Name": "Notes.Create", @@ -8338,20 +8342,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Copy-MgUserOnenoteSectionToNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Copy-MgUserOnenoteSectionToNotebook" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Users.Actions", "Permissions": [ { "Name": "Notes.Create", @@ -8372,20 +8376,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Copy-MgUserOnenoteSectionToSectionGroup", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Copy-MgUserOnenoteSectionToSectionGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disable", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -8400,36 +8404,36 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Disable-MgBetaDeviceManagementComanagedDevice", "Variants": [ "Disable", "DisableViaIdentity" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disable", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Disable-MgBetaDeviceManagementComanagedDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disableLostMode", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Disable-MgBetaDeviceManagementComanagedDeviceLostMode", "Variants": [ "Disable", "DisableViaIdentity" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disableLostMode", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Disable-MgBetaDeviceManagementComanagedDeviceLostMode" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disable", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -8444,98 +8448,98 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Disable-MgBetaDeviceManagementManagedDevice", "Variants": [ "Disable", "DisableViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disable", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Disable-MgBetaDeviceManagementManagedDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Disable-MgBetaDeviceManagementManagedDeviceLostMode", "Variants": [ "Disable", "DisableViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Disable-MgBetaDeviceManagementManagedDeviceLostMode" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/disableSmsSignIn", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": { "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 }, - "Method": "POST", + "Command": "Disable-MgBetaUserAuthenticationMethodSmsSignIn", "Variants": [ "Disable", "DisableViaIdentity" ], - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/disableSmsSignIn", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Disable-MgBetaUserAuthenticationMethodSmsSignIn" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disable", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Disable-MgBetaUserManagedDevice", "Variants": [ "Disable", "DisableViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disable", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Disable-MgBetaUserManagedDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Disable-MgBetaUserManagedDeviceLostMode", "Variants": [ "Disable", "DisableViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Disable-MgBetaUserManagedDeviceLostMode" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Disable-MgDeviceManagementManagedDeviceLostMode", "Variants": [ "Disable", "DisableViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Disable-MgDeviceManagementManagedDeviceLostMode" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/disableSmsSignIn", + "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -8550,48 +8554,48 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Disable-MgUserAuthenticationPhoneMethodSmsSignIn", "Variants": [ "Disable", "DisableViaIdentity" ], - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/disableSmsSignIn", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Disable-MgUserAuthenticationPhoneMethodSmsSignIn" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Disable-MgUserManagedDeviceLostMode", "Variants": [ "Disable", "DisableViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Disable-MgUserManagedDeviceLostMode" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/chromeOSOnboardingSettings/disconnect", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Disconnect-MgBetaDeviceManagementChromeOSOnboardingSetting", "Variants": [ "Disconnect" ], - "Uri": "/deviceManagement/chromeOSOnboardingSettings/disconnect", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Disconnect-MgBetaDeviceManagementChromeOSOnboardingSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -8606,35 +8610,35 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Disconnect-MgBetaDeviceManagementRemoteAssistancePartner", "Variants": [ "Disconnect", "DisconnectViaIdentity" ], - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Disconnect-MgBetaDeviceManagementRemoteAssistancePartner" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/zebraFotaConnector/disconnect", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Disconnect-MgBetaDeviceManagementZebraFotaConnector", "Variants": [ "Disconnect" ], - "Uri": "/deviceManagement/zebraFotaConnector/disconnect", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Disconnect-MgBetaDeviceManagementZebraFotaConnector" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -8649,18 +8653,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Disconnect-MgDeviceManagementRemoteAssistancePartner", "Variants": [ "Disconnect", "DisconnectViaIdentity" ], - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Disconnect-MgDeviceManagementRemoteAssistancePartner" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/enableAndroidDeviceAdministratorEnrollment", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -8675,55 +8679,55 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Enable-MgBetaDeviceManagementAndroidDeviceAdministratorEnrollment", "Variants": [ "Enable" ], - "Uri": "/deviceManagement/enableAndroidDeviceAdministratorEnrollment", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Enable-MgBetaDeviceManagementAndroidDeviceAdministratorEnrollment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/assignmentFilters/enable", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Enable-MgBetaDeviceManagementAssignmentFilter", "Variants": [ "Enable", "EnableExpanded" ], - "Uri": "/deviceManagement/assignmentFilters/enable", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Enable-MgBetaDeviceManagementAssignmentFilter" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enableLostMode", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Enable-MgBetaDeviceManagementComanagedDeviceLostMode", "Variants": [ "Enable", "EnableExpanded", "EnableViaIdentity", "EnableViaIdentityExpanded" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enableLostMode", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Enable-MgBetaDeviceManagementComanagedDeviceLostMode" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceHealthScripts/enableGlobalScripts", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -8738,49 +8742,49 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Enable-MgBetaDeviceManagementDeviceHealthScriptGlobalScript", "Variants": [ "Enable" ], - "Uri": "/deviceManagement/deviceHealthScripts/enableGlobalScripts", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Enable-MgBetaDeviceManagementDeviceHealthScriptGlobalScript" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/enableLegacyPcManagement", "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", + "Permissions": [], + "Command": "Enable-MgBetaDeviceManagementLegacyPcManagement", "Variants": [ "Enable" ], - "Uri": "/deviceManagement/enableLegacyPcManagement", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Enable-MgBetaDeviceManagementLegacyPcManagement" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enableLostMode", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Enable-MgBetaDeviceManagementManagedDeviceLostMode", "Variants": [ "Enable", "EnableExpanded", "EnableViaIdentity", "EnableViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enableLostMode", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Enable-MgBetaDeviceManagementManagedDeviceLostMode" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/tenantAttachRBAC/enable", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -8795,68 +8799,68 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Enable-MgBetaDeviceManagementTenantAttachRbac", "Variants": [ "Enable", "EnableExpanded" ], - "Uri": "/deviceManagement/tenantAttachRBAC/enable", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Enable-MgBetaDeviceManagementTenantAttachRbac" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/enableUnlicensedAdminstrators", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "Enable-MgBetaDeviceManagementUnlicensedAdminstrator", "Variants": [ "Enable" ], - "Uri": "/deviceManagement/enableUnlicensedAdminstrators", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Enable-MgBetaDeviceManagementUnlicensedAdminstrator" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/enableSmsSignIn", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": { "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 }, - "Method": "POST", + "Command": "Enable-MgBetaUserAuthenticationMethodSmsSignIn", "Variants": [ "Enable", "EnableViaIdentity" ], - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/enableSmsSignIn", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Enable-MgBetaUserAuthenticationMethodSmsSignIn" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/enableLostMode", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Enable-MgBetaUserManagedDeviceLostMode", "Variants": [ "Enable", "EnableExpanded", "EnableViaIdentity", "EnableViaIdentityExpanded" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/enableLostMode", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Enable-MgBetaUserManagedDeviceLostMode" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/enableSmsSignIn", + "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -8871,18 +8875,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Enable-MgUserAuthenticationPhoneMethodSmsSignIn", "Variants": [ "Enable", "EnableViaIdentity" ], - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/enableSmsSignIn", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Enable-MgUserAuthenticationPhoneMethodSmsSignIn" + "ApiVersion": "v1.0" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/export", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -8897,20 +8901,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Export-MgBetaComplianceEdiscoveryCaseReviewSet", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/export", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Export-MgBetaComplianceEdiscoveryCaseReviewSet" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/exportMobileConfig", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -8925,18 +8929,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Export-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileMobileConfig", "Variants": [ "Export", "ExportViaIdentity" ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/exportMobileConfig", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Export-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileMobileConfig" + "ApiVersion": "beta" }, { + "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/exportPersonalData", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read.All", @@ -8951,48 +8955,48 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Export-MgBetaDirectoryInboundSharedUserProfilePersonalData", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/exportPersonalData", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Export-MgBetaDirectoryInboundSharedUserProfilePersonalData" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/export", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Export-MgBetaPrivilegedAccessResourceRoleAssignment", "Variants": [ "Export", "ExportViaIdentity" ], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/export", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Export-MgBetaPrivilegedAccessResourceRoleAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/export", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Export-MgBetaPrivilegedAccessRoleAssignment", "Variants": [ "Export", "ExportViaIdentity" ], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/export", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Export-MgBetaPrivilegedAccessRoleAssignment" + "ApiVersion": "beta" }, { - "Permissions": [ - { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [ + { "Name": "eDiscovery.Read.All", "Description": "Read all eDiscovery objects", "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", @@ -9005,20 +9009,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseReviewSet", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseReviewSet" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -9033,20 +9037,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/exportDeviceAndAppManagementData", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -9073,40 +9077,40 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Export-MgBetaUserDeviceAndAppManagementData", "Variants": [ "Export", "Export1", "ExportViaIdentity", "ExportViaIdentity1" ], - "Uri": "/users/{user-id}/exportDeviceAndAppManagementData", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Export-MgBetaUserDeviceAndAppManagementData" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/exportPersonalData", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": { "Name": "User.Export.All", "Description": "Export user's data", "FullDescription": "Allows the app to export data (e.g. customer content or system-generated logs), associated with any user in your company, when the app is used by a privileged user (e.g. a Company Administrator).", "IsAdmin": true }, - "Method": "POST", + "Command": "Export-MgBetaUserPersonalData", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "Uri": "/users/{user-id}/exportPersonalData", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Export-MgBetaUserPersonalData" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export", + "Method": "POST", + "OutputType": null, + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -9121,20 +9125,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSet", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSet" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export", + "Method": "POST", + "OutputType": null, + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -9149,20 +9153,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSetQuery", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSetQuery" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/exportDeviceAndAppManagementData", + "Method": "GET", + "OutputType": null, + "Module": "Users.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -9189,141 +9193,141 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Export-MgUserDeviceAndAppManagementData", "Variants": [ "Export", "Export1", "ExportViaIdentity", "ExportViaIdentity1" ], - "Uri": "/users/{user-id}/exportDeviceAndAppManagementData", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Export-MgUserDeviceAndAppManagementData" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/exportPersonalData", + "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", "Permissions": { "Name": "User.Export.All", "Description": "Export user's data", "FullDescription": "Allows the app to export data (e.g. customer content or system-generated logs), associated with any user in your company, when the app is used by a privileged user (e.g. a Company Administrator).", "IsAdmin": true }, - "Method": "POST", + "Command": "Export-MgUserPersonalData", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "Uri": "/users/{user-id}/exportPersonalData", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Export-MgUserPersonalData" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Discover", - "DiscoverViaIdentity" - ], "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Find-MgApplicationSynchronizationJobSchemaDirectory" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Find-MgApplicationSynchronizationJobSchemaDirectory", "Variants": [ "Discover", "DiscoverViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Find-MgApplicationSynchronizationTemplateSchemaDirectory" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Find-MgApplicationSynchronizationTemplateSchemaDirectory", "Variants": [ "Discover", "DiscoverViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Find-MgBetaApplicationSynchronizationJobSchemaDirectory" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Find-MgBetaApplicationSynchronizationJobSchemaDirectory", "Variants": [ "Discover", "DiscoverViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Find-MgBetaApplicationSynchronizationTemplateSchemaDirectory" + "Permissions": [], + "Command": "Find-MgBetaApplicationSynchronizationTemplateSchemaDirectory", + "Variants": [ + "Discover", + "DiscoverViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/locateDevice", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Find-MgBetaDeviceManagementComanagedDevice", "Variants": [ "Locate", "LocateViaIdentity" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/locateDevice", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Find-MgBetaDeviceManagementComanagedDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Find-MgBetaDeviceManagementManagedDevice", "Variants": [ "Locate", "LocateViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Find-MgBetaDeviceManagementManagedDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})", "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Find-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyByMethodMode", "Variants": [ "Find1", "FindViaIdentity1" ], - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Find-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyByMethodMode" + "ApiVersion": "beta" }, { + "Uri": "/policies/authenticationStrengthPolicies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})", + "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -9344,18 +9348,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Find-MgBetaPolicyAuthenticationStrengthPolicyByMethodMode", "Variants": [ "Find", "FindViaIdentity" ], - "Uri": "/policies/authenticationStrengthPolicies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Find-MgBetaPolicyAuthenticationStrengthPolicyByMethodMode" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", + "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -9370,44 +9374,44 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Find-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Find-MgBetaServicePrincipalSynchronizationJobSchemaDirectory" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Find-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Find-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Find-MgBetaUserManagedDevice", "Variants": [ "Locate", "LocateViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Find-MgBetaUserManagedDevice" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/findMeetingTimes", + "Method": "POST", + "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult", + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Calendars.Read.Shared", @@ -9422,20 +9426,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Find-MgBetaUserMeetingTime", "Variants": [ "Find", "FindExpanded", "FindViaIdentity", "FindViaIdentityExpanded" ], - "Uri": "/users/{user-id}/findMeetingTimes", - "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Find-MgBetaUserMeetingTime" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/findRooms", + "Method": "GET", + "OutputType": "IMicrosoftGraphEmailAddress", + "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "User.Read.All", @@ -9450,20 +9454,20 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Find-MgBetaUserRoom", "Variants": [ "Find", "Find1", "FindViaIdentity", "FindViaIdentity1" ], - "Uri": "/users/{user-id}/findRooms", - "OutputType": "IMicrosoftGraphEmailAddress", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Find-MgBetaUserRoom" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/findRoomLists", + "Method": "GET", + "OutputType": "IMicrosoftGraphEmailAddress", + "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "User.Read.All", @@ -9478,36 +9482,36 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Find-MgBetaUserRoomList", "Variants": [ "Find", "FindViaIdentity" ], - "Uri": "/users/{user-id}/findRoomLists", - "OutputType": "IMicrosoftGraphEmailAddress", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Find-MgBetaUserRoomList" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Find-MgDeviceManagementManagedDevice", "Variants": [ "Locate", "LocateViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Find-MgDeviceManagementManagedDevice" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", + "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -9522,44 +9526,44 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Find-MgServicePrincipalSynchronizationJobSchemaDirectory", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Find-MgServicePrincipalSynchronizationJobSchemaDirectory" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Module": "Applications", + "Permissions": [], + "Command": "Find-MgServicePrincipalSynchronizationTemplateSchemaDirectory", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Find-MgServicePrincipalSynchronizationTemplateSchemaDirectory" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Find-MgUserManagedDevice", "Variants": [ "Locate", "LocateViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Find-MgUserManagedDevice" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/findMeetingTimes", + "Method": "POST", + "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult", + "Module": "Users.Actions", "Permissions": [ { "Name": "Calendars.Read.Shared", @@ -9574,44 +9578,44 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Find-MgUserMeetingTime", "Variants": [ "Find", "FindExpanded", "FindViaIdentity", "FindViaIdentityExpanded" ], - "Uri": "/users/{user-id}/findMeetingTimes", - "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Find-MgUserMeetingTime" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get" - ], "Uri": "/admin/edge", + "Method": "GET", "OutputType": "IMicrosoftGraphEdge", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Get-MgAdminEdge" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgAdminEdge", "Variants": [ "Get" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/admin/edge/internetExplorerMode", + "Method": "GET", "OutputType": "IMicrosoftGraphInternetExplorerMode", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Get-MgAdminEdgeInternetExplorerMode" + "Permissions": [], + "Command": "Get-MgAdminEdgeInternetExplorerMode", + "Variants": [ + "Get" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphBrowserSiteList", + "Module": "DeviceManagement", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -9626,18 +9630,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteList", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", - "OutputType": "IMicrosoftGraphBrowserSiteList", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteList" + "ApiVersion": "v1.0" }, { + "Uri": "/admin/edge/internetExplorerMode/siteLists", + "Method": "GET", + "OutputType": "IMicrosoftGraphBrowserSiteList", + "Module": "DeviceManagement", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -9652,17 +9656,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteList", "Variants": [ "List" ], - "Uri": "/admin/edge/internetExplorerMode/siteLists", - "OutputType": "IMicrosoftGraphBrowserSiteList", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteList" + "ApiVersion": "v1.0" }, { + "Uri": "/admin/edge/internetExplorerMode/siteLists/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -9677,17 +9681,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListCount", "Variants": [ "Get" ], - "Uri": "/admin/edge/internetExplorerMode/siteLists/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListCount" + "ApiVersion": "v1.0" }, { + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Module": "DeviceManagement", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -9702,18 +9706,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", - "OutputType": "IMicrosoftGraphBrowserSharedCookie", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie" + "ApiVersion": "v1.0" }, { + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", + "Method": "GET", + "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Module": "DeviceManagement", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -9728,17 +9732,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", "Variants": [ "List" ], - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", - "OutputType": "IMicrosoftGraphBrowserSharedCookie", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie" + "ApiVersion": "v1.0" }, { + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -9753,18 +9757,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookieCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookieCount" + "ApiVersion": "v1.0" }, { + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphBrowserSite", + "Module": "DeviceManagement", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -9779,18 +9783,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSite", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", - "OutputType": "IMicrosoftGraphBrowserSite", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSite" + "ApiVersion": "v1.0" }, { + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", + "Method": "GET", + "OutputType": "IMicrosoftGraphBrowserSite", + "Module": "DeviceManagement", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -9805,17 +9809,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSite", "Variants": [ "List" ], - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", - "OutputType": "IMicrosoftGraphBrowserSite", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSite" + "ApiVersion": "v1.0" }, { + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -9830,30 +9834,30 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSiteCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSiteCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/admin/sharepoint", "Method": "GET", + "OutputType": "IMicrosoftGraphSharepoint", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgAdminSharepoint", "Variants": [ "Get" ], - "Uri": "/admin/sharepoint", - "OutputType": "IMicrosoftGraphSharepoint", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgAdminSharepoint" + "ApiVersion": "v1.0" }, { + "Uri": "/admin/sharepoint/settings", + "Method": "GET", + "OutputType": "IMicrosoftGraphSharepointSettings", + "Module": "Sites", "Permissions": [ { "Name": "SharePointTenantSettings.Read.All", @@ -9868,85 +9872,85 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgAdminSharepointSetting", "Variants": [ "Get" ], - "Uri": "/admin/sharepoint/settings", - "OutputType": "IMicrosoftGraphSharepointSettings", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgAdminSharepointSetting" + "ApiVersion": "v1.0" }, { + "Uri": "/agreements/{agreement-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAgreement", + "Module": "Identity.Governance", "Permissions": { "Name": "Agreement.Read.All", "Description": "Read all terms of use agreements", "FullDescription": "Allows the app to read terms of use agreements on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgAgreement", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/agreements/{agreement-id}", - "OutputType": "IMicrosoftGraphAgreement", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgAgreement" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/agreements", "Method": "GET", + "OutputType": "IMicrosoftGraphAgreement", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgAgreement", "Variants": [ "List" ], - "Uri": "/agreements", - "OutputType": "IMicrosoftGraphAgreement", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgAgreement" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgAgreementAcceptance", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", - "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgAgreementAcceptance" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/agreements/{agreement-id}/acceptances", "Method": "GET", + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgAgreementAcceptance", "Variants": [ "List" ], - "Uri": "/agreements/{agreement-id}/acceptances", - "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgAgreementAcceptance" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/agreements/{agreement-id}/acceptances/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgAgreementAcceptanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/agreements/{agreement-id}/acceptances/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgAgreementAcceptanceCount" + "ApiVersion": "v1.0" }, { + "Uri": "/agreements/{agreement-id}/file", + "Method": "GET", + "OutputType": "IMicrosoftGraphAgreementFile", + "Module": "Identity.Governance", "Permissions": [ { "Name": "Agreement.Read.All", @@ -9961,208 +9965,208 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgAgreementFile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/agreements/{agreement-id}/file", - "OutputType": "IMicrosoftGraphAgreementFile", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgAgreementFile" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/agreements/{agreement-id}/files", + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgAgreementFile" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgAgreementFile", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/agreements/{agreement-id}/files/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgAgreementFileCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgAgreementFileCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgAgreementFileLocalization" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgAgreementFileLocalization", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations", + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgAgreementFileLocalization" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgAgreementFileLocalization", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgAgreementFileLocalizationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgAgreementFileLocalizationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgAgreementFileLocalizationVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgAgreementFileLocalizationVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgAgreementFileLocalizationVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgAgreementFileLocalizationVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgAgreementFileLocalizationVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgAgreementFileLocalizationVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgAgreementFileVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgAgreementFileVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgAgreementFileVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgAgreementFileVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgAgreementFileVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgAgreementFileVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/getAllSites", + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgAllGroupSite" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgAllGroupSite", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/allChannels/{channel-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgAllGroupTeamChannel" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgAllGroupTeamChannel", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/allChannels", + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgAllGroupTeamChannel" + "Permissions": [], + "Command": "Get-MgAllGroupTeamChannel", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/allChannels/$count", "Method": "GET", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgAllGroupTeamChannelCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/team/allChannels/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgAllGroupTeamChannelCount" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/getAllSites", + "Method": "GET", + "OutputType": "IMicrosoftGraphSite", + "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -10177,30 +10181,30 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgAllSite", "Variants": [ "Get2" ], - "Uri": "/sites/getAllSites", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgAllSite" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/allChannels/{channel-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphChannel", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgAllTeamChannel", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/allChannels/{channel-id}", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgAllTeamChannel" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/allChannels", + "Method": "GET", + "OutputType": "IMicrosoftGraphChannel", + "Module": "Teams", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -10221,17 +10225,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgAllTeamChannel", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/allChannels", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgAllTeamChannel" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/allChannels/$count", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -10252,18 +10256,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgAllTeamChannelCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/allChannels/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgAllTeamChannelCount" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/getAllMessages", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", "Permissions": [ { "Name": "Directory.Read.All", @@ -10320,29 +10324,29 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgAllTeamMessage", "Variants": [ "Get" ], - "Uri": "/teams/getAllMessages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgAllTeamMessage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/getAllMessages", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgAllTeamworkDeletedTeamMessage", "Variants": [ "Get" ], - "Uri": "/teamwork/deletedTeams/getAllMessages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgAllTeamworkDeletedTeamMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/chats/getAllMessages", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Users.Functions", "Permissions": [ { "Name": "Chat.Read.All", @@ -10357,31 +10361,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgAllUserChatMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/chats/getAllMessages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Get-MgAllUserChatMessage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsApp", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgAppCatalogTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", - "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgAppCatalogTeamApp" + "ApiVersion": "v1.0" }, { + "Uri": "/appCatalogs/teamsApps", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsApp", + "Module": "Teams", "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -10414,17 +10418,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgAppCatalogTeamApp", "Variants": [ "List" ], - "Uri": "/appCatalogs/teamsApps", - "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgAppCatalogTeamApp" + "ApiVersion": "v1.0" }, { + "Uri": "/appCatalogs/teamsApps/$count", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -10457,42 +10461,42 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgAppCatalogTeamAppCount", "Variants": [ "Get" ], - "Uri": "/appCatalogs/teamsApps/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgAppCatalogTeamAppCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgAppCatalogTeamAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgAppCatalogTeamAppDefinition" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgAppCatalogTeamAppDefinition", "Variants": [ "List" ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgAppCatalogTeamAppDefinition" + "ApiVersion": "v1.0" }, { + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -10513,31 +10517,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgAppCatalogTeamAppDefinitionBot", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgAppCatalogTeamAppDefinitionBot" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count", "Method": "GET", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgAppCatalogTeamAppDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgAppCatalogTeamAppDefinitionCount" + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -10570,18 +10574,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplication" + "ApiVersion": "v1.0" }, { + "Uri": "/applications", + "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -10620,54 +10624,54 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgApplication", "Variants": [ "List" ], - "Uri": "/applications", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplication" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/applications/{application-id}/appManagementPolicies", + "Method": "GET", "OutputType": "IMicrosoftGraphAppManagementPolicy", - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgApplicationAppManagementPolicy" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgApplicationAppManagementPolicy", "Variants": [ "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/appManagementPolicies/$ref", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgApplicationAppManagementPolicyByRef" + "Permissions": [], + "Command": "Get-MgApplicationAppManagementPolicyByRef", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/appManagementPolicies/$count", "Method": "GET", + "OutputType": null, + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgApplicationAppManagementPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/appManagementPolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationAppManagementPolicyCount" + "ApiVersion": "v1.0" }, { + "Uri": "/applications(appId='{appId}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -10706,31 +10710,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgApplicationByAppId", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications(appId='{appId}')", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationByAppId" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgApplicationById", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/applications/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationById" + "ApiVersion": "v1.0" }, { + "Uri": "/applications/$count", + "Method": "GET", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -10769,30 +10773,30 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgApplicationCount", "Variants": [ "Get" ], - "Uri": "/applications/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/createdOnBehalfOf", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgApplicationCreatedOnBehalfOf", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/createdOnBehalfOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationCreatedOnBehalfOf" + "ApiVersion": "v1.0" }, { + "Uri": "/applications/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -10825,17 +10829,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgApplicationDelta", "Variants": [ "Delta" ], - "Uri": "/applications/delta", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationDelta" + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphExtensionProperty", + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -10862,18 +10866,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgApplicationExtensionProperty", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", - "OutputType": "IMicrosoftGraphExtensionProperty", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationExtensionProperty" + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/extensionProperties", + "Method": "GET", + "OutputType": "IMicrosoftGraphExtensionProperty", + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -10906,17 +10910,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgApplicationExtensionProperty", "Variants": [ "List" ], - "Uri": "/applications/{application-id}/extensionProperties", - "OutputType": "IMicrosoftGraphExtensionProperty", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationExtensionProperty" + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/extensionProperties/$count", + "Method": "GET", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -10949,18 +10953,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgApplicationExtensionPropertyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/extensionProperties/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationExtensionPropertyCount" + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -10975,18 +10979,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgApplicationFederatedIdentityCredential", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationFederatedIdentityCredential" + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/federatedIdentityCredentials", + "Method": "GET", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -11007,17 +11011,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgApplicationFederatedIdentityCredential", "Variants": [ "List" ], - "Uri": "/applications/{application-id}/federatedIdentityCredentials", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationFederatedIdentityCredential" + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/federatedIdentityCredentials/$count", + "Method": "GET", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -11038,99 +11042,99 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgApplicationFederatedIdentityCredentialCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/federatedIdentityCredentials/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationFederatedIdentityCredentialCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies", "Method": "GET", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", "Variants": [ "List" ], - "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/$count", "Method": "GET", + "OutputType": null, + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgApplicationHomeRealmDiscoveryPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationHomeRealmDiscoveryPolicyCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/logo", "Method": "GET", + "OutputType": null, + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgApplicationLogo", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/logo", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationLogo" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/getMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgApplicationMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationMemberGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/getMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgApplicationMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationMemberObject" + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/owners", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -11163,117 +11167,117 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgApplicationOwner", "Variants": [ "List" ], - "Uri": "/applications/{application-id}/owners", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationOwner" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/appRoleAssignment", "Method": "GET", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgApplicationOwnerAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/appRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationOwnerAsAppRoleAssignment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/owners/appRoleAssignment", "Method": "GET", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgApplicationOwnerAsAppRoleAssignment", "Variants": [ "List" ], - "Uri": "/applications/{application-id}/owners/appRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationOwnerAsAppRoleAssignment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint", "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgApplicationOwnerAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationOwnerAsEndpoint" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/owners/endpoint", "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgApplicationOwnerAsEndpoint", "Variants": [ "List" ], - "Uri": "/applications/{application-id}/owners/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationOwnerAsEndpoint" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgApplicationOwnerAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationOwnerAsServicePrincipal" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/owners/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgApplicationOwnerAsServicePrincipal", "Variants": [ "List" ], - "Uri": "/applications/{application-id}/owners/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationOwnerAsServicePrincipal" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgApplicationOwnerAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationOwnerAsUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/owners/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgApplicationOwnerAsUser", "Variants": [ "List" ], - "Uri": "/applications/{application-id}/owners/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationOwnerAsUser" + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/owners/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -11306,17 +11310,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgApplicationOwnerByRef", "Variants": [ "List" ], - "Uri": "/applications/{application-id}/owners/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationOwnerByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/owners/$count", + "Method": "GET", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -11349,83 +11353,83 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgApplicationOwnerCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/owners/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationOwnerCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/applications/{application-id}/owners/appRoleAssignment/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgApplicationOwnerCountAsAppRoleAssignment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgApplicationOwnerCountAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/owners/endpoint/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgApplicationOwnerCountAsEndpoint" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgApplicationOwnerCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/owners/servicePrincipal/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgApplicationOwnerCountAsServicePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgApplicationOwnerCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/owners/user/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgApplicationOwnerCountAsUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgApplicationOwnerCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/synchronization", + "Method": "GET", "OutputType": "IMicrosoftGraphSynchronization", - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgApplicationSynchronization" + "Permissions": [], + "Command": "Get-MgApplicationSynchronization", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/synchronization/acquireAccessToken", + "Method": "POST", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -11440,122 +11444,122 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Get-MgApplicationSynchronizationAccessToken", "Variants": [ "Acquire", "AcquireExpanded", "AcquireViaIdentity", "AcquireViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/synchronization/acquireAccessToken", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationSynchronizationAccessToken" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgApplicationSynchronizationJob", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", - "OutputType": "IMicrosoftGraphSynchronizationJob", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationSynchronizationJob" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/applications/{application-id}/synchronization/jobs", + "Method": "GET", "OutputType": "IMicrosoftGraphSynchronizationJob", - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgApplicationSynchronizationJob" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgApplicationSynchronizationJob", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgApplicationSynchronizationJobCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgApplicationSynchronizationJobCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "Method": "GET", "OutputType": "IMicrosoftGraphSynchronizationSchema", - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgApplicationSynchronizationJobSchema" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgApplicationSynchronizationJobSchema", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgApplicationSynchronizationJobSchemaDirectoryCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgApplicationSynchronizationJobSchemaDirectoryCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/synchronization/secrets/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgApplicationSynchronizationSecretCount" + "Permissions": [], + "Command": "Get-MgApplicationSynchronizationSecretCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -11576,18 +11580,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgApplicationSynchronizationTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationSynchronizationTemplate" + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/synchronization/templates", + "Method": "GET", + "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -11608,17 +11612,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgApplicationSynchronizationTemplate", "Variants": [ "List" ], - "Uri": "/applications/{application-id}/synchronization/templates", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationSynchronizationTemplate" + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/synchronization/templates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -11639,18 +11643,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgApplicationSynchronizationTemplateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/synchronization/templates/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationSynchronizationTemplateCount" + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "Method": "GET", + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -11671,130 +11675,93 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgApplicationSynchronizationTemplateSchema", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "OutputType": "IMicrosoftGraphSynchronizationSchema", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationSynchronizationTemplateSchema" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory", "Variants": [ "List" ], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", "Method": "GET", + "OutputType": null, + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectoryCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applicationTemplates/{applicationTemplate-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphApplicationTemplate", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgApplicationTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applicationTemplates/{applicationTemplate-id}", - "OutputType": "IMicrosoftGraphApplicationTemplate", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationTemplate" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applicationTemplates", "Method": "GET", + "OutputType": "IMicrosoftGraphApplicationTemplate", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgApplicationTemplate", "Variants": [ "List" ], - "Uri": "/applicationTemplates", - "OutputType": "IMicrosoftGraphApplicationTemplate", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationTemplate" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applicationTemplates/$count", "Method": "GET", + "OutputType": null, + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgApplicationTemplateCount", "Variants": [ "Get" ], - "Uri": "/applicationTemplates/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationTemplateCount" + "ApiVersion": "v1.0" }, { - "Permissions": [ - { - "Name": "Application.ReadWrite.All", - "Description": "Read and write applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", - "IsAdmin": true - }, - { - "Name": "Application.ReadWrite.OwnedBy", - "Description": "Manage apps that this app creates or owns", - "FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user.  It cannot update any apps that it is not an owner of.", - "IsAdmin": false - }, - { - "Name": "Policy.Read.All", - "Description": "Read your organization's policies", - "FullDescription": "Allows the app to read your organization's policies on your behalf.", - "IsAdmin": true - }, - { - "Name": "Policy.ReadWrite.ApplicationConfiguration", - "Description": "Read and write your organization's application configuration policies", - "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", - "IsAdmin": true - } - ], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/applications/{application-id}/tokenIssuancePolicies", + "Method": "GET", "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgApplicationTokenIssuancePolicy" - }, - { "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -11821,17 +11788,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgApplicationTokenIssuancePolicy", "Variants": [ "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgApplicationTokenIssuancePolicyByRef" - }, - { "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -11858,18 +11825,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgApplicationTokenIssuancePolicyByRef", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/tokenIssuancePolicies/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgApplicationTokenIssuancePolicyCount" - }, - { "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -11896,17 +11862,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgApplicationTokenIssuancePolicyCount", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/tokenLifetimePolicies", + "Method": "GET", "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgApplicationTokenLifetimePolicy" - }, - { "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -11933,17 +11900,54 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgApplicationTokenLifetimePolicy", "Variants": [ "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgApplicationTokenLifetimePolicyByRef" + "Permissions": [ + { + "Name": "Application.ReadWrite.All", + "Description": "Read and write applications", + "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", + "IsAdmin": true + }, + { + "Name": "Application.ReadWrite.OwnedBy", + "Description": "Manage apps that this app creates or owns", + "FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user.  It cannot update any apps that it is not an owner of.", + "IsAdmin": false + }, + { + "Name": "Policy.Read.All", + "Description": "Read your organization's policies", + "FullDescription": "Allows the app to read your organization's policies on your behalf.", + "IsAdmin": true + }, + { + "Name": "Policy.ReadWrite.ApplicationConfiguration", + "Description": "Read and write your organization's application configuration policies", + "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", + "IsAdmin": true + } + ], + "Command": "Get-MgApplicationTokenLifetimePolicyByRef", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/tokenLifetimePolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -11970,18 +11974,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgApplicationTokenLifetimePolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/tokenLifetimePolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgApplicationTokenLifetimePolicyCount" + "ApiVersion": "v1.0" }, { + "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryAudit", + "Module": "Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -11996,18 +12000,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgAuditLogDirectoryAudit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}", - "OutputType": "IMicrosoftGraphDirectoryAudit", - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgAuditLogDirectoryAudit" + "ApiVersion": "v1.0" }, { + "Uri": "/auditLogs/directoryAudits", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryAudit", + "Module": "Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -12022,17 +12026,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgAuditLogDirectoryAudit", "Variants": [ "List" ], - "Uri": "/auditLogs/directoryAudits", - "OutputType": "IMicrosoftGraphDirectoryAudit", - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgAuditLogDirectoryAudit" + "ApiVersion": "v1.0" }, { + "Uri": "/auditLogs/directoryAudits/$count", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -12047,30 +12051,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgAuditLogDirectoryAuditCount", "Variants": [ "Get" ], - "Uri": "/auditLogs/directoryAudits/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgAuditLogDirectoryAuditCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "Module": "Reports", + "Permissions": [], + "Command": "Get-MgAuditLogProvisioning", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}", - "OutputType": "IMicrosoftGraphProvisioningObjectSummary", - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgAuditLogProvisioning" + "ApiVersion": "v1.0" }, { + "Uri": "/auditLogs/provisioning", + "Method": "GET", + "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "Module": "Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -12085,17 +12089,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgAuditLogProvisioning", "Variants": [ "List" ], - "Uri": "/auditLogs/provisioning", - "OutputType": "IMicrosoftGraphProvisioningObjectSummary", - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgAuditLogProvisioning" + "ApiVersion": "v1.0" }, { + "Uri": "/auditLogs/provisioning/$count", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -12110,17 +12114,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgAuditLogProvisioningCount", "Variants": [ "Get" ], - "Uri": "/auditLogs/provisioning/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgAuditLogProvisioningCount" + "ApiVersion": "v1.0" }, { + "Uri": "/auditLogs/signIns/{signIn-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSignIn", + "Module": "Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -12135,18 +12139,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgAuditLogSignIn", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/auditLogs/signIns/{signIn-id}", - "OutputType": "IMicrosoftGraphSignIn", - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgAuditLogSignIn" + "ApiVersion": "v1.0" }, { + "Uri": "/auditLogs/signIns", + "Method": "GET", + "OutputType": "IMicrosoftGraphSignIn", + "Module": "Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -12161,17 +12165,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgAuditLogSignIn", "Variants": [ "List" ], - "Uri": "/auditLogs/signIns", - "OutputType": "IMicrosoftGraphSignIn", - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgAuditLogSignIn" + "ApiVersion": "v1.0" }, { + "Uri": "/auditLogs/signIns/$count", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -12186,17 +12190,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgAuditLogSignInCount", "Variants": [ "Get" ], - "Uri": "/auditLogs/signIns/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgAuditLogSignInCount" + "ApiVersion": "v1.0" }, { + "Uri": "/accessReviews/{accessReview-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReview", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -12217,18 +12221,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAccessReview", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/accessReviews/{accessReview-id}", - "OutputType": "IMicrosoftGraphAccessReview", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReview" + "ApiVersion": "beta" }, { + "Uri": "/accessReviews", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReview", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -12249,17 +12253,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAccessReview", "Variants": [ "List" ], - "Uri": "/accessReviews", - "OutputType": "IMicrosoftGraphAccessReview", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReview" + "ApiVersion": "beta" }, { + "Uri": "/accessReviews/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -12280,30 +12284,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAccessReviewCount", "Variants": [ "Get" ], - "Uri": "/accessReviews/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaAccessReviewDecision", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", - "OutputType": "IMicrosoftGraphAccessReviewDecision", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewDecision" + "ApiVersion": "beta" }, { + "Uri": "/accessReviews/{accessReview-id}/decisions", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -12324,17 +12328,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAccessReviewDecision", "Variants": [ "List" ], - "Uri": "/accessReviews/{accessReview-id}/decisions", - "OutputType": "IMicrosoftGraphAccessReviewDecision", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewDecision" + "ApiVersion": "beta" }, { + "Uri": "/accessReviews/{accessReview-id}/decisions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -12355,183 +12359,183 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAccessReviewDecisionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/accessReviews/{accessReview-id}/decisions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewDecisionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReview", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaAccessReviewInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", - "OutputType": "IMicrosoftGraphAccessReview", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewInstance" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReview", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaAccessReviewInstance", "Variants": [ "List" ], - "Uri": "/accessReviews/{accessReview-id}/instances", - "OutputType": "IMicrosoftGraphAccessReview", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewInstance" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaAccessReviewInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/accessReviews/{accessReview-id}/instances/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewInstanceCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaAccessReviewInstanceDecision", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", - "OutputType": "IMicrosoftGraphAccessReviewDecision", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewInstanceDecision" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaAccessReviewInstanceDecision", "Variants": [ "List" ], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions", - "OutputType": "IMicrosoftGraphAccessReviewDecision", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewInstanceDecision" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaAccessReviewInstanceDecisionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewInstanceDecisionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaAccessReviewInstanceMyDecision", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", - "OutputType": "IMicrosoftGraphAccessReviewDecision", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewInstanceMyDecision" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaAccessReviewInstanceMyDecision", "Variants": [ "List" ], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions", - "OutputType": "IMicrosoftGraphAccessReviewDecision", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewInstanceMyDecision" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaAccessReviewInstanceMyDecisionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewInstanceMyDecisionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaAccessReviewInstanceReviewer", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewInstanceReviewer" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaAccessReviewInstanceReviewer", "Variants": [ "List" ], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewInstanceReviewer" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaAccessReviewInstanceReviewerCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewInstanceReviewerCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaAccessReviewMyDecision", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", - "OutputType": "IMicrosoftGraphAccessReviewDecision", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewMyDecision" + "ApiVersion": "beta" }, { + "Uri": "/accessReviews/{accessReview-id}/myDecisions", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -12552,17 +12556,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAccessReviewMyDecision", "Variants": [ "List" ], - "Uri": "/accessReviews/{accessReview-id}/myDecisions", - "OutputType": "IMicrosoftGraphAccessReviewDecision", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewMyDecision" + "ApiVersion": "beta" }, { + "Uri": "/accessReviews/{accessReview-id}/myDecisions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -12583,31 +12587,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAccessReviewMyDecisionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/accessReviews/{accessReview-id}/myDecisions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewMyDecisionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaAccessReviewReviewer", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewReviewer" + "ApiVersion": "beta" }, { + "Uri": "/accessReviews/{accessReview-id}/reviewers", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -12628,17 +12632,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAccessReviewReviewer", "Variants": [ "List" ], - "Uri": "/accessReviews/{accessReview-id}/reviewers", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewReviewer" + "ApiVersion": "beta" }, { + "Uri": "/accessReviews/{accessReview-id}/reviewers/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -12659,42 +12663,42 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAccessReviewReviewerCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/accessReviews/{accessReview-id}/reviewers/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewReviewerCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get" - ], "Uri": "/admin/edge", + "Method": "GET", "OutputType": "IMicrosoftGraphEdge", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaAdminEdge" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaAdminEdge", "Variants": [ "Get" ], + "ApiVersion": "beta" + }, + { "Uri": "/admin/edge/internetExplorerMode", + "Method": "GET", "OutputType": "IMicrosoftGraphInternetExplorerMode", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaAdminEdgeInternetExplorerMode" + "Permissions": [], + "Command": "Get-MgBetaAdminEdgeInternetExplorerMode", + "Variants": [ + "Get" + ], + "ApiVersion": "beta" }, { + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphBrowserSiteList", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -12709,18 +12713,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteList", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", - "OutputType": "IMicrosoftGraphBrowserSiteList", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteList" + "ApiVersion": "beta" }, { + "Uri": "/admin/edge/internetExplorerMode/siteLists", + "Method": "GET", + "OutputType": "IMicrosoftGraphBrowserSiteList", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -12735,17 +12739,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteList", "Variants": [ "List" ], - "Uri": "/admin/edge/internetExplorerMode/siteLists", - "OutputType": "IMicrosoftGraphBrowserSiteList", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteList" + "ApiVersion": "beta" }, { + "Uri": "/admin/edge/internetExplorerMode/siteLists/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -12760,17 +12764,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListCount", "Variants": [ "Get" ], - "Uri": "/admin/edge/internetExplorerMode/siteLists/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListCount" + "ApiVersion": "beta" }, { + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -12785,18 +12789,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", - "OutputType": "IMicrosoftGraphBrowserSharedCookie", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie" + "ApiVersion": "beta" }, { + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", + "Method": "GET", + "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -12811,17 +12815,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", "Variants": [ "List" ], - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", - "OutputType": "IMicrosoftGraphBrowserSharedCookie", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie" + "ApiVersion": "beta" }, { + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -12836,18 +12840,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookieCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookieCount" + "ApiVersion": "beta" }, { + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphBrowserSite", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -12862,18 +12866,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", - "OutputType": "IMicrosoftGraphBrowserSite", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite" + "ApiVersion": "beta" }, { + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", + "Method": "GET", + "OutputType": "IMicrosoftGraphBrowserSite", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -12888,17 +12892,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite", "Variants": [ "List" ], - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", - "OutputType": "IMicrosoftGraphBrowserSite", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite" + "ApiVersion": "beta" }, { + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -12913,18 +12917,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSiteCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSiteCount" + "ApiVersion": "beta" }, { + "Uri": "/administrativeUnits/{administrativeUnit-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -12951,18 +12955,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/administrativeUnits/{administrativeUnit-id}", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnit" + "ApiVersion": "beta" }, { + "Uri": "/administrativeUnits", + "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -12989,30 +12993,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnit", "Variants": [ "List" ], - "Uri": "/administrativeUnits", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnit" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/administrativeUnits/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaAdministrativeUnitById", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/administrativeUnits/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitById" + "ApiVersion": "beta" }, { + "Uri": "/administrativeUnits/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -13039,17 +13043,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitCount", "Variants": [ "Get" ], - "Uri": "/administrativeUnits/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitCount" + "ApiVersion": "beta" }, { + "Uri": "/administrativeUnits/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -13076,55 +13080,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitDelta", "Variants": [ "Delta" ], - "Uri": "/administrativeUnits/delta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaAdministrativeUnitExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions", "Method": "GET", + "OutputType": "IMicrosoftGraphExtension", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaAdministrativeUnitExtension", "Variants": [ "List" ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaAdministrativeUnitExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitExtensionCount" + "ApiVersion": "beta" }, { + "Uri": "/administrativeUnits/{administrativeUnit-id}/members", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -13151,30 +13155,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMember", "Variants": [ "List" ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/members", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMember" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaAdministrativeUnitMemberAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberAsApplication" + "ApiVersion": "beta" }, { + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/application", + "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -13201,30 +13205,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberAsApplication", "Variants": [ "List" ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberAsApplication" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaAdministrativeUnitMemberAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberAsDevice" + "ApiVersion": "beta" }, { + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/device", + "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -13251,30 +13255,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberAsDevice", "Variants": [ "List" ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberAsDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaAdministrativeUnitMemberAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberAsGroup" + "ApiVersion": "beta" }, { + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/group", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -13301,30 +13305,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberAsGroup", "Variants": [ "List" ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberAsGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaAdministrativeUnitMemberAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberAsOrgContact" + "ApiVersion": "beta" }, { + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/orgContact", + "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -13351,30 +13355,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberAsOrgContact", "Variants": [ "List" ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberAsOrgContact" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaAdministrativeUnitMemberAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberAsServicePrincipal" + "ApiVersion": "beta" }, { + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", + "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -13401,67 +13405,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberAsServicePrincipal", "Variants": [ "List" ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberAsServicePrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaAdministrativeUnitMemberAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberAsUser" + "ApiVersion": "beta" }, { - "Permissions": [ - { - "Name": "AdministrativeUnit.Read.All", - "Description": "Read administrative units", - "FullDescription": "Allows the app to read administrative units and administrative unit membership on your behalf.", - "IsAdmin": true - }, - { - "Name": "AdministrativeUnit.ReadWrite.All", - "Description": "Read and write administrative units", - "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", - "IsAdmin": true - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true - } - ], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/administrativeUnits/{administrativeUnit-id}/members/user", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberAsUser" - }, - { "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -13488,17 +13455,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberAsUser", "Variants": [ "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberByRef" - }, - { "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -13525,18 +13492,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberByRef", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberCount" - }, - { "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -13563,18 +13529,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/administrativeUnits/{administrativeUnit-id}/members/application/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberCountAsApplication" - }, - { "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -13601,18 +13567,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/administrativeUnits/{administrativeUnit-id}/members/device/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberCountAsDevice" - }, - { "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -13639,18 +13605,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/administrativeUnits/{administrativeUnit-id}/members/group/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberCountAsGroup" - }, - { "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -13677,56 +13643,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberCountAsOrgContact" + "ApiVersion": "beta" }, { - "Permissions": [ - { - "Name": "AdministrativeUnit.Read.All", - "Description": "Read administrative units", - "FullDescription": "Allows the app to read administrative units and administrative unit membership on your behalf.", - "IsAdmin": true - }, - { - "Name": "AdministrativeUnit.ReadWrite.All", - "Description": "Read and write administrative units", - "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", - "IsAdmin": true - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true - } - ], + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberCountAsServicePrincipal" - }, - { "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -13753,48 +13681,124 @@ "IsAdmin": true } ], + "Command": "Get-MgBetaAdministrativeUnitMemberCountAsOrgContact", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" + }, + { + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [ + { + "Name": "AdministrativeUnit.Read.All", + "Description": "Read administrative units", + "FullDescription": "Allows the app to read administrative units and administrative unit membership on your behalf.", + "IsAdmin": true + }, + { + "Name": "AdministrativeUnit.ReadWrite.All", + "Description": "Read and write administrative units", + "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", + "IsAdmin": true + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory.", + "IsAdmin": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaAdministrativeUnitMemberCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/administrativeUnits/{administrativeUnit-id}/members/user/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberCountAsUser" + "Permissions": [ + { + "Name": "AdministrativeUnit.Read.All", + "Description": "Read administrative units", + "FullDescription": "Allows the app to read administrative units and administrative unit membership on your behalf.", + "IsAdmin": true + }, + { + "Name": "AdministrativeUnit.ReadWrite.All", + "Description": "Read and write administrative units", + "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", + "IsAdmin": true + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory.", + "IsAdmin": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaAdministrativeUnitMemberCountAsUser", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaAdministrativeUnitMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaAdministrativeUnitMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberObject" + "ApiVersion": "beta" }, { + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -13821,18 +13825,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitScopedRoleMember", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitScopedRoleMember" + "ApiVersion": "beta" }, { + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "Method": "GET", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -13859,17 +13863,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitScopedRoleMember", "Variants": [ "List" ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitScopedRoleMember" + "ApiVersion": "beta" }, { + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -13896,92 +13900,92 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitScopedRoleMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitScopedRoleMemberCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/administrativeUnits/getUserOwnedObjects", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaAdministrativeUnitUserOwnedObject", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/administrativeUnits/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitUserOwnedObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/people", "Method": "GET", + "OutputType": "IMicrosoftGraphPeopleAdminSettings", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaAdminPeople", "Variants": [ "Get" ], - "Uri": "/admin/people", - "OutputType": "IMicrosoftGraphPeopleAdminSettings", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdminPeople" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphProfileCardProperty", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaAdminPeopleProfileCardProperty", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", - "OutputType": "IMicrosoftGraphProfileCardProperty", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdminPeopleProfileCardProperty" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/admin/people/profileCardProperties", + "Method": "GET", "OutputType": "IMicrosoftGraphProfileCardProperty", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdminPeopleProfileCardProperty" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaAdminPeopleProfileCardProperty", "Variants": [ - "Get" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/admin/people/profileCardProperties/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdminPeopleProfileCardPropertyCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaAdminPeopleProfileCardPropertyCount", "Variants": [ "Get" ], + "ApiVersion": "beta" + }, + { "Uri": "/admin/people/pronouns", + "Method": "GET", "OutputType": "IMicrosoftGraphPronounsSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdminPeoplePronoun" + "Permissions": [], + "Command": "Get-MgBetaAdminPeoplePronoun", + "Variants": [ + "Get" + ], + "ApiVersion": "beta" }, { + "Uri": "/admin/reportSettings", + "Method": "GET", + "OutputType": "IMicrosoftGraphAdminReportSettings", + "Module": "Beta.Reports", "Permissions": [ { "Name": "ReportSettings.Read.All", @@ -13996,29 +14000,29 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAdminReportSetting", "Variants": [ "Get" ], - "Uri": "/admin/reportSettings", - "OutputType": "IMicrosoftGraphAdminReportSettings", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaAdminReportSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/sharepoint", "Method": "GET", + "OutputType": "IMicrosoftGraphSharepoint", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaAdminSharepoint", "Variants": [ "Get" ], - "Uri": "/admin/sharepoint", - "OutputType": "IMicrosoftGraphSharepoint", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaAdminSharepoint" + "ApiVersion": "beta" }, { + "Uri": "/admin/sharepoint/settings", + "Method": "GET", + "OutputType": "IMicrosoftGraphSharepointSettings", + "Module": "Beta.Sites", "Permissions": [ { "Name": "SharePointTenantSettings.Read.All", @@ -14033,85 +14037,85 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAdminSharepointSetting", "Variants": [ "Get" ], - "Uri": "/admin/sharepoint/settings", - "OutputType": "IMicrosoftGraphSharepointSettings", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaAdminSharepointSetting" + "ApiVersion": "beta" }, { + "Uri": "/agreements/{agreement-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAgreement", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "Agreement.Read.All", "Description": "Read all terms of use agreements", "FullDescription": "Allows the app to read terms of use agreements on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaAgreement", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/agreements/{agreement-id}", - "OutputType": "IMicrosoftGraphAgreement", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAgreement" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/agreements", "Method": "GET", + "OutputType": "IMicrosoftGraphAgreement", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaAgreement", "Variants": [ "List" ], - "Uri": "/agreements", - "OutputType": "IMicrosoftGraphAgreement", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAgreement" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaAgreementAcceptance", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", - "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAgreementAcceptance" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/agreements/{agreement-id}/acceptances", "Method": "GET", + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaAgreementAcceptance", "Variants": [ "List" ], - "Uri": "/agreements/{agreement-id}/acceptances", - "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAgreementAcceptance" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/agreements/{agreement-id}/acceptances/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaAgreementAcceptanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/agreements/{agreement-id}/acceptances/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAgreementAcceptanceCount" + "ApiVersion": "beta" }, { + "Uri": "/agreements/{agreement-id}/file", + "Method": "GET", + "OutputType": "IMicrosoftGraphAgreementFile", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "Agreement.Read.All", @@ -14126,208 +14130,208 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAgreementFile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/agreements/{agreement-id}/file", - "OutputType": "IMicrosoftGraphAgreementFile", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAgreementFile" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/agreements/{agreement-id}/files", + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAgreementFile" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaAgreementFile", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}/files/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAgreementFileCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaAgreementFileCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAgreementFileLocalization" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaAgreementFileLocalization", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations", + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAgreementFileLocalization" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaAgreementFileLocalization", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAgreementFileLocalizationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaAgreementFileLocalizationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAgreementFileLocalizationVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaAgreementFileLocalizationVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAgreementFileLocalizationVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaAgreementFileLocalizationVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAgreementFileLocalizationVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaAgreementFileLocalizationVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAgreementFileVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaAgreementFileVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAgreementFileVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaAgreementFileVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAgreementFileVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaAgreementFileVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/getAllSites", + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaAllGroupSite" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaAllGroupSite", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/allChannels/{channel-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaAllGroupTeamChannel" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaAllGroupTeamChannel", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/allChannels", + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaAllGroupTeamChannel" + "Permissions": [], + "Command": "Get-MgBetaAllGroupTeamChannel", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/allChannels/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaAllGroupTeamChannelCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/team/allChannels/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAllGroupTeamChannelCount" + "ApiVersion": "beta" }, { + "Uri": "/sites/getAllSites", + "Method": "GET", + "OutputType": "IMicrosoftGraphSite", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -14342,30 +14346,30 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaAllSite", "Variants": [ "Get2" ], - "Uri": "/sites/getAllSites", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaAllSite" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/allChannels/{channel-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphChannel", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaAllTeamChannel", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/allChannels/{channel-id}", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAllTeamChannel" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/allChannels", + "Method": "GET", + "OutputType": "IMicrosoftGraphChannel", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -14386,17 +14390,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAllTeamChannel", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/allChannels", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAllTeamChannel" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/allChannels/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -14417,18 +14421,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAllTeamChannelCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/allChannels/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAllTeamChannelCount" + "ApiVersion": "beta" }, { + "Uri": "/teams/getAllMessages", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Directory.Read.All", @@ -14485,29 +14489,29 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaAllTeamMessage", "Variants": [ "Get" ], - "Uri": "/teams/getAllMessages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAllTeamMessage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/getAllMessages", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaAllTeamworkDeletedTeamMessage", "Variants": [ "Get" ], - "Uri": "/teamwork/deletedTeams/getAllMessages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAllTeamworkDeletedTeamMessage" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/chats/getAllMessages", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "Chat.Read.All", @@ -14522,31 +14526,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaAllUserChatMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/chats/getAllMessages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaAllUserChatMessage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsApp", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaAppCatalogTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", - "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAppCatalogTeamApp" + "ApiVersion": "beta" }, { + "Uri": "/appCatalogs/teamsApps", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsApp", + "Module": "Beta.Teams", "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -14579,17 +14583,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAppCatalogTeamApp", "Variants": [ "List" ], - "Uri": "/appCatalogs/teamsApps", - "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAppCatalogTeamApp" + "ApiVersion": "beta" }, { + "Uri": "/appCatalogs/teamsApps/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -14622,42 +14626,42 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAppCatalogTeamAppCount", "Variants": [ "Get" ], - "Uri": "/appCatalogs/teamsApps/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAppCatalogTeamAppCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaAppCatalogTeamAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAppCatalogTeamAppDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaAppCatalogTeamAppDefinition", "Variants": [ "List" ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAppCatalogTeamAppDefinition" + "ApiVersion": "beta" }, { + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -14678,18 +14682,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionBot", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionBot" + "ApiVersion": "beta" }, { + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsAppIcon", + "Module": "Beta.Teams", "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -14710,18 +14714,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionColorIcon", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", - "OutputType": "IMicrosoftGraphTeamsAppIcon", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionColorIcon" + "ApiVersion": "beta" }, { + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamworkHostedContent", + "Module": "Beta.Teams", "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -14742,33 +14746,33 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", - "OutputType": "IMicrosoftGraphTeamworkHostedContent", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionCount" + "ApiVersion": "beta" }, { + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsAppIcon", + "Module": "Beta.Teams", "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -14789,18 +14793,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", - "OutputType": "IMicrosoftGraphTeamsAppIcon", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionOutlineIcon" + "ApiVersion": "beta" }, { + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamworkHostedContent", + "Module": "Beta.Teams", "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -14821,20 +14825,20 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", - "OutputType": "IMicrosoftGraphTeamworkHostedContent", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent" + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -14867,18 +14871,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplication" + "ApiVersion": "beta" }, { + "Uri": "/applications", + "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -14917,54 +14921,54 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaApplication", "Variants": [ "List" ], - "Uri": "/applications", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplication" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/applications/{application-id}/appManagementPolicies", + "Method": "GET", "OutputType": "IMicrosoftGraphAppManagementPolicy", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationAppManagementPolicy" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaApplicationAppManagementPolicy", "Variants": [ "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/appManagementPolicies/$ref", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationAppManagementPolicyByRef" + "Permissions": [], + "Command": "Get-MgBetaApplicationAppManagementPolicyByRef", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/appManagementPolicies/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaApplicationAppManagementPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/appManagementPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationAppManagementPolicyCount" + "ApiVersion": "beta" }, { + "Uri": "/applications(appId='{appId}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -15003,31 +15007,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaApplicationByAppId", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications(appId='{appId}')", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationByAppId" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaApplicationById", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/applications/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationById" + "ApiVersion": "beta" }, { + "Uri": "/applications(uniqueName='{uniqueName}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -15066,44 +15070,44 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaApplicationByUniqueName", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications(uniqueName='{uniqueName}')", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationByUniqueName" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/connectorGroup", "Method": "GET", + "OutputType": "IMicrosoftGraphConnectorGroup", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaApplicationConnectorGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/connectorGroup", - "OutputType": "IMicrosoftGraphConnectorGroup", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationConnectorGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/connectorGroup/$ref", "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaApplicationConnectorGroupByRef", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/connectorGroup/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationConnectorGroupByRef" + "ApiVersion": "beta" }, { + "Uri": "/applications/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -15142,30 +15146,30 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaApplicationCount", "Variants": [ "Get" ], - "Uri": "/applications/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/createdOnBehalfOf", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaApplicationCreatedOnBehalfOf", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/createdOnBehalfOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationCreatedOnBehalfOf" + "ApiVersion": "beta" }, { + "Uri": "/applications/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -15198,17 +15202,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaApplicationDelta", "Variants": [ "Delta" ], - "Uri": "/applications/delta", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationDelta" + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphExtensionProperty", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -15235,18 +15239,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaApplicationExtensionProperty", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", - "OutputType": "IMicrosoftGraphExtensionProperty", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationExtensionProperty" + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/extensionProperties", + "Method": "GET", + "OutputType": "IMicrosoftGraphExtensionProperty", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -15279,17 +15283,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaApplicationExtensionProperty", "Variants": [ "List" ], - "Uri": "/applications/{application-id}/extensionProperties", - "OutputType": "IMicrosoftGraphExtensionProperty", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationExtensionProperty" + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/extensionProperties/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -15322,18 +15326,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaApplicationExtensionPropertyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/extensionProperties/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationExtensionPropertyCount" + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -15348,18 +15352,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaApplicationFederatedIdentityCredential", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationFederatedIdentityCredential" + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/federatedIdentityCredentials", + "Method": "GET", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -15380,17 +15384,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaApplicationFederatedIdentityCredential", "Variants": [ "List" ], - "Uri": "/applications/{application-id}/federatedIdentityCredentials", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationFederatedIdentityCredential" + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/federatedIdentityCredentials/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -15411,99 +15415,99 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaApplicationFederatedIdentityCredentialCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/federatedIdentityCredentials/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationFederatedIdentityCredentialCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies", "Method": "GET", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicy", "Variants": [ "List" ], - "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicyCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/logo", "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaApplicationLogo", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/logo", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationLogo" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/getMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaApplicationMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationMemberGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/getMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaApplicationMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationMemberObject" + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/owners", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -15536,92 +15540,92 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaApplicationOwner", "Variants": [ "List" ], - "Uri": "/applications/{application-id}/owners", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationOwner" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint", "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaApplicationOwnerAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationOwnerAsEndpoint" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/owners/endpoint", "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaApplicationOwnerAsEndpoint", "Variants": [ "List" ], - "Uri": "/applications/{application-id}/owners/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationOwnerAsEndpoint" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaApplicationOwnerAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationOwnerAsServicePrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/owners/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaApplicationOwnerAsServicePrincipal", "Variants": [ "List" ], - "Uri": "/applications/{application-id}/owners/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationOwnerAsServicePrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaApplicationOwnerAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationOwnerAsUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/owners/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaApplicationOwnerAsUser", "Variants": [ "List" ], - "Uri": "/applications/{application-id}/owners/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationOwnerAsUser" + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/owners/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -15654,17 +15658,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaApplicationOwnerByRef", "Variants": [ "List" ], - "Uri": "/applications/{application-id}/owners/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationOwnerByRef" + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/owners/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -15697,70 +15701,70 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaApplicationOwnerCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/owners/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationOwnerCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/applications/{application-id}/owners/endpoint/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationOwnerCountAsEndpoint" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaApplicationOwnerCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/owners/servicePrincipal/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationOwnerCountAsServicePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaApplicationOwnerCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/owners/user/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationOwnerCountAsUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaApplicationOwnerCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization", + "Method": "GET", "OutputType": "IMicrosoftGraphSynchronization", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronization" + "Permissions": [], + "Command": "Get-MgBetaApplicationSynchronization", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/synchronization/acquireAccessToken", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -15775,148 +15779,148 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Get-MgBetaApplicationSynchronizationAccessToken", "Variants": [ "Acquire", "AcquireExpanded", "AcquireViaIdentity", "AcquireViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/synchronization/acquireAccessToken", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronizationAccessToken" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaApplicationSynchronizationJob", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", - "OutputType": "IMicrosoftGraphSynchronizationJob", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronizationJob" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/applications/{application-id}/synchronization/jobs", + "Method": "GET", "OutputType": "IMicrosoftGraphSynchronizationJob", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronizationJob" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationJob", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronizationJobBulkUpload" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationJobBulkUpload", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronizationJobBulkUploadContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationJobBulkUploadContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronizationJobCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationJobCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "Method": "GET", "OutputType": "IMicrosoftGraphSynchronizationSchema", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronizationJobSchema" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationJobSchema", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectory" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectory", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectory" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectory", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectoryCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectoryCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/secrets/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronizationSecretCount" + "Permissions": [], + "Command": "Get-MgBetaApplicationSynchronizationSecretCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -15937,18 +15941,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronizationTemplate" + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/synchronization/templates", + "Method": "GET", + "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -15969,17 +15973,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationTemplate", "Variants": [ "List" ], - "Uri": "/applications/{application-id}/synchronization/templates", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronizationTemplate" + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/synchronization/templates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -16000,18 +16004,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationTemplateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/synchronization/templates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronizationTemplateCount" + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "Method": "GET", + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -16032,130 +16036,93 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationTemplateSchema", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "OutputType": "IMicrosoftGraphSynchronizationSchema", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronizationTemplateSchema" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory", "Variants": [ "List" ], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectoryCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applicationTemplates/{applicationTemplate-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphApplicationTemplate", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaApplicationTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/applicationTemplates/{applicationTemplate-id}", - "OutputType": "IMicrosoftGraphApplicationTemplate", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationTemplate" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applicationTemplates", "Method": "GET", + "OutputType": "IMicrosoftGraphApplicationTemplate", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaApplicationTemplate", "Variants": [ "List" ], - "Uri": "/applicationTemplates", - "OutputType": "IMicrosoftGraphApplicationTemplate", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationTemplate" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applicationTemplates/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaApplicationTemplateCount", "Variants": [ "Get" ], - "Uri": "/applicationTemplates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationTemplateCount" + "ApiVersion": "beta" }, { - "Permissions": [ - { - "Name": "Application.ReadWrite.All", - "Description": "Read and write applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", - "IsAdmin": true - }, - { - "Name": "Application.ReadWrite.OwnedBy", - "Description": "Manage apps that this app creates or owns", - "FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user.  It cannot update any apps that it is not an owner of.", - "IsAdmin": false - }, - { - "Name": "Policy.Read.All", - "Description": "Read your organization's policies", - "FullDescription": "Allows the app to read your organization's policies on your behalf.", - "IsAdmin": true - }, - { - "Name": "Policy.ReadWrite.ApplicationConfiguration", - "Description": "Read and write your organization's application configuration policies", - "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", - "IsAdmin": true - } - ], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/applications/{application-id}/tokenIssuancePolicies", + "Method": "GET", "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationTokenIssuancePolicy" - }, - { "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -16182,17 +16149,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaApplicationTokenIssuancePolicy", "Variants": [ "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationTokenIssuancePolicyByRef" - }, - { "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -16219,18 +16186,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaApplicationTokenIssuancePolicyByRef", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/tokenIssuancePolicies/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationTokenIssuancePolicyCount" - }, - { "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -16257,17 +16223,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaApplicationTokenIssuancePolicyCount", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/tokenLifetimePolicies", + "Method": "GET", "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationTokenLifetimePolicy" - }, - { "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -16294,17 +16261,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaApplicationTokenLifetimePolicy", "Variants": [ "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationTokenLifetimePolicyByRef" - }, - { "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -16331,68 +16298,105 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaApplicationTokenLifetimePolicyByRef", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/tokenLifetimePolicies/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationTokenLifetimePolicyCount" + "Permissions": [ + { + "Name": "Application.ReadWrite.All", + "Description": "Read and write applications", + "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", + "IsAdmin": true + }, + { + "Name": "Application.ReadWrite.OwnedBy", + "Description": "Manage apps that this app creates or owns", + "FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user.  It cannot update any apps that it is not an owner of.", + "IsAdmin": false + }, + { + "Name": "Policy.Read.All", + "Description": "Read your organization's policies", + "FullDescription": "Allows the app to read your organization's policies on your behalf.", + "IsAdmin": true + }, + { + "Name": "Policy.ReadWrite.ApplicationConfiguration", + "Description": "Read and write your organization's application configuration policies", + "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaApplicationTokenLifetimePolicyCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/getUserOwnedObjects", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaApplicationUserOwnedObject", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/applications/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationUserOwnedObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/auditLogs/customSecurityAttributeAudits/{customSecurityAttributeAudit-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphCustomSecurityAttributeAudit", + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAudit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/auditLogs/customSecurityAttributeAudits/{customSecurityAttributeAudit-id}", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeAudit", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAudit" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/auditLogs/customSecurityAttributeAudits", "Method": "GET", + "OutputType": "IMicrosoftGraphCustomSecurityAttributeAudit", + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAudit", "Variants": [ "List" ], - "Uri": "/auditLogs/customSecurityAttributeAudits", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeAudit", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAudit" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/auditLogs/customSecurityAttributeAudits/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAuditCount", "Variants": [ "Get" ], - "Uri": "/auditLogs/customSecurityAttributeAudits/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAuditCount" + "ApiVersion": "beta" }, { + "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryAudit", + "Module": "Beta.Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -16407,18 +16411,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAuditLogDirectoryAudit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}", - "OutputType": "IMicrosoftGraphDirectoryAudit", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaAuditLogDirectoryAudit" + "ApiVersion": "beta" }, { + "Uri": "/auditLogs/directoryAudits", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryAudit", + "Module": "Beta.Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -16433,17 +16437,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAuditLogDirectoryAudit", "Variants": [ "List" ], - "Uri": "/auditLogs/directoryAudits", - "OutputType": "IMicrosoftGraphDirectoryAudit", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaAuditLogDirectoryAudit" + "ApiVersion": "beta" }, { + "Uri": "/auditLogs/directoryAudits/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -16458,67 +16462,67 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAuditLogDirectoryAuditCount", "Variants": [ "Get" ], - "Uri": "/auditLogs/directoryAudits/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaAuditLogDirectoryAuditCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/auditLogs/directoryProvisioning/{provisioningObjectSummary-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Get-MgBetaAuditLogDirectoryProvisioning", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/auditLogs/directoryProvisioning/{provisioningObjectSummary-id}", - "OutputType": "IMicrosoftGraphProvisioningObjectSummary", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaAuditLogDirectoryProvisioning" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/auditLogs/directoryProvisioning", "Method": "GET", + "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Get-MgBetaAuditLogDirectoryProvisioning", "Variants": [ "List" ], - "Uri": "/auditLogs/directoryProvisioning", - "OutputType": "IMicrosoftGraphProvisioningObjectSummary", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaAuditLogDirectoryProvisioning" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/auditLogs/directoryProvisioning/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Get-MgBetaAuditLogDirectoryProvisioningCount", "Variants": [ "Get" ], - "Uri": "/auditLogs/directoryProvisioning/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaAuditLogDirectoryProvisioningCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Get-MgBetaAuditLogProvisioning", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}", - "OutputType": "IMicrosoftGraphProvisioningObjectSummary", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaAuditLogProvisioning" + "ApiVersion": "beta" }, { + "Uri": "/auditLogs/provisioning", + "Method": "GET", + "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "Module": "Beta.Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -16533,17 +16537,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAuditLogProvisioning", "Variants": [ "List" ], - "Uri": "/auditLogs/provisioning", - "OutputType": "IMicrosoftGraphProvisioningObjectSummary", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaAuditLogProvisioning" + "ApiVersion": "beta" }, { + "Uri": "/auditLogs/provisioning/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -16558,17 +16562,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAuditLogProvisioningCount", "Variants": [ "Get" ], - "Uri": "/auditLogs/provisioning/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaAuditLogProvisioningCount" + "ApiVersion": "beta" }, { + "Uri": "/auditLogs/signIns/{signIn-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSignIn", + "Module": "Beta.Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -16583,18 +16587,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAuditLogSignIn", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/auditLogs/signIns/{signIn-id}", - "OutputType": "IMicrosoftGraphSignIn", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaAuditLogSignIn" + "ApiVersion": "beta" }, { + "Uri": "/auditLogs/signIns", + "Method": "GET", + "OutputType": "IMicrosoftGraphSignIn", + "Module": "Beta.Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -16609,17 +16613,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAuditLogSignIn", "Variants": [ "List" ], - "Uri": "/auditLogs/signIns", - "OutputType": "IMicrosoftGraphSignIn", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaAuditLogSignIn" + "ApiVersion": "beta" }, { + "Uri": "/auditLogs/signIns/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -16634,17 +16638,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaAuditLogSignInCount", "Variants": [ "Get" ], - "Uri": "/auditLogs/signIns/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaAuditLogSignInCount" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphBookingBusiness", + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -16671,18 +16675,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaBookingBusiness", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}", - "OutputType": "IMicrosoftGraphBookingBusiness", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusiness" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses", + "Method": "GET", + "OutputType": "IMicrosoftGraphBookingBusiness", + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -16709,17 +16713,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaBookingBusiness", "Variants": [ "List" ], - "Uri": "/bookingBusinesses", - "OutputType": "IMicrosoftGraphBookingBusiness", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusiness" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphBookingAppointment", + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -16746,18 +16750,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaBookingBusinessAppointment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "OutputType": "IMicrosoftGraphBookingAppointment", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessAppointment" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments", + "Method": "GET", + "OutputType": "IMicrosoftGraphBookingAppointment", + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -16784,17 +16788,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaBookingBusinessAppointment", "Variants": [ "List" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments", - "OutputType": "IMicrosoftGraphBookingAppointment", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessAppointment" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -16821,31 +16825,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaBookingBusinessAppointmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessAppointmentCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphBookingAppointment", + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Get-MgBetaBookingBusinessCalendarView", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", - "OutputType": "IMicrosoftGraphBookingAppointment", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessCalendarView" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView", + "Method": "GET", + "OutputType": "IMicrosoftGraphBookingAppointment", + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -16872,17 +16876,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaBookingBusinessCalendarView", "Variants": [ "List" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView", - "OutputType": "IMicrosoftGraphBookingAppointment", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessCalendarView" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -16909,18 +16913,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaBookingBusinessCalendarViewCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessCalendarViewCount" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -16947,17 +16951,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaBookingBusinessCount", "Variants": [ "Get" ], - "Uri": "/bookingBusinesses/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessCount" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphBookingCustomer", + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -16984,18 +16988,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaBookingBusinessCustomer", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", - "OutputType": "IMicrosoftGraphBookingCustomer", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessCustomer" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers", + "Method": "GET", + "OutputType": "IMicrosoftGraphBookingCustomer", + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -17022,17 +17026,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaBookingBusinessCustomer", "Variants": [ "List" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers", - "OutputType": "IMicrosoftGraphBookingCustomer", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessCustomer" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -17059,18 +17063,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaBookingBusinessCustomerCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessCustomerCount" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -17097,18 +17101,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaBookingBusinessCustomQuestion", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessCustomQuestion" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions", + "Method": "GET", + "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -17129,17 +17133,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaBookingBusinessCustomQuestion", "Variants": [ "List" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessCustomQuestion" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -17160,18 +17164,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaBookingBusinessCustomQuestionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessCustomQuestionCount" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphBookingService", + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -17198,18 +17202,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaBookingBusinessService", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "OutputType": "IMicrosoftGraphBookingService", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessService" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services", + "Method": "GET", + "OutputType": "IMicrosoftGraphBookingService", + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -17236,17 +17240,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaBookingBusinessService", "Variants": [ "List" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services", - "OutputType": "IMicrosoftGraphBookingService", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessService" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -17273,18 +17277,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaBookingBusinessServiceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessServiceCount" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability", + "Method": "POST", + "OutputType": "IMicrosoftGraphStaffAvailabilityItem", + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Read.All", @@ -17305,20 +17309,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Get-MgBetaBookingBusinessStaffAvailability", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability", - "OutputType": "IMicrosoftGraphStaffAvailabilityItem", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessStaffAvailability" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphBookingStaffMember", + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -17345,18 +17349,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaBookingBusinessStaffMember", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", - "OutputType": "IMicrosoftGraphBookingStaffMember", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessStaffMember" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers", + "Method": "GET", + "OutputType": "IMicrosoftGraphBookingStaffMember", + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -17383,17 +17387,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaBookingBusinessStaffMember", "Variants": [ "List" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers", - "OutputType": "IMicrosoftGraphBookingStaffMember", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessStaffMember" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -17420,18 +17424,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaBookingBusinessStaffMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessStaffMemberCount" + "ApiVersion": "beta" }, { + "Uri": "/bookingCurrencies/{bookingCurrency-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphBookingCurrency", + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -17458,18 +17462,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaBookingCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/bookingCurrencies/{bookingCurrency-id}", - "OutputType": "IMicrosoftGraphBookingCurrency", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingCurrency" + "ApiVersion": "beta" }, { + "Uri": "/bookingCurrencies", + "Method": "GET", + "OutputType": "IMicrosoftGraphBookingCurrency", + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -17496,17 +17500,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaBookingCurrency", "Variants": [ "List" ], - "Uri": "/bookingCurrencies", - "OutputType": "IMicrosoftGraphBookingCurrency", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingCurrency" + "ApiVersion": "beta" }, { + "Uri": "/bookingCurrencies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -17533,30 +17537,30 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaBookingCurrencyCount", "Variants": [ "Get" ], - "Uri": "/bookingCurrencies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingCurrencyCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphBusinessFlowTemplate", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaBusinessFlowTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", - "OutputType": "IMicrosoftGraphBusinessFlowTemplate", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaBusinessFlowTemplate" + "ApiVersion": "beta" }, { + "Uri": "/businessFlowTemplates", + "Method": "GET", + "OutputType": "IMicrosoftGraphBusinessFlowTemplate", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -17577,17 +17581,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaBusinessFlowTemplate", "Variants": [ "List" ], - "Uri": "/businessFlowTemplates", - "OutputType": "IMicrosoftGraphBusinessFlowTemplate", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaBusinessFlowTemplate" + "ApiVersion": "beta" }, { + "Uri": "/businessFlowTemplates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -17608,92 +17612,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaBusinessFlowTemplateCount", "Variants": [ "Get" ], - "Uri": "/businessFlowTemplates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaBusinessFlowTemplateCount" + "ApiVersion": "beta" }, { - "Permissions": [ - { - "Name": "BusinessScenarioConfig.Read.All", - "Description": "Read business scenario configurations", - "FullDescription": "Allows the app to read the configurations of your organization's business scenarios, on your behalf.", - "IsAdmin": true - }, - { - "Name": "BusinessScenarioConfig.Read.OwnedBy", - "Description": "Read business scenario configurations this app creates or owns", - "FullDescription": "Allows the app to read the configurations of business scenarios it owns, on your behalf.", - "IsAdmin": true - }, - { - "Name": "BusinessScenarioConfig.ReadWrite.All", - "Description": "Read and write business scenario configurations", - "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", - "IsAdmin": true - }, - { - "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", - "Description": "Read and write business scenario configurations this app creates or owns", - "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", - "IsAdmin": true - } - ], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/solutions/businessScenarios/{businessScenario-id}", - "OutputType": "IMicrosoftGraphBusinessScenario", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBusinessScenario" - }, - { - "Permissions": [ - { - "Name": "BusinessScenarioConfig.Read.All", - "Description": "Read business scenario configurations", - "FullDescription": "Allows the app to read the configurations of your organization's business scenarios, on your behalf.", - "IsAdmin": true - }, - { - "Name": "BusinessScenarioConfig.Read.OwnedBy", - "Description": "Read business scenario configurations this app creates or owns", - "FullDescription": "Allows the app to read the configurations of business scenarios it owns, on your behalf.", - "IsAdmin": true - }, - { - "Name": "BusinessScenarioConfig.ReadWrite.All", - "Description": "Read and write business scenario configurations", - "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", - "IsAdmin": true - }, - { - "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", - "Description": "Read and write business scenario configurations this app creates or owns", - "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", - "IsAdmin": true - } - ], "Method": "GET", - "Variants": [ - "List" - ], - "Uri": "/solutions/businessScenarios", "OutputType": "IMicrosoftGraphBusinessScenario", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaBusinessScenario" - }, - { "Permissions": [ { "Name": "BusinessScenarioConfig.Read.All", @@ -17720,83 +17649,18 @@ "IsAdmin": true } ], - "Method": "GET", - "Variants": [ - "Get" - ], - "Uri": "/solutions/businessScenarios/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBusinessScenarioCount" - }, - { - "Permissions": [ - { - "Name": "BusinessScenarioConfig.Read.All", - "Description": "Read business scenario configurations", - "FullDescription": "Allows the app to read the configurations of your organization's business scenarios, on your behalf.", - "IsAdmin": true - }, - { - "Name": "BusinessScenarioConfig.Read.OwnedBy", - "Description": "Read business scenario configurations this app creates or owns", - "FullDescription": "Allows the app to read the configurations of business scenarios it owns, on your behalf.", - "IsAdmin": true - }, - { - "Name": "BusinessScenarioConfig.ReadWrite.All", - "Description": "Read and write business scenario configurations", - "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", - "IsAdmin": true - }, - { - "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", - "Description": "Read and write business scenario configurations this app creates or owns", - "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", - "IsAdmin": true - } - ], - "Method": "GET", + "Command": "Get-MgBetaBusinessScenario", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", - "OutputType": "IMicrosoftGraphBusinessScenarioPlanner", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBusinessScenarioPlanner" + "ApiVersion": "beta" }, { - "Permissions": [ - { - "Name": "BusinessScenarioData.Read.OwnedBy", - "Description": "Read data for business scenarios this app creates or owns", - "FullDescription": "Allows the app to read all data associated with the business scenarios it owns. Data access will be attributed to you.", - "IsAdmin": true - }, - { - "Name": "BusinessScenarioData.ReadWrite.OwnedBy", - "Description": "Read and write data for business scenarios this app creates or owns", - "FullDescription": "Allows the app to fully manage all data associated with the business scenarios it owns. These changes will be attributed to you.", - "IsAdmin": true - } - ], - "Method": "POST", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/getPlan", - "OutputType": "IMicrosoftGraphBusinessScenarioPlanReference", - "ApiVersion": "beta", + "Uri": "/solutions/businessScenarios", + "Method": "GET", + "OutputType": "IMicrosoftGraphBusinessScenario", "Module": "Beta.Bookings", - "Command": "Get-MgBetaBusinessScenarioPlannerPlan" - }, - { "Permissions": [ { "Name": "BusinessScenarioConfig.Read.All", @@ -17823,18 +17687,120 @@ "IsAdmin": true } ], + "Command": "Get-MgBetaBusinessScenario", + "Variants": [ + "List" + ], + "ApiVersion": "beta" + }, + { + "Uri": "/solutions/businessScenarios/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Bookings", + "Permissions": [ + { + "Name": "BusinessScenarioConfig.Read.All", + "Description": "Read business scenario configurations", + "FullDescription": "Allows the app to read the configurations of your organization's business scenarios, on your behalf.", + "IsAdmin": true + }, + { + "Name": "BusinessScenarioConfig.Read.OwnedBy", + "Description": "Read business scenario configurations this app creates or owns", + "FullDescription": "Allows the app to read the configurations of business scenarios it owns, on your behalf.", + "IsAdmin": true + }, + { + "Name": "BusinessScenarioConfig.ReadWrite.All", + "Description": "Read and write business scenario configurations", + "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", + "IsAdmin": true + }, + { + "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", + "Description": "Read and write business scenario configurations this app creates or owns", + "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaBusinessScenarioCount", + "Variants": [ + "Get" + ], + "ApiVersion": "beta" + }, + { + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", + "Method": "GET", + "OutputType": "IMicrosoftGraphBusinessScenarioPlanner", + "Module": "Beta.Bookings", + "Permissions": [ + { + "Name": "BusinessScenarioConfig.Read.All", + "Description": "Read business scenario configurations", + "FullDescription": "Allows the app to read the configurations of your organization's business scenarios, on your behalf.", + "IsAdmin": true + }, + { + "Name": "BusinessScenarioConfig.Read.OwnedBy", + "Description": "Read business scenario configurations this app creates or owns", + "FullDescription": "Allows the app to read the configurations of business scenarios it owns, on your behalf.", + "IsAdmin": true + }, + { + "Name": "BusinessScenarioConfig.ReadWrite.All", + "Description": "Read and write business scenario configurations", + "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", + "IsAdmin": true + }, + { + "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", + "Description": "Read and write business scenario configurations this app creates or owns", + "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaBusinessScenarioPlanner", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", - "OutputType": "IMicrosoftGraphPlannerPlanConfiguration", - "ApiVersion": "beta", + "ApiVersion": "beta" + }, + { + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/getPlan", + "Method": "POST", + "OutputType": "IMicrosoftGraphBusinessScenarioPlanReference", "Module": "Beta.Bookings", - "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfiguration" + "Permissions": [ + { + "Name": "BusinessScenarioData.Read.OwnedBy", + "Description": "Read data for business scenarios this app creates or owns", + "FullDescription": "Allows the app to read all data associated with the business scenarios it owns. Data access will be attributed to you.", + "IsAdmin": true + }, + { + "Name": "BusinessScenarioData.ReadWrite.OwnedBy", + "Description": "Read and write data for business scenarios this app creates or owns", + "FullDescription": "Allows the app to fully manage all data associated with the business scenarios it owns. These changes will be attributed to you.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaBusinessScenarioPlannerPlan", + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerPlanConfiguration", + "Module": "Beta.Bookings", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.All", @@ -17861,18 +17827,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfiguration", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization" - }, - { "Permissions": [ { "Name": "BusinessScenarioConfig.Read.All", @@ -17899,17 +17865,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization" + "Permissions": [ + { + "Name": "BusinessScenarioConfig.Read.All", + "Description": "Read business scenario configurations", + "FullDescription": "Allows the app to read the configurations of your organization's business scenarios, on your behalf.", + "IsAdmin": true + }, + { + "Name": "BusinessScenarioConfig.Read.OwnedBy", + "Description": "Read business scenario configurations this app creates or owns", + "FullDescription": "Allows the app to read the configurations of business scenarios it owns, on your behalf.", + "IsAdmin": true + }, + { + "Name": "BusinessScenarioConfig.ReadWrite.All", + "Description": "Read and write business scenario configurations", + "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", + "IsAdmin": true + }, + { + "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", + "Description": "Read and write business scenario configurations this app creates or owns", + "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Bookings", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.All", @@ -17936,18 +17940,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfigurationLocalizationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfigurationLocalizationCount" + "ApiVersion": "beta" }, { + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphBusinessScenarioTask", + "Module": "Beta.Bookings", "Permissions": [ { "Name": "BusinessScenarioData.Read.OwnedBy", @@ -17962,18 +17966,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaBusinessScenarioPlannerTask", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", - "OutputType": "IMicrosoftGraphBusinessScenarioTask", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBusinessScenarioPlannerTask" + "ApiVersion": "beta" }, { + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", + "Method": "GET", + "OutputType": "IMicrosoftGraphBusinessScenarioTask", + "Module": "Beta.Bookings", "Permissions": [ { "Name": "BusinessScenarioData.Read.OwnedBy", @@ -17988,43 +17992,43 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaBusinessScenarioPlannerTask", "Variants": [ "List" ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", - "OutputType": "IMicrosoftGraphBusinessScenarioTask", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBusinessScenarioPlannerTask" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Get-MgBetaBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBusinessScenarioPlannerTaskAssignedToTaskBoardFormat" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Get-MgBetaBusinessScenarioPlannerTaskBucketTaskBoardFormat", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBusinessScenarioPlannerTaskBucketTaskBoardFormat" + "ApiVersion": "beta" }, { + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerTaskConfiguration", + "Module": "Beta.Bookings", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.All", @@ -18051,18 +18055,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaBusinessScenarioPlannerTaskConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", - "OutputType": "IMicrosoftGraphPlannerTaskConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBusinessScenarioPlannerTaskConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Bookings", "Permissions": [ { "Name": "BusinessScenarioData.Read.OwnedBy", @@ -18077,44 +18081,44 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaBusinessScenarioPlannerTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBusinessScenarioPlannerTaskCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Get-MgBetaBusinessScenarioPlannerTaskDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", - "OutputType": "IMicrosoftGraphPlannerTaskDetails", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBusinessScenarioPlannerTaskDetail" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Get-MgBetaBusinessScenarioPlannerTaskProgressTaskBoardFormat", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBusinessScenarioPlannerTaskProgressTaskBoardFormat" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphChat", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -18171,18 +18175,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaChat", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/chats/{chat-id}", - "OutputType": "IMicrosoftGraphChat", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChat" + "ApiVersion": "beta" }, { + "Uri": "/chats", + "Method": "GET", + "OutputType": "IMicrosoftGraphChat", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Read", @@ -18221,17 +18225,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaChat", "Variants": [ "List" ], - "Uri": "/chats", - "OutputType": "IMicrosoftGraphChat", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChat" + "ApiVersion": "beta" }, { + "Uri": "/chats/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Read", @@ -18270,17 +18274,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaChatCount", "Variants": [ "Get" ], - "Uri": "/chats/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatCount" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -18331,18 +18335,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaChatInstalledApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatInstalledApp" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/installedApps", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -18417,17 +18421,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaChatInstalledApp", "Variants": [ "List" ], - "Uri": "/chats/{chat-id}/installedApps", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatInstalledApp" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/installedApps/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -18502,57 +18506,57 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaChatInstalledAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/chats/{chat-id}/installedApps/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatInstalledAppCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaChatInstalledAppTeamApp" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaChatInstalledAppTeamApp", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaChatInstalledAppTeamAppDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaChatInstalledAppTeamAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/lastMessagePreview", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageInfo", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaChatLastMessagePreview" + "Permissions": [], + "Command": "Get-MgBetaChatLastMessagePreview", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -18651,18 +18655,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaChatMember", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatMember" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/members", + "Method": "GET", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -18737,17 +18741,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaChatMember", "Variants": [ "List" ], - "Uri": "/chats/{chat-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatMember" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/members/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -18822,18 +18826,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaChatMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/chats/{chat-id}/members/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatMemberCount" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -18890,19 +18894,19 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaChatMessage", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatMessage" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/messages", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Read", @@ -18935,17 +18939,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaChatMessage", "Variants": [ "List" ], - "Uri": "/chats/{chat-id}/messages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatMessage" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/messages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Read", @@ -18978,18 +18982,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaChatMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/chats/{chat-id}/messages/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatMessageCount" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/messages/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -19046,18 +19050,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaChatMessageDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/chats/{chat-id}/messages/delta", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatMessageDelta" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -19114,20 +19118,20 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaChatMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatMessageHostedContent" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -19184,17 +19188,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaChatMessageHostedContent", "Variants": [ "List" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatMessageHostedContent" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -19251,109 +19255,109 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaChatMessageHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatMessageHostedContentCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaChatMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatMessageReply" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaChatMessageReply", "Variants": [ "List" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatMessageReply" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaChatMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatMessageReplyCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaChatMessageReplyDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatMessageReplyDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaChatMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatMessageReplyHostedContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaChatMessageReplyHostedContent", "Variants": [ "List" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatMessageReplyHostedContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaChatMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatMessageReplyHostedContentCount" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -19410,18 +19414,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaChatOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatOperation" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/operations", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -19478,17 +19482,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaChatOperation", "Variants": [ "List" ], - "Uri": "/chats/{chat-id}/operations", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatOperation" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/operations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -19545,31 +19549,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaChatOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/chats/{chat-id}/operations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatOperationCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaChatPermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatPermissionGrant" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/permissionGrants", + "Method": "GET", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -19632,32 +19636,32 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaChatPermissionGrant", "Variants": [ "List" ], - "Uri": "/chats/{chat-id}/permissionGrants", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatPermissionGrant" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/permissionGrants/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaChatPermissionGrantById", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/permissionGrants/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatPermissionGrantById" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/permissionGrants/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -19720,91 +19724,91 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaChatPermissionGrantCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/chats/{chat-id}/permissionGrants/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatPermissionGrantCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/permissionGrants/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaChatPermissionGrantDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/chats/{chat-id}/permissionGrants/delta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatPermissionGrantDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaChatPermissionGrantMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatPermissionGrantMemberGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaChatPermissionGrantMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatPermissionGrantMemberObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/permissionGrants/getUserOwnedObjects", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaChatPermissionGrantUserOwnedObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/permissionGrants/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatPermissionGrantUserOwnedObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaChatPinnedMessage", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatPinnedMessage" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/pinnedMessages", + "Method": "GET", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Read", @@ -19837,17 +19841,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaChatPinnedMessage", "Variants": [ "List" ], - "Uri": "/chats/{chat-id}/pinnedMessages", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatPinnedMessage" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/pinnedMessages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Read", @@ -19880,18 +19884,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaChatPinnedMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/chats/{chat-id}/pinnedMessages/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatPinnedMessageCount" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsTab", + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -19942,18 +19946,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaChatTab", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatTab" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/tabs", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsTab", + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -19992,17 +19996,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaChatTab", "Variants": [ "List" ], - "Uri": "/chats/{chat-id}/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatTab" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/tabs/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -20041,31 +20045,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaChatTabCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/chats/{chat-id}/tabs/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatTabCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsApp", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaChatTabTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", - "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatTabTeamApp" + "ApiVersion": "beta" }, { + "Uri": "/communications/calls/{call-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphCall", + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.AccessMedia.All", @@ -20080,18 +20084,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaCommunicationCall", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/calls/{call-id}", - "OutputType": "IMicrosoftGraphCall", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCall" + "ApiVersion": "beta" }, { + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.InitiateGroupCall.All", @@ -20106,18 +20110,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "OutputType": "IMicrosoftGraphAudioRoutingGroup", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup" + "ApiVersion": "beta" }, { + "Uri": "/communications/calls/{call-id}/audioRoutingGroups", + "Method": "GET", + "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.InitiateGroupCall.All", @@ -20132,17 +20136,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup", "Variants": [ "List" ], - "Uri": "/communications/calls/{call-id}/audioRoutingGroups", - "OutputType": "IMicrosoftGraphAudioRoutingGroup", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup" + "ApiVersion": "beta" }, { + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.InitiateGroupCall.All", @@ -20157,18 +20161,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaCommunicationCallAudioRoutingGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallAudioRoutingGroupCount" + "ApiVersion": "beta" }, { + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", + "Method": "GET", + "OutputType": null, + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -20195,18 +20199,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaCommunicationCallContentSharingSession", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallContentSharingSession" + "ApiVersion": "beta" }, { + "Uri": "/communications/calls/{call-id}/contentSharingSessions", + "Method": "GET", + "OutputType": "IMicrosoftGraphContentSharingSession", + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -20233,17 +20237,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaCommunicationCallContentSharingSession", "Variants": [ "List" ], - "Uri": "/communications/calls/{call-id}/contentSharingSessions", - "OutputType": "IMicrosoftGraphContentSharingSession", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallContentSharingSession" + "ApiVersion": "beta" }, { + "Uri": "/communications/calls/{call-id}/contentSharingSessions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -20270,68 +20274,68 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaCommunicationCallContentSharingSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/calls/{call-id}/contentSharingSessions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallContentSharingSessionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/calls/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaCommunicationCallCount", "Variants": [ "Get" ], - "Uri": "/communications/calls/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphCommsOperation", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaCommunicationCallOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", - "OutputType": "IMicrosoftGraphCommsOperation", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/calls/{call-id}/operations", "Method": "GET", + "OutputType": "IMicrosoftGraphCommsOperation", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaCommunicationCallOperation", "Variants": [ "List" ], - "Uri": "/communications/calls/{call-id}/operations", - "OutputType": "IMicrosoftGraphCommsOperation", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/calls/{call-id}/operations/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaCommunicationCallOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/calls/{call-id}/operations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallOperationCount" + "ApiVersion": "beta" }, { + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphParticipant", + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -20346,18 +20350,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaCommunicationCallParticipant", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/calls/{call-id}/participants/{participant-id}", - "OutputType": "IMicrosoftGraphParticipant", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallParticipant" + "ApiVersion": "beta" }, { + "Uri": "/communications/calls/{call-id}/participants", + "Method": "GET", + "OutputType": "IMicrosoftGraphParticipant", + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.AccessMedia.All", @@ -20372,17 +20376,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaCommunicationCallParticipant", "Variants": [ "List" ], - "Uri": "/communications/calls/{call-id}/participants", - "OutputType": "IMicrosoftGraphParticipant", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallParticipant" + "ApiVersion": "beta" }, { + "Uri": "/communications/calls/{call-id}/participants/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.AccessMedia.All", @@ -20397,48 +20401,48 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaCommunicationCallParticipantCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/calls/{call-id}/participants/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallParticipantCount" + "ApiVersion": "beta" }, { + "Uri": "/communications/callRecords/{callRecord-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphCallRecordsCallRecord", + "Module": "Beta.CloudCommunications", "Permissions": { "Name": "CallRecords.Read.All", "Description": "Read all call records", "FullDescription": "Allows the app to read call records for all calls and online meetings without a signed-in user.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaCommunicationCallRecord", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/callRecords/{callRecord-id}", - "OutputType": "IMicrosoftGraphCallRecordsCallRecord", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallRecord" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/callRecords/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaCommunicationCallRecordCount", "Variants": [ "Get" ], - "Uri": "/communications/callRecords/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallRecordCount" + "ApiVersion": "beta" }, { + "Uri": "/communications/callRecords/getPstnBlockedUsersLog(fromDateTime={fromDateTime},toDateTime={toDateTime})", + "Method": "GET", + "OutputType": "IMicrosoftGraphCallRecordsPstnBlockedUsersLogRow", + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "CallRecord-PstnCalls.Read.All", @@ -20453,18 +20457,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaCommunicationCallRecordPstnBlockedUserLog", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/callRecords/getPstnBlockedUsersLog(fromDateTime={fromDateTime},toDateTime={toDateTime})", - "OutputType": "IMicrosoftGraphCallRecordsPstnBlockedUsersLogRow", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallRecordPstnBlockedUserLog" + "ApiVersion": "beta" }, { + "Uri": "/communications/callRecords/getPstnOnlineMeetingDialoutReport(fromDateTime={fromDateTime},toDateTime={toDateTime})", + "Method": "GET", + "OutputType": "IMicrosoftGraphCallRecordsPstnOnlineMeetingDialoutReport", + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "CallRecord-PstnCalls.Read.All", @@ -20479,79 +20483,79 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaCommunicationCallRecordPstnOnlineMeetingDialoutReport", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/callRecords/getPstnOnlineMeetingDialoutReport(fromDateTime={fromDateTime},toDateTime={toDateTime})", - "OutputType": "IMicrosoftGraphCallRecordsPstnOnlineMeetingDialoutReport", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallRecordPstnOnlineMeetingDialoutReport" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphCallRecordsSession", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaCommunicationCallRecordSession", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", - "OutputType": "IMicrosoftGraphCallRecordsSession", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallRecordSession" + "ApiVersion": "beta" }, { + "Uri": "/communications/callRecords/{callRecord-id}/sessions", + "Method": "GET", + "OutputType": "IMicrosoftGraphCallRecordsSession", + "Module": "Beta.CloudCommunications", "Permissions": { "Name": "CallRecords.Read.All", "Description": "Read all call records", "FullDescription": "Allows the app to read call records for all calls and online meetings without a signed-in user.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaCommunicationCallRecordSession", "Variants": [ "List" ], - "Uri": "/communications/callRecords/{callRecord-id}/sessions", - "OutputType": "IMicrosoftGraphCallRecordsSession", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallRecordSession" + "ApiVersion": "beta" }, { + "Uri": "/communications/callRecords/{callRecord-id}/sessions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.CloudCommunications", "Permissions": { "Name": "CallRecords.Read.All", "Description": "Read all call records", "FullDescription": "Allows the app to read call records for all calls and online meetings without a signed-in user.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaCommunicationCallRecordSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/callRecords/{callRecord-id}/sessions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallRecordSessionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaCommunicationCallRecordSessionSegmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallRecordSessionSegmentCount" + "ApiVersion": "beta" }, { + "Uri": "/communications/callRecords/getSmsLog(fromDateTime={fromDateTime},toDateTime={toDateTime})", + "Method": "GET", + "OutputType": "IMicrosoftGraphCallRecordsSmsLogRow", + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "CallRecord-PstnCalls.Read.All", @@ -20566,33 +20570,33 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaCommunicationCallRecordSmLog", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/callRecords/getSmsLog(fromDateTime={fromDateTime},toDateTime={toDateTime})", - "OutputType": "IMicrosoftGraphCallRecordsSmsLogRow", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallRecordSmLog" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaCommunicationOnlineMeeting", "Variants": [ "Get", "Get1", "GetExpanded", "GetViaIdentity" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeeting" + "ApiVersion": "beta" }, { + "Uri": "/communications/onlineMeetings", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "OnlineMeetingArtifact.Read.All", @@ -20625,139 +20629,139 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeeting", "Variants": [ "List" ], - "Uri": "/communications/onlineMeetings", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeeting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", "Method": "GET", + "OutputType": null, + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaCommunicationOnlineMeetingAlternativeRecording", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingAlternativeRecording" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReport", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReport" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", "Method": "GET", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReport", "Variants": [ "List" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReport" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "Method": "GET", + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "List", "List1" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendeeReport" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendeeReport", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/broadcastRecording", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingBroadcastRecording" + "Permissions": [], + "Command": "Get-MgBetaCommunicationOnlineMeetingBroadcastRecording", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/communications/onlineMeetings/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "OnlineMeetingArtifact.Read.All", @@ -20790,19 +20794,19 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingCount", "Variants": [ "Get" ], - "Uri": "/communications/onlineMeetings/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", "Method": "GET", + "OutputType": null, + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaCommunicationOnlineMeetingRecording", "Variants": [ "Get", "Get1", @@ -20810,257 +20814,257 @@ "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingRecording" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", "Method": "GET", + "OutputType": "IMicrosoftGraphCallRecording", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaCommunicationOnlineMeetingRecording", "Variants": [ "List" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", - "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingRecording" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", "Method": "GET", + "OutputType": null, + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphCallRecording", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/delta", - "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", "Method": "GET", + "OutputType": "IMicrosoftGraphMeetingRegistration", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", - "OutputType": "IMicrosoftGraphMeetingRegistration", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", "Method": "GET", + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", "Variants": [ "List" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", - "OutputType": "IMicrosoftGraphMeetingRegistrantBase", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrant" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants", "Method": "GET", + "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", "Variants": [ "List" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants", - "OutputType": "IMicrosoftGraphMeetingRegistrantBase", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrant" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrantCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrantCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphCallTranscript", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaCommunicationOnlineMeetingTranscript", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingTranscript" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", "Method": "GET", + "OutputType": "IMicrosoftGraphCallTranscript", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaCommunicationOnlineMeetingTranscript", "Variants": [ "List" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", - "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingTranscript" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", "Method": "GET", + "OutputType": null, + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphCallTranscript", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/delta", - "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptDelta" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/communications/presences/{presence-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPresence", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationPresence" + "Permissions": [], + "Command": "Get-MgBetaCommunicationPresence", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/communications/presences", + "Method": "GET", + "OutputType": "IMicrosoftGraphPresence", + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Presence.Read", @@ -21075,35 +21079,35 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaCommunicationPresence", "Variants": [ "List" ], - "Uri": "/communications/presences", - "OutputType": "IMicrosoftGraphPresence", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationPresence" + "ApiVersion": "beta" }, { + "Uri": "/communications/getPresencesByUserId", + "Method": "POST", + "OutputType": "IMicrosoftGraphPresence", + "Module": "Beta.CloudCommunications", "Permissions": { "Name": "Presence.Read.All", "Description": "Read presence information of all users in your organization", "FullDescription": "Allows the app to read presence information of all users in the directory on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.", "IsAdmin": false }, - "Method": "POST", + "Command": "Get-MgBetaCommunicationPresenceByUserId", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/communications/getPresencesByUserId", - "OutputType": "IMicrosoftGraphPresence", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationPresenceByUserId" + "ApiVersion": "beta" }, { + "Uri": "/communications/presences/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Presence.Read", @@ -21118,41 +21122,41 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaCommunicationPresenceCount", "Variants": [ "Get" ], - "Uri": "/communications/presences/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationPresenceCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get" - ], "Uri": "/compliance", + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Command": "Get-MgBetaCompliance" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaCompliance", "Variants": [ "Get" ], + "ApiVersion": "beta" + }, + { "Uri": "/compliance/ediscovery", + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscovery" + "Permissions": [], + "Command": "Get-MgBetaComplianceEdiscovery", + "Variants": [ + "Get" + ], + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryCase", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -21167,18 +21171,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCase", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}", - "OutputType": "IMicrosoftGraphEdiscoveryCase", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCase" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases", + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryCase", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -21193,17 +21197,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCase", "Variants": [ "List" ], - "Uri": "/compliance/ediscovery/cases", - "OutputType": "IMicrosoftGraphEdiscoveryCase", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCase" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -21218,17 +21222,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCount", "Variants": [ "Get" ], - "Uri": "/compliance/ediscovery/cases/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCount" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryCustodian", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -21243,18 +21247,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodian", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", - "OutputType": "IMicrosoftGraphEdiscoveryCustodian", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodian" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians", + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryCustodian", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -21269,17 +21273,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodian", "Variants": [ "List" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians", - "OutputType": "IMicrosoftGraphEdiscoveryCustodian", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodian" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -21294,31 +21298,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/lastIndexOperation", "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryCaseIndexOperation", + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianLastIndexOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/lastIndexOperation", - "OutputType": "IMicrosoftGraphEdiscoveryCaseIndexOperation", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianLastIndexOperation" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -21333,18 +21337,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources", + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -21359,17 +21363,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", "Variants": [ "List" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -21384,31 +21388,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}/site", "Method": "GET", + "OutputType": "IMicrosoftGraphSite", + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceSite", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}/site", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceSite" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -21423,18 +21427,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources", + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -21449,17 +21453,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "List" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources", - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -21474,31 +21478,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroup" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -21513,18 +21517,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources", + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -21539,17 +21543,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource", "Variants": [ "List" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources", - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -21564,18 +21568,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSourceCount" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -21590,18 +21594,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHold", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", - "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHold" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds", + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -21616,17 +21620,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHold", "Variants": [ "List" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds", - "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHold" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -21641,31 +21645,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources", + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -21680,17 +21684,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", "Variants": [ "List" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -21705,95 +21709,95 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}/site", + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceSite" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceSite", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources", + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryUserSource", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource" + "Permissions": [], + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources", + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -21808,17 +21812,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", "Variants": [ "List" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources", - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -21833,18 +21837,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSourceCount" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -21859,18 +21863,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources", + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -21885,17 +21889,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", "Variants": [ "List" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources", - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -21910,18 +21914,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceCount" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/dataSource", + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -21936,44 +21940,44 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceDataSource", "Variants": [ "Get1", "GetViaIdentity1" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/dataSource", - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceDataSource" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/lastIndexOperation", "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryCaseIndexOperation", + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/lastIndexOperation", - "OutputType": "IMicrosoftGraphEdiscoveryCaseIndexOperation", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceLastIndexOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", - "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperation" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/operations", + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -21988,42 +21992,42 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperation", "Variants": [ "List" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/operations", - "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/caseExportOperation", "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation", + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/caseExportOperation", - "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation", "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation", + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation", "Variants": [ "List" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation", - "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -22038,31 +22042,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationCountAsCaseExportOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationCountAsCaseExportOperation" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -22077,18 +22081,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSet", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSet" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets", + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -22103,17 +22107,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSet", "Variants": [ "List" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSet" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -22128,18 +22132,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetCount" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -22154,18 +22158,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries", + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -22180,17 +22184,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery", "Variants": [ "List" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -22205,18 +22209,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQueryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQueryCount" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/settings", + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -22231,18 +22235,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/settings", - "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSetting" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -22257,18 +22261,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollection", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", - "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollection" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections", + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -22283,30 +22287,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollection", "Variants": [ "List" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections", - "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollection" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources", + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -22321,17 +22325,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", "Variants": [ "List" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources", - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -22346,18 +22350,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSourceCount" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/addToReviewSetOperation", + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryAddToReviewSetOperation", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -22372,18 +22376,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAddToReviewSetOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/addToReviewSetOperation", - "OutputType": "IMicrosoftGraphEdiscoveryAddToReviewSetOperation", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAddToReviewSetOperation" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -22398,31 +22402,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/{dataSource-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/{dataSource-id}", - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources", + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -22437,17 +22441,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource", "Variants": [ "List" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources", - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -22462,18 +22466,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSourceCount" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/lastEstimateStatisticsOperation", + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryEstimateStatisticsOperation", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -22488,31 +22492,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionLastEstimateStatisticsOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/lastEstimateStatisticsOperation", - "OutputType": "IMicrosoftGraphEdiscoveryEstimateStatisticsOperation", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionLastEstimateStatisticsOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/{noncustodialDataSource-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/{noncustodialDataSource-id}", - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources", + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -22527,17 +22531,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource", "Variants": [ "List" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources", - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -22552,18 +22556,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSourceCount" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -22578,18 +22582,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseTag", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", - "OutputType": "IMicrosoftGraphEdiscoveryTag", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseTag" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/tags", + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -22604,30 +22608,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseTag", "Variants": [ "List" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/tags", - "OutputType": "IMicrosoftGraphEdiscoveryTag", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseTag" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/{tag-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTag", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/{tag-id1}", - "OutputType": "IMicrosoftGraphEdiscoveryTag", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTag" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags", + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -22642,17 +22646,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTag", "Variants": [ "List" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags", - "OutputType": "IMicrosoftGraphEdiscoveryTag", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTag" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -22667,18 +22671,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTagCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTagCount" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -22693,31 +22697,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseTagCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseTagCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/parent", "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Get-MgBetaComplianceEdiscoveryCaseTagParent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/parent", - "OutputType": "IMicrosoftGraphEdiscoveryTag", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseTagParent" + "ApiVersion": "beta" }, { + "Uri": "/contacts/{orgContact-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -22738,18 +22742,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaContact", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/contacts/{orgContact-id}", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContact" + "ApiVersion": "beta" }, { + "Uri": "/contacts", + "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -22770,30 +22774,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaContact", "Variants": [ "List" ], - "Uri": "/contacts", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContact" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/contacts/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaContactById", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/contacts/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactById" + "ApiVersion": "beta" }, { + "Uri": "/contacts/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -22814,17 +22818,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaContactCount", "Variants": [ "Get" ], - "Uri": "/contacts/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactCount" + "ApiVersion": "beta" }, { + "Uri": "/contacts/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -22845,30 +22849,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaContactDelta", "Variants": [ "Delta" ], - "Uri": "/contacts/delta", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaContactDirectReport", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactDirectReport" + "ApiVersion": "beta" }, { + "Uri": "/contacts/{orgContact-id}/directReports", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -22895,67 +22899,67 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaContactDirectReport", "Variants": [ "List" ], - "Uri": "/contacts/{orgContact-id}/directReports", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactDirectReport" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact", "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaContactDirectReportAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactDirectReportAsOrgContact" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/contacts/{orgContact-id}/directReports/orgContact", "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaContactDirectReportAsOrgContact", "Variants": [ "List" ], - "Uri": "/contacts/{orgContact-id}/directReports/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactDirectReportAsOrgContact" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaContactDirectReportAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactDirectReportAsUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/contacts/{orgContact-id}/directReports/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaContactDirectReportAsUser", "Variants": [ "List" ], - "Uri": "/contacts/{orgContact-id}/directReports/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactDirectReportAsUser" + "ApiVersion": "beta" }, { + "Uri": "/contacts/{orgContact-id}/directReports/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -22982,44 +22986,44 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaContactDirectReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/contacts/{orgContact-id}/directReports/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactDirectReportCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/contacts/{orgContact-id}/directReports/orgContact/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaContactDirectReportCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/contacts/{orgContact-id}/directReports/orgContact/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactDirectReportCountAsOrgContact" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/contacts/{orgContact-id}/directReports/user/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaContactDirectReportCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/contacts/{orgContact-id}/directReports/user/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactDirectReportCountAsUser" + "ApiVersion": "beta" }, { + "Uri": "/contacts/{orgContact-id}/manager", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -23046,18 +23050,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaContactManager", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/contacts/{orgContact-id}/manager", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactManager" + "ApiVersion": "beta" }, { + "Uri": "/contacts/{orgContact-id}/getMemberGroups", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Application.Read.All", @@ -23126,20 +23130,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Get-MgBetaContactMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/contacts/{orgContact-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactMemberGroup" + "ApiVersion": "beta" }, { + "Uri": "/contacts/{orgContact-id}/getMemberObjects", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Application.Read.All", @@ -23214,33 +23218,33 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaContactMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/contacts/{orgContact-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactMemberObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaContactMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactMemberOf" + "ApiVersion": "beta" }, { + "Uri": "/contacts/{orgContact-id}/memberOf", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -23267,67 +23271,67 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaContactMemberOf", "Variants": [ "List" ], - "Uri": "/contacts/{orgContact-id}/memberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactMemberOf" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaContactMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactMemberOfAsAdministrativeUnit" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaContactMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactMemberOfAsAdministrativeUnit" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaContactMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactMemberOfAsGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/contacts/{orgContact-id}/memberOf/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaContactMemberOfAsGroup", "Variants": [ "List" ], - "Uri": "/contacts/{orgContact-id}/memberOf/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactMemberOfAsGroup" + "ApiVersion": "beta" }, { + "Uri": "/contacts/{orgContact-id}/memberOf/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -23354,57 +23358,57 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaContactMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/contacts/{orgContact-id}/memberOf/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactMemberOfCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactMemberOfCountAsAdministrativeUnit" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaContactMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/contacts/{orgContact-id}/memberOf/group/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactMemberOfCountAsGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaContactMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactTransitiveMemberOf" + "Permissions": [], + "Command": "Get-MgBetaContactTransitiveMemberOf", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -23425,67 +23429,67 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaContactTransitiveMemberOf", "Variants": [ "List" ], - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactTransitiveMemberOf" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaContactTransitiveMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactTransitiveMemberOfAsGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaContactTransitiveMemberOfAsGroup", "Variants": [ "List" ], - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactTransitiveMemberOfAsGroup" + "ApiVersion": "beta" }, { + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -23506,95 +23510,95 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaContactTransitiveMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactTransitiveMemberOfCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactTransitiveMemberOfCountAsAdministrativeUnit" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaContactTransitiveMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactTransitiveMemberOfCountAsGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaContactTransitiveMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/contacts/{orgContact-id}/transitiveReports/{directoryObject-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactTransitiveReport" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaContactTransitiveReport", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/contacts/{orgContact-id}/transitiveReports", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactTransitiveReport" + "Permissions": [], + "Command": "Get-MgBetaContactTransitiveReport", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/contacts/{orgContact-id}/transitiveReports/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaContactTransitiveReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/contacts/{orgContact-id}/transitiveReports/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactTransitiveReportCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/contacts/getUserOwnedObjects", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaContactUserOwnedObject", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/contacts/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactUserOwnedObject" + "ApiVersion": "beta" }, { + "Uri": "/contracts/{contract-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphContract", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -23609,18 +23613,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaContract", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/contracts/{contract-id}", - "OutputType": "IMicrosoftGraphContract", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContract" + "ApiVersion": "beta" }, { + "Uri": "/contracts", + "Method": "GET", + "OutputType": "IMicrosoftGraphContract", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -23635,30 +23639,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaContract", "Variants": [ "List" ], - "Uri": "/contracts", - "OutputType": "IMicrosoftGraphContract", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContract" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/contracts/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaContractById", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/contracts/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContractById" + "ApiVersion": "beta" }, { + "Uri": "/contracts/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -23673,17 +23677,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaContractCount", "Variants": [ "Get" ], - "Uri": "/contracts/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContractCount" + "ApiVersion": "beta" }, { + "Uri": "/contracts/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -23698,60 +23702,60 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaContractDelta", "Variants": [ "Delta" ], - "Uri": "/contracts/delta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContractDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/contracts/{contract-id}/getMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaContractMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/contracts/{contract-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContractMemberGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/contracts/{contract-id}/getMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaContractMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/contracts/{contract-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContractMemberObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/contracts/getUserOwnedObjects", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaContractUserOwnedObject", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/contracts/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContractUserOwnedObject" + "ApiVersion": "beta" }, { + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "User.Export.All", @@ -23766,42 +23770,42 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDataPolicyOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", - "OutputType": "IMicrosoftGraphDataPolicyOperation", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaDataPolicyOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/dataPolicyOperations", "Method": "GET", + "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaDataPolicyOperation", "Variants": [ "List" ], - "Uri": "/dataPolicyOperations", - "OutputType": "IMicrosoftGraphDataPolicyOperation", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaDataPolicyOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/dataPolicyOperations/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaDataPolicyOperationCount", "Variants": [ "Get" ], - "Uri": "/dataPolicyOperations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaDataPolicyOperationCount" + "ApiVersion": "beta" }, { + "Uri": "/devices/{device-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -23828,18 +23832,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDevice" + "ApiVersion": "beta" }, { + "Uri": "/devices", + "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -23866,17 +23870,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDevice", "Variants": [ "List" ], - "Uri": "/devices", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceAppManagement", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -23903,17 +23907,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagement", "Variants": [ "Get" ], - "Uri": "/deviceAppManagement", - "OutputType": "IMicrosoftGraphDeviceAppManagement", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagement" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -23928,18 +23932,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtection", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtection" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections", + "Method": "GET", + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -23954,17 +23958,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtection", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections", - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtection" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -23991,18 +23995,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -24029,17 +24033,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -24066,18 +24070,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAppCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -24104,18 +24108,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -24142,17 +24146,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -24179,18 +24183,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -24205,17 +24209,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionCount", "Variants": [ "Get" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -24242,18 +24246,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -24280,18 +24284,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtection", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtection" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/defaultManagedAppProtections", + "Method": "GET", + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -24318,17 +24322,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtection", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtection" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -24355,18 +24359,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -24393,17 +24397,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -24430,18 +24434,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionAppCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/defaultManagedAppProtections/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -24468,17 +24472,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionCount", "Variants": [ "Get" ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -24505,18 +24509,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -24531,18 +24535,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", - "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates", + "Method": "GET", + "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -24557,17 +24561,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates", - "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -24582,42 +24586,42 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificateCount", "Variants": [ "Get" ], - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificateCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations", "Method": "GET", + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations", - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -24632,18 +24636,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -24658,17 +24662,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -24683,30 +24687,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignmentCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationCount", "Variants": [ "Get" ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -24721,18 +24725,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -24747,17 +24751,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -24772,18 +24776,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatusCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -24798,18 +24802,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -24824,17 +24828,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments", - "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -24849,18 +24853,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -24875,18 +24879,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -24901,17 +24905,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -24926,18 +24930,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatusCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -24952,18 +24956,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtection", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "OutputType": "IMicrosoftGraphIosManagedAppProtection", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtection" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosManagedAppProtections", + "Method": "GET", + "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -24978,17 +24982,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtection", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/iosManagedAppProtections", - "OutputType": "IMicrosoftGraphIosManagedAppProtection", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtection" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -25015,18 +25019,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -25053,17 +25057,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -25090,18 +25094,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAppCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -25128,18 +25132,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -25166,17 +25170,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -25203,18 +25207,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosManagedAppProtections/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -25229,17 +25233,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionCount", "Variants": [ "Get" ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -25266,18 +25270,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -25304,18 +25308,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedAppPolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -25342,17 +25346,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicy", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/managedAppPolicies", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedAppPolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -25379,17 +25383,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicyCount", "Variants": [ "Get" ], - "Uri": "/deviceAppManagement/managedAppPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicyCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -25416,18 +25420,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", - "OutputType": "IMicrosoftGraphManagedAppRegistration", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistration" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedAppRegistrations", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -25454,17 +25458,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistration", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/managedAppRegistrations", - "OutputType": "IMicrosoftGraphManagedAppRegistration", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistration" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -25491,18 +25495,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -25529,17 +25533,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -25566,18 +25570,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicyCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedAppRegistrations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -25604,17 +25608,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationCount", "Variants": [ "Get" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -25641,55 +25645,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy" + "ApiVersion": "beta" }, { - "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.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "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.", - "IsAdmin": 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.", - "IsAdmin": true - } - ], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", + "Method": "GET", "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy" - }, - { "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -25716,18 +25683,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicyCount" - }, - { "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -25754,55 +25720,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "OutputType": "IMicrosoftGraphManagedAppOperation", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation" + "ApiVersion": "beta" }, { - "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.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "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.", - "IsAdmin": 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.", - "IsAdmin": true - } - ], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", "Method": "GET", - "Variants": [ - "List" - ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", "OutputType": "IMicrosoftGraphManagedAppOperation", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation" - }, - { "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -25829,55 +25758,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperationCount" + "ApiVersion": "beta" }, { - "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.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "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.", - "IsAdmin": 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.", - "IsAdmin": true - } - ], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", "Method": "GET", - "Variants": [ - "Get" - ], - "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration", - "OutputType": null, - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedAppOperation", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration" - }, - { "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -25904,18 +25796,55 @@ "IsAdmin": true } ], + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation", + "Variants": [ + "List" + ], + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "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.", + "IsAdmin": 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.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "OutputType": "IMicrosoftGraphManagedAppStatus", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -25942,17 +25871,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration", "Variants": [ - "List" + "Get" ], - "Uri": "/deviceAppManagement/managedAppStatuses", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphManagedAppStatus", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppStatus" + "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.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "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.", + "IsAdmin": 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.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaDeviceAppManagementManagedAppStatus", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedAppStatuses", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppStatus", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -25979,17 +25946,54 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppStatus", "Variants": [ - "Get" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppStatuses/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppStatusCount" + "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.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "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.", + "IsAdmin": 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.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaDeviceAppManagementManagedAppStatusCount", + "Variants": [ + "Get" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedEBook", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -26004,18 +26008,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBook", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", - "OutputType": "IMicrosoftGraphManagedEBook", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBook" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBooks", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedEBook", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -26030,17 +26034,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBook", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/managedEBooks", - "OutputType": "IMicrosoftGraphManagedEBook", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBook" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -26055,18 +26059,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", - "OutputType": "IMicrosoftGraphManagedEBookAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -26081,17 +26085,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignment", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", - "OutputType": "IMicrosoftGraphManagedEBookAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -26106,18 +26110,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedEBookCategory", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -26132,20 +26136,20 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategory", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", - "OutputType": "IMicrosoftGraphManagedEBookCategory", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategory" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBookCategories", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedEBookCategory", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -26160,18 +26164,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategory", "Variants": [ "List", "List1" ], - "Uri": "/deviceAppManagement/managedEBookCategories", - "OutputType": "IMicrosoftGraphManagedEBookCategory", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategory" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBookCategories/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -26186,19 +26190,19 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategoryCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/managedEBookCategories/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategoryCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBooks/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -26213,17 +26217,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookCount", "Variants": [ "Get" ], - "Uri": "/deviceAppManagement/managedEBooks/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -26238,18 +26242,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceState" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -26264,17 +26268,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceState", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceState" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -26289,18 +26293,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceStateCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", + "Method": "GET", + "OutputType": "IMicrosoftGraphEBookInstallSummary", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -26315,18 +26319,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookInstallSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", - "OutputType": "IMicrosoftGraphEBookInstallSummary", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookInstallSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -26341,18 +26345,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", - "OutputType": "IMicrosoftGraphUserInstallStateSummary", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -26367,17 +26371,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", - "OutputType": "IMicrosoftGraphUserInstallStateSummary", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -26392,18 +26396,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -26418,18 +26422,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -26444,17 +26448,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -26469,18 +26473,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -26495,18 +26499,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -26521,17 +26525,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -26558,18 +26562,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -26596,17 +26600,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -26633,18 +26637,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -26659,17 +26663,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyCount", "Variants": [ "Get" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -26696,18 +26700,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -26734,17 +26738,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -26771,18 +26775,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -26809,18 +26813,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -26847,17 +26851,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -26884,18 +26888,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphMobileApp", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -26910,18 +26914,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", - "OutputType": "IMicrosoftGraphMobileApp", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileApps", + "Method": "GET", + "OutputType": "IMicrosoftGraphMobileApp", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -26936,30 +26940,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileApp", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/mobileApps", - "OutputType": "IMicrosoftGraphMobileApp", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileApp" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedMobileLobApp", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp", - "OutputType": "IMicrosoftGraphManagedMobileLobApp", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedMobileLobApp", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -26974,30 +26978,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp", - "OutputType": "IMicrosoftGraphManagedMobileLobApp", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/mobileLobApp", "Method": "GET", + "OutputType": "IMicrosoftGraphMobileLobApp", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMobileLobApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/mobileLobApp", - "OutputType": "IMicrosoftGraphMobileLobApp", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMobileLobApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileApps/mobileLobApp", + "Method": "GET", + "OutputType": "IMicrosoftGraphMobileLobApp", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -27012,17 +27016,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMobileLobApp", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/mobileApps/mobileLobApp", - "OutputType": "IMicrosoftGraphMobileLobApp", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMobileLobApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -27037,18 +27041,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -27063,17 +27067,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignment", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -27088,18 +27092,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -27114,20 +27118,20 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCategory", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCategory" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileAppCategories", + "Method": "GET", + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -27142,18 +27146,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCategory", "Variants": [ "List", "List1" ], - "Uri": "/deviceAppManagement/mobileAppCategories", - "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCategory" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileAppCategories/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -27168,19 +27172,19 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCategoryCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mobileAppCategories/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCategoryCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -27195,18 +27199,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -27221,17 +27225,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfiguration", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -27246,18 +27250,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -27272,17 +27276,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -27297,18 +27301,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -27323,17 +27327,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationCount", "Variants": [ "Get" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -27348,18 +27352,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -27374,17 +27378,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -27399,18 +27403,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -27425,18 +27429,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -27451,18 +27455,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -27477,17 +27481,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -27502,18 +27506,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -27528,18 +27532,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileApps/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -27554,17 +27558,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCount", "Variants": [ "Get" ], - "Uri": "/deviceAppManagement/mobileApps/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -27579,17 +27583,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagedMobileLobApp", "Variants": [ "Get" ], - "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagedMobileLobApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileApps/mobileLobApp/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -27604,17 +27608,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMobileLobApp", "Variants": [ "Get" ], - "Uri": "/deviceAppManagement/mobileApps/mobileLobApp/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMobileLobApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -27629,18 +27633,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationship" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships", + "Method": "GET", + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -27655,17 +27659,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationship", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationship" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -27680,18 +27684,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationshipCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/policySets/{policySet-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPolicySet", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -27706,20 +27710,20 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementPolicySet", "Variants": [ "Get", "Get1", "GetExpanded", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/policySets/{policySet-id}", - "OutputType": "IMicrosoftGraphPolicySet", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementPolicySet" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/policySets", + "Method": "GET", + "OutputType": "IMicrosoftGraphPolicySet", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -27734,17 +27738,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementPolicySet", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/policySets", - "OutputType": "IMicrosoftGraphPolicySet", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementPolicySet" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPolicySetAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -27759,18 +27763,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", - "OutputType": "IMicrosoftGraphPolicySetAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphPolicySetAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -27785,17 +27789,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignment", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments", - "OutputType": "IMicrosoftGraphPolicySetAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -27810,18 +27814,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/policySets/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -27836,17 +27840,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementPolicySetCount", "Variants": [ "Get" ], - "Uri": "/deviceAppManagement/policySets/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementPolicySetCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPolicySetItem", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -27861,18 +27865,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementPolicySetItem", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", - "OutputType": "IMicrosoftGraphPolicySetItem", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementPolicySetItem" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/policySets/{policySet-id}/items", + "Method": "GET", + "OutputType": "IMicrosoftGraphPolicySetItem", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -27887,17 +27891,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementPolicySetItem", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/policySets/{policySet-id}/items", - "OutputType": "IMicrosoftGraphPolicySetItem", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementPolicySetItem" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -27912,18 +27916,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementPolicySetItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementPolicySetItemCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", + "Method": "GET", + "OutputType": "IMicrosoftGraphSymantecCodeSigningCertificate", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -27938,17 +27942,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", "Variants": [ "Get" ], - "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", - "OutputType": "IMicrosoftGraphSymantecCodeSigningCertificate", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementSymantecCodeSigningCertificate" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -27963,18 +27967,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", + "Method": "GET", + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -27989,17 +27993,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28026,18 +28030,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28064,17 +28068,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28101,18 +28105,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAppCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28139,18 +28143,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28177,17 +28181,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28214,18 +28218,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28240,17 +28244,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationCount", "Variants": [ "Get" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28277,18 +28281,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28315,18 +28319,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28353,17 +28357,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28390,18 +28394,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28428,18 +28432,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28466,17 +28470,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28503,18 +28507,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinitionCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceAppManagementTask", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28541,18 +28545,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTask", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", - "OutputType": "IMicrosoftGraphDeviceAppManagementTask", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTask" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/deviceAppManagementTasks", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceAppManagementTask", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28579,17 +28583,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTask", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/deviceAppManagementTasks", - "OutputType": "IMicrosoftGraphDeviceAppManagementTask", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTask" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/deviceAppManagementTasks/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28616,17 +28620,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTaskCount", "Variants": [ "Get" ], - "Uri": "/deviceAppManagement/deviceAppManagementTasks/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTaskCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphVppToken", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -28653,18 +28657,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementVppToken", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "OutputType": "IMicrosoftGraphVppToken", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementVppToken" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/vppTokens", + "Method": "GET", + "OutputType": "IMicrosoftGraphVppToken", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -28691,17 +28695,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementVppToken", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/vppTokens", - "OutputType": "IMicrosoftGraphVppToken", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementVppToken" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/vppTokens/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -28728,17 +28732,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementVppTokenCount", "Variants": [ "Get" ], - "Uri": "/deviceAppManagement/vppTokens/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementVppTokenCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/vppTokens/getLicensesForApp(bundleId='{bundleId}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphVppTokenLicenseSummary", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -28765,18 +28769,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementVppTokenLicenseForApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/vppTokens/getLicensesForApp(bundleId='{bundleId}')", - "OutputType": "IMicrosoftGraphVppTokenLicenseSummary", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementVppTokenLicenseForApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28791,18 +28795,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/wdacSupplementalPolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28817,17 +28821,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicy", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/wdacSupplementalPolicies", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28842,18 +28846,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28868,17 +28872,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28893,18 +28897,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28919,17 +28923,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyCount", "Variants": [ "Get" ], - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28944,18 +28948,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28970,18 +28974,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28996,17 +29000,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29033,18 +29037,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29071,17 +29075,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29108,17 +29112,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistrationCount", "Variants": [ "Get" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistrationCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29145,18 +29149,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29183,17 +29187,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29220,18 +29224,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29258,17 +29262,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29295,18 +29299,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29333,17 +29337,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyCount", "Variants": [ "Get" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29370,18 +29374,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29408,17 +29412,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29445,18 +29449,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29483,18 +29487,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29521,17 +29525,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29558,18 +29562,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29596,18 +29600,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29634,17 +29638,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29671,17 +29675,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeActionCount", "Variants": [ "Get" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeActionCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29708,18 +29712,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtection", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/windowsManagedAppProtections", + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtection" + "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.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "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.", + "IsAdmin": 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.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtection", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29746,17 +29787,55 @@ "IsAdmin": true } ], + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "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.", + "IsAdmin": 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.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections", - "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtection" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29783,18 +29862,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29821,17 +29900,55 @@ "IsAdmin": true } ], + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments", "Method": "GET", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "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.", + "IsAdmin": 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.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29858,18 +29975,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAppCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsManagedAppProtections/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29896,130 +30013,17 @@ "IsAdmin": true } ], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment" - }, - { - "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.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "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.", - "IsAdmin": 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.", - "IsAdmin": true - } - ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionCount", "Variants": [ - "List" - ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment" - }, - { - "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.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "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.", - "IsAdmin": 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.", - "IsAdmin": true - } - ], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignmentCount" + "ApiVersion": "beta" }, { - "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.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "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.", - "IsAdmin": 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.", - "IsAdmin": true - } - ], + "Uri": "/deviceAppManagement/windowsManagementApp", "Method": "GET", - "Variants": [ - "Get" - ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/$count", - "OutputType": null, - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsManagementApp", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionCount" - }, - { "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -30046,17 +30050,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagementApp", "Variants": [ "Get" ], - "Uri": "/deviceAppManagement/windowsManagementApp", - "OutputType": "IMicrosoftGraphWindowsManagementApp", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagementApp" + "ApiVersion": "beta" }, { + "Uri": "/devices(deviceId='{deviceId}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -30083,82 +30087,82 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceByDeviceId", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices(deviceId='{deviceId}')", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceByDeviceId" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceById", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/devices/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceById" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/commands/{command-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphCommand", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceCommand", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/commands/{command-id}", - "OutputType": "IMicrosoftGraphCommand", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceCommand" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/commands", "Method": "GET", + "OutputType": "IMicrosoftGraphCommand", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceCommand", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/commands", - "OutputType": "IMicrosoftGraphCommand", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceCommand" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/commands/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceCommandCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/commands/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceCommandCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/commands/{command-id}/responsepayload", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceCommandResponsepayload", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/commands/{command-id}/responsepayload", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceCommandResponsepayload" + "ApiVersion": "beta" }, { + "Uri": "/devices/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -30185,72 +30189,72 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceCount", "Variants": [ "Get" ], - "Uri": "/devices/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceCount" + "ApiVersion": "beta" }, { + "Uri": "/devices/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "Device.Read.All", "Description": "Read all devices", "FullDescription": "Allows the app to read devices' configuration information on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaDeviceDelta", "Variants": [ "Delta" ], - "Uri": "/devices/delta", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/extensions/{extension-id}", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/extensions", "Method": "GET", + "OutputType": "IMicrosoftGraphExtension", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceExtension", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/extensions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/extensions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceExtensionCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagement", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30313,17 +30317,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagement", "Variants": [ "Get" ], - "Uri": "/deviceManagement", - "OutputType": "IMicrosoftGraphDeviceManagement", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagement" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", + "Method": "GET", + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -30338,17 +30342,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", "Variants": [ "Get" ], - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -30363,18 +30367,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates", + "Method": "GET", + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -30389,17 +30393,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", "Variants": [ "List" ], - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates", - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -30414,17 +30418,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingStateCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingStateCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -30439,18 +30443,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", - "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles", + "Method": "GET", + "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -30465,17 +30469,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", "Variants": [ "List" ], - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles", - "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -30490,17 +30494,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -30515,18 +30519,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", - "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas", + "Method": "GET", + "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -30541,17 +30545,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", "Variants": [ "List" ], - "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas", - "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -30566,17 +30570,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchemaCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchemaCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -30591,18 +30595,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", - "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles", + "Method": "GET", + "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -30617,17 +30621,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", "Variants": [ "List" ], - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles", - "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -30642,17 +30646,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidForWorkSettings", + "Method": "GET", + "OutputType": "IMicrosoftGraphAndroidForWorkSettings", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -30667,17 +30671,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidForWorkSetting", "Variants": [ "Get" ], - "Uri": "/deviceManagement/androidForWorkSettings", - "OutputType": "IMicrosoftGraphAndroidForWorkSettings", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementAndroidForWorkSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", + "Method": "GET", + "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -30692,17 +30696,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", "Variants": [ "Get" ], - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", - "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -30717,18 +30721,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", - "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas", + "Method": "GET", + "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -30743,17 +30747,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", "Variants": [ "List" ], - "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas", - "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -30768,17 +30772,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchemaCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchemaCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/applePushNotificationCertificate", + "Method": "GET", + "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -30805,17 +30809,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementApplePushNotificationCertificate", "Variants": [ "Get" ], - "Uri": "/deviceManagement/applePushNotificationCertificate", - "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementApplePushNotificationCertificate" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -30830,18 +30834,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", - "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", + "Method": "GET", + "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -30856,17 +30860,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", "Variants": [ "List" ], - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", - "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -30881,18 +30885,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", - "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -30907,17 +30911,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", "Variants": [ "List" ], - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", - "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -30932,18 +30936,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -30958,17 +30962,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/getAssignedRoleDetails", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignedRoleDetails", + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -30995,17 +30999,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAssignedRoleDetail", "Variants": [ "Get" ], - "Uri": "/deviceManagement/getAssignedRoleDetails", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignedRoleDetails", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementAssignedRoleDetail" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -31020,18 +31024,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAssignmentFilter", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementAssignmentFilter" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/assignmentFilters", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -31046,17 +31050,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAssignmentFilter", "Variants": [ "List" ], - "Uri": "/deviceManagement/assignmentFilters", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementAssignmentFilter" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/assignmentFilters/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -31071,17 +31075,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAssignmentFilterCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/assignmentFilters/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementAssignmentFilterCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/assignmentFilters/getPlatformSupportedProperties(platform='{platform}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty", + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -31096,18 +31100,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAssignmentFilterPlatformSupportedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/assignmentFilters/getPlatformSupportedProperties(platform='{platform}')", - "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementAssignmentFilterPlatformSupportedProperty" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/assignmentFilters/getState", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -31122,17 +31126,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAssignmentFilterState", "Variants": [ "Get" ], - "Uri": "/deviceManagement/assignmentFilters/getState", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementAssignmentFilterState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/getAssignmentFiltersStatusDetails", + "Method": "POST", + "OutputType": "IMicrosoftGraphAssignmentFilterStatusDetails", + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -31147,18 +31151,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementAssignmentFilterStatusDetail", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/getAssignmentFiltersStatusDetails", - "OutputType": "IMicrosoftGraphAssignmentFilterStatusDetails", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementAssignmentFilterStatusDetail" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}/getSupportedProperties", + "Method": "GET", + "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty", + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -31173,18 +31177,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAssignmentFilterSupportedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}/getSupportedProperties", - "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementAssignmentFilterSupportedProperty" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAuditEvent", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31199,18 +31203,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAuditEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", - "OutputType": "IMicrosoftGraphAuditEvent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementAuditEvent" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/auditEvents", + "Method": "GET", + "OutputType": "IMicrosoftGraphAuditEvent", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31225,17 +31229,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAuditEvent", "Variants": [ "List" ], - "Uri": "/deviceManagement/auditEvents", - "OutputType": "IMicrosoftGraphAuditEvent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementAuditEvent" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31250,18 +31254,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAuditEventAuditActivityType", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementAuditEventAuditActivityType" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/auditEvents/getAuditCategories", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31276,17 +31280,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAuditEventAuditCategory", "Variants": [ "Get" ], - "Uri": "/deviceManagement/auditEvents/getAuditCategories", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementAuditEventAuditCategory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/auditEvents/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31301,17 +31305,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAuditEventCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/auditEvents/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementAuditEventCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -31326,18 +31330,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAutopilotEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementAutopilotEvent" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/autopilotEvents", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -31352,17 +31356,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAutopilotEvent", "Variants": [ "List" ], - "Uri": "/deviceManagement/autopilotEvents", - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementAutopilotEvent" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/autopilotEvents/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -31377,17 +31381,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAutopilotEventCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/autopilotEvents/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementAutopilotEventCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -31402,18 +31406,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -31428,17 +31432,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", "Variants": [ "List" ], - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails", - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -31453,18 +31457,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetailCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetailCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphCartToClassAssociation", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -31479,18 +31483,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCartToClassAssociation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", - "OutputType": "IMicrosoftGraphCartToClassAssociation", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementCartToClassAssociation" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/cartToClassAssociations", + "Method": "GET", + "OutputType": "IMicrosoftGraphCartToClassAssociation", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -31505,17 +31509,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCartToClassAssociation", "Variants": [ "List" ], - "Uri": "/deviceManagement/cartToClassAssociations", - "OutputType": "IMicrosoftGraphCartToClassAssociation", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementCartToClassAssociation" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/cartToClassAssociations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -31530,17 +31534,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCartToClassAssociationCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/cartToClassAssociations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementCartToClassAssociationCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -31555,18 +31559,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCategory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/categories", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -31581,17 +31585,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCategory", "Variants": [ "List" ], - "Uri": "/deviceManagement/categories", - "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCategory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/categories/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -31606,17 +31610,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCategoryCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/categories/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCategoryCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -31631,18 +31635,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCategorySettingDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCategorySettingDefinition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -31657,17 +31661,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCategorySettingDefinition", "Variants": [ "List" ], - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCategorySettingDefinition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -31682,18 +31686,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCategorySettingDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCategorySettingDefinitionCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetrics", + "Method": "POST", + "OutputType": "IMicrosoftGraphKeyLongValuePair", + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -31708,20 +31712,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementCertificateConnectorDetailHealthMetric", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetrics", - "OutputType": "IMicrosoftGraphKeyLongValuePair", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementCertificateConnectorDetailHealthMetric" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetricTimeSeries", + "Method": "POST", + "OutputType": "IMicrosoftGraphCertificateConnectorHealthMetricValue", + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -31736,20 +31740,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementCertificateConnectorDetailHealthMetricTimeSeries", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetricTimeSeries", - "OutputType": "IMicrosoftGraphCertificateConnectorHealthMetricValue", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementCertificateConnectorDetailHealthMetricTimeSeries" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDevice", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -31776,18 +31780,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDevice", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -31814,170 +31818,170 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDevice", "Variants": [ "List" ], - "Uri": "/deviceManagement/comanagedDevices", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "Method": "GET", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetailCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetailCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCategory" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCategory", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCloudPcRemoteActionResult" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCloudPcRemoteActionResult", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcReviewStatus", + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcReviewStatus", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCloudPcReviewStatus" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCloudPcReviewStatus", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyStateCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyStateCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationState" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationState", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationState" + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationState", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationStateCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -32004,55 +32008,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/comanagedDevices/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDetectedApp", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", - "OutputType": "IMicrosoftGraphDetectedApp", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedApp" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps", "Method": "GET", + "OutputType": "IMicrosoftGraphDetectedApp", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedApp", "Variants": [ "List" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps", - "OutputType": "IMicrosoftGraphDetectedApp", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedApp" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedAppCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getFileVaultKey", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -32079,221 +32083,221 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceFileVaultKey", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getFileVaultKey", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceFileVaultKey" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptStateCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptStateCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationStateCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationStateCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getNonCompliantSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceNonCompliantSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceNonCompliantSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityBaselineState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates", + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityBaselineState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState" + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingStateCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/getComanagedDevicesSummary", + "Method": "GET", + "OutputType": "IMicrosoftGraphComanagedDevicesSummary", + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -32320,80 +32324,80 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSummary", "Variants": [ "Get" ], - "Uri": "/deviceManagement/getComanagedDevicesSummary", - "OutputType": "IMicrosoftGraphComanagedDevicesSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSummary" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/users", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementComanagedDeviceUser", "Variants": [ "List" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/users", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", - "OutputType": "IMicrosoftGraphWindowsProtectionState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "List" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareStateCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphComanagementEligibleDevice", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -32420,18 +32424,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagementEligibleDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", - "OutputType": "IMicrosoftGraphComanagementEligibleDevice", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementComanagementEligibleDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagementEligibleDevices", + "Method": "GET", + "OutputType": "IMicrosoftGraphComanagementEligibleDevice", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -32458,17 +32462,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagementEligibleDevice", "Variants": [ "List" ], - "Uri": "/deviceManagement/comanagementEligibleDevices", - "OutputType": "IMicrosoftGraphComanagementEligibleDevice", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementComanagementEligibleDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagementEligibleDevices/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -32495,17 +32499,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagementEligibleDeviceCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/comanagementEligibleDevices/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementComanagementEligibleDeviceCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/getComanagementEligibleDevicesSummary", + "Method": "GET", + "OutputType": "IMicrosoftGraphComanagementEligibleDevicesSummary", + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -32532,17 +32536,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagementEligibleDeviceSummary", "Variants": [ "Get" ], - "Uri": "/deviceManagement/getComanagementEligibleDevicesSummary", - "OutputType": "IMicrosoftGraphComanagementEligibleDevicesSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementComanagementEligibleDeviceSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -32569,18 +32573,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComplianceManagementPartner", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "OutputType": "IMicrosoftGraphComplianceManagementPartner", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementComplianceManagementPartner" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/complianceManagementPartners", + "Method": "GET", + "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -32607,17 +32611,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComplianceManagementPartner", "Variants": [ "List" ], - "Uri": "/deviceManagement/complianceManagementPartners", - "OutputType": "IMicrosoftGraphComplianceManagementPartner", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementComplianceManagementPartner" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/complianceManagementPartners/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -32644,17 +32648,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComplianceManagementPartnerCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/complianceManagementPartners/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementComplianceManagementPartnerCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -32669,18 +32673,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", - "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCompliancePolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/compliancePolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -32695,17 +32699,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicy", "Variants": [ "List" ], - "Uri": "/deviceManagement/compliancePolicies", - "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCompliancePolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -32720,18 +32724,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -32746,17 +32750,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignment", "Variants": [ "List" ], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -32771,18 +32775,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/compliancePolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -32797,17 +32801,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/compliancePolicies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -32822,18 +32826,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -32848,17 +32852,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", "Variants": [ "List" ], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -32873,18 +32877,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -32899,18 +32903,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -32925,17 +32929,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "List" ], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -32950,18 +32954,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -32976,18 +32980,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicySetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCompliancePolicySetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -33002,17 +33006,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicySetting", "Variants": [ "List" ], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCompliancePolicySetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -33027,56 +33031,56 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinition", "Variants": [ "List" ], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinitionCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -33091,18 +33095,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComplianceSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComplianceSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/complianceSettings", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -33117,17 +33121,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComplianceSetting", "Variants": [ "List" ], - "Uri": "/deviceManagement/complianceSettings", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComplianceSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/complianceSettings/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -33142,17 +33146,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComplianceSettingCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/complianceSettings/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComplianceSettingCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/conditionalAccessSettings", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -33179,17 +33183,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConditionalAccessSetting", "Variants": [ "Get" ], - "Uri": "/deviceManagement/conditionalAccessSettings", - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementConditionalAccessSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configManagerCollections/getPolicySummary(policyId='{policyId}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphConfigManagerPolicySummary", + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33216,18 +33220,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigManagerCollectionPolicySummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/configManagerCollections/getPolicySummary(policyId='{policyId}')", - "OutputType": "IMicrosoftGraphConfigManagerPolicySummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementConfigManagerCollectionPolicySummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -33242,18 +33246,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationPolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -33268,17 +33272,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicy", "Variants": [ "List" ], - "Uri": "/deviceManagement/configurationPolicies", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -33293,18 +33297,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -33319,17 +33323,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignment", "Variants": [ "List" ], - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -33344,18 +33348,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationPolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -33370,17 +33374,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/configurationPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -33395,18 +33399,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicySetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicySetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -33421,17 +33425,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicySetting", "Variants": [ "List" ], - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicySetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -33446,18 +33450,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -33472,18 +33476,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -33498,17 +33502,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition", "Variants": [ "List" ], - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -33523,18 +33527,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinitionCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -33549,18 +33553,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplate" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationPolicyTemplates", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -33575,17 +33579,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplate", "Variants": [ "List" ], - "Uri": "/deviceManagement/configurationPolicyTemplates", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplate" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationPolicyTemplates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -33600,17 +33604,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/configurationPolicyTemplates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -33625,18 +33629,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -33651,17 +33655,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", "Variants": [ "List" ], - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -33676,18 +33680,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinitionCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -33702,18 +33706,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -33728,17 +33732,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", "Variants": [ "List" ], - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -33753,18 +33757,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplateCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -33779,18 +33783,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationSettings", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -33805,17 +33809,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationSetting", "Variants": [ "List" ], - "Uri": "/deviceManagement/configurationSettings", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationSettings/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -33830,17 +33834,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationSettingCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/configurationSettings/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationSettingCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDataSharingConsent", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -33861,18 +33865,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDataSharingConsent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", - "OutputType": "IMicrosoftGraphDataSharingConsent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDataSharingConsent" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/dataSharingConsents", + "Method": "GET", + "OutputType": "IMicrosoftGraphDataSharingConsent", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -33893,17 +33897,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDataSharingConsent", "Variants": [ "List" ], - "Uri": "/deviceManagement/dataSharingConsents", - "OutputType": "IMicrosoftGraphDataSharingConsent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDataSharingConsent" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/dataSharingConsents/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -33924,17 +33928,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDataSharingConsentCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/dataSharingConsents/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDataSharingConsentCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDepOnboardingSetting", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -33949,18 +33953,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", - "OutputType": "IMicrosoftGraphDepOnboardingSetting", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/depOnboardingSettings", + "Method": "GET", + "OutputType": "IMicrosoftGraphDepOnboardingSetting", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -33975,17 +33979,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSetting", "Variants": [ "List" ], - "Uri": "/deviceManagement/depOnboardingSettings", - "OutputType": "IMicrosoftGraphDepOnboardingSetting", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/depOnboardingSettings/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -34000,17 +34004,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/depOnboardingSettings/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultIosEnrollmentProfile", + "Method": "GET", + "OutputType": "IMicrosoftGraphDepIosEnrollmentProfile", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -34025,18 +34029,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingDefaultIoEnrollmentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultIosEnrollmentProfile", - "OutputType": "IMicrosoftGraphDepIosEnrollmentProfile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingDefaultIoEnrollmentProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultMacOsEnrollmentProfile", + "Method": "GET", + "OutputType": "IMicrosoftGraphDepMacOSEnrollmentProfile", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -34051,18 +34055,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingDefaultMacOSEnrollmentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultMacOsEnrollmentProfile", - "OutputType": "IMicrosoftGraphDepMacOSEnrollmentProfile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingDefaultMacOSEnrollmentProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/getEncryptionPublicKey", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -34077,18 +34081,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/getEncryptionPublicKey", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEnrollmentProfile", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -34103,18 +34107,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", - "OutputType": "IMicrosoftGraphEnrollmentProfile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles", + "Method": "GET", + "OutputType": "IMicrosoftGraphEnrollmentProfile", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -34129,17 +34133,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", "Variants": [ "List" ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles", - "OutputType": "IMicrosoftGraphEnrollmentProfile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -34154,18 +34158,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/depOnboardingSettings/getExpiringVppTokenCount(expiringBeforeDateTime='{expiringBeforeDateTime}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -34180,18 +34184,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingExpiringVppTokenCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/depOnboardingSettings/getExpiringVppTokenCount(expiringBeforeDateTime='{expiringBeforeDateTime}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingExpiringVppTokenCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -34206,18 +34210,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities", + "Method": "GET", + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -34232,17 +34236,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", "Variants": [ "List" ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities", - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -34257,55 +34261,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementDerivedCredential", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", - "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDerivedCredential" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/derivedCredentials", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementDerivedCredential", "Variants": [ "List" ], - "Uri": "/deviceManagement/derivedCredentials", - "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDerivedCredential" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/derivedCredentials/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementDerivedCredentialCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/derivedCredentials/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDerivedCredentialCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDetectedApp", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -34332,18 +34336,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDetectedApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", - "OutputType": "IMicrosoftGraphDetectedApp", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDetectedApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/detectedApps", + "Method": "GET", + "OutputType": "IMicrosoftGraphDetectedApp", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -34370,17 +34374,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDetectedApp", "Variants": [ "List" ], - "Uri": "/deviceManagement/detectedApps", - "OutputType": "IMicrosoftGraphDetectedApp", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDetectedApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/detectedApps/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -34407,17 +34411,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDetectedAppCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/detectedApps/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDetectedAppCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDevice", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -34432,18 +34436,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDevice", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -34458,17 +34462,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDevice", "Variants": [ "List" ], - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -34483,18 +34487,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDeviceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDeviceCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceCategory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -34521,18 +34525,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCategory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCategories", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceCategory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -34559,17 +34563,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCategory", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceCategories", - "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCategory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCategories/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -34596,17 +34600,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCategoryCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/deviceCategories/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCategoryCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -34621,18 +34625,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -34647,17 +34651,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicy", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceCompliancePolicies", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -34672,18 +34676,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -34698,17 +34702,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -34723,18 +34727,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -34749,17 +34753,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/getDevicesScheduledToRetire", + "Method": "GET", + "OutputType": "IMicrosoftGraphRetireScheduledManagedDevice", + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -34774,17 +34778,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceScheduledToRetire", "Variants": [ "Get" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/getDevicesScheduledToRetire", - "OutputType": "IMicrosoftGraphRetireScheduledManagedDevice", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceScheduledToRetire" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -34799,18 +34803,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", + "Method": "GET", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -34825,17 +34829,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -34850,18 +34854,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -34876,17 +34880,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", "Variants": [ "Get" ], - "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -34901,18 +34905,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -34927,17 +34931,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -34952,18 +34956,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -34978,18 +34982,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/getNoncompliantDevicesToRetire", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35004,18 +35008,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyNoncompliantDeviceToRetire", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/getNoncompliantDevicesToRetire", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyNoncompliantDeviceToRetire" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35030,18 +35034,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35056,17 +35060,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35081,18 +35085,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35107,18 +35111,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35133,17 +35137,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35158,18 +35162,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35184,18 +35188,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35210,17 +35214,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35235,17 +35239,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35260,18 +35264,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35286,17 +35290,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35311,18 +35315,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35337,18 +35341,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35363,17 +35367,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35388,18 +35392,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35414,18 +35418,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", - "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35440,18 +35444,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", - "OutputType": "IMicrosoftGraphDeviceConfiguration", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35466,17 +35470,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfiguration", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceConfigurations", - "OutputType": "IMicrosoftGraphDeviceConfiguration", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35491,17 +35495,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAllManagedDeviceCertificateStateCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAllManagedDeviceCertificateStateCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35516,18 +35520,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35542,17 +35546,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignment", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35567,18 +35571,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35593,18 +35597,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurationConflictSummary", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35619,17 +35623,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceConfigurationConflictSummary", - "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurationConflictSummary/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35644,17 +35648,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummaryCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/deviceConfigurationConflictSummary/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummaryCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35669,17 +35673,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/deviceConfigurations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35694,18 +35698,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", + "Method": "GET", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35720,17 +35724,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35745,18 +35749,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35771,17 +35775,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", "Variants": [ "Get" ], - "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35796,18 +35800,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35822,17 +35826,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35847,18 +35851,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35873,18 +35877,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35899,18 +35903,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35925,17 +35929,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments", - "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35950,18 +35954,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}/deviceConfiguration", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -35976,18 +35980,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentDeviceConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}/deviceConfiguration", - "OutputType": "IMicrosoftGraphDeviceConfiguration", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentDeviceConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/getIosAvailableUpdateVersions", + "Method": "GET", + "OutputType": "IMicrosoftGraphIosAvailableUpdateVersion", + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -36002,17 +36006,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationIoAvailableUpdateVersion", "Variants": [ "Get" ], - "Uri": "/deviceManagement/deviceConfigurations/getIosAvailableUpdateVersions", - "OutputType": "IMicrosoftGraphIosAvailableUpdateVersion", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationIoAvailableUpdateVersion" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -36027,18 +36031,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", - "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -36053,17 +36057,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates", - "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -36078,18 +36082,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationOmaSettingPlainTextValue", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationOmaSettingPlainTextValue" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphRestrictedAppsViolation", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -36104,18 +36108,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", - "OutputType": "IMicrosoftGraphRestrictedAppsViolation", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", + "Method": "GET", + "OutputType": "IMicrosoftGraphRestrictedAppsViolation", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -36130,17 +36134,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", - "OutputType": "IMicrosoftGraphRestrictedAppsViolation", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -36155,30 +36159,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolationCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolationCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurations/getTargetedUsersAndDevices", "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceConfigurationTargetedUserAndDevice", + "Module": "Beta.DeviceManagement.Actions", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationTargetedUserAndDevice", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/deviceConfigurations/getTargetedUsersAndDevices", - "OutputType": "IMicrosoftGraphDeviceConfigurationTargetedUserAndDevice", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationTargetedUserAndDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStateSummary", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -36193,17 +36197,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", "Variants": [ "Get" ], - "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStateSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -36218,18 +36222,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -36244,17 +36248,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatus", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -36269,18 +36273,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatusCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -36295,18 +36299,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -36333,18 +36337,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -36371,17 +36375,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -36408,18 +36412,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -36446,17 +36450,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -36483,18 +36487,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -36521,17 +36525,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceHealthScript", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -36546,18 +36550,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScript", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", - "OutputType": "IMicrosoftGraphDeviceHealthScript", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScript" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceHealthScripts", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceHealthScript", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -36572,17 +36576,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScript", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceHealthScripts", - "OutputType": "IMicrosoftGraphDeviceHealthScript", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScript" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -36597,18 +36601,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -36623,17 +36627,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignment", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -36648,18 +36652,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceHealthScripts/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -36674,17 +36678,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/deviceHealthScripts/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -36699,18 +36703,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", - "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -36725,17 +36729,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates", - "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -36750,18 +36754,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDevice", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -36788,44 +36792,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateManagedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateManagedDevice" + "ApiVersion": "beta" }, { - "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.", - "IsAdmin": 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.", - "IsAdmin": true - } - ], - "Method": "POST", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getGlobalScriptHighestAvailableVersion", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptGlobalScriptHighestAvailableVersion" - }, - { "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -36840,18 +36818,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptGlobalScriptHighestAvailableVersion", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getRemediationHistory", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationHistory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRemediationHistory" - }, - { "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -36866,17 +36844,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRemediationHistory", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceHealthScripts/getRemediationSummary", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRemediationSummary" - }, - { "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -36891,18 +36870,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRemediationSummary", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRunSummary" - }, - { "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -36915,69 +36893,20 @@ "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.", "IsAdmin": true - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read devices Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", - "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRunSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", - "OutputType": "IMicrosoftGraphDeviceShellScript", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScript" + "ApiVersion": "beta" }, { - "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.", - "IsAdmin": 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.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read devices Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", - "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": true - } - ], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", "Method": "GET", - "Variants": [ - "List" - ], - "Uri": "/deviceManagement/deviceShellScripts", "OutputType": "IMicrosoftGraphDeviceShellScript", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScript" - }, - { "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -37004,55 +36933,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScript", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignment" + "ApiVersion": "beta" }, { - "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.", - "IsAdmin": 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.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read devices Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", - "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": true - } - ], + "Uri": "/deviceManagement/deviceShellScripts", "Method": "GET", - "Variants": [ - "List" - ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceShellScript", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignment" - }, - { "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -37079,18 +36971,55 @@ "IsAdmin": true } ], + "Command": "Get-MgBetaDeviceManagementDeviceShellScript", + "Variants": [ + "List" + ], + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Module": "Beta.DeviceManagement", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": 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.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read devices Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", + "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -37117,17 +37046,92 @@ "IsAdmin": true } ], + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignment", + "Variants": [ + "List" + ], + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": 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.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read devices Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", + "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignmentCount", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceShellScripts/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptCount" + "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.", + "IsAdmin": 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.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read devices Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", + "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptCount", + "Variants": [ + "Get" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -37154,18 +37158,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -37192,17 +37196,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -37229,31 +37233,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDevice", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateManagedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateManagedDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -37280,18 +37284,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -37318,17 +37322,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -37355,18 +37359,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/runSummary", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -37393,18 +37397,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptRunSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/runSummary", - "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptRunSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -37431,18 +37435,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -37469,17 +37473,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -37506,43 +37510,43 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -37557,18 +37561,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDomainJoinConnector", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", - "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementDomainJoinConnector" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/domainJoinConnectors", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -37583,17 +37587,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDomainJoinConnector", "Variants": [ "List" ], - "Uri": "/deviceManagement/domainJoinConnectors", - "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementDomainJoinConnector" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/domainJoinConnectors/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -37608,17 +37612,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDomainJoinConnectorCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/domainJoinConnectors/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementDomainJoinConnectorCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/getEffectivePermissions", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -37633,19 +37637,19 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementEffectivePermission", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Uri": "/deviceManagement/getEffectivePermissions", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementEffectivePermission" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -37660,18 +37664,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/embeddedSIMActivationCodePools", + "Method": "GET", + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -37686,17 +37690,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool", "Variants": [ "List" ], - "Uri": "/deviceManagement/embeddedSIMActivationCodePools", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -37711,18 +37715,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -37737,17 +37741,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", "Variants": [ "List" ], - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -37762,18 +37766,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -37788,17 +37792,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -37813,18 +37817,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", - "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates", + "Method": "GET", + "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -37839,17 +37843,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", "Variants": [ "List" ], - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates", - "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -37864,18 +37868,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceStateCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -37902,18 +37906,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementExchangeConnector", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementExchangeConnector" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/exchangeConnectors", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -37940,17 +37944,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementExchangeConnector", "Variants": [ "List" ], - "Uri": "/deviceManagement/exchangeConnectors", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementExchangeConnector" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/exchangeConnectors/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -37977,17 +37981,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementExchangeConnectorCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/exchangeConnectors/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementExchangeConnectorCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -38014,57 +38018,57 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicy", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/exchangeOnPremisesPolicies", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicy", "Variants": [ "List" ], - "Uri": "/deviceManagement/exchangeOnPremisesPolicies", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicyCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicyCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -38079,18 +38083,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyCategories", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -38105,55 +38109,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategory", "Variants": [ "List" ], - "Uri": "/deviceManagement/groupPolicyCategories", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategory" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/{groupPolicyCategory-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChild", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/{groupPolicyCategory-id1}", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChild" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children", "Method": "GET", + "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChild", "Variants": [ "List" ], - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChild" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChildCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyCategories/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -38168,81 +38172,81 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/groupPolicyCategories/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/{groupPolicyDefinition-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/{groupPolicyDefinition-id}", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions", + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitionFile", + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionFile" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionFile", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/parent", + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryParent" + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryParent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -38257,18 +38261,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", - "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyConfigurations", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -38283,17 +38287,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfiguration", "Variants": [ "List" ], - "Uri": "/deviceManagement/groupPolicyConfigurations", - "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -38308,18 +38312,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -38334,17 +38338,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", "Variants": [ "List" ], - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -38359,18 +38363,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyConfigurations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -38385,17 +38389,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/groupPolicyConfigurations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -38410,18 +38414,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -38436,17 +38440,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", "Variants": [ "List" ], - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -38461,18 +38465,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/definition", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -38487,18 +38491,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/definition", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueDefinition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -38513,18 +38517,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", - "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -38539,17 +38543,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", "Variants": [ "List" ], - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues", - "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -38564,18 +38568,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyDefinitions", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -38590,30 +38594,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinition", "Variants": [ "List" ], - "Uri": "/deviceManagement/groupPolicyDefinitions", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/category", "Method": "GET", + "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/category", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionCategory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyDefinitions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -38628,17 +38632,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/groupPolicyDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -38653,493 +38657,493 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFile", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitionFiles", "Method": "GET", + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFile", "Variants": [ "List" ], - "Uri": "/deviceManagement/groupPolicyDefinitionFiles", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitionFiles/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/groupPolicyDefinitionFiles/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/{groupPolicyDefinition-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/{groupPolicyDefinition-id}", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions", + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinitionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/category", + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionCategory" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionCategory", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/definitionFile", + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionFile" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionFile", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations", + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/category", + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionCategory" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionCategory", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/definitionFile", + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionFile" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionFile", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations", + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations", + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}/definition", + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/category", + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionCategory" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionCategory", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/definitionFile", + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionFile" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionFile", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/category", + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionCategory" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionCategory", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/definitionFile", + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionFile" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionFile", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations", + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations", + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationDefinition" + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39154,18 +39158,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReport", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", - "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReport" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyMigrationReports", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39180,17 +39184,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReport", "Variants": [ "List" ], - "Uri": "/deviceManagement/groupPolicyMigrationReports", - "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReport" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyMigrationReports/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39205,17 +39209,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/groupPolicyMigrationReports/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39230,18 +39234,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", - "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39256,17 +39260,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", "Variants": [ "List" ], - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings", - "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39281,18 +39285,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMappingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMappingCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39307,18 +39311,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", - "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39333,17 +39337,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", "Variants": [ "List" ], - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions", - "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39358,18 +39362,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtensionCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39384,18 +39388,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", - "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyObjectFiles", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39410,17 +39414,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFile", "Variants": [ "List" ], - "Uri": "/deviceManagement/groupPolicyObjectFiles", - "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyObjectFiles/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39435,17 +39439,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFileCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/groupPolicyObjectFiles/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFileCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39460,18 +39464,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", - "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39486,17 +39490,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", "Variants": [ "List" ], - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles", - "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39511,93 +39515,93 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/{groupPolicyDefinition-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/{groupPolicyDefinition-id}", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions", "Method": "GET", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition", "Variants": [ "List" ], - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinitionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphGroupPolicyOperation", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", - "OutputType": "IMicrosoftGraphGroupPolicyOperation", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations", "Method": "GET", + "OutputType": "IMicrosoftGraphGroupPolicyOperation", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", "Variants": [ "List" ], - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations", - "OutputType": "IMicrosoftGraphGroupPolicyOperation", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperationCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphImportedDeviceIdentity", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -39612,18 +39616,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentity", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", - "OutputType": "IMicrosoftGraphImportedDeviceIdentity", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentity" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/importedDeviceIdentities", + "Method": "GET", + "OutputType": "IMicrosoftGraphImportedDeviceIdentity", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -39638,17 +39642,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentity", "Variants": [ "List" ], - "Uri": "/deviceManagement/importedDeviceIdentities", - "OutputType": "IMicrosoftGraphImportedDeviceIdentity", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentity" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/importedDeviceIdentities/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -39663,17 +39667,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentityCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/importedDeviceIdentities/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentityCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -39688,18 +39692,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", + "Method": "GET", + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -39714,17 +39718,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Variants": [ "List" ], - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -39739,17 +39743,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentityCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentityCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39764,18 +39768,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntent" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39790,17 +39794,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntent", "Variants": [ "List" ], - "Uri": "/deviceManagement/intents", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntent" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39815,18 +39819,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39841,17 +39845,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentAssignment", "Variants": [ "List" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39866,18 +39870,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39892,18 +39896,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", - "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentCategory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39918,17 +39922,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentCategory", "Variants": [ "List" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories", - "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentCategory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39943,18 +39947,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentCategoryCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39969,18 +39973,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentCategorySetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentCategorySetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39995,17 +39999,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentCategorySetting", "Variants": [ "List" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentCategorySetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40020,18 +40024,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentCategorySettingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentCategorySettingCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40046,18 +40050,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40072,17 +40076,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinition", "Variants": [ "List" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40097,18 +40101,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinitionCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40123,17 +40127,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/intents/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/getCustomizedSettings", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementIntentCustomizedSetting", + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40148,18 +40152,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentCustomizedSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/getCustomizedSettings", - "OutputType": "IMicrosoftGraphDeviceManagementIntentCustomizedSetting", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementIntentCustomizedSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40174,18 +40178,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40200,17 +40204,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary", "Variants": [ "List" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40225,18 +40229,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummaryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummaryCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40251,18 +40255,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentDeviceState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentDeviceState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40277,17 +40281,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentDeviceState", "Variants": [ "List" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentDeviceState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40302,18 +40306,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentDeviceStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentDeviceStateCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceStateSummary", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40328,18 +40332,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentDeviceStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceStateSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentDeviceStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40354,18 +40358,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40380,17 +40384,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentSetting", "Variants": [ "List" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40405,18 +40409,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentSettingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentSettingCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40431,18 +40435,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentUserState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentUserState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40457,17 +40461,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentUserState", "Variants": [ "List" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates", - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentUserState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40482,18 +40486,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentUserStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentUserStateCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserStateSummary", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40508,18 +40512,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentUserStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserStateSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentUserStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIntuneBrandingProfile", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40534,18 +40538,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", - "OutputType": "IMicrosoftGraphIntuneBrandingProfile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intuneBrandingProfiles", + "Method": "GET", + "OutputType": "IMicrosoftGraphIntuneBrandingProfile", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40560,17 +40564,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfile", "Variants": [ "List" ], - "Uri": "/deviceManagement/intuneBrandingProfiles", - "OutputType": "IMicrosoftGraphIntuneBrandingProfile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40585,20 +40589,20 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", - "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment" + "ApiVersion": "beta" }, { - "Permissions": [ - { + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", + "Module": "Beta.DeviceManagement.Administration", + "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.", @@ -40611,17 +40615,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment", "Variants": [ "List" ], - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments", - "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40636,18 +40640,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intuneBrandingProfiles/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40662,17 +40666,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/intuneBrandingProfiles/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40687,18 +40691,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIoUpdateStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementIoUpdateStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/iosUpdateStatuses", + "Method": "GET", + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40713,17 +40717,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIoUpdateStatus", "Variants": [ "List" ], - "Uri": "/deviceManagement/iosUpdateStatuses", - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementIoUpdateStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/iosUpdateStatuses/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40738,17 +40742,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIoUpdateStatusCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/iosUpdateStatuses/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementIoUpdateStatusCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40763,18 +40767,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries", + "Method": "GET", + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40789,17 +40793,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", "Variants": [ "List" ], - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40814,18 +40818,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries", + "Method": "GET", + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40840,17 +40844,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", "Variants": [ "List" ], - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40865,18 +40869,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40891,18 +40895,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries", + "Method": "GET", + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40917,17 +40921,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", "Variants": [ "List" ], - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40942,18 +40946,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummaryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummaryCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40968,17 +40972,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDevice", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41005,18 +41009,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDevice", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41043,86 +41047,86 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDevice", "Variants": [ "List" ], - "Uri": "/deviceManagement/managedDevices", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", "Method": "GET", + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "List" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetailCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetailCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceCategory", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementManagedDeviceCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", - "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceCategory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Module": "Beta.DeviceManagement.Functions", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceCloudPcRemoteActionResult", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementManagedDeviceCloudPcRemoteActionResult" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcReviewStatus", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcReviewStatus", + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -41137,94 +41141,94 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceCloudPcReviewStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcReviewStatus", - "OutputType": "IMicrosoftGraphCloudPcReviewStatus", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementManagedDeviceCloudPcReviewStatus" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", "Variants": [ "List" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyStateCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationState", "Variants": [ "List" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationStateCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41251,55 +41255,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/managedDevices/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDetectedApp", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", - "OutputType": "IMicrosoftGraphDetectedApp", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedApp" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps", "Method": "GET", + "OutputType": "IMicrosoftGraphDetectedApp", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedApp", "Variants": [ "List" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps", - "OutputType": "IMicrosoftGraphDetectedApp", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedApp" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedAppCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41314,18 +41318,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", - "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDeviceEncryptionStates", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41340,17 +41344,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionState", "Variants": [ "List" ], - "Uri": "/deviceManagement/managedDeviceEncryptionStates", - "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDeviceEncryptionStates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41365,17 +41369,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionStateCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/managedDeviceEncryptionStates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionStateCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getFileVaultKey", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41402,145 +41406,145 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceFileVaultKey", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getFileVaultKey", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementManagedDeviceFileVaultKey" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptState", "Variants": [ "List" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptStateCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", "Variants": [ "List" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequestCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", "Variants": [ "List" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationStateCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getNonCompliantSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", + "Module": "Beta.DeviceManagement.Functions", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementManagedDeviceNonCompliantSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getNonCompliantSettings", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementManagedDeviceNonCompliantSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDeviceOverview", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceOverview", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41567,156 +41571,156 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceOverview", "Variants": [ "Get" ], - "Uri": "/deviceManagement/managedDeviceOverview", - "OutputType": "IMicrosoftGraphManagedDeviceOverview", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceOverview" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "OutputType": "IMicrosoftGraphSecurityBaselineState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", "Variants": [ "List" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates", - "OutputType": "IMicrosoftGraphSecurityBaselineState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", "Variants": [ "List" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingStateCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementManagedDeviceUser", "Variants": [ "List" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", - "OutputType": "IMicrosoftGraphWindowsProtectionState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "List" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41731,18 +41735,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelConfigurations", + "Method": "GET", + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41757,17 +41761,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration", "Variants": [ "List" ], - "Uri": "/deviceManagement/microsoftTunnelConfigurations", - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelConfigurations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41782,17 +41786,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfigurationCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/microsoftTunnelConfigurations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfigurationCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41807,18 +41811,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", - "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelHealthThresholds", + "Method": "GET", + "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41833,17 +41837,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", "Variants": [ "List" ], - "Uri": "/deviceManagement/microsoftTunnelHealthThresholds", - "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41858,17 +41862,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThresholdCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThresholdCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41883,18 +41887,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses", + "Method": "GET", + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41909,17 +41913,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", "Variants": [ "List" ], - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41934,17 +41938,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41959,18 +41963,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSite", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", - "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSite" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelSites", + "Method": "GET", + "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41985,17 +41989,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSite", "Variants": [ "List" ], - "Uri": "/deviceManagement/microsoftTunnelSites", - "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSite" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelSites/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42010,17 +42014,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/microsoftTunnelSites/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", + "Method": "GET", + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42035,18 +42039,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42061,18 +42065,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers", + "Method": "GET", + "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42087,17 +42091,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", "Variants": [ "List" ], - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42112,18 +42116,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetrics", + "Method": "POST", + "OutputType": "IMicrosoftGraphKeyLongValuePair", + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42138,20 +42142,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetric", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetrics", - "OutputType": "IMicrosoftGraphKeyLongValuePair", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetric" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetricTimeSeries", + "Method": "POST", + "OutputType": "IMicrosoftGraphMetricTimeSeriesDataPoint", + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42166,20 +42170,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetricTimeSeries", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetricTimeSeries", - "OutputType": "IMicrosoftGraphMetricTimeSeriesDataPoint", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetricTimeSeries" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -42194,18 +42198,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", + "Method": "GET", + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -42220,17 +42224,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent", "Variants": [ "List" ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42257,18 +42261,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", + "Method": "GET", + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42295,17 +42299,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "Variants": [ "List" ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42332,18 +42336,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -42358,17 +42362,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42395,18 +42399,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnector", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnector" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/mobileThreatDefenseConnectors", + "Method": "GET", + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42433,17 +42437,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnector", "Variants": [ "List" ], - "Uri": "/deviceManagement/mobileThreatDefenseConnectors", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnector" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42470,29 +42474,29 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnectorCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnectorCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/monitoring", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementMonitoring", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementMonitoring", "Variants": [ "Get" ], - "Uri": "/deviceManagement/monitoring", - "OutputType": "IMicrosoftGraphDeviceManagementMonitoring", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMonitoring" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -42507,18 +42511,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecord", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", - "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecord" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/monitoring/alertRecords", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -42533,17 +42537,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecord", "Variants": [ "List" ], - "Uri": "/deviceManagement/monitoring/alertRecords", - "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecord" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/monitoring/alertRecords/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -42558,17 +42562,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecordCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/monitoring/alertRecords/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecordCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/monitoring/alertRecords/getPortalNotifications", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementPortalNotification", + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -42583,17 +42587,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecordPortalNotification", "Variants": [ "Get" ], - "Uri": "/deviceManagement/monitoring/alertRecords/getPortalNotifications", - "OutputType": "IMicrosoftGraphDeviceManagementPortalNotification", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecordPortalNotification" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -42608,18 +42612,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRule", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", - "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRule" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/monitoring/alertRules", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -42634,17 +42638,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRule", "Variants": [ "List" ], - "Uri": "/deviceManagement/monitoring/alertRules", - "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRule" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/monitoring/alertRules/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -42659,17 +42663,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRuleCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/monitoring/alertRules/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRuleCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphNdesConnector", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42684,18 +42688,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementNdeConnector", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", - "OutputType": "IMicrosoftGraphNdesConnector", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementNdeConnector" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/ndesConnectors", + "Method": "GET", + "OutputType": "IMicrosoftGraphNdesConnector", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42710,17 +42714,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementNdeConnector", "Variants": [ "List" ], - "Uri": "/deviceManagement/ndesConnectors", - "OutputType": "IMicrosoftGraphNdesConnector", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementNdeConnector" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/ndesConnectors/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42735,17 +42739,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementNdeConnectorCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/ndesConnectors/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementNdeConnectorCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -42760,18 +42764,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplate" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/notificationMessageTemplates", + "Method": "GET", + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -42786,17 +42790,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplate", "Variants": [ "List" ], - "Uri": "/deviceManagement/notificationMessageTemplates", - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplate" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/notificationMessageTemplates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -42811,17 +42815,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/notificationMessageTemplates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -42836,18 +42840,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", + "Method": "GET", + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -42862,17 +42866,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "Variants": [ "List" ], - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -42887,18 +42891,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42925,18 +42929,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementPartner", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "OutputType": "IMicrosoftGraphDeviceManagementPartner", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementPartner" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementPartners", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42963,17 +42967,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementPartner", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceManagementPartners", - "OutputType": "IMicrosoftGraphDeviceManagementPartner", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementPartner" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementPartners/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43000,17 +43004,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementPartnerCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/deviceManagementPartners/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementPartnerCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphRemoteActionAudit", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43037,18 +43041,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRemoteActionAudit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", - "OutputType": "IMicrosoftGraphRemoteActionAudit", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementRemoteActionAudit" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/remoteActionAudits", + "Method": "GET", + "OutputType": "IMicrosoftGraphRemoteActionAudit", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43075,17 +43079,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRemoteActionAudit", "Variants": [ "List" ], - "Uri": "/deviceManagement/remoteActionAudits", - "OutputType": "IMicrosoftGraphRemoteActionAudit", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementRemoteActionAudit" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/remoteActionAudits/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43112,17 +43116,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRemoteActionAuditCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/remoteActionAudits/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementRemoteActionAuditCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43149,18 +43153,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartner", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartner" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/remoteAssistancePartners", + "Method": "GET", + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43187,17 +43191,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartner", "Variants": [ "List" ], - "Uri": "/deviceManagement/remoteAssistancePartners", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartner" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/remoteAssistancePartners/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43224,17 +43228,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartnerCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/remoteAssistancePartners/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartnerCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementReports", + "Module": "Beta.Reports", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -43285,82 +43289,69 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementReport", "Variants": [ "Get" ], - "Uri": "/deviceManagement/reports", - "OutputType": "IMicrosoftGraphDeviceManagementReports", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaDeviceManagementReport" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Get", - "GetExpanded" - ], "Uri": "/deviceManagement/reports/getActiveMalwareReport", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportActiveMalwareReport" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportActiveMalwareReport", "Variants": [ "Get", "GetExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getActiveMalwareSummaryReport", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportActiveMalwareSummaryReport" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportActiveMalwareSummaryReport", "Variants": [ "Get", "GetExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getAppsInstallSummaryReport", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportAppInstallSummaryReport" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportAppInstallSummaryReport", "Variants": [ "Get", "GetExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getAppStatusOverviewReport", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportAppStatusOverviewReport" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportAppStatusOverviewReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getAutopilotDeploymentDeviceInformation", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportAutopilotDeploymentDeviceInformation" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getCachedReport", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -43399,18 +43390,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportCachedReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getCachedReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportCachedReport" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/cachedReportConfigurations/{deviceManagementCachedReportConfiguration-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration", + "Module": "Beta.Reports", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -43449,18 +43440,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementReportCachedReportConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/reports/cachedReportConfigurations/{deviceManagementCachedReportConfiguration-id}", - "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaDeviceManagementReportCachedReportConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/cachedReportConfigurations", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration", + "Module": "Beta.Reports", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -43499,17 +43490,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementReportCachedReportConfiguration", "Variants": [ "List" ], - "Uri": "/deviceManagement/reports/cachedReportConfigurations", - "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaDeviceManagementReportCachedReportConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/cachedReportConfigurations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -43548,43 +43539,43 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementReportCachedReportConfigurationCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/reports/cachedReportConfigurations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaDeviceManagementReportCachedReportConfigurationCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/reports/getCompliancePolicyDevicesReport", "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyDeviceReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getCompliancePolicyDevicesReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyDeviceReport" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/reports/getCompliancePolicyDeviceSummaryReport", "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyDeviceSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getCompliancePolicyDeviceSummaryReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyDeviceSummaryReport" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -43623,18 +43614,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceReport" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -43673,44 +43664,44 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceSummaryReport" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/reports/getCompliancePoliciesReportForDevice", "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyReportForDevice", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getCompliancePoliciesReportForDevice", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyReportForDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/reports/getComplianceSettingDetailsReport", "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementReportComplianceSettingDetailReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getComplianceSettingDetailsReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportComplianceSettingDetailReport" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -43749,70 +43740,70 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportComplianceSettingNonComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportComplianceSettingNonComplianceReport" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Get", - "GetExpanded" - ], "Uri": "/deviceManagement/reports/getComplianceSettingsReport", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportComplianceSettingReport" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportComplianceSettingReport", "Variants": [ "Get", "GetExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getConfigManagerDevicePolicyStatusReport", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportConfigManagerDevicePolicyStatusReport" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportConfigManagerDevicePolicyStatusReport", "Variants": [ "Get", "GetExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getConfigurationPolicyDevicesReport", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceReport" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceReport", "Variants": [ "Get", "GetExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getConfigurationPolicyDeviceSummaryReport", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceSummaryReport" + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceSummaryReport", + "Variants": [ + "Get", + "GetExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -43851,18 +43842,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceReport" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -43901,57 +43892,57 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Get", - "GetExpanded" - ], "Uri": "/deviceManagement/reports/getConfigurationPoliciesReportForDevice", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyReportForDevice" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyReportForDevice", "Variants": [ "Get", "GetExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getConfigurationPolicySettingsDeviceSummaryReport", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicySettingDeviceSummaryReport" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicySettingDeviceSummaryReport", "Variants": [ "Get", "GetExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getConfigurationSettingDetailsReport", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingDetailReport" + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingDetailReport", + "Variants": [ + "Get", + "GetExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -43990,70 +43981,70 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingNonComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingNonComplianceReport" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Get", - "GetExpanded" - ], "Uri": "/deviceManagement/reports/getConfigurationSettingsReport", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingReport" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingReport", "Variants": [ "Get", "GetExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicySettingsSummaryReport", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportDeviceConfigurationPolicySettingSummaryReport" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDeviceConfigurationPolicySettingSummaryReport", "Variants": [ "Get", "GetExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicyStatusSummary", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportDeviceConfigurationPolicyStatusSummary" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDeviceConfigurationPolicyStatusSummary", "Variants": [ "Get", "GetExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getDeviceInstallStatusReport", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportDeviceInstallStatusReport" + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementReportDeviceInstallStatusReport", + "Variants": [ + "Get", + "GetExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44092,18 +44083,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44142,18 +44133,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDeviceManagementIntentSettingReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportDeviceManagementIntentSettingReport" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44192,18 +44183,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDeviceNonComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportDeviceNonComplianceReport" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getDevicePoliciesComplianceReport", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44242,18 +44233,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDevicePolicyComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getDevicePoliciesComplianceReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportDevicePolicyComplianceReport" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getDevicePolicySettingsComplianceReport", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44292,18 +44283,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDevicePolicySettingComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getDevicePolicySettingsComplianceReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportDevicePolicySettingComplianceReport" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getDeviceStatusByCompliacePolicyReport", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44342,18 +44333,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByCompliacePolicyReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getDeviceStatusByCompliacePolicyReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByCompliacePolicyReport" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getDeviceStatusByCompliancePolicySettingReport", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44392,18 +44383,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByCompliancePolicySettingReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getDeviceStatusByCompliancePolicySettingReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByCompliancePolicySettingReport" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getDevicesStatusByPolicyPlatformComplianceReport", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44442,18 +44433,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByPolicyPlatformComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getDevicesStatusByPolicyPlatformComplianceReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByPolicyPlatformComplianceReport" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getDevicesStatusBySettingReport", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44492,18 +44483,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDeviceStatusBySettingReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getDevicesStatusBySettingReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportDeviceStatusBySettingReport" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliacePolicyReport", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44542,18 +44533,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliacePolicyReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliacePolicyReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliacePolicyReport" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliancePolicySettingsReport", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44592,18 +44583,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliancePolicySettingReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliancePolicySettingsReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliancePolicySettingReport" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44642,44 +44633,44 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDeviceWithoutCompliancePolicyReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportDeviceWithoutCompliancePolicyReport" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/reports/getEncryptionReportForDevices", "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementReportEncryptionReportForDevice", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getEncryptionReportForDevices", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportEncryptionReportForDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/reports/getEnrollmentConfigurationPoliciesByDevice", "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementReportEnrollmentConfigurationPolicyByDevice", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getEnrollmentConfigurationPoliciesByDevice", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportEnrollmentConfigurationPolicyByDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementExportJob", + "Module": "Beta.Reports", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44718,18 +44709,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementReportExportJob", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", - "OutputType": "IMicrosoftGraphDeviceManagementExportJob", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaDeviceManagementReportExportJob" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/exportJobs", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementExportJob", + "Module": "Beta.Reports", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44768,17 +44759,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementReportExportJob", "Variants": [ "List" ], - "Uri": "/deviceManagement/reports/exportJobs", - "OutputType": "IMicrosoftGraphDeviceManagementExportJob", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaDeviceManagementReportExportJob" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/exportJobs/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44817,43 +44808,43 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementReportExportJobCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/reports/exportJobs/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaDeviceManagementReportExportJobCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/reports/getFailedMobileAppsReport", "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getFailedMobileAppsReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppReport" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/reports/getFailedMobileAppsSummaryReport", "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getFailedMobileAppsSummaryReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppSummaryReport" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getReportFilters", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44892,18 +44883,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportFilter", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getReportFilters", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportFilter" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getGroupPolicySettingsDeviceSettingsReport", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44918,18 +44909,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportGroupPolicySettingDeviceSettingReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getGroupPolicySettingsDeviceSettingsReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportGroupPolicySettingDeviceSettingReport" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getHistoricalReport", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44968,69 +44959,31 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportHistoricalReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getHistoricalReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportHistoricalReport" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Get", - "GetExpanded" - ], "Uri": "/deviceManagement/reports/getMalwareSummaryReport", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportMalwareSummaryReport" - }, - { - "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.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "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.", - "IsAdmin": 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.", - "IsAdmin": true - } - ], - "Method": "POST", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementReportMalwareSummaryReport", "Variants": [ "Get", "GetExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppConfigurationReport", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportMobileApplicationManagementAppConfigurationReport" - }, - { "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -45057,18 +45010,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportMobileApplicationManagementAppConfigurationReport", "Variants": [ "Get", "GetExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppRegistrationSummaryReport", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportMobileApplicationManagementAppRegistrationSummaryReport" - }, - { "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -45093,82 +45046,20 @@ "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.", "IsAdmin": true - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read devices Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", - "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportMobileApplicationManagementAppRegistrationSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportNoncompliantDeviceAndSettingReport" + "ApiVersion": "beta" }, { - "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.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "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.", - "IsAdmin": 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.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read devices Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", - "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": true - } - ], + "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport", "Method": "POST", - "Variants": [ - "Get", - "GetExpanded" - ], - "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceMetadata" - }, - { "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -45207,18 +45098,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportNoncompliantDeviceAndSettingReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceReport" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -45257,57 +45148,157 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceMetadata", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceSummaryReport" + "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.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "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.", + "IsAdmin": 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.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read devices Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", + "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceReport", + "Variants": [ + "Get", + "GetExpanded" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport", "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", + "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.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "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.", + "IsAdmin": 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.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read devices Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", + "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceSummaryReport", "Variants": [ "Get", "GetExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getQuietTimePolicyUsersReport", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserReport" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserReport", "Variants": [ "Get", "GetExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getQuietTimePolicyUserSummaryReport", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserSummaryReport" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserSummaryReport", "Variants": [ "Get", "GetExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getRelatedAppsStatusReport", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportRelatedAppStatusReport" + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementReportRelatedAppStatusReport", + "Variants": [ + "Get", + "GetExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getRemoteAssistanceSessionsReport", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45334,18 +45325,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportRemoteAssistanceSessionReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getRemoteAssistanceSessionsReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportRemoteAssistanceSessionReport" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getSettingNonComplianceReport", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -45384,148 +45375,148 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportSettingNonComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getSettingNonComplianceReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportSettingNonComplianceReport" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Get", - "GetExpanded" - ], "Uri": "/deviceManagement/reports/getUnhealthyDefenderAgentsReport", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportUnhealthyDefenderAgentReport" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportUnhealthyDefenderAgentReport", "Variants": [ "Get", "GetExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getUnhealthyFirewallReport", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportUnhealthyFirewallReport" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportUnhealthyFirewallReport", "Variants": [ "Get", "GetExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getUnhealthyFirewallSummaryReport", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportUnhealthyFirewallSummaryReport" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportUnhealthyFirewallSummaryReport", "Variants": [ "Get", "GetExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getUserInstallStatusReport", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportUserInstallStatusReport" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportUserInstallStatusReport", "Variants": [ "Get", "GetExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getWindowsDriverUpdateAlertsPerPolicyPerDeviceReport", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertPerPolicyPerDeviceReport" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertPerPolicyPerDeviceReport", "Variants": [ "Get", "GetExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getWindowsDriverUpdateAlertSummaryReport", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertSummaryReport" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertSummaryReport", "Variants": [ "Get", "GetExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertsPerPolicyPerDeviceReport", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertPerPolicyPerDeviceReport" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertPerPolicyPerDeviceReport", "Variants": [ "Get", "GetExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertSummaryReport", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertSummaryReport" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertSummaryReport", "Variants": [ "Get", "GetExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getWindowsUpdateAlertsPerPolicyPerDeviceReport", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportWindowsUpdateAlertPerPolicyPerDeviceReport" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportWindowsUpdateAlertPerPolicyPerDeviceReport", "Variants": [ "Get", "GetExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getWindowsUpdateAlertSummaryReport", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportWindowsUpdateAlertSummaryReport" + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementReportWindowsUpdateAlertSummaryReport", + "Variants": [ + "Get", + "GetExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getZebraFotaDeploymentReport", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45540,18 +45531,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportZebraFotaDeploymentReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getZebraFotaDeploymentReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportZebraFotaDeploymentReport" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -45566,18 +45557,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementResourceAccessProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementResourceAccessProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/resourceAccessProfiles", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -45592,17 +45583,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementResourceAccessProfile", "Variants": [ "List" ], - "Uri": "/deviceManagement/resourceAccessProfiles", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementResourceAccessProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -45617,18 +45608,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -45643,17 +45634,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignment", "Variants": [ "List" ], - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -45668,18 +45659,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/resourceAccessProfiles/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -45694,17 +45685,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementResourceAccessProfileCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/resourceAccessProfiles/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementResourceAccessProfileCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphResourceOperation", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45731,18 +45722,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementResourceOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "OutputType": "IMicrosoftGraphResourceOperation", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementResourceOperation" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/resourceOperations", + "Method": "GET", + "OutputType": "IMicrosoftGraphResourceOperation", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45769,17 +45760,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementResourceOperation", "Variants": [ "List" ], - "Uri": "/deviceManagement/resourceOperations", - "OutputType": "IMicrosoftGraphResourceOperation", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementResourceOperation" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/resourceOperations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45806,17 +45797,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementResourceOperationCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/resourceOperations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementResourceOperationCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}/getScopesForUser(userid='{userid}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45843,18 +45834,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementResourceOperationScopeForUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}/getScopesForUser(userid='{userid}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementResourceOperationScopeForUser" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45869,18 +45860,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementReusableSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementReusableSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reusableSettings", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45895,17 +45886,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementReusableSetting", "Variants": [ "List" ], - "Uri": "/deviceManagement/reusableSettings", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementReusableSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reusableSettings/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45920,17 +45911,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementReusableSettingCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/reusableSettings/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementReusableSettingCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45957,18 +45948,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/roleAssignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45995,17 +45986,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleAssignment", "Variants": [ "List" ], - "Uri": "/deviceManagement/roleAssignments", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/roleAssignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46032,68 +46023,68 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleAssignmentCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/roleAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleAssignmentCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition", "Method": "GET", + "OutputType": "IMicrosoftGraphRoleDefinition", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition", - "OutputType": "IMicrosoftGraphRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/{roleScopeTag-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphRoleScopeTag", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/{roleScopeTag-id}", - "OutputType": "IMicrosoftGraphRoleScopeTag", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags", "Method": "GET", + "OutputType": "IMicrosoftGraphRoleScopeTag", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag", "Variants": [ "List" ], - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags", - "OutputType": "IMicrosoftGraphRoleScopeTag", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTagCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTagCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphRoleDefinition", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46120,18 +46111,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "OutputType": "IMicrosoftGraphRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleDefinition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/roleDefinitions", + "Method": "GET", + "OutputType": "IMicrosoftGraphRoleDefinition", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46158,17 +46149,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleDefinition", "Variants": [ "List" ], - "Uri": "/deviceManagement/roleDefinitions", - "OutputType": "IMicrosoftGraphRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleDefinition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/roleDefinitions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46195,17 +46186,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleDefinitionCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/roleDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleDefinitionCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphRoleAssignment", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46232,55 +46223,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "OutputType": "IMicrosoftGraphRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment" + "ApiVersion": "beta" }, { - "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.", - "IsAdmin": 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.", - "IsAdmin": true - }, - { - "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.", - "IsAdmin": 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.", - "IsAdmin": true - } - ], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", + "Method": "GET", "OutputType": "IMicrosoftGraphRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment" - }, - { "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46307,18 +46261,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentCount" - }, - { "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46345,18 +46298,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition" - }, - { "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46383,18 +46336,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphRoleScopeTag", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleScopeTag" - }, - { "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46421,118 +46374,18 @@ "IsAdmin": true } ], - "Method": "GET", - "Variants": [ - "List" - ], - "Uri": "/deviceManagement/roleScopeTags", - "OutputType": "IMicrosoftGraphRoleScopeTag", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleScopeTag" - }, - { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignment" - }, - { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments", - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignment" - }, - { - "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleScopeTag", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignmentCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/deviceManagement/getRoleScopeTagsByIds(ids={ids})", - "OutputType": "IMicrosoftGraphRoleScopeTag", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementRoleScopeTagById" - }, - { - "Permissions": [], + "Uri": "/deviceManagement/roleScopeTags", "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/deviceManagement/getRoleScopeTagsByResource(resource='{resource}')", "OutputType": "IMicrosoftGraphRoleScopeTag", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementRoleScopeTagByResource" - }, - { - "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.", - "IsAdmin": 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.", - "IsAdmin": true - }, - { - "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.", - "IsAdmin": 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.", - "IsAdmin": true - } - ], - "Method": "GET", - "Variants": [ - "Get" - ], - "Uri": "/deviceManagement/roleScopeTags/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleScopeTagCount" - }, - { "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46559,81 +46412,81 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementRoleScopeTag", "Variants": [ - "Get", - "GetExpanded" + "List" ], - "Uri": "/deviceManagement/roleScopeTags/getRoleScopeTagsById", - "OutputType": "IMicrosoftGraphRoleScopeTag", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementRoleScopeTagRoleScopeTagById" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScript", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScript" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments", "Method": "GET", + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignment", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceManagementScripts", - "OutputType": "IMicrosoftGraphDeviceManagementScript", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScript" + "ApiVersion": "beta" }, { - "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.", - "IsAdmin": 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.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read devices Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", - "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": true - } + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/getRoleScopeTagsByIds(ids={ids})", "Method": "GET", + "OutputType": "IMicrosoftGraphRoleScopeTag", + "Module": "Beta.DeviceManagement.Functions", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementRoleScopeTagById", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScriptAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/getRoleScopeTagsByResource(resource='{resource}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphRoleScopeTag", + "Module": "Beta.DeviceManagement.Functions", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementRoleScopeTagByResource", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/roleScopeTags/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46648,29 +46501,29 @@ "IsAdmin": true }, { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read devices Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", + "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.", "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", + "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.", "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleScopeTagCount", "Variants": [ - "List" + "Get" ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScriptAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/roleScopeTags/getRoleScopeTagsById", + "Method": "POST", + "OutputType": "IMicrosoftGraphRoleScopeTag", + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46685,42 +46538,55 @@ "IsAdmin": true }, { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read devices Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", + "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.", "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", + "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.", "IsAdmin": true } ], + "Command": "Get-MgBetaDeviceManagementRoleScopeTagRoleScopeTagById", + "Variants": [ + "Get", + "GetExpanded" + ], + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementScript", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementScript", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScriptAssignmentCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/deviceManagementScripts", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementScript", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementScript", "Variants": [ - "Get" + "List" ], - "Uri": "/deviceManagement/deviceManagementScripts/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScriptCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46747,18 +46613,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScriptDeviceRunState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46785,17 +46651,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptAssignment", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScriptDeviceRunState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46822,56 +46688,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScriptDeviceRunStateCount" + "ApiVersion": "beta" }, { - "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.", - "IsAdmin": 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.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read devices Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", - "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": true - } - ], + "Uri": "/deviceManagement/deviceManagementScripts/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementScriptCount", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScriptDeviceRunStateManagedDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46898,18 +46738,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptDeviceRunState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScriptGroupAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46936,17 +46776,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptDeviceRunState", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScriptGroupAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46973,18 +46813,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptDeviceRunStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScriptGroupAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDevice", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47011,18 +46851,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptDeviceRunStateManagedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/runSummary", - "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScriptRunSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47049,18 +46889,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptGroupAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScriptUserRunState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47087,17 +46927,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptGroupAssignment", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScriptUserRunState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47124,18 +46964,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptGroupAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScriptUserRunStateCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/runSummary", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47162,18 +47002,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptRunSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47200,17 +47040,55 @@ "IsAdmin": true } ], + "Command": "Get-MgBetaDeviceManagementScriptUserRunState", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "Module": "Beta.DeviceManagement", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": 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.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read devices Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", + "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaDeviceManagementScriptUserRunState", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47223,20 +47101,32 @@ "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.", "IsAdmin": true + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read devices Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", + "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", + "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptUserRunStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementSettingDefinition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47249,19 +47139,95 @@ "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.", "IsAdmin": true + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read devices Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", + "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", + "IsAdmin": true } ], + "Command": "Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Module": "Beta.DeviceManagement", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": 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.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read devices Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", + "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", "Variants": [ "List" ], - "Uri": "/deviceManagement/settingDefinitions", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementSettingDefinition" + "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.", + "IsAdmin": 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.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaDeviceManagementSettingDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/settingDefinitions", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47276,17 +47242,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementSettingDefinition", "Variants": [ - "Get" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/settingDefinitions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementSettingDefinitionCount" - }, - { "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47301,17 +47267,42 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementSettingDefinitionCount", "Variants": [ "Get" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/softwareUpdateStatusSummary", + "Method": "GET", "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementSoftwareUpdateStatusSummary" + "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.", + "IsAdmin": 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.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaDeviceManagementSoftwareUpdateStatusSummary", + "Variants": [ + "Get" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/getSuggestedEnrollmentLimit(enrollmentType='{enrollmentType}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47326,18 +47317,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementSuggestedEnrollmentLimit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/getSuggestedEnrollmentLimit(enrollmentType='{enrollmentType}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementSuggestedEnrollmentLimit" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47352,18 +47343,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartner", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartner" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/telecomExpenseManagementPartners", + "Method": "GET", + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47378,17 +47369,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartner", "Variants": [ "List" ], - "Uri": "/deviceManagement/telecomExpenseManagementPartners", - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartner" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/telecomExpenseManagementPartners/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47403,17 +47394,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartnerCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/telecomExpenseManagementPartners/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartnerCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47428,18 +47419,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplate" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47454,17 +47445,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplate", "Variants": [ "List" ], - "Uri": "/deviceManagement/templates", - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplate" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47479,18 +47470,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateCategory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47505,17 +47496,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateCategory", "Variants": [ "List" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories", - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateCategory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47530,18 +47521,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateCategoryCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47556,18 +47547,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47582,17 +47573,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", "Variants": [ "List" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47607,18 +47598,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSettingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSettingCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47633,18 +47624,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47659,17 +47650,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinition", "Variants": [ "List" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47684,18 +47675,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinitionCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47710,17 +47701,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/templates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47735,18 +47726,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableTo", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableTo" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47761,131 +47752,131 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableTo", "Variants": [ "List" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo", - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableTo" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategory" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategory", "Variants": [ "List" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories", - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategory" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", "Variants": [ "List" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSettingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSettingCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", "Variants": [ "List" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinitionCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47900,56 +47891,56 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSetting", "Variants": [ "List" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSettingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSettingCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47964,18 +47955,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47990,17 +47981,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateSetting", "Variants": [ "List" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48015,18 +48006,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateSettingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateSettingCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/tenantAttachRBAC/getState", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48053,17 +48044,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTenantAttachRbacState", "Variants": [ "Get" ], - "Uri": "/deviceManagement/tenantAttachRBAC/getState", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementTenantAttachRbacState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermsAndConditions", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48078,18 +48069,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndCondition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", - "OutputType": "IMicrosoftGraphTermsAndConditions", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementTermAndCondition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/termsAndConditions", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermsAndConditions", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48104,17 +48095,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndCondition", "Variants": [ "List" ], - "Uri": "/deviceManagement/termsAndConditions", - "OutputType": "IMicrosoftGraphTermsAndConditions", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementTermAndCondition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48129,18 +48120,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48155,17 +48146,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", "Variants": [ "List" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48180,18 +48171,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermsAndConditions", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48206,18 +48197,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions", - "OutputType": "IMicrosoftGraphTermsAndConditions", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48232,18 +48223,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48258,17 +48249,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignment", "Variants": [ "List" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48283,18 +48274,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/termsAndConditions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48309,17 +48300,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndConditionCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/termsAndConditions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementTermAndConditionCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48334,18 +48325,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", - "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48360,17 +48351,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignment", "Variants": [ "List" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments", - "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48385,18 +48376,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}/termsAndConditions", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermsAndConditions", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48411,18 +48402,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentTermAndCondition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}/termsAndConditions", - "OutputType": "IMicrosoftGraphTermsAndConditions", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentTermAndCondition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -48437,18 +48428,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTroubleshootingEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTroubleshootingEvent" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/troubleshootingEvents", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -48463,17 +48454,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTroubleshootingEvent", "Variants": [ "List" ], - "Uri": "/deviceManagement/troubleshootingEvents", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTroubleshootingEvent" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/troubleshootingEvents/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -48488,17 +48479,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTroubleshootingEventCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/troubleshootingEvents/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTroubleshootingEventCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48525,18 +48516,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomaly" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48563,54 +48554,54 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomaly" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview", "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverviewCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverviewCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48637,17 +48628,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48674,18 +48665,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48712,17 +48703,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48749,17 +48740,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDeviceCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDeviceCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48786,18 +48777,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance" + "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.", + "IsAdmin": 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.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read devices Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", + "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48824,17 +48852,55 @@ "IsAdmin": true } ], + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion", "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", + "Module": "Beta.DeviceManagement", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": 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.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read devices Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", + "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48861,18 +48927,55 @@ "IsAdmin": true } ], + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionCount", + "Variants": [ + "Get" + ], + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "Module": "Beta.DeviceManagement", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": 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.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read devices Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", + "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48899,17 +49002,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48936,17 +49039,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetailCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48973,18 +49076,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49011,17 +49114,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49048,17 +49151,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceIdCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetailCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49085,18 +49188,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49123,17 +49226,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49160,17 +49263,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversionCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceIdCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49197,18 +49300,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceCount", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49235,17 +49337,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49272,17 +49375,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Variants": [ - "Get" + "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversionCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49309,17 +49412,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformanceCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49346,18 +49449,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49384,17 +49487,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49421,17 +49524,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformanceCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49458,18 +49561,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49496,17 +49599,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49533,17 +49636,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetailCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49570,18 +49673,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49608,17 +49711,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49645,17 +49748,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetailCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49682,18 +49785,54 @@ "IsAdmin": true } ], + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", + "Variants": [ + "Get" + ], + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", - "ApiVersion": "beta", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "Variants": [ + "List" + ], + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count", + "Method": "GET", + "OutputType": null, "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance" + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValueCount", + "Variants": [ + "Get" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49720,17 +49859,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaseline", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49757,17 +49897,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaseline", "Variants": [ - "Get" + "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49794,54 +49934,18 @@ "IsAdmin": true } ], - "Method": "GET", - "Variants": [ - "Get" - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview" - }, - { - "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue" - }, - { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics", "Method": "GET", - "Variants": [ - "Get" - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count", - "OutputType": null, - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValueCount" - }, - { "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49868,18 +49972,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaseline" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49906,17 +50010,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaseline" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49943,18 +50048,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineCount", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49981,18 +50085,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50019,18 +50123,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50057,17 +50161,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50094,94 +50199,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric" + "ApiVersion": "beta" }, { - "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.", - "IsAdmin": 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.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read devices Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", - "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": true - } - ], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric" - }, - { - "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.", - "IsAdmin": 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.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read devices Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", - "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": true - } - ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric" - }, - { "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50208,56 +50237,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric" + "ApiVersion": "beta" }, { - "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.", - "IsAdmin": 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.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read devices Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", - "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": true - } - ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact", "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact" - }, - { "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50284,17 +50275,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50321,17 +50312,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpactCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpactCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50358,17 +50349,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50395,18 +50386,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50433,17 +50424,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50470,17 +50461,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpactCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpactCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50507,18 +50498,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50545,17 +50536,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50582,17 +50573,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformanceCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformanceCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50619,18 +50610,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50657,17 +50648,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50694,17 +50685,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistoryCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistoryCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50731,18 +50722,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50769,17 +50760,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50806,17 +50797,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformanceCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformanceCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50843,18 +50834,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50881,17 +50872,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50918,17 +50909,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformanceCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformanceCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50955,17 +50946,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50992,80 +50983,80 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategory" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories", "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategory", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategory" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValueCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValueCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51092,18 +51083,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51130,17 +51121,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51167,17 +51158,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistoryCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistoryCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51204,18 +51195,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51242,17 +51233,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51279,17 +51270,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformanceCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformanceCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51316,19 +51307,19 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51355,17 +51346,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51392,17 +51383,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScopeCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScopeCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51429,18 +51420,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51467,17 +51458,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51504,17 +51495,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScoreCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScoreCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51541,18 +51532,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51579,17 +51570,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51616,17 +51607,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51653,18 +51644,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess" + "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.", + "IsAdmin": 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.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read devices Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", + "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51691,17 +51719,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount", "Variants": [ - "List" + "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", - "ApiVersion": "beta", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess" + "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.", + "IsAdmin": 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.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read devices Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", + "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51728,17 +51794,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "Variants": [ - "Get" + "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51765,18 +51831,54 @@ "IsAdmin": true } ], + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformanceCount", + "Variants": [ + "Get" + ], + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", - "ApiVersion": "beta", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance" + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEventCount", + "Variants": [ + "Get" + ], + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51803,17 +51905,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51840,54 +51943,17 @@ "IsAdmin": true } ], - "Method": "GET", - "Variants": [ - "Get" - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformanceCount" - }, - { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent" - }, - { - "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/$count", "Method": "GET", - "Variants": [ - "Get" - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/$count", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEventCount" - }, - { "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51914,18 +51980,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentityCount", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51952,17 +52017,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51989,17 +52055,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", "Variants": [ - "Get" + "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentityCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52026,18 +52092,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcessCount", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52064,17 +52129,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52101,17 +52167,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", "Variants": [ - "Get" + "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcessCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52138,18 +52204,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistoryCount", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52176,17 +52241,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScore", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52213,17 +52279,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScore", "Variants": [ - "Get" + "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistoryCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52250,18 +52316,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScoreCount", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScore" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52288,17 +52353,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScore" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52325,17 +52391,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", "Variants": [ - "Get" + "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScoreCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52362,18 +52428,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDeviceCount", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsOverview", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52400,17 +52465,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticOverview", "Variants": [ - "List" + "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52437,17 +52502,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDeviceCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52474,17 +52540,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", "Variants": [ - "Get" + "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsOverview", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticOverview" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52511,55 +52577,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnectionCount", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection" + "ApiVersion": "beta" }, { - "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.", - "IsAdmin": 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.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read devices Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", - "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": true - } - ], + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", "Method": "GET", - "Variants": [ - "List" - ], - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection" - }, - { "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52586,55 +52614,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnectionCount" + "ApiVersion": "beta" }, { - "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.", - "IsAdmin": 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.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read devices Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", - "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": true - } - ], + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance", "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance" - }, - { "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52661,17 +52652,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52698,17 +52689,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformanceCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformanceCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52735,18 +52726,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52773,17 +52764,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52810,17 +52801,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistoryCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistoryCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52847,17 +52838,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52884,18 +52875,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52922,17 +52913,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52959,17 +52950,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52996,18 +52987,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53034,17 +53025,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53071,18 +53062,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53109,18 +53100,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53147,17 +53138,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53184,17 +53175,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserPfxCertificate", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53209,18 +53200,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserPfxCertificate", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", - "OutputType": "IMicrosoftGraphUserPfxCertificate", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementUserPfxCertificate" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userPfxCertificates", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserPfxCertificate", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53235,17 +53226,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserPfxCertificate", "Variants": [ "List" ], - "Uri": "/deviceManagement/userPfxCertificates", - "OutputType": "IMicrosoftGraphUserPfxCertificate", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementUserPfxCertificate" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userPfxCertificates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53260,29 +53251,29 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserPfxCertificateCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userPfxCertificates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementUserPfxCertificateCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint", "Method": "GET", + "OutputType": "IMicrosoftGraphVirtualEndpoint", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementVirtualEndpoint", "Variants": [ "Get" ], - "Uri": "/deviceManagement/virtualEndpoint", - "OutputType": "IMicrosoftGraphVirtualEndpoint", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpoint" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcAuditEvent", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -53297,18 +53288,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}", - "OutputType": "IMicrosoftGraphCloudPcAuditEvent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEvent" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/auditEvents", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcAuditEvent", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -53323,17 +53314,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEvent", "Variants": [ "List" ], - "Uri": "/deviceManagement/virtualEndpoint/auditEvents", - "OutputType": "IMicrosoftGraphCloudPcAuditEvent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEvent" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/auditEvents/getAuditActivityTypes", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -53348,17 +53339,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEventAuditActivityType", "Variants": [ "Get" ], - "Uri": "/deviceManagement/virtualEndpoint/auditEvents/getAuditActivityTypes", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEventAuditActivityType" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/auditEvents/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -53373,54 +53364,54 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEventCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/virtualEndpoint/auditEvents/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEventCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcBulkAction", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkAction", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", - "OutputType": "IMicrosoftGraphCloudPcBulkAction", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkAction" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/bulkActions", "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcBulkAction", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkAction", "Variants": [ "List" ], - "Uri": "/deviceManagement/virtualEndpoint/bulkActions", - "OutputType": "IMicrosoftGraphCloudPcBulkAction", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkAction" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/bulkActions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkActionCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/virtualEndpoint/bulkActions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkActionCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPc", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -53435,18 +53426,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPc", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}", - "OutputType": "IMicrosoftGraphCloudPc", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPc" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPc", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -53461,17 +53452,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPc", "Variants": [ "List" ], - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs", - "OutputType": "IMicrosoftGraphCloudPc", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPc" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent", + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -53486,18 +53477,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcConnectivityHistory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory", - "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcConnectivityHistory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -53512,30 +53503,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo", "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcLaunchInfo", + "Module": "Beta.DeviceManagement.Functions", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcLaunchInfo", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo", - "OutputType": "IMicrosoftGraphCloudPcLaunchInfo", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcLaunchInfo" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPc", + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -53550,31 +53541,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcProvisionedCloudPc", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')", - "OutputType": "IMicrosoftGraphCloudPc", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcProvisionedCloudPc" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getShiftWorkCloudPcAccessState", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Functions", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcShiftWorkCloudPcAccessState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getShiftWorkCloudPcAccessState", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcShiftWorkCloudPcAccessState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability", + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -53589,18 +53580,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcSupportedCloudPcRemoteAction", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions", - "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcSupportedCloudPcRemoteAction" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -53615,17 +53606,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", "Variants": [ "Get" ], - "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", - "OutputType": "IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -53640,18 +53631,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", - "OutputType": "IMicrosoftGraphCloudPcDeviceImage", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImage" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/deviceImages", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -53666,17 +53657,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImage", "Variants": [ "List" ], - "Uri": "/deviceManagement/virtualEndpoint/deviceImages", - "OutputType": "IMicrosoftGraphCloudPcDeviceImage", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImage" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -53691,17 +53682,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImageCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImageCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/getSourceImages", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage", + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -53716,17 +53707,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImageSourceImage", "Variants": [ "Get" ], - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/getSourceImages", - "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImageSourceImage" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/getEffectivePermissions", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -53741,17 +53732,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointEffectivePermission", "Variants": [ "Get" ], - "Uri": "/deviceManagement/virtualEndpoint/getEffectivePermissions", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointEffectivePermission" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -53766,18 +53757,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", - "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -53792,17 +53783,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", "Variants": [ "List" ], - "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings", - "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -53817,54 +53808,54 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSettingCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSettingCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", - "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans", "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", "Variants": [ "List" ], - "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans", - "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlanCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlanCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -53879,18 +53870,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", - "OutputType": "IMicrosoftGraphCloudPcGalleryImage", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImage" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/galleryImages", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -53905,17 +53896,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImage", "Variants": [ "List" ], - "Uri": "/deviceManagement/virtualEndpoint/galleryImages", - "OutputType": "IMicrosoftGraphCloudPcGalleryImage", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImage" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/galleryImages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -53930,17 +53921,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImageCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/virtualEndpoint/galleryImages/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImageCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -53955,18 +53946,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -53981,17 +53972,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", "Variants": [ "List" ], - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -54006,17 +53997,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -54031,17 +54022,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", "Variants": [ "Get" ], - "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", - "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointOrganizationSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -54056,18 +54047,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -54082,106 +54073,106 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "Variants": [ "List" ], - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "Variants": [ "List" ], - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount" + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -54196,42 +54187,42 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/reports", "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcReports", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReport", "Variants": [ "Get" ], - "Uri": "/deviceManagement/virtualEndpoint/reports", - "OutputType": "IMicrosoftGraphCloudPcReports", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReport" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/reports/getConnectionQualityReports", "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportConnectionQualityReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/reports/getConnectionQualityReports", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportConnectionQualityReport" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/reports/getDailyAggregatedRemoteConnectionReports", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -54246,73 +54237,73 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportDailyAggregatedRemoteConnectionReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/reports/getDailyAggregatedRemoteConnectionReports", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportDailyAggregatedRemoteConnectionReport" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcExportJob", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJob", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", - "OutputType": "IMicrosoftGraphCloudPcExportJob", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJob" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs", "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcExportJob", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJob", "Variants": [ "List" ], - "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs", - "OutputType": "IMicrosoftGraphCloudPcExportJob", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJob" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJobCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJobCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/reports/getInaccessibleCloudPcReports", "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportInaccessibleCloudPcReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/reports/getInaccessibleCloudPcReports", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportInaccessibleCloudPcReport" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionLatency(cloudPcId='{cloudPcId}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -54327,18 +54318,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionLatency", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionLatency(cloudPcId='{cloudPcId}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionLatency" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionStatus(cloudPcId='{cloudPcId}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -54353,18 +54344,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionStatus(cloudPcId='{cloudPcId}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/reports/getRemoteConnectionHistoricalReports", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -54379,18 +54370,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRemoteConnectionHistoricalReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/reports/getRemoteConnectionHistoricalReports", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRemoteConnectionHistoricalReport" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/reports/getSharedUseLicenseUsageReport", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -54405,18 +54396,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportSharedUseLicenseUsageReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/reports/getSharedUseLicenseUsageReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportSharedUseLicenseUsageReport" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/reports/getTotalAggregatedRemoteConnectionReports", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -54431,31 +54422,31 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportTotalAggregatedRemoteConnectionReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/reports/getTotalAggregatedRemoteConnectionReports", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportTotalAggregatedRemoteConnectionReport" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcServicePlan", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlan", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", - "OutputType": "IMicrosoftGraphCloudPcServicePlan", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlan" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/servicePlans", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcServicePlan", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -54470,17 +54461,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlan", "Variants": [ "List" ], - "Uri": "/deviceManagement/virtualEndpoint/servicePlans", - "OutputType": "IMicrosoftGraphCloudPcServicePlan", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlan" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/servicePlans/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -54495,17 +54486,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlanCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/virtualEndpoint/servicePlans/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlanCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -54520,18 +54511,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}", - "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -54546,17 +54537,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan", "Variants": [ "List" ], - "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans", - "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -54571,17 +54562,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlanCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlanCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcSnapshot", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -54596,18 +54587,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshot", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", - "OutputType": "IMicrosoftGraphCloudPcSnapshot", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshot" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/snapshots", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcSnapshot", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -54622,17 +54613,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshot", "Variants": [ "List" ], - "Uri": "/deviceManagement/virtualEndpoint/snapshots", - "OutputType": "IMicrosoftGraphCloudPcSnapshot", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshot" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/snapshots/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -54647,17 +54638,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/virtualEndpoint/snapshots/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/snapshots/getStorageAccounts(subscriptionId='{subscriptionId}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcForensicStorageAccount", + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -54672,18 +54663,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotStorageAccount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/snapshots/getStorageAccounts(subscriptionId='{subscriptionId}')", - "OutputType": "IMicrosoftGraphCloudPcForensicStorageAccount", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotStorageAccount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/snapshots/getSubscriptions", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcSubscription", + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -54698,30 +54689,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotSubscription", "Variants": [ "Get" ], - "Uri": "/deviceManagement/virtualEndpoint/snapshots/getSubscriptions", - "OutputType": "IMicrosoftGraphCloudPcSubscription", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotSubscription" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", - "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/supportedRegions", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -54736,17 +54727,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion", "Variants": [ "List" ], - "Uri": "/deviceManagement/virtualEndpoint/supportedRegions", - "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -54761,17 +54752,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegionCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegionCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -54786,18 +54777,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", - "OutputType": "IMicrosoftGraphCloudPcUserSetting", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/userSettings", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -54812,55 +54803,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSetting", "Variants": [ "List" ], - "Uri": "/deviceManagement/virtualEndpoint/userSettings", - "OutputType": "IMicrosoftGraphCloudPcUserSetting", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", "Variants": [ "List" ], - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/userSettings/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -54875,17 +54866,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/virtualEndpoint/userSettings/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -54900,18 +54891,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -54926,119 +54917,119 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", "Variants": [ "List" ], - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices", + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/deploymentProfile", + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceDeploymentProfile" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceDeploymentProfile", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile", + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceIntendedDeploymentProfile" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceIntendedDeploymentProfile", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments", + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment" + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -55053,17 +55044,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -55078,18 +55069,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -55104,17 +55095,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", "Variants": [ "List" ], - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -55129,17 +55120,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/deploymentProfile", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -55154,18 +55145,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeploymentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/deploymentProfile", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeploymentProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -55180,18 +55171,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityIntendedDeploymentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityIntendedDeploymentProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsAutopilotSettings", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsAutopilotSettings", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -55206,17 +55197,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotSetting", "Variants": [ "Get" ], - "Uri": "/deviceManagement/windowsAutopilotSettings", - "OutputType": "IMicrosoftGraphWindowsAutopilotSettings", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55231,18 +55222,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55257,17 +55248,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile", "Variants": [ "List" ], - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles", - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55282,18 +55273,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55308,17 +55299,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", "Variants": [ "List" ], - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments", - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55333,18 +55324,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55359,20 +55350,20 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileCount" + "ApiVersion": "beta" }, { - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Module": "Beta.DeviceManagement", + "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.", "IsAdmin": true @@ -55384,18 +55375,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -55410,17 +55401,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", "Variants": [ "List" ], - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -55435,17 +55426,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummaryCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummaryCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -55460,18 +55451,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -55486,17 +55477,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "Variants": [ "List" ], - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -55511,17 +55502,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55548,18 +55539,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformation" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsMalwareInformation", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55586,17 +55577,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformation", "Variants": [ "List" ], - "Uri": "/deviceManagement/windowsMalwareInformation", - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformation" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsMalwareInformation/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55623,17 +55614,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/windowsMalwareInformation/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55660,18 +55651,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", + "Method": "GET", + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55698,17 +55689,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Variants": [ "List" ], - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55735,18 +55726,171 @@ "IsAdmin": true } ], + "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile", + "Module": "Beta.DeviceManagement", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": 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.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/$count", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/windowsQualityUpdateProfiles", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile", + "Module": "Beta.DeviceManagement", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": 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.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfile", + "Variants": [ + "List" + ], + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment", + "Module": "Beta.DeviceManagement", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": 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.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment", + "Module": "Beta.DeviceManagement", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": 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.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", + "Variants": [ + "List" + ], + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": 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.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount" + "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.", + "IsAdmin": 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.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileCount", + "Variants": [ + "Get" + ], + "ApiVersion": "beta" }, { + "Uri": "/devices/{device-id}/getMemberGroups", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Application.Read.All", @@ -55815,20 +55959,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/devices/{device-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceMemberGroup" + "ApiVersion": "beta" }, { + "Uri": "/devices/{device-id}/getMemberObjects", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Application.Read.All", @@ -55903,33 +56047,33 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDeviceMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/devices/{device-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceMemberObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceMemberOf" + "ApiVersion": "beta" }, { + "Uri": "/devices/{device-id}/memberOf", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -55956,67 +56100,67 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceMemberOf", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/memberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceMemberOf" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceMemberOfAsAdministrativeUnit" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/memberOf/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/memberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceMemberOfAsAdministrativeUnit" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceMemberOfAsGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/memberOf/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceMemberOfAsGroup", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/memberOf/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceMemberOfAsGroup" + "ApiVersion": "beta" }, { + "Uri": "/devices/{device-id}/memberOf/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -56043,44 +56187,44 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/memberOf/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceMemberOfCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/memberOf/administrativeUnit/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/memberOf/administrativeUnit/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceMemberOfCountAsAdministrativeUnit" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/memberOf/group/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/memberOf/group/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceMemberOfCountAsGroup" + "ApiVersion": "beta" }, { + "Uri": "/devices/{device-id}/registeredOwners", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -56107,92 +56251,92 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredOwner", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/registeredOwners", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredOwner" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceRegisteredOwnerAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredOwnerAsEndpoint" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/registeredOwners/endpoint", "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceRegisteredOwnerAsEndpoint", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/registeredOwners/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredOwnerAsEndpoint" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceRegisteredOwnerAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredOwnerAsServicePrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceRegisteredOwnerAsServicePrincipal", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredOwnerAsServicePrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceRegisteredOwnerAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredOwnerAsUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/registeredOwners/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceRegisteredOwnerAsUser", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/registeredOwners/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredOwnerAsUser" + "ApiVersion": "beta" }, { + "Uri": "/devices/{device-id}/registeredOwners/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -56219,17 +56363,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredOwnerByRef", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/registeredOwners/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredOwnerByRef" + "ApiVersion": "beta" }, { + "Uri": "/devices/{device-id}/registeredOwners/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -56256,57 +56400,57 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredOwnerCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/registeredOwners/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredOwnerCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/devices/{device-id}/registeredOwners/endpoint/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsEndpoint" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsServicePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/registeredOwners/user/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsUser" + "Permissions": [], + "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsUser", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/devices/{device-id}/registeredUsers", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -56333,92 +56477,92 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredUser", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/registeredUsers", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceRegisteredUserAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredUserAsEndpoint" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/registeredUsers/endpoint", "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceRegisteredUserAsEndpoint", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/registeredUsers/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredUserAsEndpoint" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceRegisteredUserAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredUserAsServicePrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceRegisteredUserAsServicePrincipal", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredUserAsServicePrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceRegisteredUserAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredUserAsUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/registeredUsers/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceRegisteredUserAsUser", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/registeredUsers/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredUserAsUser" + "ApiVersion": "beta" }, { + "Uri": "/devices/{device-id}/registeredUsers/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -56445,17 +56589,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredUserByRef", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/registeredUsers/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredUserByRef" + "ApiVersion": "beta" }, { + "Uri": "/devices/{device-id}/registeredUsers/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -56482,70 +56626,70 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/registeredUsers/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredUserCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/devices/{device-id}/registeredUsers/endpoint/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredUserCountAsEndpoint" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredUserCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredUserCountAsServicePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredUserCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/registeredUsers/user/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredUserCountAsUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredUserCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceTransitiveMemberOf" + "Permissions": [], + "Command": "Get-MgBetaDeviceTransitiveMemberOf", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/devices/{device-id}/transitiveMemberOf", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -56572,67 +56716,67 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceTransitiveMemberOf", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/transitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceTransitiveMemberOf" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceTransitiveMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceTransitiveMemberOfAsGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/transitiveMemberOf/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceTransitiveMemberOfAsGroup", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/transitiveMemberOf/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceTransitiveMemberOfAsGroup" + "ApiVersion": "beta" }, { + "Uri": "/devices/{device-id}/transitiveMemberOf/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -56659,57 +56803,57 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceTransitiveMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/transitiveMemberOf/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceTransitiveMemberOfCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceTransitiveMemberOfCountAsAdministrativeUnit" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceTransitiveMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/transitiveMemberOf/group/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceTransitiveMemberOfCountAsGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDeviceTransitiveMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphUsageRight", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceUsageRights" + "Permissions": [], + "Command": "Get-MgBetaDeviceUsageRights", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/devices/{device-id}/usageRights", + "Method": "GET", + "OutputType": "IMicrosoftGraphUsageRight", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -56736,17 +56880,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceUsageRights", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/usageRights", - "OutputType": "IMicrosoftGraphUsageRight", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceUsageRights" + "ApiVersion": "beta" }, { + "Uri": "/devices/{device-id}/usageRights/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -56773,43 +56917,43 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDeviceUsageRightsCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/usageRights/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceUsageRightsCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/getUserOwnedObjects", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDeviceUserOwnedObject", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/devices/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceUserOwnedObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectory", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectory", "Variants": [ "Get" ], - "Uri": "/directory", - "OutputType": "IMicrosoftGraphDirectory", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectory" + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -56836,18 +56980,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnit" + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits", + "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -56874,30 +57018,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnit", "Variants": [ "List" ], - "Uri": "/directory/administrativeUnits", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnit" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/administrativeUnits/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryAdministrativeUnitById", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/directory/administrativeUnits/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitById" + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -56924,17 +57068,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitCount", "Variants": [ "Get" ], - "Uri": "/directory/administrativeUnits/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitCount" + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -56961,55 +57105,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitDelta", "Variants": [ "Delta" ], - "Uri": "/directory/administrativeUnits/delta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryAdministrativeUnitExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", "Method": "GET", + "OutputType": "IMicrosoftGraphExtension", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryAdministrativeUnitExtension", "Variants": [ "List" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryAdministrativeUnitExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitExtensionCount" + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -57036,30 +57180,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMember", "Variants": [ "List" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMember" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication" + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application", + "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -57086,30 +57230,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication", "Variants": [ "List" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice" + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device", + "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -57136,30 +57280,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice", "Variants": [ "List" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup" + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -57186,30 +57330,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup", "Variants": [ "List" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact" + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact", + "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -57236,30 +57380,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact", "Variants": [ "List" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal" + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", + "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -57286,67 +57430,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal", "Variants": [ "List" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsUser" + "ApiVersion": "beta" }, { - "Permissions": [ - { - "Name": "AdministrativeUnit.Read.All", - "Description": "Read administrative units", - "FullDescription": "Allows the app to read administrative units and administrative unit membership on your behalf.", - "IsAdmin": true - }, - { - "Name": "AdministrativeUnit.ReadWrite.All", - "Description": "Read and write administrative units", - "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", - "IsAdmin": true - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true - } - ], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsUser" - }, - { "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -57373,17 +57480,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsUser", "Variants": [ "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberByRef" - }, - { "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -57410,18 +57517,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberByRef", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCount" - }, - { "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -57448,18 +57554,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsApplication" - }, - { "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -57486,18 +57592,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsDevice" - }, - { "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -57524,18 +57630,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsGroup" - }, - { "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -57562,18 +57668,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsOrgContact" - }, - { "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -57600,18 +57706,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsServicePrincipal" - }, - { "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -57638,48 +57744,86 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsUser" + "Permissions": [ + { + "Name": "AdministrativeUnit.Read.All", + "Description": "Read administrative units", + "FullDescription": "Allows the app to read administrative units and administrative unit membership on your behalf.", + "IsAdmin": true + }, + { + "Name": "AdministrativeUnit.ReadWrite.All", + "Description": "Read and write administrative units", + "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", + "IsAdmin": true + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory.", + "IsAdmin": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsUser", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/getMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/getMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberObject" + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -57706,18 +57850,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember" + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "Method": "GET", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -57744,17 +57888,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember", "Variants": [ "List" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember" + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -57781,31 +57925,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMemberCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/administrativeUnits/getUserOwnedObjects", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryAdministrativeUnitUserOwnedObject", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/directory/administrativeUnits/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitUserOwnedObject" + "ApiVersion": "beta" }, { + "Uri": "/directory/attributeSets/{attributeSet-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttributeSet", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -57820,18 +57964,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryAttributeSet", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/attributeSets/{attributeSet-id}", - "OutputType": "IMicrosoftGraphAttributeSet", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAttributeSet" + "ApiVersion": "beta" }, { + "Uri": "/directory/attributeSets", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttributeSet", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -57846,17 +57990,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryAttributeSet", "Variants": [ "List" ], - "Uri": "/directory/attributeSets", - "OutputType": "IMicrosoftGraphAttributeSet", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAttributeSet" + "ApiVersion": "beta" }, { + "Uri": "/directory/attributeSets/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -57871,104 +58015,104 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryAttributeSetCount", "Variants": [ "Get" ], - "Uri": "/directory/attributeSets/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAttributeSetCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/certificateAuthorities", "Method": "GET", + "OutputType": "IMicrosoftGraphCertificateAuthorityPath", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryCertificateAuthority", "Variants": [ "Get" ], - "Uri": "/directory/certificateAuthorities", - "OutputType": "IMicrosoftGraphCertificateAuthorityPath", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryCertificateAuthority" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", - "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations", "Method": "GET", + "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", "Variants": [ "List" ], - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations", - "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationCount", "Variants": [ "Get" ], - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", - "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities", "Method": "GET", + "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", "Variants": [ "List" ], - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities", - "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthorityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthorityCount" + "ApiVersion": "beta" }, { + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -57983,18 +58127,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinition" + "ApiVersion": "beta" }, { + "Uri": "/directory/customSecurityAttributeDefinitions", + "Method": "GET", + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -58009,17 +58153,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinition", "Variants": [ "List" ], - "Uri": "/directory/customSecurityAttributeDefinitions", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinition" + "ApiVersion": "beta" }, { + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAllowedValue", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -58034,18 +58178,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "OutputType": "IMicrosoftGraphAllowedValue", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue" + "ApiVersion": "beta" }, { + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", + "Method": "GET", + "OutputType": "IMicrosoftGraphAllowedValue", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -58060,17 +58204,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", "Variants": [ "List" ], - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", - "OutputType": "IMicrosoftGraphAllowedValue", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue" + "ApiVersion": "beta" }, { + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -58085,18 +58229,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValueCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValueCount" + "ApiVersion": "beta" }, { + "Uri": "/directory/customSecurityAttributeDefinitions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -58111,295 +58255,295 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionCount", "Variants": [ "Get" ], - "Uri": "/directory/customSecurityAttributeDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryDeletedItem", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/deletedItems/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItem" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryDeletedItemAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/deletedItems/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemAsAdministrativeUnit" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryDeletedItemAsAdministrativeUnit", "Variants": [ "List" ], - "Uri": "/directory/deletedItems/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemAsAdministrativeUnit" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}/application", "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryDeletedItemAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/deletedItems/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemAsApplication" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/application", "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryDeletedItemAsApplication", "Variants": [ "List" ], - "Uri": "/directory/deletedItems/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemAsApplication" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryDeletedItemAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/deletedItems/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemAsDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryDeletedItemAsDevice", "Variants": [ "List" ], - "Uri": "/directory/deletedItems/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemAsDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryDeletedItemAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/deletedItems/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemAsGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryDeletedItemAsGroup", "Variants": [ "List" ], - "Uri": "/directory/deletedItems/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemAsGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryDeletedItemAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/deletedItems/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemAsServicePrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryDeletedItemAsServicePrincipal", "Variants": [ "List" ], - "Uri": "/directory/deletedItems/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemAsServicePrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryDeletedItemAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/deletedItems/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemAsUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryDeletedItemAsUser", "Variants": [ "List" ], - "Uri": "/directory/deletedItems/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemAsUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryDeletedItemById", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/directory/deletedItems/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemById" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get" - ], "Uri": "/directory/deletedItems/administrativeUnit/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemCountAsAdministrativeUnit" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItemCountAsAdministrativeUnit", "Variants": [ "Get" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/deletedItems/application/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemCountAsApplication" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItemCountAsApplication", "Variants": [ "Get" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/deletedItems/device/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemCountAsDevice" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItemCountAsDevice", "Variants": [ "Get" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/deletedItems/group/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemCountAsGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItemCountAsGroup", "Variants": [ "Get" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/deletedItems/servicePrincipal/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemCountAsServicePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItemCountAsServicePrincipal", "Variants": [ "Get" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/deletedItems/user/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemCountAsUser" + "Permissions": [], + "Command": "Get-MgBetaDirectoryDeletedItemCountAsUser", + "Variants": [ + "Get" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryDeletedItemMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemMemberGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryDeletedItemMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemMemberObject" + "ApiVersion": "beta" }, { + "Uri": "/directory/deletedItems/getUserOwnedObjects", + "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Group.Read.All", @@ -58414,209 +58558,209 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDirectoryDeletedItemUserOwnedObject", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/directory/deletedItems/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemUserOwnedObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryFeatureRolloutPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryFeatureRolloutPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/directory/featureRolloutPolicies", + "Method": "GET", "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryFeatureRolloutPolicy" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDirectoryFeatureRolloutPolicy", "Variants": [ "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyTo" + "Permissions": [], + "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyTo", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyToById", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyToById" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", "Variants": [ "List" ], - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyToCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyToCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyToDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/delta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyToDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getUserOwnedObjects", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyToUserOwnedObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyToUserOwnedObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/featureRolloutPolicies/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyCount", "Variants": [ "Get" ], - "Uri": "/directory/featureRolloutPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryFederationConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryFederationConfiguration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/federationConfigurations", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryFederationConfiguration", "Variants": [ "List" ], - "Uri": "/directory/federationConfigurations", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryFederationConfiguration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/federationConfigurations/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryFederationConfigurationCount", "Variants": [ "Get" ], - "Uri": "/directory/federationConfigurations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryFederationConfigurationCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/impactedResources/{impactedResource-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphImpactedResource", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryImpactedResource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/impactedResources/{impactedResource-id}", - "OutputType": "IMicrosoftGraphImpactedResource", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryImpactedResource" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/impactedResources", "Method": "GET", + "OutputType": "IMicrosoftGraphImpactedResource", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryImpactedResource", "Variants": [ "List" ], - "Uri": "/directory/impactedResources", - "OutputType": "IMicrosoftGraphImpactedResource", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryImpactedResource" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/impactedResources/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryImpactedResourceCount", "Variants": [ "Get" ], - "Uri": "/directory/impactedResources/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryImpactedResourceCount" + "ApiVersion": "beta" }, { + "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", + "Method": "GET", + "OutputType": "IMicrosoftGraphInboundSharedUserProfile", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -58643,18 +58787,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryInboundSharedUserProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", - "OutputType": "IMicrosoftGraphInboundSharedUserProfile", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryInboundSharedUserProfile" + "ApiVersion": "beta" }, { + "Uri": "/directory/inboundSharedUserProfiles", + "Method": "GET", + "OutputType": "IMicrosoftGraphInboundSharedUserProfile", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read.All", @@ -58669,17 +58813,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryInboundSharedUserProfile", "Variants": [ "List" ], - "Uri": "/directory/inboundSharedUserProfiles", - "OutputType": "IMicrosoftGraphInboundSharedUserProfile", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryInboundSharedUserProfile" + "ApiVersion": "beta" }, { + "Uri": "/directory/inboundSharedUserProfiles/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read.All", @@ -58694,94 +58838,94 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryInboundSharedUserProfileCount", "Variants": [ "Get" ], - "Uri": "/directory/inboundSharedUserProfiles/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryInboundSharedUserProfileCount" + "ApiVersion": "beta" }, { + "Uri": "/directoryObjects/{directoryObject-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.DirectoryObjects", "Permissions": { "Name": "Directory.Read.All", "Description": "Read directory data", "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directoryObjects/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.DirectoryObjects", - "Command": "Get-MgBetaDirectoryObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directoryObjects", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.DirectoryObjects", + "Permissions": [], + "Command": "Get-MgBetaDirectoryObject", "Variants": [ "List" ], - "Uri": "/directoryObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.DirectoryObjects", - "Command": "Get-MgBetaDirectoryObject" + "ApiVersion": "beta" }, { + "Uri": "/directoryObjects/getByIds", + "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.DirectoryObjects", "Permissions": { "Name": "Directory.Read.All", "Description": "Read directory data", "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true }, - "Method": "POST", + "Command": "Get-MgBetaDirectoryObjectById", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/directoryObjects/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.DirectoryObjects", - "Command": "Get-MgBetaDirectoryObjectById" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directoryObjects/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DirectoryObjects", + "Permissions": [], + "Command": "Get-MgBetaDirectoryObjectCount", "Variants": [ "Get" ], - "Uri": "/directoryObjects/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DirectoryObjects", - "Command": "Get-MgBetaDirectoryObjectCount" + "ApiVersion": "beta" }, { + "Uri": "/directoryObjects/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.DirectoryObjects", "Permissions": { "Name": "Directory.Read.All", "Description": "Read directory data", "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaDirectoryObjectDelta", "Variants": [ "Delta" ], - "Uri": "/directoryObjects/delta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.DirectoryObjects", - "Command": "Get-MgBetaDirectoryObjectDelta" + "ApiVersion": "beta" }, { + "Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DirectoryObjects", "Permissions": [ { "Name": "Application.Read.All", @@ -58850,20 +58994,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Get-MgBetaDirectoryObjectMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DirectoryObjects", - "Command": "Get-MgBetaDirectoryObjectMemberGroup" + "ApiVersion": "beta" }, { + "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DirectoryObjects", "Permissions": [ { "Name": "Application.Read.All", @@ -58938,46 +59082,46 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaDirectoryObjectMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DirectoryObjects", - "Command": "Get-MgBetaDirectoryObjectMemberObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directoryObjects/getUserOwnedObjects", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.DirectoryObjects", + "Permissions": [], + "Command": "Get-MgBetaDirectoryObjectUserOwnedObject", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/directoryObjects/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.DirectoryObjects", - "Command": "Get-MgBetaDirectoryObjectUserOwnedObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryOnPremiseSynchronization", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryOnPremiseSynchronization" + "ApiVersion": "beta" }, { + "Uri": "/directory/onPremisesSynchronization", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "OnPremDirectorySynchronization.Read.All", @@ -58992,17 +59136,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryOnPremiseSynchronization", "Variants": [ "List" ], - "Uri": "/directory/onPremisesSynchronization", - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryOnPremiseSynchronization" + "ApiVersion": "beta" }, { + "Uri": "/directory/onPremisesSynchronization/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "OnPremDirectorySynchronization.Read.All", @@ -59017,17 +59161,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryOnPremiseSynchronizationCount", "Variants": [ "Get" ], - "Uri": "/directory/onPremisesSynchronization/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryOnPremiseSynchronizationCount" + "ApiVersion": "beta" }, { + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -59054,18 +59198,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryOutboundSharedUserProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", - "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryOutboundSharedUserProfile" + "ApiVersion": "beta" }, { + "Uri": "/directory/outboundSharedUserProfiles", + "Method": "GET", + "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -59092,17 +59236,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryOutboundSharedUserProfile", "Variants": [ "List" ], - "Uri": "/directory/outboundSharedUserProfiles", - "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryOutboundSharedUserProfile" + "ApiVersion": "beta" }, { + "Uri": "/directory/outboundSharedUserProfiles/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -59129,30 +59273,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileCount", "Variants": [ "Get" ], - "Uri": "/directory/outboundSharedUserProfiles/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenant", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenant" + "ApiVersion": "beta" }, { + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants", + "Method": "GET", + "OutputType": "IMicrosoftGraphTenantReference", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -59179,17 +59323,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenant", "Variants": [ "List" ], - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants", - "OutputType": "IMicrosoftGraphTenantReference", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenant" + "ApiVersion": "beta" }, { + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -59216,18 +59360,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenantCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenantCount" + "ApiVersion": "beta" }, { + "Uri": "/directory/recommendations/{recommendation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphRecommendation", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -59242,18 +59386,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryRecommendation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/recommendations/{recommendation-id}", - "OutputType": "IMicrosoftGraphRecommendation", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRecommendation" + "ApiVersion": "beta" }, { + "Uri": "/directory/recommendations", + "Method": "GET", + "OutputType": "IMicrosoftGraphRecommendation", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -59268,17 +59412,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryRecommendation", "Variants": [ "List" ], - "Uri": "/directory/recommendations", - "OutputType": "IMicrosoftGraphRecommendation", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRecommendation" + "ApiVersion": "beta" }, { + "Uri": "/directory/recommendations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -59293,17 +59437,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryRecommendationCount", "Variants": [ "Get" ], - "Uri": "/directory/recommendations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRecommendationCount" + "ApiVersion": "beta" }, { + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphImpactedResource", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -59318,18 +59462,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryRecommendationImpactedResource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", - "OutputType": "IMicrosoftGraphImpactedResource", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRecommendationImpactedResource" + "ApiVersion": "beta" }, { + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources", + "Method": "GET", + "OutputType": "IMicrosoftGraphImpactedResource", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -59344,17 +59488,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryRecommendationImpactedResource", "Variants": [ "List" ], - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources", - "OutputType": "IMicrosoftGraphImpactedResource", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRecommendationImpactedResource" + "ApiVersion": "beta" }, { + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -59369,18 +59513,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryRecommendationImpactedResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRecommendationImpactedResourceCount" + "ApiVersion": "beta" }, { + "Uri": "/directoryRoles/{directoryRole-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -59407,18 +59551,68 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directoryRoles/{directoryRole-id}", + "ApiVersion": "beta" + }, + { + "Uri": "/directoryRoles", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRole" + "Permissions": [ + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory.", + "IsAdmin": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", + "IsAdmin": true + }, + { + "Name": "RoleManagement.Read.Directory", + "Description": "Read directory RBAC settings", + "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.", + "IsAdmin": true + }, + { + "Name": "RoleManagement.ReadWrite.Directory", + "Description": "Read and write directory RBAC settings", + "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaDirectoryRole", + "Variants": [ + "List" + ], + "ApiVersion": "beta" + }, + { + "Uri": "/directoryRoles/getByIds", + "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryRoleById", + "Variants": [ + "Get", + "GetExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -59445,68 +59639,18 @@ "IsAdmin": true } ], - "Method": "GET", - "Variants": [ - "List" - ], - "Uri": "/directoryRoles", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRole" - }, - { - "Permissions": [], - "Method": "POST", + "Command": "Get-MgBetaDirectoryRoleByRoleTemplateId", "Variants": [ "Get", - "GetExpanded" + "GetViaIdentity" ], - "Uri": "/directoryRoles/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleById" + "ApiVersion": "beta" }, { - "Permissions": [ - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true - }, - { - "Name": "RoleManagement.Read.Directory", - "Description": "Read directory RBAC settings", - "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.", - "IsAdmin": true - }, - { - "Name": "RoleManagement.ReadWrite.Directory", - "Description": "Read and write directory RBAC settings", - "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", - "IsAdmin": true - } - ], + "Uri": "/directoryRoles/$count", "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "beta", + "OutputType": null, "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleByRoleTemplateId" - }, - { "Permissions": [ { "Name": "Directory.Read.All", @@ -59533,17 +59677,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleCount", "Variants": [ "Get" ], - "Uri": "/directoryRoles/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleCount" + "ApiVersion": "beta" }, { + "Uri": "/directoryRoles/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -59570,17 +59714,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleDelta", "Variants": [ "Delta" ], - "Uri": "/directoryRoles/delta", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleDelta" + "ApiVersion": "beta" }, { + "Uri": "/directoryRoles/{directoryRole-id}/members", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -59607,167 +59751,167 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMember", "Variants": [ "List" ], - "Uri": "/directoryRoles/{directoryRole-id}/members", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMember" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application", "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryRoleMemberAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberAsApplication" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/application", "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryRoleMemberAsApplication", "Variants": [ "List" ], - "Uri": "/directoryRoles/{directoryRole-id}/members/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberAsApplication" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryRoleMemberAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberAsDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryRoleMemberAsDevice", "Variants": [ "List" ], - "Uri": "/directoryRoles/{directoryRole-id}/members/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberAsDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryRoleMemberAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberAsGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryRoleMemberAsGroup", "Variants": [ "List" ], - "Uri": "/directoryRoles/{directoryRole-id}/members/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberAsGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact", "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryRoleMemberAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberAsOrgContact" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact", "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryRoleMemberAsOrgContact", "Variants": [ "List" ], - "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberAsOrgContact" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryRoleMemberAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberAsServicePrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryRoleMemberAsServicePrincipal", "Variants": [ "List" ], - "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberAsServicePrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryRoleMemberAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberAsUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryRoleMemberAsUser", "Variants": [ "List" ], - "Uri": "/directoryRoles/{directoryRole-id}/members/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberAsUser" + "ApiVersion": "beta" }, { + "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -59794,17 +59938,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberByRef", "Variants": [ "List" ], - "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberByRef" + "ApiVersion": "beta" }, { + "Uri": "/directoryRoles/{directoryRole-id}/members/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -59831,139 +59975,139 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directoryRoles/{directoryRole-id}/members/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/directoryRoles/{directoryRole-id}/members/application/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberCountAsApplication" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/members/device/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberCountAsDevice" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/members/group/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberCountAsGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberCountAsOrgContact" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberCountAsServicePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/members/user/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberCountAsUser" + "Permissions": [], + "Command": "Get-MgBetaDirectoryRoleMemberCountAsUser", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryRoleMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryRoleMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryRoleScopedMember", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleScopedMember" + "ApiVersion": "beta" }, { + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", + "Method": "GET", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -59990,17 +60134,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleScopedMember", "Variants": [ "List" ], - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleScopedMember" + "ApiVersion": "beta" }, { + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -60027,18 +60171,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleScopedMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleScopedMemberCount" + "ApiVersion": "beta" }, { + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -60065,18 +60209,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleTemplate" + "ApiVersion": "beta" }, { + "Uri": "/directoryRoleTemplates", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -60103,30 +60247,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleTemplate", "Variants": [ "List" ], - "Uri": "/directoryRoleTemplates", - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleTemplate" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directoryRoleTemplates/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryRoleTemplateById", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/directoryRoleTemplates/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleTemplateById" + "ApiVersion": "beta" }, { + "Uri": "/directoryRoleTemplates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -60153,17 +60297,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleTemplateCount", "Variants": [ "Get" ], - "Uri": "/directoryRoleTemplates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleTemplateCount" + "ApiVersion": "beta" }, { + "Uri": "/directoryRoleTemplates/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -60190,73 +60334,73 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleTemplateDelta", "Variants": [ "Delta" ], - "Uri": "/directoryRoleTemplates/delta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleTemplateDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryRoleTemplateMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleTemplateMemberGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryRoleTemplateMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleTemplateMemberObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directoryRoleTemplates/getUserOwnedObjects", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryRoleTemplateUserOwnedObject", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/directoryRoleTemplates/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleTemplateUserOwnedObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directoryRoles/getUserOwnedObjects", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectoryRoleUserOwnedObject", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/directoryRoles/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleUserOwnedObject" + "ApiVersion": "beta" }, { + "Uri": "/settings/{directorySetting-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectorySetting", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -60283,18 +60427,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectorySetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/settings/{directorySetting-id}", - "OutputType": "IMicrosoftGraphDirectorySetting", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectorySetting" + "ApiVersion": "beta" }, { + "Uri": "/settings", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectorySetting", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -60321,17 +60465,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectorySetting", "Variants": [ "List" ], - "Uri": "/settings", - "OutputType": "IMicrosoftGraphDirectorySetting", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectorySetting" + "ApiVersion": "beta" }, { + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectorySettingTemplate", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -60346,18 +60490,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectorySettingTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", - "OutputType": "IMicrosoftGraphDirectorySettingTemplate", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectorySettingTemplate" + "ApiVersion": "beta" }, { + "Uri": "/directorySettingTemplates", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectorySettingTemplate", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -60372,30 +60516,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectorySettingTemplate", "Variants": [ "List" ], - "Uri": "/directorySettingTemplates", - "OutputType": "IMicrosoftGraphDirectorySettingTemplate", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectorySettingTemplate" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directorySettingTemplates/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectorySettingTemplateById", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/directorySettingTemplates/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectorySettingTemplateById" + "ApiVersion": "beta" }, { + "Uri": "/directorySettingTemplates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -60410,17 +60554,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectorySettingTemplateCount", "Variants": [ "Get" ], - "Uri": "/directorySettingTemplates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectorySettingTemplateCount" + "ApiVersion": "beta" }, { + "Uri": "/directorySettingTemplates/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -60435,134 +60579,134 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDirectorySettingTemplateDelta", "Variants": [ "Delta" ], - "Uri": "/directorySettingTemplates/delta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectorySettingTemplateDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectorySettingTemplateMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectorySettingTemplateMemberGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectorySettingTemplateMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectorySettingTemplateMemberObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directorySettingTemplates/getUserOwnedObjects", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectorySettingTemplateUserOwnedObject", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/directorySettingTemplates/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectorySettingTemplateUserOwnedObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSharedEmailDomain", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectorySharedEmailDomain", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", - "OutputType": "IMicrosoftGraphSharedEmailDomain", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectorySharedEmailDomain" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/sharedEmailDomains", "Method": "GET", + "OutputType": "IMicrosoftGraphSharedEmailDomain", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectorySharedEmailDomain", "Variants": [ "List" ], - "Uri": "/directory/sharedEmailDomains", - "OutputType": "IMicrosoftGraphSharedEmailDomain", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectorySharedEmailDomain" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/sharedEmailDomains/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectorySharedEmailDomainCount", "Variants": [ "Get" ], - "Uri": "/directory/sharedEmailDomains/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectorySharedEmailDomainCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/subscriptions/{companySubscription-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphCompanySubscription", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectorySubscription", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/subscriptions/{companySubscription-id}", - "OutputType": "IMicrosoftGraphCompanySubscription", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectorySubscription" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/subscriptions", "Method": "GET", + "OutputType": "IMicrosoftGraphCompanySubscription", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectorySubscription", "Variants": [ "List" ], - "Uri": "/directory/subscriptions", - "OutputType": "IMicrosoftGraphCompanySubscription", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectorySubscription" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/subscriptions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDirectorySubscriptionCount", "Variants": [ "Get" ], - "Uri": "/directory/subscriptions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectorySubscriptionCount" + "ApiVersion": "beta" }, { + "Uri": "/domains/{domain-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDomain", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -60583,18 +60727,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDomain", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/domains/{domain-id}", - "OutputType": "IMicrosoftGraphDomain", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDomain" + "ApiVersion": "beta" }, { + "Uri": "/domains", + "Method": "GET", + "OutputType": "IMicrosoftGraphDomain", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -60615,17 +60759,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDomain", "Variants": [ "List" ], - "Uri": "/domains", - "OutputType": "IMicrosoftGraphDomain", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDomain" + "ApiVersion": "beta" }, { + "Uri": "/domains/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -60646,17 +60790,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDomainCount", "Variants": [ "Get" ], - "Uri": "/domains/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDomainCount" + "ApiVersion": "beta" }, { + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Domain.Read.All", @@ -60671,56 +60815,56 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDomainFederationConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "OutputType": "IMicrosoftGraphInternalDomainFederation", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDomainFederationConfiguration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/domains/{domain-id}/federationConfiguration", "Method": "GET", + "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDomainFederationConfiguration", "Variants": [ "List" ], - "Uri": "/domains/{domain-id}/federationConfiguration", - "OutputType": "IMicrosoftGraphInternalDomainFederation", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDomainFederationConfiguration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/domains/{domain-id}/federationConfiguration/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDomainFederationConfigurationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/domains/{domain-id}/federationConfiguration/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDomainFederationConfigurationCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDomainNameReference", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDomainNameReference" + "ApiVersion": "beta" }, { + "Uri": "/domains/{domain-id}/domainNameReferences", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Domain.Read.All", @@ -60735,17 +60879,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDomainNameReference", "Variants": [ "List" ], - "Uri": "/domains/{domain-id}/domainNameReferences", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDomainNameReference" + "ApiVersion": "beta" }, { + "Uri": "/domains/{domain-id}/domainNameReferences/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Domain.Read.All", @@ -60760,31 +60904,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDomainNameReferenceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/domains/{domain-id}/domainNameReferences/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDomainNameReferenceCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDomainServiceConfigurationRecord", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", - "OutputType": "IMicrosoftGraphDomainDnsRecord", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDomainServiceConfigurationRecord" + "ApiVersion": "beta" }, { + "Uri": "/domains/{domain-id}/serviceConfigurationRecords", + "Method": "GET", + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Domain.Read.All", @@ -60799,17 +60943,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDomainServiceConfigurationRecord", "Variants": [ "List" ], - "Uri": "/domains/{domain-id}/serviceConfigurationRecords", - "OutputType": "IMicrosoftGraphDomainDnsRecord", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDomainServiceConfigurationRecord" + "ApiVersion": "beta" }, { + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Domain.Read.All", @@ -60824,69 +60968,69 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDomainServiceConfigurationRecordCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDomainServiceConfigurationRecordCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDomainSharedEmailDomainInvitation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", - "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDomainSharedEmailDomainInvitation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations", "Method": "GET", + "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDomainSharedEmailDomainInvitation", "Variants": [ "List" ], - "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations", - "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDomainSharedEmailDomainInvitation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDomainSharedEmailDomainInvitationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDomainSharedEmailDomainInvitationCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaDomainVerificationDnsRecord", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", - "OutputType": "IMicrosoftGraphDomainDnsRecord", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDomainVerificationDnsRecord" + "ApiVersion": "beta" }, { + "Uri": "/domains/{domain-id}/verificationDnsRecords", + "Method": "GET", + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Domain.Read.All", @@ -60901,17 +61045,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDomainVerificationDnsRecord", "Variants": [ "List" ], - "Uri": "/domains/{domain-id}/verificationDnsRecords", - "OutputType": "IMicrosoftGraphDomainDnsRecord", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDomainVerificationDnsRecord" + "ApiVersion": "beta" }, { + "Uri": "/domains/{domain-id}/verificationDnsRecords/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Domain.Read.All", @@ -60926,18 +61070,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaDomainVerificationDnsRecordCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/domains/{domain-id}/verificationDnsRecords/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDomainVerificationDnsRecordCount" + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDrive", + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -60976,30 +61120,30 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaDrive", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDrive" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives", "Method": "GET", + "OutputType": "IMicrosoftGraphDrive", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaDrive", "Variants": [ "List" ], - "Uri": "/drives", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDrive" + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/activities", + "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityOld", + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -61038,196 +61182,196 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaDriveActivity", "Variants": [ "List" ], - "Uri": "/drives/{drive-id}/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveActivity" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaDriveBundle", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveBundle" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/drives/{drive-id}/bundles", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveBundle" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveBundle", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveBundleContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveBundleContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/bundles/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveBundleCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveBundleCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveContentTypeBase" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveContentTypeBase", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveContentTypeBaseType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveContentTypeBaseType", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveContentTypeBaseType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveContentTypeBaseType", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveContentTypeBaseTypeCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveContentTypeBaseTypeCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/following/{driveItem-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveFollowing" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveFollowing", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/following", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveFollowing" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveFollowing", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveFollowingContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveFollowingContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/following/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveFollowingCount" + "Permissions": [], + "Command": "Get-MgBetaDriveFollowingCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -61278,30 +61422,30 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItem" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items", "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaDriveItem", "Variants": [ "List" ], - "Uri": "/drives/{drive-id}/items", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItem" + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/activities", + "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityOld", + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -61340,17 +61484,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaDriveItemActivity", "Variants": [ "List" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemActivity" + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -61389,18 +61533,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaDriveItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemActivityByInterval" + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "Method": "GET", + "OutputType": "IMicrosoftGraphItemAnalytics", + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -61439,118 +61583,68 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaDriveItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemAnalytic" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaDriveItemAnalyticItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemAnalyticItemActivityStat" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveItemAnalyticItemActivityStat", "Variants": [ "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemAnalyticItemActivityStatActivity" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveItemAnalyticItemActivityStatActivity", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemAnalyticItemActivityStatCount" + "ApiVersion": "beta" }, { - "Permissions": [ - { - "Name": "Files.Read", - "Description": "Read your files", - "FullDescription": "Allows the app to read your files.", - "IsAdmin": false - }, - { - "Name": "Files.Read.All", - "Description": "Read all files that you have access to", - "FullDescription": "Allows the app to read all files you can access.", - "IsAdmin": false - }, - { - "Name": "Files.ReadWrite", - "Description": "Have full access to your files", - "FullDescription": "Allows the app to read, create, update, and delete your files.", - "IsAdmin": false - }, - { - "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", - "IsAdmin": false - }, - { - "Name": "Sites.Read.All", - "Description": "Read items in all site collections", - "FullDescription": "Allow the application to read documents and list items in all site collections on your behalf", - "IsAdmin": false - }, - { - "Name": "Sites.ReadWrite.All", - "Description": "Edit or delete items in all site collections", - "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", - "IsAdmin": false - } - ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaDriveItemAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemAnalyticLastSevenDay" - }, - { "Permissions": [ { "Name": "Files.Read", @@ -61589,31 +61683,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaDriveItemAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemAnalyticTime" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemChild" - }, - { "Permissions": [ { "Name": "Files.Read", @@ -61652,30 +61733,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaDriveItemAnalyticTime", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemChild" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaDriveItemChild", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemChildContent" + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", + "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -61714,18 +61796,30 @@ "IsAdmin": false } ], + "Command": "Get-MgBetaDriveItemChild", + "Variants": [ + "List" + ], + "ApiVersion": "beta" + }, + { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "Method": "GET", + "OutputType": null, + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaDriveItemChildContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemChildCount" - }, - { "Permissions": [ { "Name": "Files.Read", @@ -61764,346 +61858,396 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaDriveItemChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", "Method": "GET", + "OutputType": null, + "Module": "Beta.Files", + "Permissions": [ + { + "Name": "Files.Read", + "Description": "Read your files", + "FullDescription": "Allows the app to read your files.", + "IsAdmin": false + }, + { + "Name": "Files.Read.All", + "Description": "Read all files that you have access to", + "FullDescription": "Allows the app to read all files you can access.", + "IsAdmin": false + }, + { + "Name": "Files.ReadWrite", + "Description": "Have full access to your files", + "FullDescription": "Allows the app to read, create, update, and delete your files.", + "IsAdmin": false + }, + { + "Name": "Files.ReadWrite.All", + "Description": "Have full access to all files you have access to", + "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "IsAdmin": false + }, + { + "Name": "Sites.Read.All", + "Description": "Read items in all site collections", + "FullDescription": "Allow the application to read documents and list items in all site collections on your behalf", + "IsAdmin": false + }, + { + "Name": "Sites.ReadWrite.All", + "Description": "Edit or delete items in all site collections", + "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", + "IsAdmin": false + } + ], + "Command": "Get-MgBetaDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveItemCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemCreatedByUserMailboxSetting" + "Permissions": [], + "Command": "Get-MgBetaDriveItemCreatedByUserMailboxSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaDriveItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaDriveItemItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemItemLastModifiedByUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaDriveItemItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemItemLastModifiedByUserMailboxSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaDriveItemLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemLastModifiedByUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaDriveItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemLastModifiedByUserMailboxSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", "Method": "GET", + "OutputType": "IMicrosoftGraphListItem", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaDriveItemListItem", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", - "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItem" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemActivity" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemActivity", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemActivityByInterval" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemAnalytic" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemDocumentSetVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemDocumentSetVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemDocumentSetVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemDriveItemContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemVersionField" + "Permissions": [], + "Command": "Get-MgBetaDriveItemListItemVersionField", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPermission", + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -62142,18 +62286,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaDriveItemPermission", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemPermission" + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", + "Method": "GET", + "OutputType": "IMicrosoftGraphPermission", + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -62192,17 +62336,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaDriveItemPermission", "Variants": [ "List" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemPermission" + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -62241,82 +62385,82 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaDriveItemPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemPermissionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "Method": "GET", + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaDriveItemRetentionLabel", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemRetentionLabel" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSubscription", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaDriveItemSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemSubscription" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", "Method": "GET", + "OutputType": "IMicrosoftGraphSubscription", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaDriveItemSubscription", "Variants": [ "List" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemSubscription" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaDriveItemSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemSubscriptionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphThumbnailSet", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaDriveItemThumbnail", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemThumbnail" + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "Method": "GET", + "OutputType": "IMicrosoftGraphThumbnailSet", + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -62355,17 +62499,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaDriveItemThumbnail", "Variants": [ "List" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemThumbnail" + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -62404,18 +62548,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaDriveItemThumbnailCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemThumbnailCount" + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -62454,18 +62598,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaDriveItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemVersion" + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", + "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -62504,17 +62648,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaDriveItemVersion", "Variants": [ "List" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemVersion" + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -62553,18 +62697,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaDriveItemVersionContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemVersionContent" + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -62603,892 +62747,892 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaDriveItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemVersionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/lastModifiedByUser", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaDriveLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/drives/{drive-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveLastModifiedByUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaDriveLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveLastModifiedByUserMailboxSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/list", "Method": "GET", + "OutputType": "IMicrosoftGraphList", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaDriveList", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/list", - "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveList" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/list/activities", "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityOld", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaDriveListActivity", "Variants": [ "List" ], - "Uri": "/drives/{drive-id}/list/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListActivity" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaDriveListColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListColumn" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/drives/{drive-id}/list/columns", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListColumn", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/columns/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListColumnCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListColumnCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListColumnSourceColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListContentType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListContentType", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListContentType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListContentType", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListContentTypeColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListContentTypeColumn", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListContentTypeColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListContentTypeColumn", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListContentTypeColumnCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListContentTypeColumnLink", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListContentTypeColumnLink", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListContentTypeColumnLinkCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListContentTypeColumnPosition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListContentTypeColumnPosition", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListContentTypeColumnPosition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListContentTypeColumnPosition", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListContentTypeColumnPositionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListContentTypeColumnSourceColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListContentTypeCompatibleHubContentType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListContentTypeCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/drive", + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListDrive" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListDrive", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListItem", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items", + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListItem", "Variants": [ "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/activities", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemActivity" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListItemActivity", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemActivityByInterval" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics", + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemAnalytic" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListItemCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemCreatedByUserMailboxSetting" + "Permissions": [], + "Command": "Get-MgBetaDriveListItemCreatedByUserMailboxSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphListItem", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaDriveListItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Uri": "/drives/{drive-id}/list/items/delta", - "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaDriveListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemDocumentSetVersion" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListItemDocumentSetVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemDocumentSetVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemDriveItemContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListItemField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListItemVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListItemVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListOperation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListOperation", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/operations", + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListOperation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListOperation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/operations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListOperationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListOperationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListSubscription", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/subscriptions", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListSubscription", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/subscriptions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListSubscriptionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveListSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRoot" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRoot", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/activities", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootActivity" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootActivity", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootActivityByInterval" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/analytics", + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootAnalytic" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootAnalytic", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootAnalyticItemActivityStat", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootAnalyticItemActivityStat", "Variants": [ "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootAnalyticItemActivityStatActivity" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootAnalyticItemActivityStatActivity", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootAnalyticItemActivityStatCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/analytics/lastSevenDays", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootAnalyticLastSevenDay" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/analytics/allTime", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootAnalyticTime" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/children/{driveItem-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootChild" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootChild", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/children", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootChild" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootChild", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootChildContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootChildContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/children/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootChildCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootChildCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootCreatedByUserMailboxSetting" + "Permissions": [], + "Command": "Get-MgBetaDriveRootCreatedByUserMailboxSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/root/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -63527,519 +63671,519 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaDriveRootDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Uri": "/drives/{drive-id}/root/delta", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootDelta" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootItemLastModifiedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/lastModifiedByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootLastModifiedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem", + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootListItem", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/activities", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemActivity" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemActivity", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemActivityByInterval" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/analytics", + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemAnalytic" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemDocumentSetVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemDocumentSetVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemDocumentSetVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/driveItem", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemDriveItemContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootPermission" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootPermission", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/permissions", + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootPermission" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootPermission", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/permissions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootPermissionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/retentionLabel", + "Method": "GET", "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootRetentionLabel" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootRetentionLabel", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootSubscription", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/subscriptions", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootSubscription", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/subscriptions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootSubscriptionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootThumbnail" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootThumbnail", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/thumbnails", + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootThumbnail" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootThumbnail", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/thumbnails/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootThumbnailCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootThumbnailCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/versions", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootVersionContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootVersionContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/versions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveRootVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/special/{driveItem-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveSpecial" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveSpecial", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/special", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveSpecial" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveSpecial", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveSpecialContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaDriveSpecialContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/special/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaDriveSpecialCount" + "Permissions": [], + "Command": "Get-MgBetaDriveSpecialCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationClass", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -64060,18 +64204,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClass", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClass" + "ApiVersion": "beta" }, { + "Uri": "/education/classes", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationClass", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -64092,17 +64236,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClass", "Variants": [ "List" ], - "Uri": "/education/classes", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClass" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -64153,18 +64297,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignment" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -64215,17 +64359,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignment", "Variants": [ "List" ], - "Uri": "/education/classes/{educationClass-id}/assignments", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignment" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationCategory", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -64276,18 +64420,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentCategory" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignmentCategories", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationCategory", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -64338,18 +64482,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentCategory", "Variants": [ "List", "List1" ], - "Uri": "/education/classes/{educationClass-id}/assignmentCategories", - "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentCategory" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -64400,17 +64544,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentCategoryByRef", "Variants": [ "List" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentCategoryByRef" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -64461,20 +64605,20 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentCategoryCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentCategoryCount" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationCategory", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -64525,20 +64669,20 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentCategoryDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta", - "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentCategoryDelta" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -64589,18 +64733,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -64651,18 +64795,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentDefault", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentDefault" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -64713,31 +64857,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/delta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory", "Method": "GET", + "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Get-MgBetaEducationClassAssignmentGradingCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory", - "OutputType": "IMicrosoftGraphEducationGradingCategory", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentGradingCategory" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -64788,18 +64932,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentResource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentResource" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -64850,17 +64994,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentResource", "Variants": [ "List" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentResource" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -64911,18 +65055,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentResourceCount" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationRubric", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -64973,18 +65117,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentRubric", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentRubric" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -65035,18 +65179,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentRubricByRef", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentRubricByRef" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignmentSettings", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationAssignmentSettings", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -65097,56 +65241,56 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignmentSettings", - "OutputType": "IMicrosoftGraphEducationAssignmentSettings", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", - "OutputType": "IMicrosoftGraphEducationGradingCategory", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategory" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", "Method": "GET", + "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategory", "Variants": [ "List" ], - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", - "OutputType": "IMicrosoftGraphEducationGradingCategory", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategory" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Education", + "Permissions": [], + "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategoryCount" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -65197,18 +65341,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmission", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSubmission" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -65259,17 +65403,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmission", "Variants": [ "List" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSubmission" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -65320,31 +65464,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphEducationOutcome", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcome", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcome" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationOutcome", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -65395,17 +65539,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcome", "Variants": [ "List" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcome" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -65456,18 +65600,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcomeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcomeCount" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -65518,18 +65662,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionResource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionResource" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -65580,17 +65724,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionResource", "Variants": [ "List" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionResource" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -65641,18 +65785,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceCount" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -65703,18 +65847,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -65765,17 +65909,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource", "Variants": [ "List" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -65826,18 +65970,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceCount" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -65858,17 +66002,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClassCount", "Variants": [ "Get" ], - "Uri": "/education/classes/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassCount" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationClass", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read", @@ -65907,17 +66051,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClassDelta", "Variants": [ "Delta" ], - "Uri": "/education/classes/delta", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassDelta" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/group", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Education", "Permissions": [ { "Name": "Directory.Read.All", @@ -65956,55 +66100,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClassGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassGroup" + "ApiVersion": "beta" }, { - "Permissions": [ - { - "Name": "EduRoster.Read.All", - "Description": "Read the organization's roster", - "FullDescription": "Allows the app to read the structure of schools and classes in the organization's roster and education-specific information about all users to be read.", - "IsAdmin": false - }, - { - "Name": "EduRoster.ReadBasic", - "Description": "View a limited subset of your school, class and user information", - "FullDescription": "Allows the app to view minimal  information about both schools and classes in your organization and education-related information about you and other users on your behalf.", - "IsAdmin": true - }, - { - "Name": "EduRoster.ReadWrite.All", - "Description": "Read and write the organization's roster", - "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", - "IsAdmin": false - }, - { - "Name": "Member.Read.Hidden", - "Description": "Read all hidden memberships", - "FullDescription": "Allows the app to read the memberships of hidden groups and administrative units without a signed-in user.", - "IsAdmin": false - } - ], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/education/classes/{educationClass-id}/members", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassMember" - }, - { "Permissions": [ { "Name": "EduRoster.Read.All", @@ -66031,17 +66138,54 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClassMember", "Variants": [ "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/members/$ref", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassMemberByRef" + "Permissions": [ + { + "Name": "EduRoster.Read.All", + "Description": "Read the organization's roster", + "FullDescription": "Allows the app to read the structure of schools and classes in the organization's roster and education-specific information about all users to be read.", + "IsAdmin": false + }, + { + "Name": "EduRoster.ReadBasic", + "Description": "View a limited subset of your school, class and user information", + "FullDescription": "Allows the app to view minimal  information about both schools and classes in your organization and education-related information about you and other users on your behalf.", + "IsAdmin": true + }, + { + "Name": "EduRoster.ReadWrite.All", + "Description": "Read and write the organization's roster", + "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", + "IsAdmin": false + }, + { + "Name": "Member.Read.Hidden", + "Description": "Read all hidden memberships", + "FullDescription": "Allows the app to read the memberships of hidden groups and administrative units without a signed-in user.", + "IsAdmin": false + } + ], + "Command": "Get-MgBetaEducationClassMemberByRef", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/members/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -66068,107 +66212,107 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClassMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/members/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassMemberCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphEducationModule", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Get-MgBetaEducationClassModule", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", - "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassModule" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/modules", "Method": "GET", + "OutputType": "IMicrosoftGraphEducationModule", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Get-MgBetaEducationClassModule", "Variants": [ "List" ], - "Uri": "/education/classes/{educationClass-id}/modules", - "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassModule" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/modules/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Education", + "Permissions": [], + "Command": "Get-MgBetaEducationClassModuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/modules/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassModuleCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphEducationModuleResource", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Get-MgBetaEducationClassModuleResource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", - "OutputType": "IMicrosoftGraphEducationModuleResource", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassModuleResource" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", "Method": "GET", + "OutputType": "IMicrosoftGraphEducationModuleResource", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Get-MgBetaEducationClassModuleResource", "Variants": [ "List" ], - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", - "OutputType": "IMicrosoftGraphEducationModuleResource", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassModuleResource" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Education", + "Permissions": [], + "Command": "Get-MgBetaEducationClassModuleResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassModuleResourceCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSchool", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Get-MgBetaEducationClassSchool", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassSchool" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/schools", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSchool", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -66189,17 +66333,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClassSchool", "Variants": [ "List" ], - "Uri": "/education/classes/{educationClass-id}/schools", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassSchool" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/schools/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -66220,18 +66364,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClassSchoolCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/schools/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassSchoolCount" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/teachers", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationUser", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -66252,17 +66396,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClassTeacher", "Variants": [ "List" ], - "Uri": "/education/classes/{educationClass-id}/teachers", - "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassTeacher" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/teachers/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -66283,17 +66427,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClassTeacherByRef", "Variants": [ "List" ], - "Uri": "/education/classes/{educationClass-id}/teachers/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassTeacherByRef" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/teachers/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -66314,18 +66458,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationClassTeacherCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/teachers/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassTeacherCount" + "ApiVersion": "beta" }, { + "Uri": "/education/me", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationUser", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -66346,30 +66490,30 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationMe", "Variants": [ "Get" ], - "Uri": "/education/me", - "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMe" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Get-MgBetaEducationMeAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/me/assignments/{educationAssignment-id}", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignment" + "ApiVersion": "beta" }, { + "Uri": "/education/me/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -66420,67 +66564,67 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignment", "Variants": [ "List" ], - "Uri": "/education/me/assignments", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/education/me/assignments/{educationAssignment-id}/categories", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentCategory" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentCategory", "Variants": [ "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentCategoryByRef" + "Permissions": [], + "Command": "Get-MgBetaEducationMeAssignmentCategoryByRef", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Education", + "Permissions": [], + "Command": "Get-MgBetaEducationMeAssignmentCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentCategoryCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphEducationCategory", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Get-MgBetaEducationMeAssignmentCategoryDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta", - "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentCategoryDelta" + "ApiVersion": "beta" }, { + "Uri": "/education/me/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -66531,271 +66675,271 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentCount", "Variants": [ "Get" ], - "Uri": "/education/me/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Delta" - ], "Uri": "/education/me/assignments/delta", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentDelta" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentDelta", "Variants": [ - "Get", - "GetViaIdentity" + "Delta" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/gradingCategory", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationGradingCategory", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentGradingCategory" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentGradingCategory", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentResource", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/resources", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentResource", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/resources/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentResourceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentResourceCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentRubric" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentRubric", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentRubricByRef" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentRubricByRef", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentSubmission" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmission", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentSubmission" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmission", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcome" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcome", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcome" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcome", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcomeCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcomeCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionResource", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionResource", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/classes/{educationClass-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeClass" + "Permissions": [], + "Command": "Get-MgBetaEducationMeClass", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/education/me/classes", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationClass", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -66816,17 +66960,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationMeClass", "Variants": [ "List" ], - "Uri": "/education/me/classes", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeClass" + "ApiVersion": "beta" }, { + "Uri": "/education/me/classes/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -66847,17 +66991,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationMeClassCount", "Variants": [ "Get" ], - "Uri": "/education/me/classes/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeClassCount" + "ApiVersion": "beta" }, { + "Uri": "/education/me/rubrics/{educationRubric-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationRubric", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -66884,18 +67028,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEducationMeRubric", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/me/rubrics/{educationRubric-id}", - "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeRubric" + "ApiVersion": "beta" }, { + "Uri": "/education/me/rubrics", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationRubric", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -66922,17 +67066,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEducationMeRubric", "Variants": [ "List" ], - "Uri": "/education/me/rubrics", - "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeRubric" + "ApiVersion": "beta" }, { + "Uri": "/education/me/rubrics/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -66959,30 +67103,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEducationMeRubricCount", "Variants": [ "Get" ], - "Uri": "/education/me/rubrics/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeRubricCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/me/schools/{educationSchool-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSchool", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Get-MgBetaEducationMeSchool", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/me/schools/{educationSchool-id}", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeSchool" + "ApiVersion": "beta" }, { + "Uri": "/education/me/schools", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSchool", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -67003,17 +67147,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationMeSchool", "Variants": [ "List" ], - "Uri": "/education/me/schools", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeSchool" + "ApiVersion": "beta" }, { + "Uri": "/education/me/schools/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -67034,30 +67178,30 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationMeSchoolCount", "Variants": [ "Get" ], - "Uri": "/education/me/schools/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeSchoolCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/me/taughtClasses/{educationClass-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphEducationClass", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Get-MgBetaEducationMeTaughtClass", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/me/taughtClasses/{educationClass-id}", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeTaughtClass" + "ApiVersion": "beta" }, { + "Uri": "/education/me/taughtClasses", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationClass", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -67078,17 +67222,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationMeTaughtClass", "Variants": [ "List" ], - "Uri": "/education/me/taughtClasses", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeTaughtClass" + "ApiVersion": "beta" }, { + "Uri": "/education/me/taughtClasses/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -67109,17 +67253,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationMeTaughtClassCount", "Variants": [ "Get" ], - "Uri": "/education/me/taughtClasses/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeTaughtClassCount" + "ApiVersion": "beta" }, { + "Uri": "/education/me/user", + "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Education", "Permissions": [ { "Name": "Directory.Read.All", @@ -67164,41 +67308,41 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationMeUser", "Variants": [ "Get" ], - "Uri": "/education/me/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeUser" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get" - ], "Uri": "/education/me/user/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationMeUserMailboxSetting", "Variants": [ "Get" ], + "ApiVersion": "beta" + }, + { "Uri": "/education", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationRoot", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationRoot" + "Permissions": [], + "Command": "Get-MgBetaEducationRoot", + "Variants": [ + "Get" + ], + "ApiVersion": "beta" }, { + "Uri": "/education/schools/{educationSchool-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSchool", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -67219,18 +67363,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationSchool", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/schools/{educationSchool-id}", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationSchool" + "ApiVersion": "beta" }, { + "Uri": "/education/schools", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSchool", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -67251,17 +67395,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationSchool", "Variants": [ "List" ], - "Uri": "/education/schools", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationSchool" + "ApiVersion": "beta" }, { + "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", + "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Beta.Education", "Permissions": [ { "Name": "Directory.Read.All", @@ -67300,18 +67444,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationSchoolAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationSchoolAdministrativeUnit" + "ApiVersion": "beta" }, { + "Uri": "/education/schools/{educationSchool-id}/classes", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationClass", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -67332,17 +67476,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationSchoolClass", "Variants": [ "List" ], - "Uri": "/education/schools/{educationSchool-id}/classes", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationSchoolClass" + "ApiVersion": "beta" }, { + "Uri": "/education/schools/{educationSchool-id}/classes/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -67363,17 +67507,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationSchoolClassByRef", "Variants": [ "List" ], - "Uri": "/education/schools/{educationSchool-id}/classes/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationSchoolClassByRef" + "ApiVersion": "beta" }, { + "Uri": "/education/schools/{educationSchool-id}/classes/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -67394,18 +67538,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationSchoolClassCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/schools/{educationSchool-id}/classes/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationSchoolClassCount" + "ApiVersion": "beta" }, { + "Uri": "/education/schools/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -67426,17 +67570,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationSchoolCount", "Variants": [ "Get" ], - "Uri": "/education/schools/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationSchoolCount" + "ApiVersion": "beta" }, { + "Uri": "/education/schools/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSchool", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read", @@ -67481,17 +67625,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationSchoolDelta", "Variants": [ "Delta" ], - "Uri": "/education/schools/delta", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationSchoolDelta" + "ApiVersion": "beta" }, { + "Uri": "/education/schools/{educationSchool-id}/users", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationUser", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -67506,17 +67650,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationSchoolUser", "Variants": [ "List" ], - "Uri": "/education/schools/{educationSchool-id}/users", - "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationSchoolUser" + "ApiVersion": "beta" }, { + "Uri": "/education/schools/{educationSchool-id}/users/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -67531,17 +67675,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationSchoolUserByRef", "Variants": [ "List" ], - "Uri": "/education/schools/{educationSchool-id}/users/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationSchoolUserByRef" + "ApiVersion": "beta" }, { + "Uri": "/education/schools/{educationSchool-id}/users/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -67556,18 +67700,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationSchoolUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/schools/{educationSchool-id}/users/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationSchoolUserCount" + "ApiVersion": "beta" }, { + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAdministration.Read", @@ -67594,18 +67738,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationSynchronizationProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", - "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationSynchronizationProfile" + "ApiVersion": "beta" }, { + "Uri": "/education/synchronizationProfiles", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAdministration.Read", @@ -67632,17 +67776,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationSynchronizationProfile", "Variants": [ "List" ], - "Uri": "/education/synchronizationProfiles", - "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationSynchronizationProfile" + "ApiVersion": "beta" }, { + "Uri": "/education/synchronizationProfiles/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAdministration.Read", @@ -67669,30 +67813,30 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationSynchronizationProfileCount", "Variants": [ "Get" ], - "Uri": "/education/synchronizationProfiles/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationSynchronizationProfileCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSynchronizationError", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Get-MgBetaEducationSynchronizationProfileError", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", - "OutputType": "IMicrosoftGraphEducationSynchronizationError", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationSynchronizationProfileError" + "ApiVersion": "beta" }, { + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSynchronizationError", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAdministration.Read", @@ -67719,17 +67863,55 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationSynchronizationProfileError", "Variants": [ "List" ], - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors", - "OutputType": "IMicrosoftGraphEducationSynchronizationError", - "ApiVersion": "beta", + "ApiVersion": "beta" + }, + { + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/$count", + "Method": "GET", + "OutputType": null, "Module": "Beta.Education", - "Command": "Get-MgBetaEducationSynchronizationProfileError" + "Permissions": [ + { + "Name": "EduAdministration.Read", + "Description": "View your education app settings", + "FullDescription": "Allows the app to view the state and settings of all Microsoft education apps on your behalf.", + "IsAdmin": true + }, + { + "Name": "EduAdministration.Read.All", + "Description": "Read Education app settings", + "FullDescription": "Read the state and settings of all Microsoft education apps.", + "IsAdmin": false + }, + { + "Name": "EduAdministration.ReadWrite", + "Description": "Manage your education app settings", + "FullDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.", + "IsAdmin": true + }, + { + "Name": "EduAdministration.ReadWrite.All", + "Description": "Manage education app settings", + "FullDescription": "Manage the state and settings of all Microsoft education apps.", + "IsAdmin": false + } + ], + "Command": "Get-MgBetaEducationSynchronizationProfileErrorCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAdministration.Read", @@ -67756,56 +67938,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationSynchronizationProfileStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationSynchronizationProfileErrorCount" + "ApiVersion": "beta" }, { - "Permissions": [ - { - "Name": "EduAdministration.Read", - "Description": "View your education app settings", - "FullDescription": "Allows the app to view the state and settings of all Microsoft education apps on your behalf.", - "IsAdmin": true - }, - { - "Name": "EduAdministration.Read.All", - "Description": "Read Education app settings", - "FullDescription": "Read the state and settings of all Microsoft education apps.", - "IsAdmin": false - }, - { - "Name": "EduAdministration.ReadWrite", - "Description": "Manage your education app settings", - "FullDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.", - "IsAdmin": true - }, - { - "Name": "EduAdministration.ReadWrite.All", - "Description": "Manage education app settings", - "FullDescription": "Manage the state and settings of all Microsoft education apps.", - "IsAdmin": false - } - ], + "Uri": "/education/users/{educationUser-id}", "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", - "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationUser", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationSynchronizationProfileStatus" - }, - { "Permissions": [ { "Name": "EduRoster.Read.All", @@ -67826,20 +67970,20 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/education/users/{educationUser-id}", - "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUser" + "ApiVersion": "beta" }, { + "Uri": "/education/users", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationUser", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -67854,30 +67998,30 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationUser", "Variants": [ "List" ], - "Uri": "/education/users", - "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Get-MgBetaEducationUserAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignment" + "ApiVersion": "beta" }, { + "Uri": "/education/users/{educationUser-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -67928,67 +68072,67 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignment", "Variants": [ "List" ], - "Uri": "/education/users/{educationUser-id}/assignments", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentCategory" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentCategory", "Variants": [ "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentCategoryByRef" + "Permissions": [], + "Command": "Get-MgBetaEducationUserAssignmentCategoryByRef", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Education", + "Permissions": [], + "Command": "Get-MgBetaEducationUserAssignmentCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentCategoryCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphEducationCategory", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Get-MgBetaEducationUserAssignmentCategoryDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta", - "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentCategoryDelta" + "ApiVersion": "beta" }, { + "Uri": "/education/users/{educationUser-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -68039,273 +68183,273 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/users/{educationUser-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Get-MgBetaEducationUserAssignmentDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/education/users/{educationUser-id}/assignments/delta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentDelta" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationGradingCategory", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentGradingCategory" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentGradingCategory", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentResource", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentResource", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentResourceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentResourceCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentRubric" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentRubric", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentRubricByRef" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentRubricByRef", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentSubmission" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmission", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentSubmission" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmission", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcome" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcome", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcome" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcome", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcomeCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcomeCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionResource", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionResource", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserClass" + "Permissions": [], + "Command": "Get-MgBetaEducationUserClass", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/education/users/{educationUser-id}/classes", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationClass", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -68326,17 +68470,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationUserClass", "Variants": [ "List" ], - "Uri": "/education/users/{educationUser-id}/classes", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserClass" + "ApiVersion": "beta" }, { + "Uri": "/education/users/{educationUser-id}/classes/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -68357,18 +68501,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationUserClassCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/users/{educationUser-id}/classes/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserClassCount" + "ApiVersion": "beta" }, { + "Uri": "/education/users/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -68383,17 +68527,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationUserCount", "Variants": [ "Get" ], - "Uri": "/education/users/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserCount" + "ApiVersion": "beta" }, { + "Uri": "/education/users/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationUser", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read", @@ -68438,81 +68582,81 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationUserDelta", "Variants": [ "Delta" ], - "Uri": "/education/users/delta", - "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Get-MgBetaEducationUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserMailboxSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphEducationRubric", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Get-MgBetaEducationUserRubric", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", - "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserRubric" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/users/{educationUser-id}/rubrics", "Method": "GET", + "OutputType": "IMicrosoftGraphEducationRubric", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Get-MgBetaEducationUserRubric", "Variants": [ "List" ], - "Uri": "/education/users/{educationUser-id}/rubrics", - "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserRubric" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/users/{educationUser-id}/rubrics/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Education", + "Permissions": [], + "Command": "Get-MgBetaEducationUserRubricCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/users/{educationUser-id}/rubrics/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserRubricCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSchool", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Get-MgBetaEducationUserSchool", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserSchool" + "ApiVersion": "beta" }, { + "Uri": "/education/users/{educationUser-id}/schools", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSchool", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -68533,17 +68677,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationUserSchool", "Variants": [ "List" ], - "Uri": "/education/users/{educationUser-id}/schools", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserSchool" + "ApiVersion": "beta" }, { + "Uri": "/education/users/{educationUser-id}/schools/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -68564,31 +68708,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationUserSchoolCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/users/{educationUser-id}/schools/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserSchoolCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphEducationClass", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Get-MgBetaEducationUserTaughtClass", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserTaughtClass" + "ApiVersion": "beta" }, { + "Uri": "/education/users/{educationUser-id}/taughtClasses", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationClass", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -68609,17 +68753,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationUserTaughtClass", "Variants": [ "List" ], - "Uri": "/education/users/{educationUser-id}/taughtClasses", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserTaughtClass" + "ApiVersion": "beta" }, { + "Uri": "/education/users/{educationUser-id}/taughtClasses/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -68640,18 +68784,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaEducationUserTaughtClassCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/users/{educationUser-id}/taughtClasses/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserTaughtClassCount" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackage", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -68666,18 +68810,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackage" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackage", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -68692,17 +68836,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackage", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages", - "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackage" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", + "Method": "POST", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -68717,31 +68861,31 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaEntitlementManagementAccessPackageApplicablePolicyRequirement", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageApplicablePolicyRequirement" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignment" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -68756,17 +68900,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignment", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignment" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/additionalAccess", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -68781,31 +68925,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentAdditional", "Variants": [ "Access", "Access1", "AccessViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/additionalAccess", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentAdditional" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalCount" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -68820,18 +68964,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStepCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStepCount" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -68846,17 +68990,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -68871,18 +69015,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -68897,17 +69041,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -68922,67 +69066,67 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphCustomExtensionHandler", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", - "OutputType": "IMicrosoftGraphCustomExtensionHandler", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", "Method": "GET", + "OutputType": "IMicrosoftGraphCustomExtensionHandler", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", - "OutputType": "IMicrosoftGraphCustomExtensionHandler", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -68997,18 +69141,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -69023,17 +69167,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -69048,17 +69192,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequestCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequestCount" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -69073,18 +69217,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -69099,17 +69243,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -69124,17 +69268,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRoleCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRoleCount" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -69149,18 +69293,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalog", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalog" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -69175,17 +69319,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalog", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalog" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -69200,18 +69344,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions", + "Method": "GET", + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -69226,17 +69370,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -69251,17 +69395,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResource", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources", - "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResource" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -69276,29 +69420,29 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceRole", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceRole" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceScope", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceScope" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -69313,17 +69457,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCount" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -69338,18 +69482,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", - "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions", + "Method": "GET", + "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -69364,17 +69508,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions", - "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -69389,17 +69533,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCount" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackage", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -69414,17 +69558,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackage", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages", - "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackage" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -69439,17 +69583,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -69464,17 +69608,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroup", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroup" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -69489,30 +69633,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackage", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", - "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackage", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -69527,54 +69671,54 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", - "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaEntitlementManagementAccessPackageResource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}", - "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageResource" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageResources", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaEntitlementManagementAccessPackageResource", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageResources", - "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageResource" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageResources/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageResources/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceCount" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -69589,18 +69733,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -69615,30 +69759,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}/accessPackageResources/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentAccessPackageResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}/accessPackageResources/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentAccessPackageResourceCount" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -69653,30 +69797,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequest" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -69691,17 +69835,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequest", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests", - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequest" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -69716,17 +69860,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequestCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequestCount" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphConnectedOrganization", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -69741,18 +69885,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementConnectedOrganization", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", - "OutputType": "IMicrosoftGraphConnectedOrganization", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganization" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", + "Method": "GET", + "OutputType": "IMicrosoftGraphConnectedOrganization", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -69767,17 +69911,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementConnectedOrganization", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", - "OutputType": "IMicrosoftGraphConnectedOrganization", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganization" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -69792,17 +69936,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationCount" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -69817,32 +69961,32 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsor", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsor" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorById", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorById" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -69857,17 +70001,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -69882,46 +70026,46 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/delta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/getUserOwnedObjects", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorUserOwnedObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorUserOwnedObject" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -69936,32 +70080,32 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsor", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsor" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorById", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorById" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -69976,17 +70120,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -70001,46 +70145,46 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/delta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/getUserOwnedObjects", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorUserOwnedObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorUserOwnedObject" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/settings", + "Method": "GET", + "OutputType": "IMicrosoftGraphEntitlementManagementSettings", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -70055,79 +70199,79 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementSetting", "Variants": [ "Get" ], - "Uri": "/identityGovernance/entitlementManagement/settings", - "OutputType": "IMicrosoftGraphEntitlementManagementSettings", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageSubject", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaEntitlementManagementSubject", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", - "OutputType": "IMicrosoftGraphAccessPackageSubject", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementSubject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/subjects", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageSubject", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaEntitlementManagementSubject", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/subjects", - "OutputType": "IMicrosoftGraphAccessPackageSubject", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementSubject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}/connectedOrganization", "Method": "GET", + "OutputType": "IMicrosoftGraphConnectedOrganization", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaEntitlementManagementSubjectConnectedOrganization", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}/connectedOrganization", - "OutputType": "IMicrosoftGraphConnectedOrganization", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementSubjectConnectedOrganization" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get" - ], "Uri": "/identityGovernance/entitlementManagement/subjects/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementSubjectCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementSubjectCount", "Variants": [ "Get" ], + "ApiVersion": "beta" + }, + { "Uri": "/external", + "Method": "GET", "OutputType": "IMicrosoftGraphExternalConnectorsExternal", - "ApiVersion": "beta", "Module": "Beta.Search", - "Command": "Get-MgBetaExternal" + "Permissions": [], + "Command": "Get-MgBetaExternal", + "Variants": [ + "Get" + ], + "ApiVersion": "beta" }, { + "Uri": "/external/connections/{externalConnection-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Module": "Beta.Search", "Permissions": [ { "Name": "ExternalConnection.Read.All", @@ -70148,18 +70292,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaExternalConnection", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/external/connections/{externalConnection-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnection" + "ApiVersion": "beta" }, { + "Uri": "/external/connections", + "Method": "GET", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Module": "Beta.Search", "Permissions": [ { "Name": "ExternalConnection.Read.All", @@ -70180,17 +70324,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaExternalConnection", "Variants": [ "List" ], - "Uri": "/external/connections", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnection" + "ApiVersion": "beta" }, { + "Uri": "/external/connections/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Search", "Permissions": [ { "Name": "ExternalConnection.Read.All", @@ -70211,17 +70355,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaExternalConnectionCount", "Variants": [ "Get" ], - "Uri": "/external/connections/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionCount" + "ApiVersion": "beta" }, { + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Module": "Beta.Search", "Permissions": [ { "Name": "ExternalItem.Read.All", @@ -70242,81 +70386,81 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaExternalConnectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/groups", "Method": "GET", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Module": "Beta.Search", + "Permissions": [], + "Command": "Get-MgBetaExternalConnectionGroup", "Variants": [ "List" ], - "Uri": "/external/connections/{externalConnection-id}/groups", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/groups/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Search", + "Permissions": [], + "Command": "Get-MgBetaExternalConnectionGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/external/connections/{externalConnection-id}/groups/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionGroupCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Module": "Beta.Search", + "Permissions": [], + "Command": "Get-MgBetaExternalConnectionGroupMember", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionGroupMember" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", "Method": "GET", + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Module": "Beta.Search", + "Permissions": [], + "Command": "Get-MgBetaExternalConnectionGroupMember", "Variants": [ "List" ], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionGroupMember" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Search", + "Permissions": [], + "Command": "Get-MgBetaExternalConnectionGroupMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionGroupMemberCount" + "ApiVersion": "beta" }, { + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Module": "Beta.Search", "Permissions": [ { "Name": "ExternalItem.Read.All", @@ -70337,94 +70481,94 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaExternalConnectionItem", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionItem" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/items", "Method": "GET", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Module": "Beta.Search", + "Permissions": [], + "Command": "Get-MgBetaExternalConnectionItem", "Variants": [ "List" ], - "Uri": "/external/connections/{externalConnection-id}/items", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionItem" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Module": "Beta.Search", + "Permissions": [], + "Command": "Get-MgBetaExternalConnectionItemActivity", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionItemActivity" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", + "Method": "GET", "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", - "ApiVersion": "beta", "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionItemActivity" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaExternalConnectionItemActivity", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionItemActivityCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaExternalConnectionItemActivityCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy", + "Method": "GET", "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", - "ApiVersion": "beta", "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionItemActivityPerformedBy" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaExternalConnectionItemActivityPerformedBy", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/external/connections/{externalConnection-id}/items/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionItemCount" + "Permissions": [], + "Command": "Get-MgBetaExternalConnectionItemCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Module": "Beta.Search", "Permissions": [ { "Name": "ExternalConnection.Read.All", @@ -70445,61 +70589,61 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaExternalConnectionOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/operations", "Method": "GET", + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Module": "Beta.Search", + "Permissions": [], + "Command": "Get-MgBetaExternalConnectionOperation", "Variants": [ "List" ], - "Uri": "/external/connections/{externalConnection-id}/operations", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/operations/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Search", + "Permissions": [], + "Command": "Get-MgBetaExternalConnectionOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/external/connections/{externalConnection-id}/operations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionOperationCount" + "ApiVersion": "beta" }, { + "Uri": "/external/connections/{externalConnection-id}/quota", + "Method": "GET", + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionQuota", + "Module": "Beta.Search", "Permissions": { "Name": "ExternalConnection.ReadWrite.OwnedBy", "Description": "Read and write external connections", "FullDescription": "Allows the app to read and write external connections without a signed-in user. The app can only read and write external connections that it is authorized to, or it can create new external connections. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaExternalConnectionQuota", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/external/connections/{externalConnection-id}/quota", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionQuota", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionQuota" + "ApiVersion": "beta" }, { + "Uri": "/external/connections/{externalConnection-id}/schema", + "Method": "GET", + "OutputType": "IMicrosoftGraphExternalConnectorsSchema", + "Module": "Beta.Search", "Permissions": [ { "Name": "ExternalConnection.Read.All", @@ -70520,30 +70664,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaExternalConnectionSchema", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/external/connections/{externalConnection-id}/schema", - "OutputType": "IMicrosoftGraphExternalConnectorsSchema", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionSchema" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/external/industryData", "Method": "GET", + "OutputType": "IMicrosoftGraphIndustryDataRoot", + "Module": "Beta.Search", + "Permissions": [], + "Command": "Get-MgBetaExternalIndustryData", "Variants": [ "Get" ], - "Uri": "/external/industryData", - "OutputType": "IMicrosoftGraphIndustryDataRoot", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryData" + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIndustryDataConnector", + "Module": "Beta.Search", "Permissions": [ { "Name": "IndustryData-DataConnector.Read.All", @@ -70558,18 +70702,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataConnector", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", - "OutputType": "IMicrosoftGraphIndustryDataConnector", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataConnector" + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/dataConnectors", + "Method": "GET", + "OutputType": "IMicrosoftGraphIndustryDataConnector", + "Module": "Beta.Search", "Permissions": [ { "Name": "IndustryData-DataConnector.Read.All", @@ -70584,17 +70728,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataConnector", "Variants": [ "List" ], - "Uri": "/external/industryData/dataConnectors", - "OutputType": "IMicrosoftGraphIndustryDataConnector", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataConnector" + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/dataConnectors/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Search", "Permissions": [ { "Name": "IndustryData-DataConnector.Read.All", @@ -70609,30 +70753,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataConnectorCount", "Variants": [ "Get" ], - "Uri": "/external/industryData/dataConnectors/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataConnectorCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}/sourceSystem", "Method": "GET", + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", + "Module": "Beta.Search", + "Permissions": [], + "Command": "Get-MgBetaExternalIndustryDataConnectorSourceSystem", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}/sourceSystem", - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataConnectorSourceSystem" + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", + "Module": "Beta.Search", "Permissions": [ { "Name": "IndustryData-InboundFlow.Read.All", @@ -70647,18 +70791,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataInboundFlow", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", - "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataInboundFlow" + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/inboundFlows", + "Method": "GET", + "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", + "Module": "Beta.Search", "Permissions": [ { "Name": "IndustryData-InboundFlow.Read.All", @@ -70673,17 +70817,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataInboundFlow", "Variants": [ "List" ], - "Uri": "/external/industryData/inboundFlows", - "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataInboundFlow" + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/inboundFlows/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Search", "Permissions": [ { "Name": "IndustryData-InboundFlow.Read.All", @@ -70698,17 +70842,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataInboundFlowCount", "Variants": [ "Get" ], - "Uri": "/external/industryData/inboundFlows/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataInboundFlowCount" + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}/dataConnector", + "Method": "GET", + "OutputType": "IMicrosoftGraphIndustryDataConnector", + "Module": "Beta.Search", "Permissions": [ { "Name": "IndustryData-DataConnector.Read.All", @@ -70723,18 +70867,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataInboundFlowDataConnector", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}/dataConnector", - "OutputType": "IMicrosoftGraphIndustryDataConnector", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataInboundFlowDataConnector" + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}/year", + "Method": "GET", + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", + "Module": "Beta.Search", "Permissions": [ { "Name": "IndustryData-TimePeriod.Read.All", @@ -70749,285 +70893,285 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataInboundFlowYear", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}/year", - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataInboundFlowYear" + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/operations/{longRunningOperation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Module": "Beta.Search", "Permissions": { "Name": "IndustryData.ReadBasic.All", "Description": "Read basic Industry Data service and resource definitions", "FullDescription": "Allows the app to read Industry Data basic service and resource information on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/external/industryData/operations/{longRunningOperation-id}", - "OutputType": "IMicrosoftGraphLongRunningOperation", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataOperation" + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/operations", + "Method": "GET", + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Module": "Beta.Search", "Permissions": { "Name": "IndustryData.ReadBasic.All", "Description": "Read basic Industry Data service and resource definitions", "FullDescription": "Allows the app to read Industry Data basic service and resource information on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataOperation", "Variants": [ "List" ], - "Uri": "/external/industryData/operations", - "OutputType": "IMicrosoftGraphLongRunningOperation", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataOperation" + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/operations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Search", "Permissions": { "Name": "IndustryData.ReadBasic.All", "Description": "Read basic Industry Data service and resource definitions", "FullDescription": "Allows the app to read Industry Data basic service and resource information on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataOperationCount", "Variants": [ "Get" ], - "Uri": "/external/industryData/operations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataOperationCount" + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", + "Module": "Beta.Search", "Permissions": { "Name": "IndustryData-ReferenceDefinition.Read.All", "Description": "View reference definitions", "FullDescription": "Allows the app to read reference definitions on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataReferenceDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", - "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataReferenceDefinition" + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/referenceDefinitions", + "Method": "GET", + "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", + "Module": "Beta.Search", "Permissions": { "Name": "IndustryData.ReadBasic.All", "Description": "Read basic Industry Data service and resource definitions", "FullDescription": "Allows the app to read Industry Data basic service and resource information on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataReferenceDefinition", "Variants": [ "List" ], - "Uri": "/external/industryData/referenceDefinitions", - "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataReferenceDefinition" + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/referenceDefinitions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Search", "Permissions": { "Name": "IndustryData.ReadBasic.All", "Description": "Read basic Industry Data service and resource definitions", "FullDescription": "Allows the app to read Industry Data basic service and resource information on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataReferenceDefinitionCount", "Variants": [ "Get" ], - "Uri": "/external/industryData/referenceDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataReferenceDefinitionCount" + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/roleGroups/{roleGroup-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", + "Module": "Beta.Search", "Permissions": { "Name": "IndustryData-ReferenceDefinition.Read.All", "Description": "View reference definitions", "FullDescription": "Allows the app to read reference definitions on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataRoleGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/external/industryData/roleGroups/{roleGroup-id}", - "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataRoleGroup" + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/roleGroups", + "Method": "GET", + "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", + "Module": "Beta.Search", "Permissions": { "Name": "IndustryData.ReadBasic.All", "Description": "Read basic Industry Data service and resource definitions", "FullDescription": "Allows the app to read Industry Data basic service and resource information on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataRoleGroup", "Variants": [ "List" ], - "Uri": "/external/industryData/roleGroups", - "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataRoleGroup" + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/roleGroups/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Search", "Permissions": { "Name": "IndustryData.ReadBasic.All", "Description": "Read basic Industry Data service and resource definitions", "FullDescription": "Allows the app to read Industry Data basic service and resource information on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataRoleGroupCount", "Variants": [ "Get" ], - "Uri": "/external/industryData/roleGroups/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataRoleGroupCount" + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/runs/{industryDataRun-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIndustryDataRun", + "Module": "Beta.Search", "Permissions": { "Name": "IndustryData-Run.Read.All", "Description": "View current and previous runs", "FullDescription": "Allows the app to read current and previous IndustryData runs on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataRun", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/external/industryData/runs/{industryDataRun-id}", - "OutputType": "IMicrosoftGraphIndustryDataRun", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataRun" + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/runs", + "Method": "GET", + "OutputType": "IMicrosoftGraphIndustryDataRun", + "Module": "Beta.Search", "Permissions": { "Name": "IndustryData-Run.Read.All", "Description": "View current and previous runs", "FullDescription": "Allows the app to read current and previous IndustryData runs on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataRun", "Variants": [ "List" ], - "Uri": "/external/industryData/runs", - "OutputType": "IMicrosoftGraphIndustryDataRun", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataRun" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/external/industryData/runs/{industryDataRun-id}/activities/{industryDataRunActivity-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphIndustryDataRunActivity", + "Module": "Beta.Search", + "Permissions": [], + "Command": "Get-MgBetaExternalIndustryDataRunActivity", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/external/industryData/runs/{industryDataRun-id}/activities/{industryDataRunActivity-id}", - "OutputType": "IMicrosoftGraphIndustryDataRunActivity", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataRunActivity" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/external/industryData/runs/{industryDataRun-id}/activities", "Method": "GET", + "OutputType": "IMicrosoftGraphIndustryDataRunActivity", + "Module": "Beta.Search", + "Permissions": [], + "Command": "Get-MgBetaExternalIndustryDataRunActivity", "Variants": [ "List" ], - "Uri": "/external/industryData/runs/{industryDataRun-id}/activities", - "OutputType": "IMicrosoftGraphIndustryDataRunActivity", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataRunActivity" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/external/industryData/runs/{industryDataRun-id}/activities/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Search", + "Permissions": [], + "Command": "Get-MgBetaExternalIndustryDataRunActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/external/industryData/runs/{industryDataRun-id}/activities/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataRunActivityCount" + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/runs/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Search", "Permissions": { "Name": "IndustryData-Run.Read.All", "Description": "View current and previous runs", "FullDescription": "Allows the app to read current and previous IndustryData runs on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataRunCount", "Variants": [ "Get" ], - "Uri": "/external/industryData/runs/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataRunCount" + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/runs/{industryDataRun-id}/getStatistics", + "Method": "GET", + "OutputType": "IMicrosoftGraphIndustryDataRunStatistics", + "Module": "Beta.Search", "Permissions": { "Name": "IndustryData-Run.Read.All", "Description": "View current and previous runs", "FullDescription": "Allows the app to read current and previous IndustryData runs on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataRunStatistics", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Uri": "/external/industryData/runs/{industryDataRun-id}/getStatistics", - "OutputType": "IMicrosoftGraphIndustryDataRunStatistics", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataRunStatistics" + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", + "Module": "Beta.Search", "Permissions": [ { "Name": "IndustryData-SourceSystem.Read.All", @@ -71042,18 +71186,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataSourceSystem", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataSourceSystem" + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/sourceSystems", + "Method": "GET", + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", + "Module": "Beta.Search", "Permissions": [ { "Name": "IndustryData-SourceSystem.Read.All", @@ -71068,17 +71212,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataSourceSystem", "Variants": [ "List" ], - "Uri": "/external/industryData/sourceSystems", - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataSourceSystem" + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/sourceSystems/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Search", "Permissions": [ { "Name": "IndustryData-SourceSystem.Read.All", @@ -71093,17 +71237,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataSourceSystemCount", "Variants": [ "Get" ], - "Uri": "/external/industryData/sourceSystems/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataSourceSystemCount" + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", + "Module": "Beta.Search", "Permissions": [ { "Name": "IndustryData-TimePeriod.Read.All", @@ -71118,18 +71262,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataYear", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataYear" + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/years", + "Method": "GET", + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", + "Module": "Beta.Search", "Permissions": [ { "Name": "IndustryData-TimePeriod.Read.All", @@ -71144,17 +71288,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataYear", "Variants": [ "List" ], - "Uri": "/external/industryData/years", - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataYear" + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/years/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Search", "Permissions": [ { "Name": "IndustryData-TimePeriod.Read.All", @@ -71169,3521 +71313,3521 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataYearCount", "Variants": [ "Get" ], - "Uri": "/external/industryData/years/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataYearCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials", "Method": "GET", + "OutputType": "IMicrosoftGraphFinancials", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancial", "Variants": [ "Get" ], - "Uri": "/financials", - "OutputType": "IMicrosoftGraphFinancials", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancial" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphCompany", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompany", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}", - "OutputType": "IMicrosoftGraphCompany", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompany" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies", + "Method": "GET", + "OutputType": "IMicrosoftGraphCompany", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaFinancialCompany", "Variants": [ "List" ], - "Uri": "/financials/companies", - "OutputType": "IMicrosoftGraphCompany", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompany" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/accounts/{account-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccount", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyAccount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/accounts/{account-id}", - "OutputType": "IMicrosoftGraphAccount", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyAccount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/accounts", "Method": "GET", + "OutputType": "IMicrosoftGraphAccount", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyAccount", "Variants": [ "List" ], - "Uri": "/financials/companies/{company-id}/accounts", - "OutputType": "IMicrosoftGraphAccount", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyAccount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/accounts/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyAccountCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/accounts/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyAccountCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/agedAccountsPayable/{agedAccountsPayable-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAgedAccountsPayable", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyAgedAccountPayable", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/agedAccountsPayable/{agedAccountsPayable-id}", - "OutputType": "IMicrosoftGraphAgedAccountsPayable", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyAgedAccountPayable" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/agedAccountsPayable", + "Method": "GET", + "OutputType": "IMicrosoftGraphAgedAccountsPayable", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyAgedAccountPayable", "Variants": [ "List" ], - "Uri": "/financials/companies/{company-id}/agedAccountsPayable", - "OutputType": "IMicrosoftGraphAgedAccountsPayable", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyAgedAccountPayable" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/agedAccountsPayable/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyAgedAccountPayableCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/agedAccountsPayable/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyAgedAccountPayableCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/agedAccountsReceivable/{agedAccountsReceivable-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAgedAccountsReceivable", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivable", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/agedAccountsReceivable/{agedAccountsReceivable-id}", - "OutputType": "IMicrosoftGraphAgedAccountsReceivable", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivable" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/agedAccountsReceivable", + "Method": "GET", + "OutputType": "IMicrosoftGraphAgedAccountsReceivable", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivable", "Variants": [ "List" ], - "Uri": "/financials/companies/{company-id}/agedAccountsReceivable", - "OutputType": "IMicrosoftGraphAgedAccountsReceivable", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivable" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/agedAccountsReceivable/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivableCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/agedAccountsReceivable/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivableCount" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCount", "Variants": [ "Get" ], - "Uri": "/financials/companies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCount" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphCountryRegion", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCountryRegion", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", - "OutputType": "IMicrosoftGraphCountryRegion", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCountryRegion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/countriesRegions", "Method": "GET", + "OutputType": "IMicrosoftGraphCountryRegion", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyCountryRegion", "Variants": [ "List" ], - "Uri": "/financials/companies/{company-id}/countriesRegions", - "OutputType": "IMicrosoftGraphCountryRegion", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCountryRegion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/countriesRegions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyCountryRegionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/countriesRegions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCountryRegionCount" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphCurrency", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", - "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCurrency" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/currencies", "Method": "GET", + "OutputType": "IMicrosoftGraphCurrency", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyCurrency", "Variants": [ "List" ], - "Uri": "/financials/companies/{company-id}/currencies", - "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCurrency" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/currencies/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyCurrencyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/currencies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCurrencyCount" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/customers/{customer-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphCustomer", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomer", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/customers/{customer-id}", - "OutputType": "IMicrosoftGraphCustomer", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomer" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/financials/companies/{company-id}/customers", + "Method": "GET", "OutputType": "IMicrosoftGraphCustomer", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomer" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomer", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customers/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", + "Method": "GET", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerCurrency" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerCurrency", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphCustomerPayment", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPayment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPayment", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments", + "Method": "GET", "OutputType": "IMicrosoftGraphCustomerPayment", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPayment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPayment", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", + "Method": "GET", "OutputType": "IMicrosoftGraphCustomer", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomer" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomer", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", + "Method": "GET", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture", + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "Method": "GET", "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod" + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphCustomerPaymentJournal", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", - "OutputType": "IMicrosoftGraphCustomerPaymentJournal", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals", "Method": "GET", + "OutputType": "IMicrosoftGraphCustomerPaymentJournal", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournal", "Variants": [ "List" ], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals", - "OutputType": "IMicrosoftGraphCustomerPaymentJournal", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/account", "Method": "GET", + "OutputType": "IMicrosoftGraphAccount", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalAccount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/account", - "OutputType": "IMicrosoftGraphAccount", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalAccount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCount" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphCustomerPayment", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", - "OutputType": "IMicrosoftGraphCustomerPayment", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments", + "Method": "GET", "OutputType": "IMicrosoftGraphCustomerPayment", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", + "Method": "GET", "OutputType": "IMicrosoftGraphCustomer", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", + "Method": "GET", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture", + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "Method": "GET", "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentMethod" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentMethod", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentTerm", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPicture" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPicture", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture", + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPicture" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPicture", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPictureContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPictureContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPictureCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPictureCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", + "Method": "GET", "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerShipmentMethod" + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyCustomerShipmentMethod", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDimension", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyDimension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}", - "OutputType": "IMicrosoftGraphDimension", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyDimension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/dimensions", "Method": "GET", + "OutputType": "IMicrosoftGraphDimension", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyDimension", "Variants": [ "List" ], - "Uri": "/financials/companies/{company-id}/dimensions", - "OutputType": "IMicrosoftGraphDimension", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyDimension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/dimensions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyDimensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/dimensions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyDimensionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/dimensionValues/{dimensionValue-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDimensionValue", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyDimensionValue", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/financials/companies/{company-id}/dimensionValues/{dimensionValue-id}", - "OutputType": "IMicrosoftGraphDimensionValue", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyDimensionValue" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/dimensionValues", "Method": "GET", + "OutputType": "IMicrosoftGraphDimensionValue", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyDimensionValue", "Variants": [ "List", "List1" ], - "Uri": "/financials/companies/{company-id}/dimensionValues", - "OutputType": "IMicrosoftGraphDimensionValue", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyDimensionValue" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyDimensionValueCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyDimensionValueCount" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/employees/{employee-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEmployee", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyEmployee", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/employees/{employee-id}", - "OutputType": "IMicrosoftGraphEmployee", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyEmployee" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/employees", "Method": "GET", + "OutputType": "IMicrosoftGraphEmployee", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyEmployee", "Variants": [ "List" ], - "Uri": "/financials/companies/{company-id}/employees", - "OutputType": "IMicrosoftGraphEmployee", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyEmployee" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/employees/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyEmployeeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/employees/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyEmployeeCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphPicture", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyEmployeePicture", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyEmployeePicture" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture", "Method": "GET", + "OutputType": "IMicrosoftGraphPicture", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyEmployeePicture", "Variants": [ "List" ], - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture", - "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyEmployeePicture" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", "Method": "GET", + "OutputType": null, + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyEmployeePictureContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyEmployeePictureContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyEmployeePictureCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyEmployeePictureCount" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphGeneralLedgerEntry", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntry", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}", - "OutputType": "IMicrosoftGraphGeneralLedgerEntry", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntry" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/generalLedgerEntries", "Method": "GET", + "OutputType": "IMicrosoftGraphGeneralLedgerEntry", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntry", "Variants": [ "List" ], - "Uri": "/financials/companies/{company-id}/generalLedgerEntries", - "OutputType": "IMicrosoftGraphGeneralLedgerEntry", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntry" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}/account", "Method": "GET", + "OutputType": "IMicrosoftGraphAccount", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntryAccount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}/account", - "OutputType": "IMicrosoftGraphAccount", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntryAccount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/generalLedgerEntries/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/generalLedgerEntries/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntryCount" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphCompanyInformation", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyInformation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}", - "OutputType": "IMicrosoftGraphCompanyInformation", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyInformation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/companyInformation", "Method": "GET", + "OutputType": "IMicrosoftGraphCompanyInformation", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyInformation", "Variants": [ "List" ], - "Uri": "/financials/companies/{company-id}/companyInformation", - "OutputType": "IMicrosoftGraphCompanyInformation", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyInformation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/companyInformation/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyInformationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/companyInformation/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyInformationCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", "Method": "GET", + "OutputType": null, + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyInformationPicture", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyInformationPicture" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/items/{item-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphItem", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyItem", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/items/{item-id}", - "OutputType": "IMicrosoftGraphItem", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyItem" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/items", "Method": "GET", + "OutputType": "IMicrosoftGraphItem", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyItem", "Variants": [ "List" ], - "Uri": "/financials/companies/{company-id}/items", - "OutputType": "IMicrosoftGraphItem", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyItem" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphItemCategory", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyItemCategory", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", - "OutputType": "IMicrosoftGraphItemCategory", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyItemCategory" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/financials/companies/{company-id}/itemCategories", + "Method": "GET", "OutputType": "IMicrosoftGraphItemCategory", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyItemCategory" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyItemCategory", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/itemCategories/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyItemCategoryCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyItemCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/items/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyItemCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyItemCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyItemPicture" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyItemPicture", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/items/{item-id}/picture", + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyItemPicture" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyItemPicture", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyItemPictureContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyItemPictureContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyItemPictureCount" + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyItemPictureCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/journals/{journal-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphJournal", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyJournal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/journals/{journal-id}", - "OutputType": "IMicrosoftGraphJournal", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyJournal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/journals", "Method": "GET", + "OutputType": "IMicrosoftGraphJournal", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyJournal", "Variants": [ "List" ], - "Uri": "/financials/companies/{company-id}/journals", - "OutputType": "IMicrosoftGraphJournal", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyJournal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/journals/{journal-id}/account", "Method": "GET", + "OutputType": "IMicrosoftGraphAccount", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyJournalAccount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/journals/{journal-id}/account", - "OutputType": "IMicrosoftGraphAccount", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyJournalAccount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/journals/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyJournalCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/journals/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyJournalCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphJournalLine", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyJournalLine", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", - "OutputType": "IMicrosoftGraphJournalLine", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyJournalLine" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/journalLines", "Method": "GET", + "OutputType": "IMicrosoftGraphJournalLine", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyJournalLine", "Variants": [ "List", "List1" ], - "Uri": "/financials/companies/{company-id}/journalLines", - "OutputType": "IMicrosoftGraphJournalLine", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyJournalLine" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}/account", "Method": "GET", + "OutputType": "IMicrosoftGraphAccount", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyJournalLineAccount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}/account", - "OutputType": "IMicrosoftGraphAccount", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyJournalLineAccount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/journalLines/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyJournalLineCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/financials/companies/{company-id}/journalLines/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyJournalLineCount" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPaymentMethod", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPaymentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", - "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPaymentMethod" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/paymentMethods", "Method": "GET", + "OutputType": "IMicrosoftGraphPaymentMethod", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyPaymentMethod", "Variants": [ "List" ], - "Uri": "/financials/companies/{company-id}/paymentMethods", - "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPaymentMethod" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/paymentMethods/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyPaymentMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/paymentMethods/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPaymentMethodCount" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPaymentTerm", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", - "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPaymentTerm" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/financials/companies/{company-id}/paymentTerms", + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPaymentTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPaymentTerm", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/paymentTerms/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPaymentTermCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPaymentTermCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/picture/{picture-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPicture" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPicture", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/picture", + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPicture" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPicture", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPictureContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPictureContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/picture/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPictureCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPictureCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPurchaseInvoice", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoice" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoice", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices", + "Method": "GET", "OutputType": "IMicrosoftGraphPurchaseInvoice", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoice" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoice", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", + "Method": "GET", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceCurrency" + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceCurrency", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLine", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", - "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLine" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines", "Method": "GET", + "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLine", "Variants": [ "List", "List1" ], - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines", - "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLine" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/account", + "Method": "GET", "OutputType": "IMicrosoftGraphAccount", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineAccount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineAccount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", + "Method": "GET", "OutputType": "IMicrosoftGraphItem", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItem", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", + "Method": "GET", "OutputType": "IMicrosoftGraphItemCategory", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture" + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", "Method": "GET", + "OutputType": "IMicrosoftGraphPicture", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", "Variants": [ "List", "List1" ], - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", - "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", "Method": "GET", + "OutputType": null, + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", + "Method": "GET", "OutputType": "IMicrosoftGraphVendor", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendor" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendor", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", + "Method": "GET", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture", + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSalesCreditMemo", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemo" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemo", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos", + "Method": "GET", "OutputType": "IMicrosoftGraphSalesCreditMemo", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemo" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemo", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", + "Method": "GET", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCurrency" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCurrency", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", + "Method": "GET", "OutputType": "IMicrosoftGraphCustomer", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomer" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomer", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", + "Method": "GET", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture", + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", + "Method": "GET", "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSalesCreditMemoLine", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLine" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLine", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemoLines", + "Method": "GET", "OutputType": "IMicrosoftGraphSalesCreditMemoLine", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLine" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLine", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account", + "Method": "GET", "OutputType": "IMicrosoftGraphAccount", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineAccount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineAccount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "Method": "GET", "OutputType": "IMicrosoftGraphItem", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItem", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "Method": "GET", "OutputType": "IMicrosoftGraphItemCategory", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemCategory" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoPaymentTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSalesCreditMemoLine", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines", + "Method": "GET", "OutputType": "IMicrosoftGraphSalesCreditMemoLine", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account", + "Method": "GET", "OutputType": "IMicrosoftGraphAccount", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineAccount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineAccount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "Method": "GET", "OutputType": "IMicrosoftGraphItem", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "Method": "GET", "OutputType": "IMicrosoftGraphItemCategory", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSalesInvoice", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoice" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoice", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices", + "Method": "GET", "OutputType": "IMicrosoftGraphSalesInvoice", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoice" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoice", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", + "Method": "GET", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCurrency" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCurrency", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", + "Method": "GET", "OutputType": "IMicrosoftGraphCustomer", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomer" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomer", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", + "Method": "GET", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerCurrency" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture", + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", + "Method": "GET", "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod" + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSalesInvoiceLine", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLine", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}", - "OutputType": "IMicrosoftGraphSalesInvoiceLine", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLine" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoiceLines", "Method": "GET", + "OutputType": "IMicrosoftGraphSalesInvoiceLine", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLine", "Variants": [ "List", "List1" ], - "Uri": "/financials/companies/{company-id}/salesInvoiceLines", - "OutputType": "IMicrosoftGraphSalesInvoiceLine", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLine" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/account", + "Method": "GET", "OutputType": "IMicrosoftGraphAccount", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineAccount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineAccount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoiceLines/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", + "Method": "GET", "OutputType": "IMicrosoftGraphItem", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItem", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", + "Method": "GET", "OutputType": "IMicrosoftGraphItemCategory", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemCategory" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemCategory", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture" + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", "Method": "GET", + "OutputType": "IMicrosoftGraphPicture", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture", "Variants": [ "List", "List1" ], - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", - "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", "Method": "GET", + "OutputType": null, + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoicePaymentTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoicePaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", + "Method": "GET", "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceShipmentMethod" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceShipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSalesOrder", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrder" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrder", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders", + "Method": "GET", "OutputType": "IMicrosoftGraphSalesOrder", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrder" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrder", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", + "Method": "GET", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderCurrency" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderCurrency", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", + "Method": "GET", "OutputType": "IMicrosoftGraphCustomer", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomer" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomer", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", + "Method": "GET", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerCurrency" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerCurrency", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPicture" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPicture", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture", + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPicture" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPicture", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPictureContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPictureContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPictureCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPictureCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", + "Method": "GET", "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod" + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSalesOrderLine", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanySaleOrderLine", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}", - "OutputType": "IMicrosoftGraphSalesOrderLine", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderLine" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrderLines", "Method": "GET", + "OutputType": "IMicrosoftGraphSalesOrderLine", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanySaleOrderLine", "Variants": [ "List", "List1" ], - "Uri": "/financials/companies/{company-id}/salesOrderLines", - "OutputType": "IMicrosoftGraphSalesOrderLine", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderLine" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/account", + "Method": "GET", "OutputType": "IMicrosoftGraphAccount", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderLineAccount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderLineAccount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrderLines/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderLineCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderLineCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", + "Method": "GET", "OutputType": "IMicrosoftGraphItem", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderLineItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderLineItem", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", + "Method": "GET", "OutputType": "IMicrosoftGraphItemCategory", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemCategory" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemCategory", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPicture" + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPicture", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture", "Method": "GET", + "OutputType": "IMicrosoftGraphPicture", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPicture", "Variants": [ "List", "List1" ], - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture", - "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPicture" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", "Method": "GET", + "OutputType": null, + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPictureContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPictureContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPictureCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPictureCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderPaymentTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSalesQuote", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuote" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuote", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes", + "Method": "GET", "OutputType": "IMicrosoftGraphSalesQuote", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuote" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuote", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", + "Method": "GET", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteCurrency" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCurrency", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", + "Method": "GET", "OutputType": "IMicrosoftGraphCustomer", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomer" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomer", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", + "Method": "GET", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerCurrency" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerCurrency", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPicture" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPicture", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture", + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPicture" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPicture", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPictureContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPictureContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPictureCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPictureCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", + "Method": "GET", "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod" + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSalesQuoteLine", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanySaleQuoteLine", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}", - "OutputType": "IMicrosoftGraphSalesQuoteLine", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteLine" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuoteLines", "Method": "GET", - "Variants": [ - "List", - "List1" - ], - "Uri": "/financials/companies/{company-id}/salesQuoteLines", "OutputType": "IMicrosoftGraphSalesQuoteLine", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteLine" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteLine", "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "List", + "List1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/account", + "Method": "GET", "OutputType": "IMicrosoftGraphAccount", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineAccount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineAccount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuoteLines/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", + "Method": "GET", "OutputType": "IMicrosoftGraphItem", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItem", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", + "Method": "GET", "OutputType": "IMicrosoftGraphItemCategory", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemCategory" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemCategory", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPicture" + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPicture", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", "Method": "GET", + "OutputType": "IMicrosoftGraphPicture", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPicture", "Variants": [ "List", "List1" ], - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", - "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPicture" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", "Method": "GET", + "OutputType": null, + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPictureContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPictureContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPictureCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPictureCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", "Method": "GET", + "OutputType": "IMicrosoftGraphPaymentTerm", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanySaleQuotePaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuotePaymentTerm" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", "Method": "GET", + "OutputType": "IMicrosoftGraphShipmentMethod", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanySaleQuoteShipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", - "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteShipmentMethod" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphShipmentMethod", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyShipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", - "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyShipmentMethod" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/shipmentMethods", "Method": "GET", + "OutputType": "IMicrosoftGraphShipmentMethod", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyShipmentMethod", "Variants": [ "List" ], - "Uri": "/financials/companies/{company-id}/shipmentMethods", - "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyShipmentMethod" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/shipmentMethods/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyShipmentMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/shipmentMethods/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyShipmentMethodCount" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTaxArea", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyTaxArea", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", - "OutputType": "IMicrosoftGraphTaxArea", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyTaxArea" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/taxAreas", "Method": "GET", + "OutputType": "IMicrosoftGraphTaxArea", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyTaxArea", "Variants": [ "List" ], - "Uri": "/financials/companies/{company-id}/taxAreas", - "OutputType": "IMicrosoftGraphTaxArea", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyTaxArea" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/taxAreas/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyTaxAreaCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/taxAreas/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyTaxAreaCount" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTaxGroup", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyTaxGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", - "OutputType": "IMicrosoftGraphTaxGroup", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyTaxGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/taxGroups", "Method": "GET", + "OutputType": "IMicrosoftGraphTaxGroup", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyTaxGroup", "Variants": [ "List" ], - "Uri": "/financials/companies/{company-id}/taxGroups", - "OutputType": "IMicrosoftGraphTaxGroup", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyTaxGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/taxGroups/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyTaxGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/taxGroups/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyTaxGroupCount" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnitOfMeasure", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyUnitOfMeasure", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", - "OutputType": "IMicrosoftGraphUnitOfMeasure", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyUnitOfMeasure" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/unitsOfMeasure", "Method": "GET", + "OutputType": "IMicrosoftGraphUnitOfMeasure", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyUnitOfMeasure", "Variants": [ "List" ], - "Uri": "/financials/companies/{company-id}/unitsOfMeasure", - "OutputType": "IMicrosoftGraphUnitOfMeasure", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyUnitOfMeasure" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/unitsOfMeasure/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyUnitOfMeasureCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/unitsOfMeasure/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyUnitOfMeasureCount" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphVendor", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyVendor", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", - "OutputType": "IMicrosoftGraphVendor", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyVendor" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/financials/companies/{company-id}/vendors", + "Method": "GET", "OutputType": "IMicrosoftGraphVendor", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyVendor" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyVendor", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/vendors/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyVendorCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyVendorCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", + "Method": "GET", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyVendorCurrency" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyVendorCurrency", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyVendorPaymentMethod" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyVendorPaymentMethod", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyVendorPaymentTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyVendorPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyVendorPicture" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyVendorPicture", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture", + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyVendorPicture" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyVendorPicture", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyVendorPictureContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyVendorPictureContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyVendorPictureCount" + "Permissions": [], + "Command": "Get-MgBetaFinancialCompanyVendorPictureCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -74716,18 +74860,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroup" + "ApiVersion": "beta" }, { + "Uri": "/groups", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -74760,17 +74904,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroup", "Variants": [ "List" ], - "Uri": "/groups", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroup" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/acceptedSenders", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -74785,17 +74929,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupAcceptedSender", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/acceptedSenders", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupAcceptedSender" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/acceptedSenders/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -74810,17 +74954,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupAcceptedSenderByRef", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/acceptedSenders/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupAcceptedSenderByRef" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/acceptedSenders/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -74835,31 +74979,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupAcceptedSenderCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/acceptedSenders/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupAcceptedSenderCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaGroupAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaGroupAppRoleAssignment" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/appRoleAssignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Beta.Applications", "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -74880,17 +75024,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupAppRoleAssignment", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/appRoleAssignments", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaGroupAppRoleAssignment" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/appRoleAssignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -74911,31 +75055,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupAppRoleAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/appRoleAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaGroupAppRoleAssignmentCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupById", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/groups/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupById" + "ApiVersion": "beta" }, { + "Uri": "/groups(uniqueName='{uniqueName}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -74968,31 +75112,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupByUniqueName", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups(uniqueName='{uniqueName}')", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupByUniqueName" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/calendar", "Method": "GET", + "OutputType": "IMicrosoftGraphCalendar", + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Get-MgBetaGroupCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/calendar", - "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupCalendar" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/calendar/events/{event-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.Read", @@ -75019,18 +75163,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupCalendarEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/calendar/events/{event-id}", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupCalendarEvent" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/calendar/events", + "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Beta.Calendar", "Permissions": [ { "Name": "Group.Read.All", @@ -75045,17 +75189,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupCalendarEvent", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/calendar/events", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupCalendarEvent" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/calendar/events/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Calendars.Read", @@ -75076,88 +75220,88 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaGroupCalendarEventDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/groups/{group-id}/calendar/events/delta", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupCalendarEventDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphCalendarPermission", + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Get-MgBetaGroupCalendarPermission", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", - "OutputType": "IMicrosoftGraphCalendarPermission", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupCalendarPermission" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/calendar/calendarPermissions", "Method": "GET", + "OutputType": "IMicrosoftGraphCalendarPermission", + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Get-MgBetaGroupCalendarPermission", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/calendar/calendarPermissions", - "OutputType": "IMicrosoftGraphCalendarPermission", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupCalendarPermission" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/calendar/calendarPermissions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Get-MgBetaGroupCalendarPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/calendar/calendarPermissions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupCalendarPermissionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/calendar/getSchedule", "Method": "POST", + "OutputType": "IMicrosoftGraphScheduleInformation", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupCalendarSchedule", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/calendar/getSchedule", - "OutputType": "IMicrosoftGraphScheduleInformation", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupCalendarSchedule" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/calendar/calendarView", + "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Beta.Calendar", "Permissions": { "Name": "Group.Read.All", "Description": "Read all groups", "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaGroupCalendarView", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/calendar/calendarView", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupCalendarView" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/conversations/{conversation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphConversation", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -75172,18 +75316,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupConversation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}", - "OutputType": "IMicrosoftGraphConversation", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversation" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/conversations", + "Method": "GET", + "OutputType": "IMicrosoftGraphConversation", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -75198,17 +75342,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupConversation", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/conversations", - "OutputType": "IMicrosoftGraphConversation", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversation" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/conversations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -75223,18 +75367,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupConversationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/conversations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationCount" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphConversationThread", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -75249,18 +75393,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupConversationThread", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThread" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", + "Method": "GET", + "OutputType": "IMicrosoftGraphConversationThread", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -75275,17 +75419,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupConversationThread", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThread" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -75300,18 +75444,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadCount" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPost", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -75326,20 +75470,20 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPost", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", - "OutputType": "IMicrosoftGraphPost", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPost" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", + "Method": "GET", + "OutputType": "IMicrosoftGraphPost", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -75354,30 +75498,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPost", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", - "OutputType": "IMicrosoftGraphPost", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPost" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupConversationThreadPostAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostAttachment" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -75392,17 +75536,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostAttachment", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostAttachment" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -75417,18 +75561,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostAttachmentCount" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -75443,208 +75587,208 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupConversationThreadPostExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "Method": "GET", + "OutputType": "IMicrosoftGraphExtension", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupConversationThreadPostExtension", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupConversationThreadPostExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostExtensionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachment", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachmentCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", "Method": "GET", + "OutputType": "IMicrosoftGraphExtension", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtension", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtensionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphMention", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMention", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", - "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMention" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", "Method": "GET", + "OutputType": "IMicrosoftGraphMention", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMention", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", - "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMention" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMentionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMentionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphMention", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupConversationThreadPostMention", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", - "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostMention" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", "Method": "GET", + "OutputType": "IMicrosoftGraphMention", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupConversationThreadPostMention", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", - "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostMention" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupConversationThreadPostMentionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostMentionCount" + "ApiVersion": "beta" }, { + "Uri": "/groups/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -75677,30 +75821,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupCount", "Variants": [ "Get" ], - "Uri": "/groups/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/createdOnBehalfOf", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupCreatedOnBehalfOf", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/createdOnBehalfOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupCreatedOnBehalfOf" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/drive", + "Method": "GET", + "OutputType": "IMicrosoftGraphDrive", + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -75739,18 +75883,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaGroupDefaultDrive", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/drive", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDefaultDrive" + "ApiVersion": "beta" }, { + "Uri": "/groups/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -75783,30 +75927,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupDelta", "Variants": [ "Delta" ], - "Uri": "/groups/delta", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDrive", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaGroupDrive", "Variants": [ "Get1", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/drives/{drive-id}", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDrive" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/drives", + "Method": "GET", + "OutputType": "IMicrosoftGraphDrive", + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -75845,131 +75989,131 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaGroupDrive", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/drives", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDrive" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/activities", "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityOld", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaGroupDriveActivity", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveActivity" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaGroupDriveBundle", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveBundle" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveBundle" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveBundle", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveBundleContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveBundleContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveBundleCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveBundleCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveContentTypeBase" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveContentTypeBase", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveContentTypeBaseType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveContentTypeBaseType", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveContentTypeBaseType" + "Permissions": [], + "Command": "Get-MgBetaGroupDriveContentTypeBaseType", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaGroupDriveContentTypeBaseTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveContentTypeBaseTypeCount" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/drives/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -76008,2179 +76152,2179 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/drives/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveFollowing" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveFollowing", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/following", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveFollowing" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveFollowing", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveFollowingContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveFollowingContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/following/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveFollowingCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveFollowingCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItem", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItem", "Variants": [ "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/activities", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemActivity" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemActivity", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupDriveItemActivityByInterval" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemAnalytic" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStat", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStat", "Variants": [ "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStatActivity" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStatActivity", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStatCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemAnalyticLastSevenDay" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemAnalyticTime" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemChild" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemChild", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemChild" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemChild", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemChildContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemChildContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemChildCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemChildCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemCreatedByUserMailboxSetting" + "Permissions": [], + "Command": "Get-MgBetaGroupDriveItemCreatedByUserMailboxSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupDriveItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupDriveItemDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserMailboxSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaGroupDriveItemLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemLastModifiedByUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserMailboxSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "Method": "GET", + "OutputType": "IMicrosoftGraphListItem", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaGroupDriveItemListItem", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItem" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItemActivity" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemActivity", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupDriveItemListItemActivityByInterval" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItemAnalytic" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItemDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItemDriveItemContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItemField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItemVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItemVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemPermission" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemPermission", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemPermission" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemPermission", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemPermissionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "Method": "GET", "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemRetentionLabel" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemRetentionLabel", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemSubscription", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemSubscription", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemSubscriptionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemThumbnail" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemThumbnail", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemThumbnail" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemThumbnail", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemThumbnailCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemThumbnailCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemVersionContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemVersionContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemVersionCount" + "Permissions": [], + "Command": "Get-MgBetaGroupDriveItemVersionCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaGroupDriveLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveLastModifiedByUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaGroupDriveLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveLastModifiedByUserMailboxSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list", "Method": "GET", + "OutputType": "IMicrosoftGraphList", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaGroupDriveList", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/list", - "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveList" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/activities", "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityOld", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaGroupDriveListActivity", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListActivity" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaGroupDriveListColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListColumn" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListColumn", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListColumnCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListColumnCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListColumnSourceColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListContentType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentType", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListContentType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentType", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListContentTypeColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentTypeColumn", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListContentTypeColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentTypeColumn", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListContentTypeColumnCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentTypeColumnLink", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentTypeColumnLink", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListContentTypeColumnLinkCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListContentTypeColumnPosition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentTypeColumnPosition", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListContentTypeColumnPosition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentTypeColumnPosition", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListContentTypeColumnPositionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListContentTypeColumnSourceColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupDriveListContentTypeCompatibleHubContentType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListContentTypeCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive", + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListDrive" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListDrive", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItem", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItem", "Variants": [ "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItemActivity" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemActivity", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupDriveListItemActivityByInterval" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItemAnalytic" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItemCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItemCreatedByUserMailboxSetting" + "Permissions": [], + "Command": "Get-MgBetaGroupDriveListItemCreatedByUserMailboxSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphListItem", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupDriveListItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/delta", - "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupDriveListItemDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersion" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItemDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItemDriveItemContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItemField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItemVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItemVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListOperation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListOperation", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListOperation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListOperation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListOperationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListOperationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListSubscription", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListSubscription", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListSubscriptionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveListSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRoot" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRoot", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/activities", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootActivity" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootActivity", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupDriveRootActivityByInterval" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootAnalytic" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootAnalytic", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStat", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStat", "Variants": [ "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStatActivity" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStatActivity", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStatCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootAnalyticLastSevenDay" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootAnalyticTime" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootChild" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootChild", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootChild" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootChild", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootChildContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootChildContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootChildCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootChildCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootCreatedByUserMailboxSetting" + "Permissions": [], + "Command": "Get-MgBetaGroupDriveRootCreatedByUserMailboxSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupDriveRootDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupDriveRootDelta" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootLastModifiedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItem", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItemActivity" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemActivity", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupDriveRootListItemActivityByInterval" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics", + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItemAnalytic" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItemDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItemDriveItemContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItemField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItemVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItemVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootPermission" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootPermission", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootPermission" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootPermission", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootPermissionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", + "Method": "GET", "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootRetentionLabel" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootRetentionLabel", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootSubscription", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootSubscription", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootSubscriptionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootThumbnail" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootThumbnail", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootThumbnail" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootThumbnail", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootThumbnailCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootThumbnailCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootVersionContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootVersionContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveSpecial" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveSpecial", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/special", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveSpecial" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveSpecial", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveSpecialContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupDriveSpecialContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/special/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveSpecialCount" + "Permissions": [], + "Command": "Get-MgBetaGroupDriveSpecialCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -78195,18 +78339,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupEndpoint" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/endpoints", + "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -78221,17 +78365,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupEndpoint", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/endpoints", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupEndpoint" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/endpoints/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -78246,18 +78390,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupEndpointCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/endpoints/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupEndpointCount" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/events/{event-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.Read", @@ -78284,18 +78428,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/events/{event-id}", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEvent" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/events", + "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Beta.Calendar", "Permissions": [ { "Name": "Group.Read.All", @@ -78310,78 +78454,78 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupEvent", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/events", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEvent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Get-MgBetaGroupEventAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventAttachment" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/events/{event-id}/attachments", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Calendar", "Permissions": { "Name": "Calendars.Read", "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaGroupEventAttachment", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/events/{event-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventAttachment" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/events/{event-id}/attachments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Calendar", "Permissions": { "Name": "Calendars.Read", "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaGroupEventAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/events/{event-id}/attachments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventAttachmentCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/calendar", "Method": "GET", + "OutputType": "IMicrosoftGraphCalendar", + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Get-MgBetaGroupEventCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/events/{event-id}/calendar", - "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventCalendar" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/events/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Calendar", "Permissions": [ { "Name": "Group.Read.All", @@ -78396,18 +78540,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupEventCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/events/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventCount" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/events/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Calendars.Read", @@ -78428,323 +78572,323 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaGroupEventDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/groups/{group-id}/events/delta", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupEventDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Get-MgBetaGroupEventExceptionOccurrence", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrence" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences", "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Get-MgBetaGroupEventExceptionOccurrence", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrence" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachment" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachment", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachmentCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar", + "Method": "GET", "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceCalendar" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceCalendar", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtension" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtension", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtension" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtension", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtensionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}", + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstance" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances", + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstance" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachmentCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar", + "Method": "GET", "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceCalendar" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceCalendar", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtension" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtension", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtension" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtension", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtensionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExtension" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupEventExtension", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/extensions", + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExtension" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupEventExtension", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/extensions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExtensionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupEventExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}", + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstance" + "Permissions": [], + "Command": "Get-MgBetaGroupEventInstance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/events/{event-id}/instances", + "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.Read", @@ -78759,68 +78903,68 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaGroupEventInstance", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/events/{event-id}/instances", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstance" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Get-MgBetaGroupEventInstanceAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstanceAttachment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Get-MgBetaGroupEventInstanceAttachment", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstanceAttachment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Get-MgBetaGroupEventInstanceAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstanceAttachmentCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar", "Method": "GET", + "OutputType": "IMicrosoftGraphCalendar", + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Get-MgBetaGroupEventInstanceCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar", - "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstanceCalendar" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/events/{event-id}/instances/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.Read", @@ -78835,221 +78979,221 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/events/{event-id}/instances/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstanceCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}", "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrence", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrence" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences", "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrence", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrence" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachment" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachmentCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar", + "Method": "GET", "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceCalendar" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceCalendar", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtension" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtension", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtension" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtension", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtensionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstanceExtension" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceExtension", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstanceExtension" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceExtension", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstanceExtensionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/extensions/{extension-id}", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupExtension" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupExtension", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/extensions", + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupExtension" + "Permissions": [], + "Command": "Get-MgBetaGroupExtension", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/extensions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/extensions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupExtensionCount" + "ApiVersion": "beta" }, { + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -79064,20 +79208,20 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupLifecyclePolicy", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupLifecyclePolicy" + "ApiVersion": "beta" }, { + "Uri": "/groupLifecyclePolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -79092,17 +79236,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupLifecyclePolicy", "Variants": [ "List" ], - "Uri": "/groupLifecyclePolicies", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupLifecyclePolicy" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/groupLifecyclePolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -79117,17 +79261,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupLifecyclePolicyByGroup", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/groupLifecyclePolicies", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupLifecyclePolicyByGroup" + "ApiVersion": "beta" }, { + "Uri": "/groupLifecyclePolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -79142,17 +79286,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupLifecyclePolicyCount", "Variants": [ "Get" ], - "Uri": "/groupLifecyclePolicies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupLifecyclePolicyCount" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/members", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -79185,167 +79329,167 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupMember", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/members", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMember" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/members/{directoryObject-id}/application", "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupMemberAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/members/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberAsApplication" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/members/application", "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupMemberAsApplication", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/members/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberAsApplication" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/members/{directoryObject-id}/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupMemberAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/members/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberAsDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/members/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupMemberAsDevice", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/members/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberAsDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/members/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupMemberAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/members/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberAsGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/members/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupMemberAsGroup", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/members/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberAsGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact", "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupMemberAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberAsOrgContact" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/members/orgContact", "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupMemberAsOrgContact", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/members/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberAsOrgContact" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/members/{directoryObject-id}/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupMemberAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/members/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberAsServicePrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/members/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupMemberAsServicePrincipal", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/members/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberAsServicePrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/members/{directoryObject-id}/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupMemberAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/members/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberAsUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/members/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupMemberAsUser", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/members/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberAsUser" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/members/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -79378,17 +79522,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupMemberByRef", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/members/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberByRef" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/members/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -79421,96 +79565,96 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/members/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/groups/{group-id}/members/application/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberCountAsApplication" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupMemberCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/members/device/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberCountAsDevice" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupMemberCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/members/group/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberCountAsGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupMemberCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/members/orgContact/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberCountAsOrgContact" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupMemberCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/members/servicePrincipal/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberCountAsServicePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupMemberCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/members/user/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberCountAsUser" + "Permissions": [], + "Command": "Get-MgBetaGroupMemberCountAsUser", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/getMemberGroups", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": [ { "Name": "Application.Read.All", @@ -79579,20 +79723,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Get-MgBetaGroupMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberGroup" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/getMemberObjects", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": [ { "Name": "Application.Read.All", @@ -79667,33 +79811,33 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaGroupMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberOf" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/memberOf", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -79720,67 +79864,67 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupMemberOf", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/memberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberOf" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit", "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberOfAsAdministrativeUnit" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupMemberOfAsAdministrativeUnit", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/memberOf/administrativeUnit", + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberOfAsAdministrativeUnit" + "Permissions": [], + "Command": "Get-MgBetaGroupMemberOfAsAdministrativeUnit", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberOfAsGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/memberOf/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupMemberOfAsGroup", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/memberOf/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberOfAsGroup" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/memberOf/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -79807,310 +79951,310 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/memberOf/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberOfCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/groups/{group-id}/memberOf/administrativeUnit/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberOfCountAsAdministrativeUnit" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/memberOf/group/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberOfCountAsGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseError" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseError", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseError" + "Permissions": [], + "Command": "Get-MgBetaGroupMemberWithLicenseError", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application", "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsApplication" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/application", "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsApplication", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/membersWithLicenseErrors/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsApplication" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsDevice", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/membersWithLicenseErrors/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsGroup", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/membersWithLicenseErrors/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact", "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact", "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsUser" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/groups/{group-id}/membersWithLicenseErrors/user", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsUser", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/application/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsApplication" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/device/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsDevice" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/group/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsOrgContact" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsServicePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/user/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsUser" + "Permissions": [], + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsUser", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphNotebook", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -80143,18 +80287,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenoteNotebook" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/notebooks", + "Method": "GET", + "OutputType": "IMicrosoftGraphNotebook", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -80187,17 +80331,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteNotebook", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/onenote/notebooks", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenoteNotebook" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/notebooks/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -80230,18 +80374,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteNotebookCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/onenote/notebooks/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenoteNotebookCount" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl", + "Method": "POST", + "OutputType": "IMicrosoftGraphCopyNotebookModel", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Notes.Create", @@ -80274,20 +80418,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Get-MgBetaGroupOnenoteNotebookFromWebUrl", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl", - "OutputType": "IMicrosoftGraphCopyNotebookModel", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOnenoteNotebookFromWebUrl" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -80320,17 +80464,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteNotebookSection", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenoteNotebookSection" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Method": "GET", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -80363,17 +80507,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteNotebookSectionGroup", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenoteNotebookSectionGroup" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -80406,31 +80550,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenoteOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/onenote/operations/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Notes", + "Permissions": [], + "Command": "Get-MgBetaGroupOnenoteOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/onenote/operations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenoteOperationCount" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenotePage", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Read", @@ -80457,18 +80601,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaGroupOnenotePage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenotePage" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/pages", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenotePage", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Read", @@ -80495,30 +80639,30 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaGroupOnenotePage", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/onenote/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenotePage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", "Method": "GET", + "OutputType": null, + "Module": "Beta.Notes", + "Permissions": [], + "Command": "Get-MgBetaGroupOnenotePageContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenotePageContent" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/pages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Read", @@ -80545,18 +80689,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaGroupOnenotePageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/onenote/pages/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenotePageCount" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "Method": "GET", + "OutputType": "IMicrosoftGraphRecentNotebook", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Notes.Create", @@ -80589,31 +80733,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteRecentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "OutputType": "IMicrosoftGraphRecentNotebook", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOnenoteRecentNotebook" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphOnenoteResource", + "Module": "Beta.Notes", + "Permissions": [], + "Command": "Get-MgBetaGroupOnenoteResource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", - "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenoteResource" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Read", @@ -80640,31 +80784,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteResourceContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenoteResourceContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/onenote/resources/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Notes", + "Permissions": [], + "Command": "Get-MgBetaGroupOnenoteResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/onenote/resources/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenoteResourceCount" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -80697,18 +80841,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteSection", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenoteSection" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/sections", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -80741,17 +80885,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteSection", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/onenote/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenoteSection" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/sections/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -80784,18 +80928,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/onenote/sections/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenoteSectionCount" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -80828,18 +80972,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenoteSectionGroup" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/sectionGroups", + "Method": "GET", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -80872,18 +81016,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteSectionGroup", "Variants": [ "List", "List1" ], - "Uri": "/groups/{group-id}/onenote/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenoteSectionGroup" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -80916,20 +81060,20 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteSectionGroupCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenoteSectionGroupCount" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -80962,17 +81106,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteSectionGroupSection", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenoteSectionGroupSection" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenotePage", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Read", @@ -80999,17 +81143,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteSectionPage", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenoteSectionPage" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/owners", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -81042,167 +81186,167 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupOwner", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/owners", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwner" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application", "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupOwnerAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerAsApplication" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/owners/application", "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupOwnerAsApplication", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/owners/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerAsApplication" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupOwnerAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerAsDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/owners/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupOwnerAsDevice", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/owners/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerAsDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupOwnerAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerAsGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/owners/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupOwnerAsGroup", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/owners/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerAsGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact", "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupOwnerAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerAsOrgContact" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/owners/orgContact", "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupOwnerAsOrgContact", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/owners/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerAsOrgContact" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupOwnerAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerAsServicePrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/owners/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupOwnerAsServicePrincipal", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/owners/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerAsServicePrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupOwnerAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerAsUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/owners/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupOwnerAsUser", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/owners/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerAsUser" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/owners/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -81235,17 +81379,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupOwnerByRef", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/owners/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerByRef" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/owners/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -81278,109 +81422,109 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupOwnerCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/owners/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/groups/{group-id}/owners/application/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerCountAsApplication" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupOwnerCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/owners/device/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerCountAsDevice" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupOwnerCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/owners/group/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerCountAsGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupOwnerCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/owners/orgContact/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerCountAsOrgContact" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupOwnerCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/owners/servicePrincipal/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerCountAsServicePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupOwnerCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/owners/user/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerCountAsUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupOwnerCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupPermissionGrant" + "Permissions": [], + "Command": "Get-MgBetaGroupPermissionGrant", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/permissionGrants", + "Method": "GET", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -81407,32 +81551,32 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupPermissionGrant", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/permissionGrants", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupPermissionGrant" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/permissionGrants/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupPermissionGrantById", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/permissionGrants/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupPermissionGrantById" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/permissionGrants/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -81459,177 +81603,177 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupPermissionGrantCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/permissionGrants/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupPermissionGrantCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/permissionGrants/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupPermissionGrantDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/groups/{group-id}/permissionGrants/delta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupPermissionGrantDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupPermissionGrantMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupPermissionGrantMemberGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupPermissionGrantMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupPermissionGrantMemberObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/permissionGrants/getUserOwnedObjects", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupPermissionGrantUserOwnedObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/permissionGrants/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupPermissionGrantUserOwnedObject" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/photo", + "Method": "GET", + "OutputType": "IMicrosoftGraphProfilePhoto", + "Module": "Beta.Groups", "Permissions": { "Name": "Group.Read.All", "Description": "Read all groups", "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaGroupPhoto", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupPhoto" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/photos", + "Method": "GET", + "OutputType": "IMicrosoftGraphProfilePhoto", + "Module": "Beta.Groups", "Permissions": { "Name": "Group.Read.All", "Description": "Read all groups", "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaGroupPhoto", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/photos", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupPhoto" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/photo/$value", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": { "Name": "Group.Read.All", "Description": "Read all groups", "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaGroupPhotoContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/photo/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupPhotoContent" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/photos/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": { "Name": "Group.Read.All", "Description": "Read all groups", "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaGroupPhotoCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/photos/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupPhotoCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/planner", "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerGroup", + "Module": "Beta.Planner", + "Permissions": [], + "Command": "Get-MgBetaGroupPlanner", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/planner", - "OutputType": "IMicrosoftGraphPlannerGroup", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaGroupPlanner" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Module": "Beta.Planner", + "Permissions": [], + "Command": "Get-MgBetaGroupPlannerPlan", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaGroupPlannerPlan" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/planner/plans", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -81668,55 +81812,55 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaGroupPlannerPlan", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/planner/plans", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaGroupPlannerPlan" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerBucket", + "Module": "Beta.Planner", + "Permissions": [], + "Command": "Get-MgBetaGroupPlannerPlanBucket", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", - "OutputType": "IMicrosoftGraphPlannerBucket", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaGroupPlannerPlanBucket" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerBucket", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupPlannerPlanBucketDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/delta", - "OutputType": "IMicrosoftGraphPlannerBucket", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupPlannerPlanBucketDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerTask", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupPlannerPlanBucketTaskDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupPlannerPlanBucketTaskDelta" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/planner/plans/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -81755,18 +81899,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaGroupPlannerPlanCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/planner/plans/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaGroupPlannerPlanCount" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/planner/plans/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Tasks.Read", @@ -81781,56 +81925,56 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaGroupPlannerPlanDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/groups/{group-id}/planner/plans/delta", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupPlannerPlanDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Module": "Beta.Planner", + "Permissions": [], + "Command": "Get-MgBetaGroupPlannerPlanDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", - "OutputType": "IMicrosoftGraphPlannerPlanDetails", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaGroupPlannerPlanDetail" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerTask", + "Module": "Beta.Planner", + "Permissions": [], + "Command": "Get-MgBetaGroupPlannerPlanTask", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaGroupPlannerPlanTask" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerTask", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupPlannerPlanTaskDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/delta", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupPlannerPlanTaskDelta" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/rejectedSenders", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -81845,17 +81989,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupRejectedSender", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/rejectedSenders", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupRejectedSender" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/rejectedSenders/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -81870,17 +82014,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupRejectedSenderByRef", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/rejectedSenders/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupRejectedSenderByRef" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/rejectedSenders/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -81895,18 +82039,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupRejectedSenderCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/rejectedSenders/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupRejectedSenderCount" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/settings/{directorySetting-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectorySetting", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -81933,18 +82077,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/settings/{directorySetting-id}", - "OutputType": "IMicrosoftGraphDirectorySetting", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupSetting" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/settings", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectorySetting", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -81971,17 +82115,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupSetting", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/settings", - "OutputType": "IMicrosoftGraphDirectorySetting", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupSetting" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/settings/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -82008,6101 +82152,6101 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupSettingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/settings/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupSettingCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSite", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSite", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/sites/{site-id}", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSite" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/groups/{group-id}/sites", + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSite" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSite", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupSiteActivityByInterval" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/analytics", + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteAnalytic" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteAnalytic", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStat", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStat", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivity" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivity", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivity" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivity", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItem", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteAnalyticLastSevenDay" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/analytics/allTime", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteAnalyticTime" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupSiteApplicableContentTypeForList" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteApplicableContentTypeForList", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')", + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupSiteByPath" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteByPath", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteColumn", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/columns", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteColumn", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/columns/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteColumnCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteColumnCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteColumnSourceColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteContentType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentType", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteContentType" + "Permissions": [], + "Command": "Get-MgBetaGroupSiteContentType", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base", "Method": "GET", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteContentTypeBase", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteContentTypeBase" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteContentTypeBaseType", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteContentTypeBaseType" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", "Method": "GET", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteContentTypeBaseType", "Variants": [ "List", "List1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteContentTypeBaseType" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteContentTypeBaseTypeCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteContentTypeBaseTypeCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteContentTypeColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteContentTypeColumn" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteContentTypeColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeColumn", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteContentTypeColumnCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeColumnLink", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeColumnLink", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteContentTypeColumnLinkCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteContentTypeColumnPosition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeColumnPosition", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteContentTypeColumnPosition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeColumnPosition", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteContentTypeColumnPositionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteContentTypeColumnSourceColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupSiteContentTypeCompatibleHubContentType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteContentTypeCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeCount", "Variants": [ - "Get1", - "GetViaIdentity1" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteCount", "Variants": [ - "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/drive", + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteDefaultDrive" + "Permissions": [], + "Command": "Get-MgBetaGroupSiteDefaultDrive", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphSite", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/groups/{group-id}/sites/delta", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupSiteDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDrive", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteDrive", "Variants": [ "Get1", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteDrive" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/groups/{group-id}/sites/{site-id}/drives", + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteDrive" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteDrive", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/drives/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteDriveCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteDriveCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteExternalColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteExternalColumn", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteExternalColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteExternalColumn", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteExternalColumnCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteExternalColumnCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", + "Method": "GET", "OutputType": "IMicrosoftGraphInformationProtection", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtection" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtection", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker", + "Method": "GET", "OutputType": "IMicrosoftGraphBitlocker", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionBitlocker" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionBitlocker", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys", + "Method": "GET", "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKeyCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKeyCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies", + "Method": "GET", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicyCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", + "Method": "GET", "OutputType": "IMicrosoftGraphInformationProtectionPolicy", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionPolicy" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionPolicy", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphInformationProtectionLabel", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabel" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabel", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels", + "Method": "GET", "OutputType": "IMicrosoftGraphInformationProtectionLabel", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabel" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabel", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabelCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabelCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSensitivityLabel", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabel" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabel", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels", + "Method": "GET", "OutputType": "IMicrosoftGraphSensitivityLabel", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabel" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabel", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "Method": "GET", "OutputType": "IMicrosoftGraphSensitivityLabel", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", + "Method": "GET", "OutputType": "IMicrosoftGraphSensitivityLabel", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabelCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabelCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", + "Method": "GET", "OutputType": "IMicrosoftGraphSensitivityPolicySettings", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests", + "Method": "GET", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "Method": "GET", "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResultCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResultCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphBaseItem", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteItem", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/items", + "Method": "GET", "OutputType": "IMicrosoftGraphBaseItem", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteItem", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/items/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteItemCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteItemCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteItemLastModifiedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserMailboxSetting" + "Permissions": [], + "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserMailboxSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteLastModifiedByUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteLastModifiedByUserMailboxSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphList", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteList", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", - "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteList" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists", "Method": "GET", + "OutputType": "IMicrosoftGraphList", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteList", "Variants": [ "List1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/lists", - "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteList" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities", "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityOld", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteListActivity", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListActivity" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteListColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListColumn" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListColumn", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListColumnCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListColumnCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListColumnSourceColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListContentType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentType", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListContentType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentType", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListContentTypeColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentTypeColumn", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListContentTypeColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentTypeColumn", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListContentTypeColumnCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentTypeColumnLink", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentTypeColumnLink", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListContentTypeColumnLinkCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListContentTypeColumnPosition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentTypeColumnPosition", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListContentTypeColumnPosition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentTypeColumnPosition", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListContentTypeColumnPositionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListContentTypeColumnSourceColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupSiteListContentTypeCompatibleHubContentType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListContentTypeCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive", + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListDrive" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListDrive", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItem", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItem", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemActivity" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemActivity", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemActivity" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemActivity", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupSiteListItemActivityByInterval" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemActivityCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemActivityCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemActivityDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemActivityDriveItem", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemActivityDriveItemContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemActivityDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem", + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemActivityListItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemActivityListItem", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemAnalytic" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemCreatedByUserMailboxSetting" + "Permissions": [], + "Command": "Get-MgBetaGroupSiteListItemCreatedByUserMailboxSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphListItem", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteListItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta", - "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupSiteListItemDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersion" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemDriveItemContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListOperation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListOperation", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListOperation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListOperation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListOperationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListOperationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListSubscription", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListSubscription", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListSubscriptionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteListSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenote", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenote" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenote", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebook" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebook", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebook" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebook", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSection" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSection", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSection" + "Permissions": [], + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSection", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroup", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", "Method": "GET", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroup", "Variants": [ "List", "List1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentNotebook" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentSectionGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPage", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPage", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentNotebook" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentSection" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentSection", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionParentNotebook" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionParentSectionGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionParentSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteOperation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteOperation", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteOperation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteOperation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteOperationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteOperationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenotePage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenotePage", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenotePage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenotePage", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenotePageContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenotePageContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenotePageCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenotePageCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenotePageParentNotebook" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenotePageParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenotePageParentSection" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenotePageParentSection", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteResource", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteResource", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteResourceContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteResourceContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteResourceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteResourceCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSection" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSection", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSection" + "Permissions": [], + "Command": "Get-MgBetaGroupSiteOnenoteSection", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteOnenoteSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroup", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", "Method": "GET", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroup", "Variants": [ "List", "List1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupParentNotebook" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupParentSectionGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupParentSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSection" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSection", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSection" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSection", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentNotebook" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentSection" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentSection", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentNotebook" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentSectionGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionPage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionPage", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionPage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionPage", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionPageContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionPageContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionPageCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionPageCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionPageParentNotebook" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionPageParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionPageParentSection" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionPageParentSection", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook", + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionParentNotebook" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionParentSectionGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionParentSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOperation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOperation", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/operations", + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOperation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOperation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/operations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOperationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteOperationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphBaseSitePage", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSitePage", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages", + "Method": "GET", "OutputType": "IMicrosoftGraphBaseSitePage", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSitePage", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSitePageCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSitePageCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSitePageCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageLastModifiedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSitePageLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSitePageLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePermission" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSitePermission", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/permissions", + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePermission" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSitePermission", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/permissions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePermissionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSitePermissionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStore" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStore", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroup", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroup", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSet", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSet" + "Permissions": [], + "Command": "Get-MgBetaGroupSiteTermStoreGroupSet", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChild", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChild" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChild", "Variants": [ "List", "List1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChild" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "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", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelation", "Variants": [ "List", "List1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelation" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationToTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildSet", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetParentGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetParentGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelation", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationSet", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationToTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTerm", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTerm", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChild" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChild", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChild" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChild", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationSet", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationToTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildSet", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelation", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationSet", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationToTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermSet", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSet", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSet" + "Permissions": [], + "Command": "Get-MgBetaGroupSiteTermStoreSet", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteTermStoreSetChild", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetChild" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteTermStoreSetChild", "Variants": [ "List", "List1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetChild" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteTermStoreSetChildCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetChildCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelation", "Variants": [ "List", "List1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationToTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetChildSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetChildSet", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSet", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSet" + "Permissions": [], + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSet", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild", "Variants": [ "List", "List1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "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", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "List", "List1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "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", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "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", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "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", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationToTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildSet", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationSet", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationToTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "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", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "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", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationSet", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "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", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildSet", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationSet", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationToTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermSet", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetRelation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetRelation", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetRelation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetRelation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetRelationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetRelationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetRelationSet", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetRelationToTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTerm", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTerm", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChild" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChild", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChild" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChild", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelation", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationSet", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationToTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildSet", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelation", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationSet", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationToTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermSet" + "Permissions": [], + "Command": "Get-MgBetaGroupSiteTermStoreSetTermSet", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphSite", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSubSite", "Variants": [ "Get1", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSubSite" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/sites", "Method": "GET", + "OutputType": "IMicrosoftGraphSite", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSubSite", "Variants": [ "List2" ], - "Uri": "/groups/{group-id}/sites/{site-id}/sites", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSubSite" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/sites/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaGroupSubSiteCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/sites/{site-id}/sites/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSubSiteCount" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/team", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeam", + "Module": "Beta.Teams", "Permissions": { "Name": "Group.Read.All", "Description": "Read all groups", "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaGroupTeam", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/team", - "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeam" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphChannel", + "Module": "Beta.Teams", "Permissions": { "Name": "Group.Read.All", "Description": "Read all groups", "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannel", "Variants": [ "Get1", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/team/channels/{channel-id}", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannel" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/team/channels", + "Method": "GET", + "OutputType": "IMicrosoftGraphChannel", + "Module": "Beta.Teams", "Permissions": { "Name": "Group.Read.All", "Description": "Read all groups", "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannel", "Variants": [ "List1" ], - "Uri": "/groups/{group-id}/team/channels", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannel" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/team/channels/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": { "Name": "Group.Read.All", "Description": "Read all groups", "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/team/channels/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelFileFolder" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelFileFolder", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelFileFolderContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelFileFolderContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelMember" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelMember", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelMember" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelMember", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelMemberCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelMemberCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelMessage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelMessage", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelMessage" + "Permissions": [], + "Command": "Get-MgBetaGroupTeamChannelMessage", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaGroupTeamChannelMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelMessageCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaGroupTeamChannelMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelMessageHostedContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaGroupTeamChannelMessageHostedContent", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelMessageHostedContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaGroupTeamChannelMessageHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelMessageHostedContentCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaGroupTeamChannelMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelMessageReply" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaGroupTeamChannelMessageReply", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelMessageReply" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaGroupTeamChannelMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelMessageReplyCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContent", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContentCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaGroupTeamChannelSharedWithTeam", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelSharedWithTeam" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", "Method": "GET", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaGroupTeamChannelSharedWithTeam", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelSharedWithTeam" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMemberCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMemberCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelTab" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelTab", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelTab" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelTab", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelTabCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelTabCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelTabTeamApp" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelTabTeamApp", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/group", + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamIncomingChannel" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamIncomingChannel", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/incomingChannels", + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamIncomingChannel" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamIncomingChannel", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/incomingChannels/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamIncomingChannelCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamIncomingChannelCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamInstalledApp" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamInstalledApp", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/installedApps", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamInstalledApp" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamInstalledApp", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/installedApps/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamInstalledAppCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamInstalledAppCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamInstalledAppTeamApp" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamInstalledAppTeamApp", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamInstalledAppTeamAppDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamInstalledAppTeamAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamMember" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamMember", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/members", + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamMember" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamMember", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/members/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamMemberCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamMemberCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamOperation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamOperation", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/operations", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamOperation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamOperation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/operations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamOperationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamOperationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/owners/{user-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamOwner" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamOwner", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/owners", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamOwner" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamOwner", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/owners/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamOwnerCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamOwnerCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/owners/{user-id}/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamOwnerMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamOwnerMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPermissionGrant" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamPermissionGrant", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/permissionGrants", + "Method": "GET", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPermissionGrant" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamPermissionGrant", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/permissionGrants/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPermissionGrantCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamPermissionGrantCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/photo", + "Method": "GET", "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPhoto" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamPhoto", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/photo/$value", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPhotoContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamPhotoContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel", + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannel" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannel", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolder" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolder", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolderContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolderContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMember" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMember", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/members", + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMember" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMember", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/members/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMemberCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMemberCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessage", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Uri": "/groups/{group-id}/team/primaryChannel/messages", + "ApiVersion": "beta" + }, + { + "Uri": "/groups/{group-id}/team/primaryChannel/messages", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessage" + "Permissions": [], + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessage", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContentCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReply" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReply", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReply" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContentCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", "Method": "GET", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelTab" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelTab", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/tabs", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelTab" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelTab", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/tabs/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelTabCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelTabCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelTabTeamApp" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelTabTeamApp", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule", + "Method": "GET", "OutputType": "IMicrosoftGraphSchedule", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamSchedule" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamSchedule", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphOfferShiftRequest", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequest", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", + "Method": "GET", "OutputType": "IMicrosoftGraphOfferShiftRequest", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequest", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequestCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequestCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphOpenShift", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleOpenShift" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleOpenShift", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShifts", + "Method": "GET", "OutputType": "IMicrosoftGraphOpenShift", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleOpenShift" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleOpenShift", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", + "Method": "GET", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequestCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequestCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShifts/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleOpenShiftCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleOpenShiftCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSchedulingGroup", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroup", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", + "Method": "GET", "OutputType": "IMicrosoftGraphSchedulingGroup", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroup", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroupCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroupCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleShift" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleShift", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/shifts", + "Method": "GET", "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleShift" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleShift", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/shifts/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleShiftCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleShiftCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", + "Method": "GET", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequestCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequestCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTimeCard", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleTimeCard" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleTimeCard", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeCards", + "Method": "GET", "OutputType": "IMicrosoftGraphTimeCard", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleTimeCard" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleTimeCard", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeCards/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleTimeCardCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleTimeCardCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTimeOff", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleTimeOff" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleTimeOff", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timesOff", + "Method": "GET", "OutputType": "IMicrosoftGraphTimeOff", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleTimeOff" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleTimeOff", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timesOff/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleTimeOffCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleTimeOffCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTimeOffReason", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleTimeOffReason" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleTimeOffReason", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", + "Method": "GET", "OutputType": "IMicrosoftGraphTimeOffReason", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleTimeOffReason" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleTimeOffReason", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleTimeOffReasonCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleTimeOffReasonCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTimeOffRequest", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequest", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", + "Method": "GET", "OutputType": "IMicrosoftGraphTimeOffRequest", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequest", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequestCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequestCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamworkTag", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamTag" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamTag", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/tags", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamworkTag", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamTag" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamTag", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/tags/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamTagCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamTagCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamTagMember" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamTagMember", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamTagMember" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamTagMember", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamTagMemberCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamTagMemberCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/template", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamTemplate" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTeamTemplate", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/templateDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamTemplateDefinition", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamTemplateDefinition" + "Permissions": [], + "Command": "Get-MgBetaGroupTeamTemplateDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphConversationThread", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -88117,18 +88261,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupThread", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThread" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/threads", + "Method": "GET", + "OutputType": "IMicrosoftGraphConversationThread", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -88143,17 +88287,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupThread", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/threads", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThread" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/threads/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -88168,18 +88312,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupThreadCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/threads/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadCount" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPost", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -88194,20 +88338,20 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupThreadPost", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", - "OutputType": "IMicrosoftGraphPost", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPost" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts", + "Method": "GET", + "OutputType": "IMicrosoftGraphPost", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -88222,30 +88366,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupThreadPost", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts", - "OutputType": "IMicrosoftGraphPost", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPost" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupThreadPostAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostAttachment" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -88260,17 +88404,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostAttachment", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostAttachment" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -88285,18 +88429,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostAttachmentCount" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -88311,221 +88455,221 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupThreadPostExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "Method": "GET", + "OutputType": "IMicrosoftGraphExtension", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupThreadPostExtension", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupThreadPostExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostExtensionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupThreadPostInReplyToAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostInReplyToAttachment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupThreadPostInReplyToAttachment", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostInReplyToAttachment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupThreadPostInReplyToAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostInReplyToAttachmentCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupThreadPostInReplyToExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostInReplyToExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", "Method": "GET", + "OutputType": "IMicrosoftGraphExtension", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupThreadPostInReplyToExtension", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostInReplyToExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupThreadPostInReplyToExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostInReplyToExtensionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphMention", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupThreadPostInReplyToMention", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", - "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostInReplyToMention" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", "Method": "GET", + "OutputType": "IMicrosoftGraphMention", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupThreadPostInReplyToMention", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", - "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostInReplyToMention" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupThreadPostInReplyToMentionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostInReplyToMentionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphMention", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupThreadPostMention", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", - "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostMention" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", "Method": "GET", + "OutputType": "IMicrosoftGraphMention", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupThreadPostMention", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", - "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostMention" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupThreadPostMentionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostMentionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupTransitiveMember", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMember" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/transitiveMembers", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -88558,167 +88702,167 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMember", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/transitiveMembers", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMember" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application", "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupTransitiveMemberAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberAsApplication" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/application", "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupTransitiveMemberAsApplication", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/transitiveMembers/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberAsApplication" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupTransitiveMemberAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberAsDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupTransitiveMemberAsDevice", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/transitiveMembers/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberAsDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupTransitiveMemberAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberAsGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupTransitiveMemberAsGroup", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/transitiveMembers/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberAsGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact", "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupTransitiveMemberAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberAsOrgContact" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/orgContact", "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupTransitiveMemberAsOrgContact", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/transitiveMembers/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberAsOrgContact" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupTransitiveMemberAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberAsServicePrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupTransitiveMemberAsServicePrincipal", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberAsServicePrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupTransitiveMemberAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberAsUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupTransitiveMemberAsUser", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/transitiveMembers/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberAsUser" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/transitiveMembers/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -88751,109 +88895,109 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/transitiveMembers/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/groups/{group-id}/transitiveMembers/application/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberCountAsApplication" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/transitiveMembers/device/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberCountAsDevice" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/transitiveMembers/group/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberCountAsGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/transitiveMembers/orgContact/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberCountAsOrgContact" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberCountAsServicePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/transitiveMembers/user/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberCountAsUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberOf" + "Permissions": [], + "Command": "Get-MgBetaGroupTransitiveMemberOf", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/transitiveMemberOf", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -88880,67 +89024,67 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberOf", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/transitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberOf" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupTransitiveMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberOfAsGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMemberOf/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupTransitiveMemberOfAsGroup", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/transitiveMemberOf/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberOfAsGroup" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/transitiveMemberOf/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -88967,183 +89111,183 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/transitiveMemberOf/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberOfCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupTransitiveMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberOfCountAsAdministrativeUnit" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMemberOf/group/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupTransitiveMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/transitiveMemberOf/group/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberOfCountAsGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/getUserOwnedObjects", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaGroupUserOwnedObject", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/groups/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupUserOwnedObject" + "ApiVersion": "beta" }, { + "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "APIConnectors.ReadWrite.All", "Description": "Read and write API connectors for authentication flows", "FullDescription": "Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaIdentityApiConnector", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/apiConnectors/{identityApiConnector-id}", - "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityApiConnector" + "ApiVersion": "beta" }, { + "Uri": "/identity/apiConnectors", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "APIConnectors.ReadWrite.All", "Description": "Read and write API connectors for authentication flows", "FullDescription": "Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaIdentityApiConnector", "Variants": [ "List" ], - "Uri": "/identity/apiConnectors", - "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityApiConnector" + "ApiVersion": "beta" }, { + "Uri": "/identity/apiConnectors/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "APIConnectors.ReadWrite.All", "Description": "Read and write API connectors for authentication flows", "FullDescription": "Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaIdentityApiConnectorCount", "Variants": [ "Get" ], - "Uri": "/identity/apiConnectors/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityApiConnectorCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaIdentityAuthenticationEventFlow", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", - "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityAuthenticationEventFlow" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/authenticationEventsFlows", "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaIdentityAuthenticationEventFlow", "Variants": [ "List" ], - "Uri": "/identity/authenticationEventsFlows", - "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityAuthenticationEventFlow" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/authenticationEventsFlows/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaIdentityAuthenticationEventFlowCount", "Variants": [ "Get" ], - "Uri": "/identity/authenticationEventsFlows/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaIdentityAuthenticationEventListener", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", - "OutputType": "IMicrosoftGraphAuthenticationEventListener", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityAuthenticationEventListener" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/authenticationEventListeners", "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaIdentityAuthenticationEventListener", "Variants": [ "List" ], - "Uri": "/identity/authenticationEventListeners", - "OutputType": "IMicrosoftGraphAuthenticationEventListener", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityAuthenticationEventListener" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/authenticationEventListeners/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaIdentityAuthenticationEventListenerCount", "Variants": [ "Get" ], - "Uri": "/identity/authenticationEventListeners/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityAuthenticationEventListenerCount" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -89158,18 +89302,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlow", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", - "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlow" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows", + "Method": "GET", + "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -89184,17 +89328,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlow", "Variants": [ "List" ], - "Uri": "/identity/b2cUserFlows", - "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlow" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -89209,85 +89353,85 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowCount", "Variants": [ "Get" ], - "Uri": "/identity/b2cUserFlows/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProvider", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProvider" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityProvider", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProvider", "Variants": [ "List", "List1" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders", - "OutputType": "IMicrosoftGraphIdentityProvider", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProvider" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProviderByRef", "Variants": [ "List" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProviderByRef" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProviderCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProviderCount" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -89302,18 +89446,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguage" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -89328,17 +89472,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguage", "Variants": [ "List" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguage" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -89353,18 +89497,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageCount" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -89379,18 +89523,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserFlowLanguagePage", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -89405,17 +89549,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage", "Variants": [ "List" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", - "OutputType": "IMicrosoftGraphUserFlowLanguagePage", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -89430,18 +89574,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -89456,18 +89600,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageCount" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -89482,18 +89626,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePage" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserFlowLanguagePage", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -89508,17 +89652,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePage", "Variants": [ "List" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", - "OutputType": "IMicrosoftGraphUserFlowLanguagePage", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePage" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -89533,18 +89677,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePageContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePageContent" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -89559,18 +89703,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePageCount" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -89585,18 +89729,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -89611,17 +89755,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment", "Variants": [ "List" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -89636,18 +89780,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/getOrder", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -89662,31 +89806,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/getOrder", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentUserAttribute", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentUserAttribute" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -89701,18 +89845,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlow", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlow" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows", + "Method": "GET", + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -89727,35 +89871,35 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlow", "Variants": [ "List" ], - "Uri": "/identity/b2xUserFlows", - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlow" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserFlowApiConnectorConfiguration", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowApiConnectorConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration", - "OutputType": "IMicrosoftGraphUserFlowApiConnectorConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowApiConnectorConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -89770,85 +89914,85 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowCount", "Variants": [ "Get" ], - "Uri": "/identity/b2xUserFlows/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityProvider", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProvider", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", - "OutputType": "IMicrosoftGraphIdentityProvider", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProvider" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityProvider", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProvider", "Variants": [ "List", "List1" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders", - "OutputType": "IMicrosoftGraphIdentityProvider", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProvider" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProviderByRef", "Variants": [ "List" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProviderByRef" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProviderCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProviderCount" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -89863,18 +90007,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguage" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -89889,17 +90033,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguage", "Variants": [ "List" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguage" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -89914,18 +90058,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageCount" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -89940,18 +90084,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserFlowLanguagePage", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -89966,17 +90110,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage", "Variants": [ "List" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", - "OutputType": "IMicrosoftGraphUserFlowLanguagePage", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -89991,18 +90135,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -90017,18 +90161,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageCount" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -90043,18 +90187,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePage" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserFlowLanguagePage", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -90069,17 +90213,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePage", "Variants": [ "List" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", - "OutputType": "IMicrosoftGraphUserFlowLanguagePage", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePage" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -90094,18 +90238,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePageContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePageContent" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -90120,83 +90264,83 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePageCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowPostAttributeCollection" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowPostAttributeCollection", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowPostFederationSignup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowPostFederationSignup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowPostFederationSignupByRef" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowPreTokenIssuance" + "Permissions": [], + "Command": "Get-MgBetaIdentityB2XUserFlowPreTokenIssuance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -90211,18 +90355,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -90237,17 +90381,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment", "Variants": [ "List" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -90262,18 +90406,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -90288,61 +90432,61 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentUserAttribute", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentUserAttribute" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/conditionalAccess", "Method": "GET", + "OutputType": "IMicrosoftGraphConditionalAccessRoot", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaIdentityConditionalAccess", "Variants": [ "Get" ], - "Uri": "/identity/conditionalAccess", - "OutputType": "IMicrosoftGraphConditionalAccessRoot", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccess" + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.Read.ConditionalAccess", "Description": "Read your organization's conditional access policies", "FullDescription": "Allows the app to read your organization's conditional access policies on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference" + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", + "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ConditionalAccess", @@ -90357,17 +90501,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", "Variants": [ "List" ], - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference" + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ConditionalAccess", @@ -90382,680 +90526,680 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReferenceCount", "Variants": [ "Get" ], - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReferenceCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/conditionalAccess/authenticationStrengths", "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationStrengthRoot", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrength", "Variants": [ "Get1" ], - "Uri": "/identity/conditionalAccess/authenticationStrengths", - "OutputType": "IMicrosoftGraphAuthenticationStrengthRoot", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrength" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", "Variants": [ "Get1", "GetViaIdentity1" ], - "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", - "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes", "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", "Variants": [ "List1" ], - "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes", - "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodModeCount", "Variants": [ "Get1" ], - "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodModeCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", "Variants": [ "Get1", "GetViaIdentity1" ], - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies", "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", "Variants": [ "List1" ], - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "Get1", "GetViaIdentity1" ], - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "List1" ], - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfigurationCount", "Variants": [ "Get1", "GetViaIdentity1" ], - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfigurationCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCount", "Variants": [ "Get1" ], - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCount" + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphNamedLocation", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.Read.All", "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessNamedLocation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "OutputType": "IMicrosoftGraphNamedLocation", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessNamedLocation" + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/namedLocations", + "Method": "GET", + "OutputType": "IMicrosoftGraphNamedLocation", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.Read.All", "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessNamedLocation", "Variants": [ "List" ], - "Uri": "/identity/conditionalAccess/namedLocations", - "OutputType": "IMicrosoftGraphNamedLocation", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessNamedLocation" + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/namedLocations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.Read.All", "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessNamedLocationCount", "Variants": [ "Get" ], - "Uri": "/identity/conditionalAccess/namedLocations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessNamedLocationCount" + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.Read.All", "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessPolicy" + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/policies", + "Method": "GET", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.Read.All", "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessPolicy", "Variants": [ "List" ], - "Uri": "/identity/conditionalAccess/policies", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessPolicy" + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/policies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.Read.All", "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessPolicyCount", "Variants": [ "Get" ], - "Uri": "/identity/conditionalAccess/policies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessPolicyCount" + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphConditionalAccessTemplate", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.Read.All", "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}", - "OutputType": "IMicrosoftGraphConditionalAccessTemplate", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessTemplate" + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/templates", + "Method": "GET", + "OutputType": "IMicrosoftGraphConditionalAccessTemplate", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.Read.All", "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessTemplate", "Variants": [ "List" ], - "Uri": "/identity/conditionalAccess/templates", - "OutputType": "IMicrosoftGraphConditionalAccessTemplate", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessTemplate" + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/templates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.Read.All", "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessTemplateCount", "Variants": [ "Get" ], - "Uri": "/identity/conditionalAccess/templates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessTemplateCount" + "ApiVersion": "beta" }, { + "Uri": "/identity/continuousAccessEvaluationPolicy", + "Method": "GET", + "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.Read.All", "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaIdentityContinuouAccessEvaluationPolicy", "Variants": [ "Get" ], - "Uri": "/identity/continuousAccessEvaluationPolicy", - "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityContinuouAccessEvaluationPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaIdentityCustomAuthenticationExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityCustomAuthenticationExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/customAuthenticationExtensions", "Method": "GET", + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaIdentityCustomAuthenticationExtension", "Variants": [ "List" ], - "Uri": "/identity/customAuthenticationExtensions", - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityCustomAuthenticationExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/customAuthenticationExtensions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaIdentityCustomAuthenticationExtensionCount", "Variants": [ "Get" ], - "Uri": "/identity/customAuthenticationExtensions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityCustomAuthenticationExtensionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecision", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecision" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecision", "Variants": [ "List" ], - "Uri": "/identityGovernance/accessReviews/decisions", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecision" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/accessReviews/decisions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsightCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsightCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstance" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstance", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewerCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewerCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsightCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsightCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/definition", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewStage", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewStage", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight" + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsightCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsightCount" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -91070,18 +91214,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinition" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -91096,17 +91240,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinition", "Variants": [ "List" ], - "Uri": "/identityGovernance/accessReviews/definitions", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinition" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -91121,17 +91265,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/accessReviews/definitions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionCount" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -91146,18 +91290,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", - "OutputType": "IMicrosoftGraphAccessReviewInstance", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -91172,30 +91316,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", "Variants": [ "List" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", - "OutputType": "IMicrosoftGraphAccessReviewInstance", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -91210,17 +91354,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "Variants": [ "List" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -91235,18 +91379,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -91261,18 +91405,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceCount" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -91287,18 +91431,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -91313,17 +91457,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "List" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -91338,82 +91482,82 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/definition", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDefinition" + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -91428,18 +91572,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", - "OutputType": "IMicrosoftGraphAccessReviewStage", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -91454,17 +91598,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", "Variants": [ "List" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", - "OutputType": "IMicrosoftGraphAccessReviewStage", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -91479,18 +91623,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageCount" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -91505,18 +91649,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -91531,17 +91675,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Variants": [ "List" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -91556,156 +91700,156 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Variants": [ "Get", "GetViaIdentity" ], - "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", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", "Method": "GET", + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Variants": [ "List" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "OutputType": "IMicrosoftGraphAccessReviewInstance", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/historyDefinitions", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", "Variants": [ "List" ], - "Uri": "/identityGovernance/accessReviews/historyDefinitions", - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/historyDefinitions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/accessReviews/historyDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance" + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Variants": [ "List" ], - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/policy", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewPolicy", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "Policy.Read.All", @@ -91720,17 +91864,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewPolicy", "Variants": [ "Get" ], - "Uri": "/identityGovernance/accessReviews/policy", - "OutputType": "IMicrosoftGraphAccessReviewPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewPolicy" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAppConsentRequest", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -91745,18 +91889,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", - "OutputType": "IMicrosoftGraphAppConsentRequest", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequest" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/appConsent/appConsentRequests", + "Method": "GET", + "OutputType": "IMicrosoftGraphAppConsentRequest", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -91771,17 +91915,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequest", "Variants": [ "List" ], - "Uri": "/identityGovernance/appConsent/appConsentRequests", - "OutputType": "IMicrosoftGraphAppConsentRequest", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequest" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/appConsent/appConsentRequests/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -91796,17 +91940,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestCount" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserConsentRequest", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -91821,18 +91965,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", - "OutputType": "IMicrosoftGraphUserConsentRequest", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserConsentRequest", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -91847,68 +91991,68 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", "Variants": [ "List" ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", - "OutputType": "IMicrosoftGraphUserConsentRequest", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", "Method": "GET", + "OutputType": "IMicrosoftGraphApproval", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", - "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphApprovalStep", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", - "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps", "Method": "GET", + "OutputType": "IMicrosoftGraphApprovalStep", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", "Variants": [ "List" ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps", - "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStepCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStepCount" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -91923,18 +92067,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestCount" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -91949,18 +92093,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflow", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflow" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -91975,17 +92119,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflow", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflow" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -92000,43 +92144,43 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedBy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedBy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -92051,18 +92195,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -92077,17 +92221,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -92102,99 +92246,99 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", + "Method": "GET", "OutputType": "IMicrosoftGraphDeletedItemContainer", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem" + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem", + "Variants": [ + "Get" + ], + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", "Description": "Read and write all lifecycle workflows resources", "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -92209,17 +92353,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -92234,206 +92378,206 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs", - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -92448,17 +92592,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -92473,44 +92617,44 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScopeCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedBy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedBy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -92525,18 +92669,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRun", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRun" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -92551,17 +92695,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRun", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs", - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRun" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -92576,31 +92720,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -92615,17 +92759,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -92640,57 +92784,57 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask" + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -92705,18 +92849,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -92731,17 +92875,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -92756,57 +92900,57 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult" + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -92821,17 +92965,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/settings", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -92846,55 +92990,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowSetting", "Variants": [ "Get" ], - "Uri": "/identityGovernance/lifecycleWorkflows/settings", - "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTask", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTask" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTask", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTask" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskCount" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -92909,18 +93053,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -92935,17 +93079,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -92960,107 +93104,107 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinitionCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinitionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport" + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -93075,17 +93219,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -93100,57 +93244,57 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTask" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTask", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult" + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -93165,17 +93309,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -93190,57 +93334,57 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask" + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -93255,18 +93399,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -93281,17 +93425,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -93306,209 +93450,209 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult" + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -93523,17 +93667,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -93548,18 +93692,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -93574,17 +93718,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -93599,83 +93743,83 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedBy" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedBy", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask" + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -93690,17 +93834,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -93715,1086 +93859,1086 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccess" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccess", "Variants": [ "Get" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroup" + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroup", + "Variants": [ + "Get" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphApproval", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", - "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", "Method": "GET", + "OutputType": "IMicrosoftGraphApproval", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "Variants": [ "List" ], - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", - "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphApprovalStep", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps", "Method": "GET", + "OutputType": "IMicrosoftGraphApprovalStep", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", "Variants": [ "List" ], - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps", - "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStepCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStepCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", "Method": "GET", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "Variants": [ "List" ], - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing", "Method": "GET", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", "Method": "GET", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "Variants": [ "List" ], - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing", "Method": "GET", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get" - ], "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group", + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group", + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "Variants": [ - "Get" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group", + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "Variants": [ - "Get" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group", + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "Variants": [ - "Get" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group", + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlert" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlert", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/alerts", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlert" + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlert", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", "Variants": [ "List" ], - "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}/alertDefinition", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationAlertDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}/alertDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationAlertDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get" - ], "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationCount", "Variants": [ "Get" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/alerts/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertCount" + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertCount", + "Variants": [ + "Get" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition", "Variants": [ "List" ], - "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinitionCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinitionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncident", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncident" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertIncident", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncident", "Variants": [ "List" ], - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertIncident", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncident" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncidentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncidentCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", - "OutputType": "IMicrosoftGraphLongRunningOperation", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/roleManagementAlerts/operations", "Method": "GET", + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperation", "Variants": [ "List" ], - "Uri": "/identityGovernance/roleManagementAlerts/operations", - "OutputType": "IMicrosoftGraphLongRunningOperation", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/roleManagementAlerts/operations/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperationCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/roleManagementAlerts/operations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperationCount" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAgreement", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "Agreement.Read.All", "Description": "Read all terms of use agreements", "FullDescription": "Allows the app to read terms of use agreements on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreement", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "OutputType": "IMicrosoftGraphAgreement", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreement" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/termsOfUse/agreements", + "Method": "GET", + "OutputType": "IMicrosoftGraphAgreement", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "Agreement.Read.All", "Description": "Read all terms of use agreements", "FullDescription": "Allows the app to read terms of use agreements on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreement", "Variants": [ "List" ], - "Uri": "/identityGovernance/termsOfUse/agreements", - "OutputType": "IMicrosoftGraphAgreement", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreement" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", - "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", "Method": "GET", + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", "Variants": [ "List", "List1" ], - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", - "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptanceCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptanceCount" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/termsOfUse/agreements/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "Agreement.Read.All", "Description": "Read all terms of use agreements", "FullDescription": "Allows the app to read terms of use agreements on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/termsOfUse/agreements/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", "Method": "GET", + "OutputType": "IMicrosoftGraphAgreementFile", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", - "OutputType": "IMicrosoftGraphAgreementFile", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", "Method": "GET", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile", "Variants": [ "List" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", "Method": "GET", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", "Variants": [ "List" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "Method": "GET", + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Variants": [ "List" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", "Method": "GET", + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", "Variants": [ "List" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersionCount" + "ApiVersion": "beta" }, { + "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -94809,18 +94953,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityProvider", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/identityProviders/{identityProviderBase-id}", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityProvider" + "ApiVersion": "beta" }, { + "Uri": "/identity/identityProviders", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -94835,17 +94979,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityProvider", "Variants": [ "List" ], - "Uri": "/identity/identityProviders", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityProvider" + "ApiVersion": "beta" }, { + "Uri": "/identity/identityProviders/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -94860,17 +95004,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityProviderCount", "Variants": [ "Get" ], - "Uri": "/identity/identityProviders/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityProviderCount" + "ApiVersion": "beta" }, { + "Uri": "/identity/userFlows/{identityUserFlow-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityUserFlow", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -94885,18 +95029,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityUserFlow", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/userFlows/{identityUserFlow-id}", - "OutputType": "IMicrosoftGraphIdentityUserFlow", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityUserFlow" + "ApiVersion": "beta" }, { + "Uri": "/identity/userFlows", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityUserFlow", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -94911,17 +95055,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityUserFlow", "Variants": [ "List" ], - "Uri": "/identity/userFlows", - "OutputType": "IMicrosoftGraphIdentityUserFlow", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityUserFlow" + "ApiVersion": "beta" }, { + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -94936,18 +95080,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityUserFlowAttribute", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityUserFlowAttribute" + "ApiVersion": "beta" }, { + "Uri": "/identity/userFlowAttributes", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -94962,17 +95106,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityUserFlowAttribute", "Variants": [ "List" ], - "Uri": "/identity/userFlowAttributes", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityUserFlowAttribute" + "ApiVersion": "beta" }, { + "Uri": "/identity/userFlowAttributes/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -94987,17 +95131,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityUserFlowAttributeCount", "Variants": [ "Get" ], - "Uri": "/identity/userFlowAttributes/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityUserFlowAttributeCount" + "ApiVersion": "beta" }, { + "Uri": "/identity/userFlows/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -95012,41 +95156,41 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaIdentityUserFlowCount", "Variants": [ "Get" ], - "Uri": "/identity/userFlows/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityUserFlowCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get" - ], "Uri": "/informationProtection", + "Method": "GET", "OutputType": "IMicrosoftGraphInformationProtection", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtection" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaInformationProtection", "Variants": [ "Get" ], + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/bitlocker", + "Method": "GET", "OutputType": "IMicrosoftGraphBitlocker", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionBitlocker" + "Permissions": [], + "Command": "Get-MgBetaInformationProtectionBitlocker", + "Variants": [ + "Get" + ], + "ApiVersion": "beta" }, { + "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "BitLockerKey.Read.All", @@ -95061,18 +95205,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKey", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKey" + "ApiVersion": "beta" }, { + "Uri": "/informationProtection/bitlocker/recoveryKeys", + "Method": "GET", + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "BitLockerKey.Read.All", @@ -95087,17 +95231,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKey", "Variants": [ "List" ], - "Uri": "/informationProtection/bitlocker/recoveryKeys", - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKey" + "ApiVersion": "beta" }, { + "Uri": "/informationProtection/bitlocker/recoveryKeys/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "BitLockerKey.Read.All", @@ -95112,66 +95256,66 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKeyCount", "Variants": [ "Get" ], - "Uri": "/informationProtection/bitlocker/recoveryKeys/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKeyCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/informationProtection/dataLossPreventionPolicies", + "Method": "GET", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicy" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicy", "Variants": [ - "Get" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/dataLossPreventionPolicies/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicyCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicyCount", "Variants": [ "Get" ], + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/policy", + "Method": "GET", "OutputType": "IMicrosoftGraphInformationProtectionPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionPolicy" + "Permissions": [], + "Command": "Get-MgBetaInformationProtectionPolicy", + "Variants": [ + "Get" + ], + "ApiVersion": "beta" }, { + "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -95186,18 +95330,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaInformationProtectionPolicyLabel", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionPolicyLabel" + "ApiVersion": "beta" }, { + "Uri": "/informationProtection/policy/labels", + "Method": "GET", + "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -95212,17 +95356,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaInformationProtectionPolicyLabel", "Variants": [ "List" ], - "Uri": "/informationProtection/policy/labels", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionPolicyLabel" + "ApiVersion": "beta" }, { + "Uri": "/informationProtection/policy/labels/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -95237,54 +95381,54 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaInformationProtectionPolicyLabelCount", "Variants": [ "Get" ], - "Uri": "/informationProtection/policy/labels/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionPolicyLabelCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/informationProtection/sensitivityLabels/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaInformationProtectionSensitivityLabelCount", "Variants": [ "Get" ], - "Uri": "/informationProtection/sensitivityLabels/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionSensitivityLabelCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaInformationProtectionSensitivityLabelSublabelCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionSensitivityLabelSublabelCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/informationProtection/sensitivityPolicySettings", "Method": "GET", + "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaInformationProtectionSensitivityPolicySetting", "Variants": [ "Get" ], - "Uri": "/informationProtection/sensitivityPolicySettings", - "OutputType": "IMicrosoftGraphSensitivityPolicySettings", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionSensitivityPolicySetting" + "ApiVersion": "beta" }, { + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "ThreatAssessment.Read.All", @@ -95299,18 +95443,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequest" + "ApiVersion": "beta" }, { + "Uri": "/informationProtection/threatAssessmentRequests", + "Method": "GET", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "ThreatAssessment.Read.All", @@ -95325,17 +95469,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequest", "Variants": [ "List" ], - "Uri": "/informationProtection/threatAssessmentRequests", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequest" + "ApiVersion": "beta" }, { + "Uri": "/informationProtection/threatAssessmentRequests/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "ThreatAssessment.Read.All", @@ -95350,143 +95494,143 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestCount", "Variants": [ "Get" ], - "Uri": "/informationProtection/threatAssessmentRequests/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResult" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", "Method": "GET", + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResult", "Variants": [ "List" ], - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResult" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResultCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResultCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/invitations/{invitation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphInvitation", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaInvitation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/invitations/{invitation-id}", - "OutputType": "IMicrosoftGraphInvitation", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInvitation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/invitations", "Method": "GET", + "OutputType": "IMicrosoftGraphInvitation", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaInvitation", "Variants": [ "List" ], - "Uri": "/invitations", - "OutputType": "IMicrosoftGraphInvitation", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInvitation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/invitations/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaInvitationCount", "Variants": [ "Get" ], - "Uri": "/invitations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInvitationCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaInvitationInvitedUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInvitationInvitedUserMailboxSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/invitations/{invitation-id}/invitedUserSponsors/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaInvitationInvitedUserSponsor", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/invitations/{invitation-id}/invitedUserSponsors/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInvitationInvitedUserSponsor" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/invitations/{invitation-id}/invitedUserSponsors", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaInvitationInvitedUserSponsor", "Variants": [ "List" ], - "Uri": "/invitations/{invitation-id}/invitedUserSponsors", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInvitationInvitedUserSponsor" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/invitations/{invitation-id}/invitedUserSponsors/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaInvitationInvitedUserSponsorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/invitations/{invitation-id}/invitedUserSponsors/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInvitationInvitedUserSponsorCount" + "ApiVersion": "beta" }, { + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -95507,18 +95651,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaOauth2PermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaOauth2PermissionGrant" + "ApiVersion": "beta" }, { + "Uri": "/oauth2PermissionGrants", + "Method": "GET", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -95539,17 +95683,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaOauth2PermissionGrant", "Variants": [ "List" ], - "Uri": "/oauth2PermissionGrants", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaOauth2PermissionGrant" + "ApiVersion": "beta" }, { + "Uri": "/oauth2PermissionGrants/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -95570,17 +95714,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaOauth2PermissionGrantCount", "Variants": [ "Get" ], - "Uri": "/oauth2PermissionGrants/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaOauth2PermissionGrantCount" + "ApiVersion": "beta" }, { + "Uri": "/oauth2PermissionGrants/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -95601,195 +95745,195 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaOauth2PermissionGrantDelta", "Variants": [ "Delta" ], - "Uri": "/oauth2PermissionGrants/delta", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaOauth2PermissionGrantDelta" + "ApiVersion": "beta" }, { + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", + "Module": "Beta.Applications", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", - "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/onPremisesPublishingProfiles", "Method": "GET", + "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaOnPremisePublishingProfile", "Variants": [ "List" ], - "Uri": "/onPremisesPublishingProfiles", - "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfile" + "ApiVersion": "beta" }, { + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Module": "Beta.Applications", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", - "OutputType": "IMicrosoftGraphOnPremisesAgent", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileAgent" + "ApiVersion": "beta" }, { + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Module": "Beta.Applications", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgent", "Variants": [ "List" ], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents", - "OutputType": "IMicrosoftGraphOnPremisesAgent", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileAgent" + "ApiVersion": "beta" }, { + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentCount" + "ApiVersion": "beta" }, { + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Module": "Beta.Applications", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroup" + "ApiVersion": "beta" }, { + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Module": "Beta.Applications", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroup", "Variants": [ "List", "List1", "List2" ], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups", - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", - "OutputType": "IMicrosoftGraphOnPremisesAgent", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents", "Method": "GET", + "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgent", "Variants": [ "List" ], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents", - "OutputType": "IMicrosoftGraphOnPremisesAgent", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgentCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupByRef", "Variants": [ "List", "List1" ], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupByRef" + "ApiVersion": "beta" }, { + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupCount", "Variants": [ "Get", "Get1", @@ -95798,391 +95942,391 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphPublishedResource", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", - "OutputType": "IMicrosoftGraphPublishedResource", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources", + "Method": "GET", "OutputType": "IMicrosoftGraphPublishedResource", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", "Variants": [ "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups", + "Method": "GET", "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup", "Variants": [ "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphConnector", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileConnector" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnector", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors", + "Method": "GET", "OutputType": "IMicrosoftGraphConnector", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileConnector" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnector", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphConnectorGroup", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroup", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups", + "Method": "GET", "OutputType": "IMicrosoftGraphConnectorGroup", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroup", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications", + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupCount", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members", + "Method": "GET", "OutputType": "IMicrosoftGraphConnector", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMember" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMember", "Variants": [ "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$ref", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberCount", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf", + "Method": "GET", "OutputType": "IMicrosoftGraphConnectorGroup", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOf" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOf", "Variants": [ "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef" + "Permissions": [], + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOfCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaOnPremisePublishingProfileCount", "Variants": [ "Get" ], - "Uri": "/onPremisesPublishingProfiles/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileCount" + "ApiVersion": "beta" }, { + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPublishedResource", + "Module": "Beta.Applications", "Permissions": { "Name": "OnPremisesPublishingProfiles.ReadWrite.All", "Description": "Manage on-premises published resources", "FullDescription": "Allows the app to manage hybrid identity service configuration by creating, viewing, updating and deleting on-premises published resources, on-premises agents and agent groups, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", - "OutputType": "IMicrosoftGraphPublishedResource", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResource" + "ApiVersion": "beta" }, { + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources", + "Method": "GET", + "OutputType": "IMicrosoftGraphPublishedResource", + "Module": "Beta.Applications", "Permissions": { "Name": "OnPremisesPublishingProfiles.ReadWrite.All", "Description": "Manage on-premises published resources", "FullDescription": "Allows the app to manage hybrid identity service configuration by creating, viewing, updating and deleting on-premises published resources, on-premises agents and agent groups, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResource", "Variants": [ "List" ], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources", - "OutputType": "IMicrosoftGraphPublishedResource", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResource" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups", + "Method": "GET", "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup", "Variants": [ "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef" + "Permissions": [], + "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupCount" + "ApiVersion": "beta" }, { + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": { "Name": "OnPremisesPublishingProfiles.ReadWrite.All", "Description": "Manage on-premises published resources", "FullDescription": "Allows the app to manage hybrid identity service configuration by creating, viewing, updating and deleting on-premises published resources, on-premises agents and agent groups, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceCount" + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOrganization", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -96209,18 +96353,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaOrganization", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/organization/{organization-id}", - "OutputType": "IMicrosoftGraphOrganization", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganization" + "ApiVersion": "beta" }, { + "Uri": "/organization", + "Method": "GET", + "OutputType": "IMicrosoftGraphOrganization", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -96277,17 +96421,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaOrganization", "Variants": [ "List" ], - "Uri": "/organization", - "OutputType": "IMicrosoftGraphOrganization", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganization" + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/branding", + "Method": "GET", + "OutputType": "IMicrosoftGraphOrganizationalBranding", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Organization.Read.All", @@ -96308,83 +96452,83 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaOrganizationBranding", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/organization/{organization-id}/branding", - "OutputType": "IMicrosoftGraphOrganizationalBranding", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationBranding" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/organization/{organization-id}/branding/backgroundImage", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationBrandingBackgroundImage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingBackgroundImage", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/bannerLogo", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationBrandingBannerLogo" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingBannerLogo", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/customCSS", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationBrandingCustomCss" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingCustomCss", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/favicon", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationBrandingFavicon" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingFavicon", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/headerLogo", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationBrandingHeaderLogo" + "Permissions": [], + "Command": "Get-MgBetaOrganizationBrandingHeaderLogo", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Organization.Read.All", @@ -96405,18 +96549,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingLocalization", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationBrandingLocalization" + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/branding/localizations", + "Method": "GET", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Organization.Read.All", @@ -96437,43 +96581,43 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingLocalization", "Variants": [ "List" ], - "Uri": "/organization/{organization-id}/branding/localizations", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationBrandingLocalization" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaOrganizationBrandingLocalizationBackgroundImage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationBrandingLocalizationBackgroundImage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaOrganizationBrandingLocalizationBannerLogo", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationBrandingLocalizationBannerLogo" + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/branding/localizations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Organization.Read.All", @@ -96494,122 +96638,122 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingLocalizationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/organization/{organization-id}/branding/localizations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationBrandingLocalizationCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationBrandingLocalizationCustomCss" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingLocalizationCustomCss", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationBrandingLocalizationFavicon" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingLocalizationFavicon", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationBrandingLocalizationHeaderLogo" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingLocalizationHeaderLogo", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationBrandingLocalizationSquareLogo" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingLocalizationSquareLogo", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationBrandingLocalizationSquareLogoDark" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingLocalizationSquareLogoDark", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/squareLogo", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationBrandingSquareLogo" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingSquareLogo", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/squareLogoDark", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationBrandingSquareLogoDark" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Get-MgBetaOrganizationBrandingSquareLogoDark", "Variants": [ "Get", - "GetExpanded" + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/organization/getByIds", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationById" + "Permissions": [], + "Command": "Get-MgBetaOrganizationById", + "Variants": [ + "Get", + "GetExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Organization.Read.All", @@ -96624,18 +96768,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", + "Method": "GET", + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Organization.Read.All", @@ -96650,17 +96794,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfiguration", "Variants": [ "List" ], - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Organization.Read.All", @@ -96675,18 +96819,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfigurationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfigurationCount" + "ApiVersion": "beta" }, { + "Uri": "/organization/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -96743,85 +96887,98 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaOrganizationCount", "Variants": [ "Get" ], - "Uri": "/organization/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/organization/{organization-id}/extensions/{extension-id}", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaOrganizationExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/organization/{organization-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/organization/{organization-id}/extensions", "Method": "GET", + "OutputType": "IMicrosoftGraphExtension", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaOrganizationExtension", "Variants": [ "List" ], - "Uri": "/organization/{organization-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/organization/{organization-id}/extensions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaOrganizationExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/organization/{organization-id}/extensions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationExtensionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/organization/{organization-id}/getMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaOrganizationMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/organization/{organization-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationMemberGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/organization/{organization-id}/getMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaOrganizationMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/organization/{organization-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "beta", + "ApiVersion": "beta" + }, + { + "Uri": "/organization/{organization-id}/partnerInformation", + "Method": "GET", + "OutputType": "IMicrosoftGraphPartnerInformation", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationMemberObject" + "Permissions": [], + "Command": "Get-MgBetaOrganizationPartnerInformation", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/settings", + "Method": "GET", + "OutputType": "IMicrosoftGraphOrganizationSettings", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "User.Read", @@ -96836,18 +96993,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaOrganizationSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/organization/{organization-id}/settings", - "OutputType": "IMicrosoftGraphOrganizationSettings", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationSetting" + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/settings/contactInsights", + "Method": "GET", + "OutputType": "IMicrosoftGraphInsightsSettings", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Organization.Read.All", @@ -96862,18 +97019,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaOrganizationSettingContactInsight", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/organization/{organization-id}/settings/contactInsights", - "OutputType": "IMicrosoftGraphInsightsSettings", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationSettingContactInsight" + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/settings/itemInsights", + "Method": "GET", + "OutputType": "IMicrosoftGraphInsightsSettings", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "User.Read.All", @@ -96888,18 +97045,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaOrganizationSettingItemInsight", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/organization/{organization-id}/settings/itemInsights", - "OutputType": "IMicrosoftGraphInsightsSettings", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationSettingItemInsight" + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", + "Method": "GET", + "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Organization.Read.All", @@ -96914,18 +97071,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", - "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationSettingMicrosoftApplicationDataAccess" + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/settings/peopleInsights", + "Method": "GET", + "OutputType": "IMicrosoftGraphInsightsSettings", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "User.Read.All", @@ -96940,18 +97097,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaOrganizationSettingPersonInsight", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/organization/{organization-id}/settings/peopleInsights", - "OutputType": "IMicrosoftGraphInsightsSettings", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationSettingPersonInsight" + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/settings/profileCardProperties/{profileCardProperty-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphProfileCardProperty", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "User.Read", @@ -96966,18 +97123,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaOrganizationSettingProfileCardProperty", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/organization/{organization-id}/settings/profileCardProperties/{profileCardProperty-id}", - "OutputType": "IMicrosoftGraphProfileCardProperty", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationSettingProfileCardProperty" + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/settings/profileCardProperties", + "Method": "GET", + "OutputType": "IMicrosoftGraphProfileCardProperty", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "User.Read", @@ -96992,17 +97149,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaOrganizationSettingProfileCardProperty", "Variants": [ "List" ], - "Uri": "/organization/{organization-id}/settings/profileCardProperties", - "OutputType": "IMicrosoftGraphProfileCardProperty", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationSettingProfileCardProperty" + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/settings/profileCardProperties/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "User.Read", @@ -97017,18 +97174,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaOrganizationSettingProfileCardPropertyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/organization/{organization-id}/settings/profileCardProperties/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationSettingProfileCardPropertyCount" + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/settings/pronouns", + "Method": "GET", + "OutputType": "IMicrosoftGraphPronounsSettings", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Organization.Read.All", @@ -97043,149 +97200,149 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaOrganizationSettingPronoun", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/organization/{organization-id}/settings/pronouns", - "OutputType": "IMicrosoftGraphPronounsSettings", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationSettingPronoun" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/organization/getUserOwnedObjects", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgBetaOrganizationUserOwnedObject", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/organization/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationUserOwnedObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/places/{place-id}/room", "Method": "GET", + "OutputType": "IMicrosoftGraphRoom", + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Get-MgBetaPlaceAsRoom", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/places/{place-id}/room", - "OutputType": "IMicrosoftGraphRoom", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaPlaceAsRoom" + "ApiVersion": "beta" }, { + "Uri": "/places/room", + "Method": "GET", + "OutputType": "IMicrosoftGraphRoom", + "Module": "Beta.Calendar", "Permissions": { "Name": "Place.Read.All", "Description": "Read all company places", "FullDescription": "Allows the app to read your company's places (conference rooms and room lists) for calendar events and other applications, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaPlaceAsRoom", "Variants": [ "List" ], - "Uri": "/places/room", - "OutputType": "IMicrosoftGraphRoom", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaPlaceAsRoom" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/places/{place-id}/roomList", "Method": "GET", + "OutputType": "IMicrosoftGraphRoomList", + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Get-MgBetaPlaceAsRoomList", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/places/{place-id}/roomList", - "OutputType": "IMicrosoftGraphRoomList", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaPlaceAsRoomList" + "ApiVersion": "beta" }, { + "Uri": "/places/roomList", + "Method": "GET", + "OutputType": "IMicrosoftGraphRoomList", + "Module": "Beta.Calendar", "Permissions": { "Name": "Place.Read.All", "Description": "Read all company places", "FullDescription": "Allows the app to read your company's places (conference rooms and room lists) for calendar events and other applications, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaPlaceAsRoomList", "Variants": [ "List" ], - "Uri": "/places/roomList", - "OutputType": "IMicrosoftGraphRoomList", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaPlaceAsRoomList" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/places/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Get-MgBetaPlaceCount", "Variants": [ "Get" ], - "Uri": "/places/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaPlaceCount" + "ApiVersion": "beta" }, { + "Uri": "/places/room/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Calendar", "Permissions": { "Name": "Place.Read.All", "Description": "Read all company places", "FullDescription": "Allows the app to read your company's places (conference rooms and room lists) for calendar events and other applications, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaPlaceCountAsRoom", "Variants": [ "Get" ], - "Uri": "/places/room/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaPlaceCountAsRoom" + "ApiVersion": "beta" }, { + "Uri": "/places/roomList/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Calendar", "Permissions": { "Name": "Place.Read.All", "Description": "Read all company places", "FullDescription": "Allows the app to read your company's places (conference rooms and room lists) for calendar events and other applications, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaPlaceCountAsRoomList", "Variants": [ "Get" ], - "Uri": "/places/roomList/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaPlaceCountAsRoomList" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/planner", "Method": "GET", + "OutputType": "IMicrosoftGraphPlanner", + "Module": "Beta.Planner", + "Permissions": [], + "Command": "Get-MgBetaPlanner", "Variants": [ "Get" ], - "Uri": "/planner", - "OutputType": "IMicrosoftGraphPlanner", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlanner" + "ApiVersion": "beta" }, { + "Uri": "/planner/buckets/{plannerBucket-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerBucket", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -97224,18 +97381,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaPlannerBucket", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/planner/buckets/{plannerBucket-id}", - "OutputType": "IMicrosoftGraphPlannerBucket", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerBucket" + "ApiVersion": "beta" }, { + "Uri": "/planner/buckets", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerBucket", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -97274,17 +97431,66 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaPlannerBucket", "Variants": [ "List" ], - "Uri": "/planner/buckets", - "OutputType": "IMicrosoftGraphPlannerBucket", - "ApiVersion": "beta", + "ApiVersion": "beta" + }, + { + "Uri": "/planner/buckets/$count", + "Method": "GET", + "OutputType": null, "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerBucket" + "Permissions": [ + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true + }, + { + "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 + }, + { + "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 + }, + { + "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 + }, + { + "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 + }, + { + "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 + } + ], + "Command": "Get-MgBetaPlannerBucketCount", + "Variants": [ + "Get" + ], + "ApiVersion": "beta" }, { + "Uri": "/planner/buckets/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerBucket", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -97323,66 +97529,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaPlannerBucketDelta", "Variants": [ - "Get" + "Delta" ], - "Uri": "/planner/buckets/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerBucketCount" + "ApiVersion": "beta" }, { - "Permissions": [ - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true - }, - { - "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 - }, - { - "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 - }, - { - "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 - }, - { - "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 - }, - { - "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 - } - ], + "Uri": "/planner/buckets/{plannerBucket-id}/tasks", "Method": "GET", - "Variants": [ - "Delta" - ], - "Uri": "/planner/buckets/delta", - "OutputType": "IMicrosoftGraphPlannerBucket", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerTask", "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerBucketDelta" - }, - { "Permissions": [ { "Name": "Group.Read.All", @@ -97421,17 +97578,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaPlannerBucketTask", "Variants": [ "List" ], - "Uri": "/planner/buckets/{plannerBucket-id}/tasks", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerBucketTask" + "ApiVersion": "beta" }, { + "Uri": "/planner/plans/{plannerPlan-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -97470,18 +97627,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaPlannerPlan", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/planner/plans/{plannerPlan-id}", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerPlan" + "ApiVersion": "beta" }, { + "Uri": "/planner/plans", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -97520,17 +97677,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaPlannerPlan", "Variants": [ "List" ], - "Uri": "/planner/plans", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerPlan" + "ApiVersion": "beta" }, { + "Uri": "/planner/plans/{plannerPlan-id}/buckets", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerBucket", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -97569,17 +97726,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaPlannerPlanBucket", "Variants": [ "List" ], - "Uri": "/planner/plans/{plannerPlan-id}/buckets", - "OutputType": "IMicrosoftGraphPlannerBucket", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerPlanBucket" + "ApiVersion": "beta" }, { + "Uri": "/planner/plans/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -97618,17 +97775,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaPlannerPlanCount", "Variants": [ "Get" ], - "Uri": "/planner/plans/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerPlanCount" + "ApiVersion": "beta" }, { + "Uri": "/planner/plans/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -97667,17 +97824,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaPlannerPlanDelta", "Variants": [ "Delta" ], - "Uri": "/planner/plans/delta", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerPlanDelta" + "ApiVersion": "beta" }, { + "Uri": "/planner/plans/{plannerPlan-id}/details", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -97716,18 +97873,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaPlannerPlanDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/planner/plans/{plannerPlan-id}/details", - "OutputType": "IMicrosoftGraphPlannerPlanDetails", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerPlanDetail" + "ApiVersion": "beta" }, { + "Uri": "/planner/plans/{plannerPlan-id}/tasks", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerTask", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -97766,17 +97923,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaPlannerPlanTask", "Variants": [ "List" ], - "Uri": "/planner/plans/{plannerPlan-id}/tasks", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerPlanTask" + "ApiVersion": "beta" }, { + "Uri": "/planner/rosters/{plannerRoster-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerRoster", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -97803,42 +97960,42 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaPlannerRoster", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/planner/rosters/{plannerRoster-id}", - "OutputType": "IMicrosoftGraphPlannerRoster", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerRoster" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/planner/rosters", "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerRoster", + "Module": "Beta.Planner", + "Permissions": [], + "Command": "Get-MgBetaPlannerRoster", "Variants": [ "List" ], - "Uri": "/planner/rosters", - "OutputType": "IMicrosoftGraphPlannerRoster", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerRoster" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/planner/rosters/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Planner", + "Permissions": [], + "Command": "Get-MgBetaPlannerRosterCount", "Variants": [ "Get" ], - "Uri": "/planner/rosters/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerRosterCount" + "ApiVersion": "beta" }, { + "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerRosterMember", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -97865,18 +98022,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaPlannerRosterMember", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", - "OutputType": "IMicrosoftGraphPlannerRosterMember", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerRosterMember" + "ApiVersion": "beta" }, { + "Uri": "/planner/rosters/{plannerRoster-id}/members", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerRosterMember", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -97903,17 +98060,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaPlannerRosterMember", "Variants": [ "List" ], - "Uri": "/planner/rosters/{plannerRoster-id}/members", - "OutputType": "IMicrosoftGraphPlannerRosterMember", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerRosterMember" + "ApiVersion": "beta" }, { + "Uri": "/planner/rosters/{plannerRoster-id}/members/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -97940,31 +98097,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaPlannerRosterMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/planner/rosters/{plannerRoster-id}/members/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerRosterMemberCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/planner/rosters/{plannerRoster-id}/plans/{plannerPlan-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Module": "Beta.Planner", + "Permissions": [], + "Command": "Get-MgBetaPlannerRosterPlan", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/planner/rosters/{plannerRoster-id}/plans/{plannerPlan-id}", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerRosterPlan" + "ApiVersion": "beta" }, { + "Uri": "/planner/rosters/{plannerRoster-id}/plans", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -97991,17 +98148,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaPlannerRosterPlan", "Variants": [ "List" ], - "Uri": "/planner/rosters/{plannerRoster-id}/plans", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerRosterPlan" + "ApiVersion": "beta" }, { + "Uri": "/planner/rosters/{plannerRoster-id}/plans/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -98028,18 +98185,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaPlannerRosterPlanCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/planner/rosters/{plannerRoster-id}/plans/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerRosterPlanCount" + "ApiVersion": "beta" }, { + "Uri": "/planner/tasks/{plannerTask-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerTask", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -98078,18 +98235,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaPlannerTask", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/planner/tasks/{plannerTask-id}", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerTask" + "ApiVersion": "beta" }, { + "Uri": "/planner/tasks", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerTask", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -98128,17 +98285,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaPlannerTask", "Variants": [ "List" ], - "Uri": "/planner/tasks", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerTask" + "ApiVersion": "beta" }, { + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -98177,18 +98334,68 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaPlannerTaskAssignedToTaskBoardFormat", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", - "ApiVersion": "beta", + "ApiVersion": "beta" + }, + { + "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerTaskAssignedToTaskBoardFormat" + "Permissions": [ + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true + }, + { + "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 + }, + { + "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 + }, + { + "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 + }, + { + "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 + }, + { + "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 + } + ], + "Command": "Get-MgBetaPlannerTaskBucketTaskBoardFormat", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/planner/tasks/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -98227,67 +98434,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaPlannerTaskCount", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerTaskBucketTaskBoardFormat" + "ApiVersion": "beta" }, { - "Permissions": [ - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true - }, - { - "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 - }, - { - "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 - }, - { - "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 - }, - { - "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 - }, - { - "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 - } - ], + "Uri": "/planner/tasks/delta", "Method": "GET", - "Variants": [ - "Get" - ], - "Uri": "/planner/tasks/$count", - "OutputType": null, - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerTask", "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerTaskCount" - }, - { "Permissions": [ { "Name": "Tasks.Read", @@ -98302,17 +98459,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaPlannerTaskDelta", "Variants": [ "Delta" ], - "Uri": "/planner/tasks/delta", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerTaskDelta" + "ApiVersion": "beta" }, { + "Uri": "/planner/tasks/{plannerTask-id}/details", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -98351,18 +98508,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaPlannerTaskDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/planner/tasks/{plannerTask-id}/details", - "OutputType": "IMicrosoftGraphPlannerTaskDetails", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerTaskDetail" + "ApiVersion": "beta" }, { + "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -98401,18 +98558,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaPlannerTaskProgressTaskBoardFormat", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerTaskProgressTaskBoardFormat" + "ApiVersion": "beta" }, { + "Uri": "/policies/accessReviewPolicy", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -98427,17 +98584,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyAccessReviewPolicy", "Variants": [ "Get" ], - "Uri": "/policies/accessReviewPolicy", - "OutputType": "IMicrosoftGraphAccessReviewPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAccessReviewPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -98452,18 +98609,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/activityBasedTimeoutPolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -98478,55 +98635,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicy", "Variants": [ "List" ], - "Uri": "/policies/activityBasedTimeoutPolicies", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo", "Variants": [ "List" ], - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyToCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyToCount" + "ApiVersion": "beta" }, { + "Uri": "/policies/activityBasedTimeoutPolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -98541,17 +98698,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyCount", "Variants": [ "Get" ], - "Uri": "/policies/activityBasedTimeoutPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyCount" + "ApiVersion": "beta" }, { + "Uri": "/policies/adminConsentRequestPolicy", + "Method": "GET", + "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Directory.Read.All", @@ -98578,17 +98735,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyAdminConsentRequestPolicy", "Variants": [ "Get" ], - "Uri": "/policies/adminConsentRequestPolicy", - "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAdminConsentRequestPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -98603,18 +98760,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyAppManagementPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "OutputType": "IMicrosoftGraphAppManagementPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAppManagementPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/appManagementPolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -98629,30 +98786,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyAppManagementPolicy", "Variants": [ "List" ], - "Uri": "/policies/appManagementPolicies", - "OutputType": "IMicrosoftGraphAppManagementPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAppManagementPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyAppManagementPolicyApplyTo", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAppManagementPolicyApplyTo" + "ApiVersion": "beta" }, { + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Application.Read.All", @@ -98673,17 +98830,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyAppManagementPolicyApplyTo", "Variants": [ "List" ], - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAppManagementPolicyApplyTo" + "ApiVersion": "beta" }, { + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Application.Read.All", @@ -98704,18 +98861,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyAppManagementPolicyApplyToCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAppManagementPolicyApplyToCount" + "ApiVersion": "beta" }, { + "Uri": "/policies/appManagementPolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -98730,17 +98887,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyAppManagementPolicyCount", "Variants": [ "Get" ], - "Uri": "/policies/appManagementPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAppManagementPolicyCount" + "ApiVersion": "beta" }, { + "Uri": "/policies/authenticationFlowsPolicy", + "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -98755,71 +98912,71 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyAuthenticationFlowPolicy", "Variants": [ "Get" ], - "Uri": "/policies/authenticationFlowsPolicy", - "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAuthenticationFlowPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/authenticationMethodsPolicy", + "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.AuthenticationMethod", "Description": "Read and write your authentication method policies ", "FullDescription": "Allows the app to read and write the authentication method policies for your tenant, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaPolicyAuthenticationMethodPolicy", "Variants": [ "Get" ], - "Uri": "/policies/authenticationMethodsPolicy", - "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAuthenticationMethodPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Variants": [ "List" ], - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount", "Variants": [ "Get" ], - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount" + "ApiVersion": "beta" }, { + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -98840,18 +98997,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/authenticationStrengthPolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -98872,55 +99029,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicy", "Variants": [ "List" ], - "Uri": "/policies/authenticationStrengthPolicies", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "List" ], - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfigurationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfigurationCount" + "ApiVersion": "beta" }, { + "Uri": "/policies/authenticationStrengthPolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -98941,30 +99098,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCount", "Variants": [ "Get" ], - "Uri": "/policies/authenticationStrengthPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyAuthorizationPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", - "OutputType": "IMicrosoftGraphAuthorizationPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAuthorizationPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/authorizationPolicy", + "Method": "GET", + "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -98979,17 +99136,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyAuthorizationPolicy", "Variants": [ "List" ], - "Uri": "/policies/authorizationPolicy", - "OutputType": "IMicrosoftGraphAuthorizationPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAuthorizationPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/authorizationPolicy/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -99004,72 +99161,72 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyAuthorizationPolicyCount", "Variants": [ "Get" ], - "Uri": "/policies/authorizationPolicy/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAuthorizationPolicyCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", - "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides", "Method": "GET", + "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", "Variants": [ "List" ], - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides", - "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverrideCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverrideCount" + "ApiVersion": "beta" }, { + "Uri": "/policies/b2cAuthenticationMethodsPolicy", + "Method": "GET", + "OutputType": "IMicrosoftGraphB2CAuthenticationMethodsPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.Read.All", "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaPolicyB2CAuthenticationMethodPolicy", "Variants": [ "Get" ], - "Uri": "/policies/b2cAuthenticationMethodsPolicy", - "OutputType": "IMicrosoftGraphB2CAuthenticationMethodsPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyB2CAuthenticationMethodPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -99084,18 +99241,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyClaimMappingPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyClaimMappingPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/claimsMappingPolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -99110,30 +99267,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyClaimMappingPolicy", "Variants": [ "List" ], - "Uri": "/policies/claimsMappingPolicies", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyClaimMappingPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyTo", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyTo" + "ApiVersion": "beta" }, { + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Application.Read.All", @@ -99160,17 +99317,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyTo", "Variants": [ "List" ], - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyTo" + "ApiVersion": "beta" }, { + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Application.Read.All", @@ -99197,18 +99354,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyToCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyToCount" + "ApiVersion": "beta" }, { + "Uri": "/policies/claimsMappingPolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -99223,29 +99380,29 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyClaimMappingPolicyCount", "Variants": [ "Get" ], - "Uri": "/policies/claimsMappingPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyClaimMappingPolicyCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/conditionalAccessPolicies/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyConditionalAccessPolicyCount", "Variants": [ "Get" ], - "Uri": "/policies/conditionalAccessPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyConditionalAccessPolicyCount" + "ApiVersion": "beta" }, { + "Uri": "/policies/crossTenantAccessPolicy", + "Method": "GET", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -99260,17 +99417,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicy", "Variants": [ "Get" ], - "Uri": "/policies/crossTenantAccessPolicy", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/crossTenantAccessPolicy/default", + "Method": "GET", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -99285,17 +99442,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyDefault", "Variants": [ "Get" ], - "Uri": "/policies/crossTenantAccessPolicy/default", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyDefault" + "ApiVersion": "beta" }, { + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "Method": "GET", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -99310,18 +99467,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartner", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartner" + "ApiVersion": "beta" }, { + "Uri": "/policies/crossTenantAccessPolicy/partners", + "Method": "GET", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -99336,17 +99493,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartner", "Variants": [ "List" ], - "Uri": "/policies/crossTenantAccessPolicy/partners", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartner" + "ApiVersion": "beta" }, { + "Uri": "/policies/crossTenantAccessPolicy/partners/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -99361,17 +99518,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartnerCount", "Variants": [ "Get" ], - "Uri": "/policies/crossTenantAccessPolicy/partners/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartnerCount" + "ApiVersion": "beta" }, { + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "Method": "GET", + "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -99386,18 +99543,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization" + "ApiVersion": "beta" }, { + "Uri": "/policies/defaultAppManagementPolicy", + "Method": "GET", + "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -99412,17 +99569,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyDefaultAppManagementPolicy", "Variants": [ "Get" ], - "Uri": "/policies/defaultAppManagementPolicy", - "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyDefaultAppManagementPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/deviceRegistrationPolicy", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -99437,29 +99594,29 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyDeviceRegistrationPolicy", "Variants": [ "Get" ], - "Uri": "/policies/deviceRegistrationPolicy", - "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyDeviceRegistrationPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/directoryRoleAccessReviewPolicy", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryRoleAccessReviewPolicy", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyDirectoryRoleAccessReviewPolicy", "Variants": [ "Get" ], - "Uri": "/policies/directoryRoleAccessReviewPolicy", - "OutputType": "IMicrosoftGraphDirectoryRoleAccessReviewPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyDirectoryRoleAccessReviewPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/externalIdentitiesPolicy", + "Method": "GET", + "OutputType": "IMicrosoftGraphExternalIdentitiesPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -99474,161 +99631,161 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyExternalIdentityPolicy", "Variants": [ "Get" ], - "Uri": "/policies/externalIdentitiesPolicy", - "OutputType": "IMicrosoftGraphExternalIdentitiesPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyExternalIdentityPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaPolicyFeatureRolloutPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyFeatureRolloutPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/featureRolloutPolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaPolicyFeatureRolloutPolicy", "Variants": [ "List" ], - "Uri": "/policies/featureRolloutPolicies", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyFeatureRolloutPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyTo", "Variants": [ "List" ], - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyTo" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToById", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToById" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", "Variants": [ "List" ], - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToByRef" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/delta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getUserOwnedObjects", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToUserOwnedObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToUserOwnedObject" + "ApiVersion": "beta" }, { + "Uri": "/policies/featureRolloutPolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaPolicyFeatureRolloutPolicyCount", "Variants": [ "Get" ], - "Uri": "/policies/featureRolloutPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyFeatureRolloutPolicyCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/federatedTokenValidationPolicy", "Method": "GET", + "OutputType": "IMicrosoftGraphFederatedTokenValidationPolicy", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyFederatedTokenValidationPolicy", "Variants": [ "Get" ], - "Uri": "/policies/federatedTokenValidationPolicy", - "OutputType": "IMicrosoftGraphFederatedTokenValidationPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyFederatedTokenValidationPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -99643,18 +99800,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/homeRealmDiscoveryPolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -99669,30 +99826,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicy", "Variants": [ "List" ], - "Uri": "/policies/homeRealmDiscoveryPolicies", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo" + "ApiVersion": "beta" }, { + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Application.Read.All", @@ -99719,17 +99876,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo", "Variants": [ "List" ], - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo" + "ApiVersion": "beta" }, { + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Application.Read.All", @@ -99756,18 +99913,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyToCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyToCount" + "ApiVersion": "beta" }, { + "Uri": "/policies/homeRealmDiscoveryPolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -99782,34 +99939,34 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyCount", "Variants": [ "Get" ], - "Uri": "/policies/homeRealmDiscoveryPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyCount" + "ApiVersion": "beta" }, { + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.Read.All", "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", "Variants": [ "Get" ], - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", - "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -99824,18 +99981,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyMobileAppManagementPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyMobileAppManagementPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/mobileAppManagementPolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -99850,17 +100007,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyMobileAppManagementPolicy", "Variants": [ "List" ], - "Uri": "/policies/mobileAppManagementPolicies", - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyMobileAppManagementPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/mobileAppManagementPolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -99875,17 +100032,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyMobileAppManagementPolicyCount", "Variants": [ "Get" ], - "Uri": "/policies/mobileAppManagementPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyMobileAppManagementPolicyCount" + "ApiVersion": "beta" }, { + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -99900,17 +100057,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroup", "Variants": [ "List" ], - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroup" + "ApiVersion": "beta" }, { + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -99925,17 +100082,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", "Variants": [ "List" ], - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef" + "ApiVersion": "beta" }, { + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -99950,18 +100107,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupCount" + "ApiVersion": "beta" }, { + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -99976,18 +100133,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/mobileDeviceManagementPolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -100002,17 +100159,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicy", "Variants": [ "List" ], - "Uri": "/policies/mobileDeviceManagementPolicies", - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/mobileDeviceManagementPolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -100027,17 +100184,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyCount", "Variants": [ "Get" ], - "Uri": "/policies/mobileDeviceManagementPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyCount" + "ApiVersion": "beta" }, { + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -100052,17 +100209,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroup", "Variants": [ "List" ], - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroup" + "ApiVersion": "beta" }, { + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -100077,17 +100234,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", "Variants": [ "List" ], - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef" + "ApiVersion": "beta" }, { + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -100102,18 +100259,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupCount" + "ApiVersion": "beta" }, { + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -100128,18 +100285,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyPermissionGrantPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyPermissionGrantPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/permissionGrantPolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -100154,17 +100311,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyPermissionGrantPolicy", "Variants": [ "List" ], - "Uri": "/policies/permissionGrantPolicies", - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyPermissionGrantPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/permissionGrantPolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -100179,30 +100336,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyPermissionGrantPolicyCount", "Variants": [ "Get" ], - "Uri": "/policies/permissionGrantPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyPermissionGrantPolicyCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyPermissionGrantPolicyExclude", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyPermissionGrantPolicyExclude" + "ApiVersion": "beta" }, { + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", + "Method": "GET", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Directory.Read.All", @@ -100217,17 +100374,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyPermissionGrantPolicyExclude", "Variants": [ "List" ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyPermissionGrantPolicyExclude" + "ApiVersion": "beta" }, { + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Directory.Read.All", @@ -100242,31 +100399,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyPermissionGrantPolicyExcludeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyPermissionGrantPolicyExcludeCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyPermissionGrantPolicyInclude", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyPermissionGrantPolicyInclude" + "ApiVersion": "beta" }, { + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", + "Method": "GET", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Directory.Read.All", @@ -100281,17 +100438,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyPermissionGrantPolicyInclude", "Variants": [ "List" ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyPermissionGrantPolicyInclude" + "ApiVersion": "beta" }, { + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Directory.Read.All", @@ -100306,18 +100463,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyPermissionGrantPolicyIncludeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyPermissionGrantPolicyIncludeCount" + "ApiVersion": "beta" }, { + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "RoleManagement.Read.All", @@ -100350,18 +100507,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyRoleManagementPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/roleManagementPolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "RoleManagement.Read.All", @@ -100394,17 +100551,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicy", "Variants": [ "List" ], - "Uri": "/policies/roleManagementPolicies", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyRoleManagementPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "RoleManagement.Read.All", @@ -100437,18 +100594,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignment" + "ApiVersion": "beta" }, { + "Uri": "/policies/roleManagementPolicyAssignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "RoleManagement.Read.All", @@ -100481,17 +100638,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignment", "Variants": [ "List" ], - "Uri": "/policies/roleManagementPolicyAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignment" + "ApiVersion": "beta" }, { + "Uri": "/policies/roleManagementPolicyAssignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "RoleManagement.Read.All", @@ -100524,30 +100681,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignmentCount", "Variants": [ "Get" ], - "Uri": "/policies/roleManagementPolicyAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignmentCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignmentPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignmentPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/roleManagementPolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "RoleManagement.Read.All", @@ -100580,30 +100737,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicyCount", "Variants": [ "Get" ], - "Uri": "/policies/roleManagementPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyRoleManagementPolicyCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRule", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRule" + "ApiVersion": "beta" }, { + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "RoleManagement.Read.All", @@ -100636,17 +100793,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRule", "Variants": [ "List" ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRule" + "ApiVersion": "beta" }, { + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "RoleManagement.Read.All", @@ -100679,18 +100836,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRuleCount" + "ApiVersion": "beta" }, { + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "RoleManagement.Read.All", @@ -100723,18 +100880,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicyRule", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyRoleManagementPolicyRule" + "ApiVersion": "beta" }, { + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "RoleManagement.Read.All", @@ -100767,17 +100924,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicyRule", "Variants": [ "List" ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyRoleManagementPolicyRule" + "ApiVersion": "beta" }, { + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "RoleManagement.Read.All", @@ -100810,131 +100967,131 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicyRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyRoleManagementPolicyRuleCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", - "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/servicePrincipalCreationPolicies", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicy", "Variants": [ "List" ], - "Uri": "/policies/servicePrincipalCreationPolicies", - "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/servicePrincipalCreationPolicies/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyCount", "Variants": [ "Get" ], - "Uri": "/policies/servicePrincipalCreationPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExclude", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExclude" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExclude", "Variants": [ "List" ], - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes", - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExclude" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExcludeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExcludeCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyInclude", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyInclude" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyInclude", "Variants": [ "List" ], - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes", - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyInclude" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyIncludeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyIncludeCount" + "ApiVersion": "beta" }, { + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -100949,18 +101106,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyTokenIssuancePolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyTokenIssuancePolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/tokenIssuancePolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -100975,30 +101132,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyTokenIssuancePolicy", "Variants": [ "List" ], - "Uri": "/policies/tokenIssuancePolicies", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyTokenIssuancePolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyTo", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyTo" + "ApiVersion": "beta" }, { + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Application.Read.All", @@ -101025,17 +101182,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyTo", "Variants": [ "List" ], - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyTo" + "ApiVersion": "beta" }, { + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Application.Read.All", @@ -101062,18 +101219,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyToCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyToCount" + "ApiVersion": "beta" }, { + "Uri": "/policies/tokenIssuancePolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -101088,17 +101245,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyTokenIssuancePolicyCount", "Variants": [ "Get" ], - "Uri": "/policies/tokenIssuancePolicies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyTokenIssuancePolicyCount" + "ApiVersion": "beta" }, { + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -101113,18 +101270,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyTokenLifetimePolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyTokenLifetimePolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/tokenLifetimePolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -101139,67 +101296,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyTokenLifetimePolicy", "Variants": [ "List" ], - "Uri": "/policies/tokenLifetimePolicies", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyTokenLifetimePolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyTo", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyTo" + "ApiVersion": "beta" }, { - "Permissions": [ - { - "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, - { - "Name": "Policy.Read.All", - "Description": "Read your organization's policies", - "FullDescription": "Allows the app to read your organization's policies on your behalf.", - "IsAdmin": true - }, - { - "Name": "Policy.ReadWrite.ApplicationConfiguration", - "Description": "Read and write your organization's application configuration policies", - "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", - "IsAdmin": true - } - ], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyTo" - }, - { "Permissions": [ { "Name": "Application.Read.All", @@ -101226,19 +101346,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyTo", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyToCount" - }, - { "Permissions": [ + { + "Name": "Application.Read.All", + "Description": "Read applications", + "FullDescription": "Allows the app to read applications and service principals on your behalf.", + "IsAdmin": true + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory.", + "IsAdmin": true + }, { "Name": "Policy.Read.All", "Description": "Read your organization's policies", @@ -101252,29 +101383,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyToCount", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Uri": "/policies/tokenLifetimePolicies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyTokenLifetimePolicyCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/tokenLifetimePolicies/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [ + { + "Name": "Policy.Read.All", + "Description": "Read your organization's policies", + "FullDescription": "Allows the app to read your organization's policies on your behalf.", + "IsAdmin": true + }, + { + "Name": "Policy.ReadWrite.ApplicationConfiguration", + "Description": "Read and write your organization's application configuration policies", + "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaPolicyTokenLifetimePolicyCount", "Variants": [ "Get" ], + "ApiVersion": "beta" + }, + { "Uri": "/print", + "Method": "GET", "OutputType": "IMicrosoftGraphPrint", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrint" + "Permissions": [], + "Command": "Get-MgBetaPrint", + "Variants": [ + "Get" + ], + "ApiVersion": "beta" }, { + "Uri": "/print/connectors/{printConnector-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintConnector", + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -101289,18 +101446,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintConnector", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/connectors/{printConnector-id}", - "OutputType": "IMicrosoftGraphPrintConnector", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintConnector" + "ApiVersion": "beta" }, { + "Uri": "/print/connectors", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintConnector", + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -101315,17 +101472,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintConnector", "Variants": [ "List" ], - "Uri": "/print/connectors", - "OutputType": "IMicrosoftGraphPrintConnector", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintConnector" + "ApiVersion": "beta" }, { + "Uri": "/print/connectors/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -101340,17 +101497,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintConnectorCount", "Variants": [ "Get" ], - "Uri": "/print/connectors/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintConnectorCount" + "ApiVersion": "beta" }, { + "Uri": "/print/operations/{printOperation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintOperation", + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "Printer.Create", @@ -101371,42 +101528,42 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/operations/{printOperation-id}", - "OutputType": "IMicrosoftGraphPrintOperation", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/print/operations", "Method": "GET", + "OutputType": "IMicrosoftGraphPrintOperation", + "Module": "Beta.Devices.CloudPrint", + "Permissions": [], + "Command": "Get-MgBetaPrintOperation", "Variants": [ "List" ], - "Uri": "/print/operations", - "OutputType": "IMicrosoftGraphPrintOperation", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/print/operations/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", + "Permissions": [], + "Command": "Get-MgBetaPrintOperationCount", "Variants": [ "Get" ], - "Uri": "/print/operations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintOperationCount" + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrinter", + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "Printer.FullControl.All", @@ -101445,18 +101602,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintPrinter", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/printers/{printer-id}", - "OutputType": "IMicrosoftGraphPrinter", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinter" + "ApiVersion": "beta" }, { + "Uri": "/print/printers", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrinter", + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "Printer.FullControl.All", @@ -101477,17 +101634,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintPrinter", "Variants": [ "List" ], - "Uri": "/print/printers", - "OutputType": "IMicrosoftGraphPrinter", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinter" + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}/getCapabilities", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrinterCapabilities", + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "Printer.FullControl.All", @@ -101508,31 +101665,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintPrinterCapability", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/printers/{printer-id}/getCapabilities", - "OutputType": "IMicrosoftGraphPrinterCapabilities", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterCapability" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphPrintConnector", + "Module": "Beta.Devices.CloudPrint", + "Permissions": [], + "Command": "Get-MgBetaPrintPrinterConnector", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}", - "OutputType": "IMicrosoftGraphPrintConnector", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterConnector" + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}/connectors", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintConnector", + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -101547,17 +101704,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintPrinterConnector", "Variants": [ "List" ], - "Uri": "/print/printers/{printer-id}/connectors", - "OutputType": "IMicrosoftGraphPrintConnector", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterConnector" + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}/connectors/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -101572,18 +101729,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintPrinterConnectorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/printers/{printer-id}/connectors/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterConnectorCount" + "ApiVersion": "beta" }, { + "Uri": "/print/printers/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "Printer.FullControl.All", @@ -101604,17 +101761,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintPrinterCount", "Variants": [ "Get" ], - "Uri": "/print/printers/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterCount" + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintJob", + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Read", @@ -101665,18 +101822,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintPrinterJob", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterJob" + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}/jobs", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintJob", + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Read", @@ -101727,17 +101884,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintPrinterJob", "Variants": [ "List" ], - "Uri": "/print/printers/{printer-id}/jobs", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterJob" + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}/jobs/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Read", @@ -101788,18 +101945,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintPrinterJobCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/printers/{printer-id}/jobs/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterJobCount" + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintDocument", + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Read", @@ -101826,30 +101983,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintPrinterJobDocument", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterJobDocument" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", "Method": "GET", + "OutputType": "IMicrosoftGraphPrintDocument", + "Module": "Beta.Devices.CloudPrint", + "Permissions": [], + "Command": "Get-MgBetaPrintPrinterJobDocument", "Variants": [ "List" ], - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", - "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterJobDocument" + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Read", @@ -101876,97 +102033,97 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintPrinterJobDocumentContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterJobDocumentContent" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterJobDocumentCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrintPrinterJobDocumentCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterJobTask" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrintPrinterJobTask", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterJobTask" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrintPrinterJobTask", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterJobTaskCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrintPrinterJobTaskCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTaskDefinition", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterJobTaskDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrintPrinterJobTaskDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterJobTaskTrigger" + "Permissions": [], + "Command": "Get-MgBetaPrintPrinterJobTaskTrigger", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphPrinterShare", + "Module": "Beta.Devices.CloudPrint", + "Permissions": [], + "Command": "Get-MgBetaPrintPrinterShare", "Variants": [ "Get", "Get1", @@ -101975,113 +102132,113 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Uri": "/print/printerShares/{printerShare-id}", - "OutputType": "IMicrosoftGraphPrinterShare", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShare" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/print/printerShares", "Method": "GET", + "OutputType": "IMicrosoftGraphPrinterShare", + "Module": "Beta.Devices.CloudPrint", + "Permissions": [], + "Command": "Get-MgBetaPrintPrinterShare", "Variants": [ "List", "List1" ], - "Uri": "/print/printerShares", - "OutputType": "IMicrosoftGraphPrinterShare", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShare" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/print/printerShares/{printerShare-id}/allowedGroups", + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareAllowedGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareAllowedGroup", "Variants": [ "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareAllowedGroupByRef" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareAllowedGroupByRef", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareAllowedGroupCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareAllowedGroupCount", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/allowedUsers", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareAllowedUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareAllowedUser", "Variants": [ "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareAllowedUserByRef" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareAllowedUserByRef", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareAllowedUserCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareAllowedUserCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareAllowedUserMailboxSetting" + "Permissions": [], + "Command": "Get-MgBetaPrintPrinterShareAllowedUserMailboxSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}/shares/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -102102,185 +102259,185 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Uri": "/print/printers/{printer-id}/shares/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphPrintJob", + "Module": "Beta.Devices.CloudPrint", + "Permissions": [], + "Command": "Get-MgBetaPrintPrinterShareJob", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareJob" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/print/printerShares/{printerShare-id}/jobs", + "Method": "GET", "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareJob" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareJob", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/jobs/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareJobCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareJobCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareJobDocument" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareJobDocument", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents", + "Method": "GET", "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareJobDocument" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareJobDocument", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareJobDocumentContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareJobDocumentContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareJobDocumentCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareJobDocumentCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareJobTask" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareJobTask", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks", + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareJobTask" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareJobTask", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareJobTaskCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareJobTaskCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTaskDefinition", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareJobTaskDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareJobTaskDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareJobTaskTrigger" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareJobTaskTrigger", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/printer", + "Method": "GET", "OutputType": "IMicrosoftGraphPrinter", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterSharePrinter" + "Permissions": [], + "Command": "Get-MgBetaPrintPrinterSharePrinter", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "Printer.FullControl.All", @@ -102301,18 +102458,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintPrinterTaskTrigger", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterTaskTrigger" + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}/taskTriggers", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "Printer.FullControl.All", @@ -102333,17 +102490,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintPrinterTaskTrigger", "Variants": [ "List" ], - "Uri": "/print/printers/{printer-id}/taskTriggers", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterTaskTrigger" + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}/taskTriggers/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "Printer.FullControl.All", @@ -102364,31 +102521,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintPrinterTaskTriggerCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/printers/{printer-id}/taskTriggers/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterTaskTriggerCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition", "Method": "GET", + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Module": "Beta.Devices.CloudPrint", + "Permissions": [], + "Command": "Get-MgBetaPrintPrinterTaskTriggerDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterTaskTriggerDefinition" + "ApiVersion": "beta" }, { + "Uri": "/print/services/{printService-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintService", + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -102505,18 +102662,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintService", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/services/{printService-id}", - "OutputType": "IMicrosoftGraphPrintService", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintService" + "ApiVersion": "beta" }, { + "Uri": "/print/services", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintService", + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -102633,17 +102790,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintService", "Variants": [ "List" ], - "Uri": "/print/services", - "OutputType": "IMicrosoftGraphPrintService", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintService" + "ApiVersion": "beta" }, { + "Uri": "/print/services/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -102760,17 +102917,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintServiceCount", "Variants": [ "Get" ], - "Uri": "/print/services/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintServiceCount" + "ApiVersion": "beta" }, { + "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -102887,18 +103044,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintServiceEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", - "OutputType": "IMicrosoftGraphPrintServiceEndpoint", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintServiceEndpoint" + "ApiVersion": "beta" }, { + "Uri": "/print/services/{printService-id}/endpoints", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -103015,17 +103172,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintServiceEndpoint", "Variants": [ "List" ], - "Uri": "/print/services/{printService-id}/endpoints", - "OutputType": "IMicrosoftGraphPrintServiceEndpoint", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintServiceEndpoint" + "ApiVersion": "beta" }, { + "Uri": "/print/services/{printService-id}/endpoints/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -103142,18 +103299,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintServiceEndpointCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/services/{printService-id}/endpoints/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintServiceEndpointCount" + "ApiVersion": "beta" }, { + "Uri": "/print/shares/{printerShare-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrinterShare", + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -103174,18 +103331,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintShare", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/shares/{printerShare-id}", - "OutputType": "IMicrosoftGraphPrinterShare", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShare" + "ApiVersion": "beta" }, { + "Uri": "/print/shares", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrinterShare", + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -103206,17 +103363,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintShare", "Variants": [ "List" ], - "Uri": "/print/shares", - "OutputType": "IMicrosoftGraphPrinterShare", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShare" + "ApiVersion": "beta" }, { + "Uri": "/print/shares/{printerShare-id}/allowedGroups", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -103231,17 +103388,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintShareAllowedGroup", "Variants": [ "List" ], - "Uri": "/print/shares/{printerShare-id}/allowedGroups", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareAllowedGroup" + "ApiVersion": "beta" }, { + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -103256,17 +103413,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintShareAllowedGroupByRef", "Variants": [ "List" ], - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareAllowedGroupByRef" + "ApiVersion": "beta" }, { + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -103281,18 +103438,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintShareAllowedGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareAllowedGroupCount" + "ApiVersion": "beta" }, { + "Uri": "/print/shares/{printerShare-id}/allowedUsers", + "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -103307,17 +103464,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintShareAllowedUser", "Variants": [ "List" ], - "Uri": "/print/shares/{printerShare-id}/allowedUsers", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareAllowedUser" + "ApiVersion": "beta" }, { + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -103332,17 +103489,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintShareAllowedUserByRef", "Variants": [ "List" ], - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareAllowedUserByRef" + "ApiVersion": "beta" }, { + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -103357,31 +103514,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintShareAllowedUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareAllowedUserCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Beta.Devices.CloudPrint", + "Permissions": [], + "Command": "Get-MgBetaPrintShareAllowedUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareAllowedUserMailboxSetting" + "ApiVersion": "beta" }, { + "Uri": "/print/shares/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -103402,17 +103559,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintShareCount", "Variants": [ "Get" ], - "Uri": "/print/shares/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareCount" + "ApiVersion": "beta" }, { + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintJob", + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Read", @@ -103463,18 +103620,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintShareJob", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareJob" + "ApiVersion": "beta" }, { + "Uri": "/print/shares/{printerShare-id}/jobs", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintJob", + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Read", @@ -103525,17 +103682,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintShareJob", "Variants": [ "List" ], - "Uri": "/print/shares/{printerShare-id}/jobs", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareJob" + "ApiVersion": "beta" }, { + "Uri": "/print/shares/{printerShare-id}/jobs/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Read", @@ -103586,133 +103743,133 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintShareJobCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/shares/{printerShare-id}/jobs/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareJobCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphPrintDocument", + "Module": "Beta.Devices.CloudPrint", + "Permissions": [], + "Command": "Get-MgBetaPrintShareJobDocument", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareJobDocument" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", + "Method": "GET", "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareJobDocument" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrintShareJobDocument", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareJobDocumentContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrintShareJobDocumentContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareJobDocumentCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrintShareJobDocumentCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareJobTask" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrintShareJobTask", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareJobTask" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrintShareJobTask", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareJobTaskCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrintShareJobTaskCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTaskDefinition", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareJobTaskDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrintShareJobTaskDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareJobTaskTrigger" + "Permissions": [], + "Command": "Get-MgBetaPrintShareJobTaskTrigger", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/print/shares/{printerShare-id}/printer", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrinter", + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "Printer.FullControl.All", @@ -103733,138 +103890,138 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrintSharePrinter", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/shares/{printerShare-id}/printer", - "OutputType": "IMicrosoftGraphPrinter", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintSharePrinter" + "ApiVersion": "beta" }, { + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Module": "Beta.Devices.CloudPrint", "Permissions": { "Name": "PrintTaskDefinition.ReadWrite.All", "Description": "Read, write and update print task definitions", "FullDescription": "Allows the application to read and update print task definitions without a signed-in user. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaPrintTaskDefinition", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintTaskDefinition" + "ApiVersion": "beta" }, { + "Uri": "/print/taskDefinitions", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Module": "Beta.Devices.CloudPrint", "Permissions": { "Name": "PrintTaskDefinition.ReadWrite.All", "Description": "Read, write and update print task definitions", "FullDescription": "Allows the application to read and update print task definitions without a signed-in user. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaPrintTaskDefinition", "Variants": [ "List" ], - "Uri": "/print/taskDefinitions", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintTaskDefinition" + "ApiVersion": "beta" }, { + "Uri": "/print/taskDefinitions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", "Permissions": { "Name": "PrintTaskDefinition.ReadWrite.All", "Description": "Read, write and update print task definitions", "FullDescription": "Allows the application to read and update print task definitions without a signed-in user. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaPrintTaskDefinitionCount", "Variants": [ "Get" ], - "Uri": "/print/taskDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintTaskDefinitionCount" + "ApiVersion": "beta" }, { + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintTask", + "Module": "Beta.Devices.CloudPrint", "Permissions": { "Name": "PrintTaskDefinition.ReadWrite.All", "Description": "Read, write and update print task definitions", "FullDescription": "Allows the application to read and update print task definitions without a signed-in user. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaPrintTaskDefinitionTask", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", - "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintTaskDefinitionTask" + "ApiVersion": "beta" }, { + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintTask", + "Module": "Beta.Devices.CloudPrint", "Permissions": { "Name": "PrintTaskDefinition.ReadWrite.All", "Description": "Read, write and update print task definitions", "FullDescription": "Allows the application to read and update print task definitions without a signed-in user. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaPrintTaskDefinitionTask", "Variants": [ "List" ], - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", - "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintTaskDefinitionTask" + "ApiVersion": "beta" }, { + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", "Permissions": { "Name": "PrintTaskDefinition.ReadWrite.All", "Description": "Read, write and update print task definitions", "FullDescription": "Allows the application to read and update print task definitions without a signed-in user. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaPrintTaskDefinitionTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintTaskDefinitionTaskCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger", "Method": "GET", + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Module": "Beta.Devices.CloudPrint", + "Permissions": [], + "Command": "Get-MgBetaPrintTaskDefinitionTaskTrigger", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintTaskDefinitionTaskTrigger" + "ApiVersion": "beta" }, { + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -103879,18 +104036,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaPrivacySubjectRightsRequest" + "ApiVersion": "beta" }, { + "Uri": "/privacy/subjectRightsRequests", + "Method": "GET", + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -103905,119 +104062,119 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequest", "Variants": [ "List" ], - "Uri": "/privacy/subjectRightsRequests", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaPrivacySubjectRightsRequest" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Get-MgBetaPrivacySubjectRightsRequestApprover", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaPrivacySubjectRightsRequestApprover" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Command": "Get-MgBetaPrivacySubjectRightsRequestApprover" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestApprover", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaborator" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaborator", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaborator" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaborator", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting" + "Permissions": [], + "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/privacy/subjectRightsRequests/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Compliance", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -104032,30 +104189,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestCount", "Variants": [ "Get" ], - "Uri": "/privacy/subjectRightsRequests/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaPrivacySubjectRightsRequestCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAuthoredNote", + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Get-MgBetaPrivacySubjectRightsRequestNote", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "OutputType": "IMicrosoftGraphAuthoredNote", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaPrivacySubjectRightsRequestNote" + "ApiVersion": "beta" }, { + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "Method": "GET", + "OutputType": "IMicrosoftGraphAuthoredNote", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -104070,17 +104227,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestNote", "Variants": [ "List" ], - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "OutputType": "IMicrosoftGraphAuthoredNote", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaPrivacySubjectRightsRequestNote" + "ApiVersion": "beta" }, { + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Compliance", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -104095,1043 +104252,1043 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestNoteCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaPrivacySubjectRightsRequestNoteCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team", "Method": "GET", + "OutputType": "IMicrosoftGraphTeam", + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Get-MgBetaPrivacySubjectRightsRequestTeam", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team", - "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaPrivacySubjectRightsRequestTeam" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphPrivilegedAccess", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaPrivilegedAccess", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/privilegedAccess/{privilegedAccess-id}", - "OutputType": "IMicrosoftGraphPrivilegedAccess", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccess" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/privilegedAccess", "Method": "GET", + "OutputType": "IMicrosoftGraphPrivilegedAccess", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaPrivilegedAccess", "Variants": [ "List" ], - "Uri": "/privilegedAccess", - "OutputType": "IMicrosoftGraphPrivilegedAccess", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccess" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/privilegedAccess/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaPrivilegedAccessCount", "Variants": [ "Get" ], - "Uri": "/privilegedAccess/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphGovernanceResource", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaPrivilegedAccessResource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", - "OutputType": "IMicrosoftGraphGovernanceResource", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResource" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/privilegedAccess/{privilegedAccess-id}/resources", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceResource", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResource", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/parent", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceResource", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceParent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceParent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignment", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignment", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentLinkedEligibleRoleAssignment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentLinkedEligibleRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceResource", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestResource", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/resource", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceResource", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionResource", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/roleSetting", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionRoleSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionRoleSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceSubject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/resource", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceResource", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentResource", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/resource", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceResource", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionResource", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/roleSetting", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionRoleSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionRoleSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceSubject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentSubject" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinition", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinition", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/resource", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceResource", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionResource", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionRoleSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionRoleSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSetting", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSetting", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/resource", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceResource", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingResource", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/resource", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceResource", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionResource", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/roleSetting", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionRoleSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionRoleSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignment", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignment", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentLinkedEligibleRoleAssignment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentLinkedEligibleRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequest", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequest", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceResource", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestResource", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceSubject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestSubject" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/resource", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceResource", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentResource", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceSubject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentSubject" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentSubject", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleDefinition", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleDefinition", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/resource", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceResource", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionResource", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionRoleSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionRoleSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleSetting", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleSetting", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleSettingCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleSettingCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/resource", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceResource", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleSettingResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleSettingResource", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleSettingRoleDefinition" + "Permissions": [], + "Command": "Get-MgBetaPrivilegedAccessRoleSettingRoleDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/privilegedApproval/{privilegedApproval-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrivilegedApproval", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "PrivilegedAccess.ReadWrite.AzureAD", "Description": "Read and write privileged access to Azure AD", "FullDescription": "Allows the app to request and manage just in time elevation (including scheduled elevation) of users to Azure AD built-in administrative roles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaPrivilegedApproval", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/privilegedApproval/{privilegedApproval-id}", - "OutputType": "IMicrosoftGraphPrivilegedApproval", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedApproval" + "ApiVersion": "beta" }, { + "Uri": "/privilegedApproval", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrivilegedApproval", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "PrivilegedAccess.ReadWrite.AzureAD", "Description": "Read and write privileged access to Azure AD", "FullDescription": "Allows the app to request and manage just in time elevation (including scheduled elevation) of users to Azure AD built-in administrative roles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaPrivilegedApproval", "Variants": [ "List" ], - "Uri": "/privilegedApproval", - "OutputType": "IMicrosoftGraphPrivilegedApproval", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedApproval" + "ApiVersion": "beta" }, { + "Uri": "/privilegedApproval/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "PrivilegedAccess.ReadWrite.AzureAD", "Description": "Read and write privileged access to Azure AD", "FullDescription": "Allows the app to request and manage just in time elevation (including scheduled elevation) of users to Azure AD built-in administrative roles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaPrivilegedApprovalCount", "Variants": [ "Get" ], - "Uri": "/privilegedApproval/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedApprovalCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/privilegedApproval/{privilegedApproval-id}/request", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedApprovalRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedApprovalRequest", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRole", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedApprovalRoleInfo" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedApprovalRoleInfo", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/{privilegedRoleAssignment-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignment", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignment", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignmentCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedApprovalRoleInfoSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedApprovalRoleInfoSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedApprovalRoleInfoSummary" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedApprovalRoleInfoSummary", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedOperationEvent" + "Permissions": [], + "Command": "Get-MgBetaPrivilegedOperationEvent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/privilegedOperationEvents", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "Directory.AccessAsUser.All", "Description": "Access the directory as you", "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaPrivilegedOperationEvent", "Variants": [ "List" ], - "Uri": "/privilegedOperationEvents", - "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedOperationEvent" + "ApiVersion": "beta" }, { + "Uri": "/privilegedOperationEvents/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "Directory.AccessAsUser.All", "Description": "Access the directory as you", "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaPrivilegedOperationEventCount", "Variants": [ "Get" ], - "Uri": "/privilegedOperationEvents/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedOperationEventCount" + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoles/{privilegedRole-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrivilegedRole", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "Directory.AccessAsUser.All", "Description": "Access the directory as you", "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaPrivilegedRole", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/privilegedRoles/{privilegedRole-id}", - "OutputType": "IMicrosoftGraphPrivilegedRole", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRole" + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoles", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrivilegedRole", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "Directory.AccessAsUser.All", "Description": "Access the directory as you", "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaPrivilegedRole", "Variants": [ "List" ], - "Uri": "/privilegedRoles", - "OutputType": "IMicrosoftGraphPrivilegedRole", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRole" + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoleAssignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "Directory.AccessAsUser.All", "Description": "Access the directory as you", "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Uri": "/privilegedRoleAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleAssignmentCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequest" + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoleAssignmentRequests", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "Directory.Read.All", @@ -105146,17 +105303,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequest", "Variants": [ "List" ], - "Uri": "/privilegedRoleAssignmentRequests", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequest" + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoleAssignmentRequests/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "Directory.Read.All", @@ -105171,275 +105328,275 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestCount", "Variants": [ "Get" ], - "Uri": "/privilegedRoleAssignmentRequests/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRole", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfo" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/{privilegedRoleAssignment-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignmentCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary" + "Permissions": [], + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrivilegedRole", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "Directory.AccessAsUser.All", "Description": "Access the directory as you", "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfo", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", - "OutputType": "IMicrosoftGraphPrivilegedRole", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfo" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/{privilegedRoleAssignment-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/{privilegedRoleAssignment-id1}", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignmentCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoSummary" + "Permissions": [], + "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoles/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "Directory.AccessAsUser.All", "Description": "Access the directory as you", "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleCount", "Variants": [ "Get" ], - "Uri": "/privilegedRoles/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleCount" + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "Directory.AccessAsUser.All", "Description": "Access the directory as you", "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleRoleAssignment", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleRoleAssignment" + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoleAssignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "Directory.AccessAsUser.All", "Description": "Access the directory as you", "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleRoleAssignment", "Variants": [ "List", "List1" ], - "Uri": "/privilegedRoleAssignments", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleRoleAssignment" + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoles/{privilegedRole-id}/settings", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "Directory.AccessAsUser.All", "Description": "Access the directory as you", "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/privilegedRoles/{privilegedRole-id}/settings", - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/privilegedRoles/{privilegedRole-id}/summary", "Method": "GET", + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaPrivilegedRoleSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/privilegedRoles/{privilegedRole-id}/summary", - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleSummary" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/programs/{program-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphProgram", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaProgram", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/programs/{program-id}", - "OutputType": "IMicrosoftGraphProgram", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaProgram" + "ApiVersion": "beta" }, { + "Uri": "/programs", + "Method": "GET", + "OutputType": "IMicrosoftGraphProgram", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -105454,19 +105611,19 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaProgram", "Variants": [ "List" ], - "Uri": "/programs", - "OutputType": "IMicrosoftGraphProgram", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaProgram" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/programControls/{programControl-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphProgramControl", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaProgramControl", "Variants": [ "Get", "Get1", @@ -105475,13 +105632,13 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Uri": "/programControls/{programControl-id}", - "OutputType": "IMicrosoftGraphProgramControl", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaProgramControl" + "ApiVersion": "beta" }, { + "Uri": "/programControls", + "Method": "GET", + "OutputType": "IMicrosoftGraphProgramControl", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -105496,19 +105653,19 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaProgramControl", "Variants": [ "List", "List1", "List2" ], - "Uri": "/programControls", - "OutputType": "IMicrosoftGraphProgramControl", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaProgramControl" + "ApiVersion": "beta" }, { + "Uri": "/programControls/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -105523,7 +105680,7 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaProgramControlCount", "Variants": [ "Get", "Get1", @@ -105531,41 +105688,41 @@ "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/programControls/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaProgramControlCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/programControls/{programControl-id}/program", "Method": "GET", + "OutputType": "IMicrosoftGraphProgram", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaProgramControlProgram", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/programControls/{programControl-id}/program", - "OutputType": "IMicrosoftGraphProgram", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaProgramControlProgram" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/programControlTypes/{programControlType-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphProgramControlType", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaProgramControlType", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/programControlTypes/{programControlType-id}", - "OutputType": "IMicrosoftGraphProgramControlType", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaProgramControlType" + "ApiVersion": "beta" }, { + "Uri": "/programControlTypes", + "Method": "GET", + "OutputType": "IMicrosoftGraphProgramControlType", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -105580,17 +105737,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaProgramControlType", "Variants": [ "List" ], - "Uri": "/programControlTypes", - "OutputType": "IMicrosoftGraphProgramControlType", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaProgramControlType" + "ApiVersion": "beta" }, { + "Uri": "/programControlTypes/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -105605,17 +105762,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaProgramControlTypeCount", "Variants": [ "Get" ], - "Uri": "/programControlTypes/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaProgramControlTypeCount" + "ApiVersion": "beta" }, { + "Uri": "/programs/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -105630,169 +105787,169 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaProgramCount", "Variants": [ "Get" ], - "Uri": "/programs/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaProgramCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/reports/appCredentialSignInActivities/{appCredentialSignInActivity-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAppCredentialSignInActivity", + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Get-MgBetaReportAppCredentialSignInActivity", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/appCredentialSignInActivities/{appCredentialSignInActivity-id}", - "OutputType": "IMicrosoftGraphAppCredentialSignInActivity", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportAppCredentialSignInActivity" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/reports/appCredentialSignInActivities", "Method": "GET", + "OutputType": "IMicrosoftGraphAppCredentialSignInActivity", + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Get-MgBetaReportAppCredentialSignInActivity", "Variants": [ "List" ], - "Uri": "/reports/appCredentialSignInActivities", - "OutputType": "IMicrosoftGraphAppCredentialSignInActivity", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportAppCredentialSignInActivity" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/reports/appCredentialSignInActivities/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Get-MgBetaReportAppCredentialSignInActivityCount", "Variants": [ "Get" ], - "Uri": "/reports/appCredentialSignInActivities/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportAppCredentialSignInActivityCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/applicationSignInDetailedSummary/{applicationSignInDetailedSummary-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary", + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportApplicationSignInDetailedSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/applicationSignInDetailedSummary/{applicationSignInDetailedSummary-id}", - "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportApplicationSignInDetailedSummary" + "ApiVersion": "beta" }, { + "Uri": "/reports/applicationSignInDetailedSummary", + "Method": "GET", + "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary", + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportApplicationSignInDetailedSummary", "Variants": [ "List" ], - "Uri": "/reports/applicationSignInDetailedSummary", - "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportApplicationSignInDetailedSummary" + "ApiVersion": "beta" }, { + "Uri": "/reports/applicationSignInDetailedSummary/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportApplicationSignInDetailedSummaryCount", "Variants": [ "Get" ], - "Uri": "/reports/applicationSignInDetailedSummary/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportApplicationSignInDetailedSummaryCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/getAttackSimulationRepeatOffenders", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", + "Module": "Beta.Reports", "Permissions": { "Name": "AttackSimulation.Read.All", "Description": "Read attack simulation data of an organization", "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportAttackSimulationRepeatOffender", "Variants": [ "Get" ], - "Uri": "/reports/getAttackSimulationRepeatOffenders", - "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportAttackSimulationRepeatOffender" + "ApiVersion": "beta" }, { + "Uri": "/reports/getAttackSimulationTrainingUserCoverage", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", + "Module": "Beta.Reports", "Permissions": { "Name": "AttackSimulation.Read.All", "Description": "Read attack simulation data of an organization", "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportAttackSimulationTrainingUserCoverage", "Variants": [ "Get" ], - "Uri": "/reports/getAttackSimulationTrainingUserCoverage", - "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportAttackSimulationTrainingUserCoverage" + "ApiVersion": "beta" }, { + "Uri": "/reports/getAttackSimulationSimulationUserCoverage", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", + "Module": "Beta.Reports", "Permissions": { "Name": "AttackSimulation.Read.All", "Description": "Read attack simulation data of an organization", "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportAttackSimulationUserCoverage", "Variants": [ "Get" ], - "Uri": "/reports/getAttackSimulationSimulationUserCoverage", - "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportAttackSimulationUserCoverage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/reports/authenticationMethods", "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot", + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Get-MgBetaReportAuthenticationMethod", "Variants": [ "Get" ], - "Uri": "/reports/authenticationMethods", - "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportAuthenticationMethod" + "ApiVersion": "beta" }, { + "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Module": "Beta.Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -105807,18 +105964,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", - "OutputType": "IMicrosoftGraphUserRegistrationDetails", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetail" + "ApiVersion": "beta" }, { + "Uri": "/reports/authenticationMethods/userRegistrationDetails", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Module": "Beta.Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -105833,17 +105990,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetail", "Variants": [ "List" ], - "Uri": "/reports/authenticationMethods/userRegistrationDetails", - "OutputType": "IMicrosoftGraphUserRegistrationDetails", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetail" + "ApiVersion": "beta" }, { + "Uri": "/reports/authenticationMethods/userRegistrationDetails/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -105858,2527 +106015,2527 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetailCount", "Variants": [ "Get" ], - "Uri": "/reports/authenticationMethods/userRegistrationDetails/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetailCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/getAzureADApplicationSignInSummary(period='{period}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphApplicationSignInSummary", + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportAzureAdApplicationSignInSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getAzureADApplicationSignInSummary(period='{period}')", - "OutputType": "IMicrosoftGraphApplicationSignInSummary", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportAzureAdApplicationSignInSummary" + "ApiVersion": "beta" }, { + "Uri": "/reports/getBrowserDistributionUserCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportBrowserDistributionUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getBrowserDistributionUserCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportBrowserDistributionUserCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/getBrowserUserCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportBrowserUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getBrowserUserCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportBrowserUserCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/getBrowserUserDetail(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportBrowserUserDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getBrowserUserDetail(period='{period}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportBrowserUserDetail" + "ApiVersion": "beta" }, { + "Uri": "/reports/getCredentialUsageSummary(period='{period}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphCredentialUsageSummary", + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportCredentialUsageSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getCredentialUsageSummary(period='{period}')", - "OutputType": "IMicrosoftGraphCredentialUsageSummary", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportCredentialUsageSummary" + "ApiVersion": "beta" }, { + "Uri": "/reports/getCredentialUserRegistrationCount", + "Method": "GET", + "OutputType": "IMicrosoftGraphCredentialUserRegistrationCount", + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportCredentialUserRegistrationCount", "Variants": [ "Get" ], - "Uri": "/reports/getCredentialUserRegistrationCount", - "OutputType": "IMicrosoftGraphCredentialUserRegistrationCount", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportCredentialUserRegistrationCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/reports/credentialUserRegistrationDetails/{credentialUserRegistrationDetails-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails", + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Get-MgBetaReportCredentialUserRegistrationDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/credentialUserRegistrationDetails/{credentialUserRegistrationDetails-id}", - "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportCredentialUserRegistrationDetail" + "ApiVersion": "beta" }, { + "Uri": "/reports/credentialUserRegistrationDetails", + "Method": "GET", + "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails", + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportCredentialUserRegistrationDetail", "Variants": [ "List" ], - "Uri": "/reports/credentialUserRegistrationDetails", - "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportCredentialUserRegistrationDetail" + "ApiVersion": "beta" }, { + "Uri": "/reports/credentialUserRegistrationDetails/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportCredentialUserRegistrationDetailCount", "Variants": [ "Get" ], - "Uri": "/reports/credentialUserRegistrationDetails/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportCredentialUserRegistrationDetailCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/reports/dailyPrintUsage/{printUsage-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphPrintUsage", + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Get-MgBetaReportDailyPrintUsage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/dailyPrintUsage/{printUsage-id}", - "OutputType": "IMicrosoftGraphPrintUsage", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportDailyPrintUsage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/reports/dailyPrintUsage", "Method": "GET", + "OutputType": "IMicrosoftGraphPrintUsage", + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Get-MgBetaReportDailyPrintUsage", "Variants": [ "List" ], - "Uri": "/reports/dailyPrintUsage", - "OutputType": "IMicrosoftGraphPrintUsage", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportDailyPrintUsage" + "ApiVersion": "beta" }, { + "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportDailyPrintUsageByPrinter", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportDailyPrintUsageByPrinter" + "ApiVersion": "beta" }, { + "Uri": "/reports/dailyPrintUsageByPrinter", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportDailyPrintUsageByPrinter", "Variants": [ "List" ], - "Uri": "/reports/dailyPrintUsageByPrinter", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportDailyPrintUsageByPrinter" + "ApiVersion": "beta" }, { + "Uri": "/reports/dailyPrintUsageByPrinter/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportDailyPrintUsageByPrinterCount", "Variants": [ "Get" ], - "Uri": "/reports/dailyPrintUsageByPrinter/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportDailyPrintUsageByPrinterCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportDailyPrintUsageByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", - "OutputType": "IMicrosoftGraphPrintUsageByUser", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportDailyPrintUsageByUser" + "ApiVersion": "beta" }, { + "Uri": "/reports/dailyPrintUsageByUser", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportDailyPrintUsageByUser", "Variants": [ "List" ], - "Uri": "/reports/dailyPrintUsageByUser", - "OutputType": "IMicrosoftGraphPrintUsageByUser", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportDailyPrintUsageByUser" + "ApiVersion": "beta" }, { + "Uri": "/reports/dailyPrintUsageByUser/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportDailyPrintUsageByUserCount", "Variants": [ "Get" ], - "Uri": "/reports/dailyPrintUsageByUser/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportDailyPrintUsageByUserCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/reports/dailyPrintUsage/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Get-MgBetaReportDailyPrintUsageCount", "Variants": [ "Get" ], - "Uri": "/reports/dailyPrintUsage/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportDailyPrintUsageCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/reports/dailyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinter", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/dailyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinter" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/reports/dailyPrintUsageSummariesByPrinter", "Method": "GET", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinter", "Variants": [ "List" ], - "Uri": "/reports/dailyPrintUsageSummariesByPrinter", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinter" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/reports/dailyPrintUsageSummariesByPrinter/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinterCount", "Variants": [ "Get" ], - "Uri": "/reports/dailyPrintUsageSummariesByPrinter/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinterCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/reports/dailyPrintUsageSummariesByUser/{printUsageByUser-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/dailyPrintUsageSummariesByUser/{printUsageByUser-id}", - "OutputType": "IMicrosoftGraphPrintUsageByUser", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/reports/dailyPrintUsageSummariesByUser", "Method": "GET", + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUser", "Variants": [ "List" ], - "Uri": "/reports/dailyPrintUsageSummariesByUser", - "OutputType": "IMicrosoftGraphPrintUsageByUser", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/reports/dailyPrintUsageSummariesByUser/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUserCount", "Variants": [ "Get" ], - "Uri": "/reports/dailyPrintUsageSummariesByUser/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUserCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/deviceConfigurationDeviceActivity", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "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.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportDeviceConfigurationDeviceActivity", "Variants": [ "Device" ], - "Uri": "/reports/deviceConfigurationDeviceActivity", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportDeviceConfigurationDeviceActivity" + "ApiVersion": "beta" }, { + "Uri": "/reports/deviceConfigurationUserActivity", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "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.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportDeviceConfigurationUserActivity", "Variants": [ "Device" ], - "Uri": "/reports/deviceConfigurationUserActivity", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportDeviceConfigurationUserActivity" + "ApiVersion": "beta" }, { + "Uri": "/reports/getEmailActivityCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportEmailActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getEmailActivityCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportEmailActivityCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/getEmailActivityUserCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportEmailActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getEmailActivityUserCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportEmailActivityUserCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/getEmailActivityUserDetail(date={date})", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportEmailActivityUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/reports/getEmailActivityUserDetail(date={date})", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportEmailActivityUserDetail" + "ApiVersion": "beta" }, { + "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportEmailAppUsageAppUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportEmailAppUsageAppUserCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportEmailAppUsageUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportEmailAppUsageUserCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/getEmailAppUsageUserDetail(date={date})", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportEmailAppUsageUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/reports/getEmailAppUsageUserDetail(date={date})", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportEmailAppUsageUserDetail" + "ApiVersion": "beta" }, { + "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportEmailAppUsageVersionUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportEmailAppUsageVersionUserCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/getFormsUserActivityCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportFormUserActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getFormsUserActivityCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportFormUserActivityCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/reports/getFormsUserActivityUserCounts(period='{period}')", "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Get-MgBetaReportFormUserActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getFormsUserActivityUserCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportFormUserActivityUserCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/getFormsUserActivityUserDetail(date={date})", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportFormUserActivityUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/reports/getFormsUserActivityUserDetail(date={date})", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportFormUserActivityUserDetail" + "ApiVersion": "beta" }, { + "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "Method": "GET", + "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportGroupArchivedPrintJob", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphArchivedPrintJob", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportGroupArchivedPrintJob" + "ApiVersion": "beta" }, { + "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportM365AppPlatformUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportM365AppPlatformUserCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/getM365AppUserCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportM365AppUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getM365AppUserCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportM365AppUserCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/getM365AppUserDetail(date={date})", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportM365AppUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/reports/getM365AppUserDetail(date={date})", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportM365AppUserDetail" + "ApiVersion": "beta" }, { + "Uri": "/reports/getMailboxUsageDetail(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportMailboxUsageDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getMailboxUsageDetail(period='{period}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportMailboxUsageDetail" + "ApiVersion": "beta" }, { + "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportMailboxUsageMailboxCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportMailboxUsageMailboxCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportMailboxUsageQuotaStatusMailboxCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportMailboxUsageQuotaStatusMailboxCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/getMailboxUsageStorage(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportMailboxUsageStorage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getMailboxUsageStorage(period='{period}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportMailboxUsageStorage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/reports/managedDeviceEnrollmentAbandonmentDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Get-MgBetaReportManagedDeviceEnrollmentAbandonmentDetail", "Variants": [ "Detail", "DetailViaIdentity" ], - "Uri": "/reports/managedDeviceEnrollmentAbandonmentDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportManagedDeviceEnrollmentAbandonmentDetail" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/reports/managedDeviceEnrollmentAbandonmentSummary(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Get-MgBetaReportManagedDeviceEnrollmentAbandonmentSummary", "Variants": [ "Managed", "ManagedViaIdentity" ], - "Uri": "/reports/managedDeviceEnrollmentAbandonmentSummary(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportManagedDeviceEnrollmentAbandonmentSummary" + "ApiVersion": "beta" }, { + "Uri": "/reports/managedDeviceEnrollmentFailureDetails", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportManagedDeviceEnrollmentFailureDetail", "Variants": [ "Detail", "Detail1", "DetailViaIdentity" ], - "Uri": "/reports/managedDeviceEnrollmentFailureDetails", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportManagedDeviceEnrollmentFailureDetail" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/reports/managedDeviceEnrollmentFailureTrends", "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Get-MgBetaReportManagedDeviceEnrollmentFailureTrend", "Variants": [ "Managed" ], - "Uri": "/reports/managedDeviceEnrollmentFailureTrends", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportManagedDeviceEnrollmentFailureTrend" + "ApiVersion": "beta" }, { + "Uri": "/reports/managedDeviceEnrollmentTopFailures", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportManagedDeviceEnrollmentTopFailure", "Variants": [ "Top", "Top1", "TopViaIdentity" ], - "Uri": "/reports/managedDeviceEnrollmentTopFailures", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportManagedDeviceEnrollmentTopFailure" + "ApiVersion": "beta" }, { + "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinter", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinter" + "ApiVersion": "beta" }, { + "Uri": "/reports/monthlyPrintUsageByPrinter", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinter", "Variants": [ "List" ], - "Uri": "/reports/monthlyPrintUsageByPrinter", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinter" + "ApiVersion": "beta" }, { + "Uri": "/reports/monthlyPrintUsageByPrinter/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinterCount", "Variants": [ "Get" ], - "Uri": "/reports/monthlyPrintUsageByPrinter/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinterCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportMonthlyPrintUsageByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", - "OutputType": "IMicrosoftGraphPrintUsageByUser", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportMonthlyPrintUsageByUser" + "ApiVersion": "beta" }, { + "Uri": "/reports/monthlyPrintUsageByUser", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportMonthlyPrintUsageByUser", "Variants": [ "List" ], - "Uri": "/reports/monthlyPrintUsageByUser", - "OutputType": "IMicrosoftGraphPrintUsageByUser", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportMonthlyPrintUsageByUser" + "ApiVersion": "beta" }, { + "Uri": "/reports/monthlyPrintUsageByUser/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportMonthlyPrintUsageByUserCount", "Variants": [ "Get" ], - "Uri": "/reports/monthlyPrintUsageByUser/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportMonthlyPrintUsageByUserCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/reports/monthlyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/monthlyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/reports/monthlyPrintUsageSummariesByPrinter", "Method": "GET", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter", "Variants": [ "List" ], - "Uri": "/reports/monthlyPrintUsageSummariesByPrinter", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/reports/monthlyPrintUsageSummariesByPrinter/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinterCount", "Variants": [ "Get" ], - "Uri": "/reports/monthlyPrintUsageSummariesByPrinter/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinterCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/reports/monthlyPrintUsageSummariesByUser/{printUsageByUser-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/monthlyPrintUsageSummariesByUser/{printUsageByUser-id}", - "OutputType": "IMicrosoftGraphPrintUsageByUser", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/reports/monthlyPrintUsageSummariesByUser", "Method": "GET", + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUser", "Variants": [ "List" ], - "Uri": "/reports/monthlyPrintUsageSummariesByUser", - "OutputType": "IMicrosoftGraphPrintUsageByUser", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/reports/monthlyPrintUsageSummariesByUser/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUserCount", "Variants": [ "Get" ], - "Uri": "/reports/monthlyPrintUsageSummariesByUser/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUserCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/getOffice365ActivationCounts", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportOffice365ActivationCount", "Variants": [ "Get" ], - "Uri": "/reports/getOffice365ActivationCounts", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportOffice365ActivationCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/getOffice365ActivationsUserCounts", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportOffice365ActivationUserCount", "Variants": [ "Get" ], - "Uri": "/reports/getOffice365ActivationsUserCounts", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportOffice365ActivationUserCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/getOffice365ActivationsUserDetail", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportOffice365ActivationUserDetail", "Variants": [ "Get" ], - "Uri": "/reports/getOffice365ActivationsUserDetail", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportOffice365ActivationUserDetail" + "ApiVersion": "beta" }, { + "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphOffice365ActiveUserCounts", + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportOffice365ActiveUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')", - "OutputType": "IMicrosoftGraphOffice365ActiveUserCounts", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportOffice365ActiveUserCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/getOffice365ActiveUserDetail(date={date})", + "Method": "GET", + "OutputType": "IMicrosoftGraphOffice365ActiveUserDetail", + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportOffice365ActiveUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/reports/getOffice365ActiveUserDetail(date={date})", - "OutputType": "IMicrosoftGraphOffice365ActiveUserDetail", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportOffice365ActiveUserDetail" + "ApiVersion": "beta" }, { + "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphOffice365GroupsActivityCounts", + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportOffice365GroupActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')", - "OutputType": "IMicrosoftGraphOffice365GroupsActivityCounts", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportOffice365GroupActivityCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})", + "Method": "GET", + "OutputType": "IMicrosoftGraphOffice365GroupsActivityDetail", + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportOffice365GroupActivityDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})", - "OutputType": "IMicrosoftGraphOffice365GroupsActivityDetail", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportOffice365GroupActivityDetail" + "ApiVersion": "beta" }, { + "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphOffice365GroupsActivityFileCounts", + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportOffice365GroupActivityFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')", - "OutputType": "IMicrosoftGraphOffice365GroupsActivityFileCounts", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportOffice365GroupActivityFileCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphOffice365GroupsActivityGroupCounts", + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportOffice365GroupActivityGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')", - "OutputType": "IMicrosoftGraphOffice365GroupsActivityGroupCounts", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportOffice365GroupActivityGroupCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphOffice365GroupsActivityStorage", + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportOffice365GroupActivityStorage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')", - "OutputType": "IMicrosoftGraphOffice365GroupsActivityStorage", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportOffice365GroupActivityStorage" + "ApiVersion": "beta" }, { + "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphOffice365ServicesUserCounts", + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportOffice365ServiceUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')", - "OutputType": "IMicrosoftGraphOffice365ServicesUserCounts", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportOffice365ServiceUserCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportOneDriveActivityFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportOneDriveActivityFileCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportOneDriveActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportOneDriveActivityUserCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/getOneDriveActivityUserDetail(date={date})", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportOneDriveActivityUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/reports/getOneDriveActivityUserDetail(date={date})", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportOneDriveActivityUserDetail" + "ApiVersion": "beta" }, { + "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportOneDriveUsageAccountCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportOneDriveUsageAccountCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportOneDriveUsageAccountDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportOneDriveUsageAccountDetail" + "ApiVersion": "beta" }, { + "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportOneDriveUsageFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportOneDriveUsageFileCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/getOneDriveUsageStorage(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportOneDriveUsageStorage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getOneDriveUsageStorage(period='{period}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportOneDriveUsageStorage" + "ApiVersion": "beta" }, { + "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "Method": "GET", + "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportPrinterArchivedPrintJob", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphArchivedPrintJob", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportPrinterArchivedPrintJob" + "ApiVersion": "beta" }, { + "Uri": "/reports/getRelyingPartyDetailedSummary(period='{period}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary", + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportRelyingPartyDetailedSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getRelyingPartyDetailedSummary(period='{period}')", - "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportRelyingPartyDetailedSummary" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/reports/security", "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Get-MgBetaReportSecurity", "Variants": [ "Get" ], - "Uri": "/reports/security", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSecurity" + "ApiVersion": "beta" }, { + "Uri": "/reports/security/getAttackSimulationRepeatOffenders", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", + "Module": "Beta.Reports", "Permissions": { "Name": "AttackSimulation.Read.All", "Description": "Read attack simulation data of an organization", "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportSecurityAttackSimulationRepeatOffender", "Variants": [ "Get" ], - "Uri": "/reports/security/getAttackSimulationRepeatOffenders", - "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSecurityAttackSimulationRepeatOffender" + "ApiVersion": "beta" }, { + "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", + "Module": "Beta.Reports", "Permissions": { "Name": "AttackSimulation.Read.All", "Description": "Read attack simulation data of an organization", "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportSecurityAttackSimulationTrainingUserCoverage", "Variants": [ "Get" ], - "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage", - "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSecurityAttackSimulationTrainingUserCoverage" + "ApiVersion": "beta" }, { + "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", + "Module": "Beta.Reports", "Permissions": { "Name": "AttackSimulation.Read.All", "Description": "Read attack simulation data of an organization", "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportSecurityAttackSimulationUserCoverage", "Variants": [ "Get" ], - "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage", - "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSecurityAttackSimulationUserCoverage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/reports/servicePrincipalSignInActivities/{servicePrincipalSignInActivity-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipalSignInActivity", + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Get-MgBetaReportServicePrincipalSignInActivity", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/servicePrincipalSignInActivities/{servicePrincipalSignInActivity-id}", - "OutputType": "IMicrosoftGraphServicePrincipalSignInActivity", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportServicePrincipalSignInActivity" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/reports/servicePrincipalSignInActivities", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipalSignInActivity", + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Get-MgBetaReportServicePrincipalSignInActivity", "Variants": [ "List" ], - "Uri": "/reports/servicePrincipalSignInActivities", - "OutputType": "IMicrosoftGraphServicePrincipalSignInActivity", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportServicePrincipalSignInActivity" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/reports/servicePrincipalSignInActivities/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Get-MgBetaReportServicePrincipalSignInActivityCount", "Variants": [ "Get" ], - "Uri": "/reports/servicePrincipalSignInActivities/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportServicePrincipalSignInActivityCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportSharePointActivityFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSharePointActivityFileCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/getSharePointActivityPages(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportSharePointActivityPage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getSharePointActivityPages(period='{period}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSharePointActivityPage" + "ApiVersion": "beta" }, { + "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportSharePointActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSharePointActivityUserCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/getSharePointActivityUserDetail(date={date})", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportSharePointActivityUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/reports/getSharePointActivityUserDetail(date={date})", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSharePointActivityUserDetail" + "ApiVersion": "beta" }, { + "Uri": "/reports/getSharePointSiteUsageDetail(date={date})", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportSharePointSiteUsageDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/reports/getSharePointSiteUsageDetail(date={date})", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSharePointSiteUsageDetail" + "ApiVersion": "beta" }, { + "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportSharePointSiteUsageFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSharePointSiteUsageFileCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportSharePointSiteUsagePage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSharePointSiteUsagePage" + "ApiVersion": "beta" }, { - "Permissions": { - "Name": "Reports.Read.All", - "Description": "Read all usage reports", - "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", - "IsAdmin": true - }, - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSharePointSiteUsageSiteCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportSharePointSiteUsageSiteCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSharePointSiteUsageStorage" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportSharePointSiteUsageStorage", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSkypeForBusinessActivityCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessActivityCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSkypeForBusinessActivityUserCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessActivityUserCount", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSkypeForBusinessActivityUserDetail" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessActivityUserDetail", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageDistributionUserCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageDistributionUserCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageUserCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageUserCount", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageUserDetail" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageUserDetail", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityMinuteCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityMinuteCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityUserCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityMinuteCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityMinuteCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityUserCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityMinuteCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityMinuteCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityUserCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')", "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", + "Permissions": { + "Name": "Reports.Read.All", + "Description": "Read all usage reports", + "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", + "IsAdmin": true + }, + "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityUserCount", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/reports/sla", + "Method": "GET", "OutputType": "IMicrosoftGraphServiceLevelAgreementRoot", - "ApiVersion": "beta", "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSla" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaReportSla", "Variants": [ "Get" ], + "ApiVersion": "beta" + }, + { "Uri": "/reports/sla/azureADAuthentication", + "Method": "GET", "OutputType": "IMicrosoftGraphAzureAdAuthentication", - "ApiVersion": "beta", "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSlaAzureAdAuthentication" + "Permissions": [], + "Command": "Get-MgBetaReportSlaAzureAdAuthentication", + "Variants": [ + "Get" + ], + "ApiVersion": "beta" }, { + "Uri": "/reports/getTeamsTeamActivityCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportTeamActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getTeamsTeamActivityCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportTeamActivityCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/getTeamsTeamActivityDetail(date={date})", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportTeamActivityDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/reports/getTeamsTeamActivityDetail(date={date})", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportTeamActivityDetail" + "ApiVersion": "beta" }, { - "Permissions": { - "Name": "Reports.Read.All", - "Description": "Read all usage reports", - "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", - "IsAdmin": true - }, - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/reports/getTeamsTeamActivityDistributionCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Command": "Get-MgBetaReportTeamActivityDistributionCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportTeamActivityDistributionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/reports/getTeamsTeamCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Command": "Get-MgBetaReportTeamCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportTeamCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/reports/getTeamsDeviceUsageDistributionTotalUserCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Command": "Get-MgBetaReportTeamDeviceUsageDistributionTotalUserCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportTeamDeviceUsageDistributionTotalUserCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Command": "Get-MgBetaReportTeamDeviceUsageDistributionUserCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportTeamDeviceUsageDistributionUserCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/reports/getTeamsDeviceUsageTotalUserCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Command": "Get-MgBetaReportTeamDeviceUsageTotalUserCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportTeamDeviceUsageTotalUserCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Command": "Get-MgBetaReportTeamDeviceUsageUserCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportTeamDeviceUsageUserCount", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Command": "Get-MgBetaReportTeamDeviceUsageUserDetail" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportTeamDeviceUsageUserDetail", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Command": "Get-MgBetaReportTeamUserActivityCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportTeamUserActivityCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/reports/getTeamsUserActivityDistributionTotalUserCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Command": "Get-MgBetaReportTeamUserActivityDistributionTotalUserCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportTeamUserActivityDistributionTotalUserCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/reports/getTeamsUserActivityDistributionUserCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Command": "Get-MgBetaReportTeamUserActivityDistributionUserCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportTeamUserActivityDistributionUserCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/reports/getTeamsUserActivityTotalCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Command": "Get-MgBetaReportTeamUserActivityTotalCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportTeamUserActivityTotalCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/reports/getTeamsUserActivityTotalDistributionCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Command": "Get-MgBetaReportTeamUserActivityTotalDistributionCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportTeamUserActivityTotalDistributionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/reports/getTeamsUserActivityTotalUserCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Command": "Get-MgBetaReportTeamUserActivityTotalUserCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportTeamUserActivityTotalUserCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Command": "Get-MgBetaReportTeamUserActivityUserCount" + "Permissions": { + "Name": "Reports.Read.All", + "Description": "Read all usage reports", + "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", + "IsAdmin": true + }, + "Command": "Get-MgBetaReportTeamUserActivityUserCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportTeamUserActivityUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportTeamUserActivityUserDetail" + "ApiVersion": "beta" }, { + "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "Method": "GET", + "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportUserArchivedPrintJob", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphArchivedPrintJob", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserArchivedPrintJob" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/reports/userCredentialUsageDetails/{userCredentialUsageDetails-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphUserCredentialUsageDetails", + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Get-MgBetaReportUserCredentialUsageDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/userCredentialUsageDetails/{userCredentialUsageDetails-id}", - "OutputType": "IMicrosoftGraphUserCredentialUsageDetails", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserCredentialUsageDetail" + "ApiVersion": "beta" }, { + "Uri": "/reports/userCredentialUsageDetails", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserCredentialUsageDetails", + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportUserCredentialUsageDetail", "Variants": [ "List" ], - "Uri": "/reports/userCredentialUsageDetails", - "OutputType": "IMicrosoftGraphUserCredentialUsageDetails", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserCredentialUsageDetail" + "ApiVersion": "beta" }, { + "Uri": "/reports/userCredentialUsageDetails/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportUserCredentialUsageDetailCount", "Variants": [ "Get" ], - "Uri": "/reports/userCredentialUsageDetails/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserCredentialUsageDetailCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/getYammerActivityCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportYammerActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getYammerActivityCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportYammerActivityCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/getYammerActivityUserCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportYammerActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getYammerActivityUserCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportYammerActivityUserCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/getYammerActivityUserDetail(date={date})", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportYammerActivityUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/reports/getYammerActivityUserDetail(date={date})", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportYammerActivityUserDetail" + "ApiVersion": "beta" }, { + "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportYammerDeviceUsageDistributionUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportYammerDeviceUsageDistributionUserCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportYammerDeviceUsageUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportYammerDeviceUsageUserCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportYammerDeviceUsageUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportYammerDeviceUsageUserDetail" + "ApiVersion": "beta" }, { + "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportYammerGroupActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportYammerGroupActivityCount" + "ApiVersion": "beta" }, { + "Uri": "/reports/getYammerGroupsActivityDetail(date={date})", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportYammerGroupActivityDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/reports/getYammerGroupsActivityDetail(date={date})", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportYammerGroupActivityDetail" + "ApiVersion": "beta" }, { + "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaReportYammerGroupActivityGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportYammerGroupActivityGroupCount" + "ApiVersion": "beta" }, { + "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphRiskDetection", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityRiskEvent.Read.All", "Description": "Read identity risk event information", "FullDescription": "Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaRiskDetection", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityProtection/riskDetections/{riskDetection-id}", - "OutputType": "IMicrosoftGraphRiskDetection", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaRiskDetection" + "ApiVersion": "beta" }, { + "Uri": "/identityProtection/riskDetections", + "Method": "GET", + "OutputType": "IMicrosoftGraphRiskDetection", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityRiskEvent.Read.All", "Description": "Read identity risk event information", "FullDescription": "Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaRiskDetection", "Variants": [ "List" ], - "Uri": "/identityProtection/riskDetections", - "OutputType": "IMicrosoftGraphRiskDetection", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaRiskDetection" + "ApiVersion": "beta" }, { + "Uri": "/identityProtection/riskDetections/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityRiskEvent.Read.All", "Description": "Read identity risk event information", "FullDescription": "Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaRiskDetectionCount", "Variants": [ "Get" ], - "Uri": "/identityProtection/riskDetections/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaRiskDetectionCount" + "ApiVersion": "beta" }, { + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -108393,18 +108550,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRiskyServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", - "OutputType": "IMicrosoftGraphRiskyServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaRiskyServicePrincipal" + "ApiVersion": "beta" }, { + "Uri": "/identityProtection/riskyServicePrincipals", + "Method": "GET", + "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -108419,17 +108576,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRiskyServicePrincipal", "Variants": [ "List" ], - "Uri": "/identityProtection/riskyServicePrincipals", - "OutputType": "IMicrosoftGraphRiskyServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaRiskyServicePrincipal" + "ApiVersion": "beta" }, { + "Uri": "/identityProtection/riskyServicePrincipals/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -108444,30 +108601,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRiskyServicePrincipalCount", "Variants": [ "Get" ], - "Uri": "/identityProtection/riskyServicePrincipals/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaRiskyServicePrincipalCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaRiskyServicePrincipalHistory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaRiskyServicePrincipalHistory" + "ApiVersion": "beta" }, { + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", + "Method": "GET", + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -108482,17 +108639,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRiskyServicePrincipalHistory", "Variants": [ "List" ], - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaRiskyServicePrincipalHistory" + "ApiVersion": "beta" }, { + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -108507,70 +108664,70 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRiskyServicePrincipalHistoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaRiskyServicePrincipalHistoryCount" + "ApiVersion": "beta" }, { + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphRiskyUser", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityRiskyUser.Read.All", "Description": "Read identity risky user information", "FullDescription": "Allows the app to read identity risky user information for all users in your organization on behalf of the signed-in user.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaRiskyUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", - "OutputType": "IMicrosoftGraphRiskyUser", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaRiskyUser" + "ApiVersion": "beta" }, { + "Uri": "/identityProtection/riskyUsers", + "Method": "GET", + "OutputType": "IMicrosoftGraphRiskyUser", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityRiskyUser.Read.All", "Description": "Read identity risky user information", "FullDescription": "Allows the app to read identity risky user information for all users in your organization on behalf of the signed-in user.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaRiskyUser", "Variants": [ "List" ], - "Uri": "/identityProtection/riskyUsers", - "OutputType": "IMicrosoftGraphRiskyUser", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaRiskyUser" + "ApiVersion": "beta" }, { + "Uri": "/identityProtection/riskyUsers/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityRiskyUser.Read.All", "Description": "Read identity risky user information", "FullDescription": "Allows the app to read identity risky user information for all users in your organization on behalf of the signed-in user.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaRiskyUserCount", "Variants": [ "Get" ], - "Uri": "/identityProtection/riskyUsers/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaRiskyUserCount" + "ApiVersion": "beta" }, { + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -108585,18 +108742,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRiskyUserHistory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaRiskyUserHistory" + "ApiVersion": "beta" }, { + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", + "Method": "GET", + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -108611,17 +108768,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRiskyUserHistory", "Variants": [ "List" ], - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaRiskyUserHistory" + "ApiVersion": "beta" }, { + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -108636,18 +108793,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRiskyUserHistoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaRiskyUserHistoryCount" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement", + "Method": "GET", + "OutputType": "IMicrosoftGraphRoleManagement", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -108674,130 +108831,130 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagement", "Variants": [ "Get" ], - "Uri": "/roleManagement", - "OutputType": "IMicrosoftGraphRoleManagement", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagement" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/cloudPC", "Method": "GET", + "OutputType": "IMicrosoftGraphRbacApplicationMultiple", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementCloudPc", "Variants": [ "Get" ], - "Uri": "/roleManagement/cloudPC", - "OutputType": "IMicrosoftGraphRbacApplicationMultiple", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPc" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespace", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespace" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/cloudPC/resourceNamespaces", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespace", "Variants": [ "List" ], - "Uri": "/roleManagement/cloudPC/resourceNamespaces", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespace" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/cloudPC/resourceNamespaces/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceCount", "Variants": [ "Get" ], - "Uri": "/roleManagement/cloudPC/resourceNamespaces/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionAuthenticationContext" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionAuthenticationContext", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope" + "Permissions": [], + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -108824,18 +108981,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignment" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/cloudPC/roleAssignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -108862,55 +109019,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignment", "Variants": [ "List" ], - "Uri": "/roleManagement/cloudPC/roleAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAppScope", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", "Method": "GET", + "OutputType": "IMicrosoftGraphAppScope", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", "Variants": [ "List" ], - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScopeCount" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/cloudPC/roleAssignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -108937,106 +109094,106 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentCount", "Variants": [ "Get" ], - "Uri": "/roleManagement/cloudPC/roleAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope", "Variants": [ "List" ], - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScopeCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal", "Variants": [ "List" ], - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipalCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipalCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentRoleDefinition" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -109129,18 +109286,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinition" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/cloudPC/roleDefinitions", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -109233,17 +109390,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinition", "Variants": [ "List" ], - "Uri": "/roleManagement/cloudPC/roleDefinitions", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinition" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/cloudPC/roleDefinitions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -109336,42 +109493,42 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionCount", "Variants": [ "Get" ], - "Uri": "/roleManagement/cloudPC/roleDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", "Variants": [ "List" ], - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/deviceManagement", + "Method": "GET", + "OutputType": "IMicrosoftGraphRbacApplicationMultiple", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -109398,118 +109555,118 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagement", "Variants": [ "Get" ], - "Uri": "/roleManagement/deviceManagement", - "OutputType": "IMicrosoftGraphRbacApplicationMultiple", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagement" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespace", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespace" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/deviceManagement/resourceNamespaces", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespace", "Variants": [ "List" ], - "Uri": "/roleManagement/deviceManagement/resourceNamespaces", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespace" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceCount", "Variants": [ "Get" ], - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionAuthenticationContext" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionAuthenticationContext", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope" + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -109536,18 +109693,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignment" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/deviceManagement/roleAssignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -109574,55 +109731,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignment", "Variants": [ "List" ], - "Uri": "/roleManagement/deviceManagement/roleAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAppScope", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", "Method": "GET", + "OutputType": "IMicrosoftGraphAppScope", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", "Variants": [ "List" ], - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScopeCount" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/deviceManagement/roleAssignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -109649,106 +109806,106 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentCount", "Variants": [ "Get" ], - "Uri": "/roleManagement/deviceManagement/roleAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope", "Variants": [ "List" ], - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScopeCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal", "Variants": [ "List" ], - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipalCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipalCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentRoleDefinition" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -109841,18 +109998,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinition" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/deviceManagement/roleDefinitions", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -109945,17 +110102,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinition", "Variants": [ "List" ], - "Uri": "/roleManagement/deviceManagement/roleDefinitions", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinition" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/deviceManagement/roleDefinitions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -110048,54 +110205,54 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionCount", "Variants": [ "Get" ], - "Uri": "/roleManagement/deviceManagement/roleDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "List" ], - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/directory", "Method": "GET", + "OutputType": "IMicrosoftGraphRbacApplication", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDirectory", "Variants": [ "Get" ], - "Uri": "/roleManagement/directory", - "OutputType": "IMicrosoftGraphRbacApplication", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectory" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.All", @@ -110116,18 +110273,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespace", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespace" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/resourceNamespaces", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.All", @@ -110148,17 +110305,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespace", "Variants": [ "List" ], - "Uri": "/roleManagement/directory/resourceNamespaces", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespace" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/resourceNamespaces/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.All", @@ -110179,17 +110336,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceCount", "Variants": [ "Get" ], - "Uri": "/roleManagement/directory/resourceNamespaces/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceCount" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.All", @@ -110210,18 +110367,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.All", @@ -110242,30 +110399,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", "Variants": [ "List" ], - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionAuthenticationContext", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionAuthenticationContext" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.All", @@ -110286,99 +110443,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope" - }, - { - "Permissions": [ - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true - }, - { - "Name": "EntitlementManagement.Read.All", - "Description": "Read all entitlement management resources", - "FullDescription": "Allows the app to read access packages and related entitlement management resources that you have access to.", - "IsAdmin": true - }, - { - "Name": "EntitlementManagement.ReadWrite.All", - "Description": "Read and write entitlement management resources", - "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", - "IsAdmin": true - }, - { - "Name": "RoleManagement.Read.All", - "Description": "Read role management data for all RBAC providers", - "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.", - "IsAdmin": true - }, - { - "Name": "RoleManagement.Read.Directory", - "Description": "Read directory RBAC settings", - "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.", - "IsAdmin": true - }, - { - "Name": "RoleManagement.Read.Exchange", - "Description": "Read Exchange Online RBAC configuration", - "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.", - "IsAdmin": true - }, - { - "Name": "RoleManagement.ReadWrite.Directory", - "Description": "Read and write directory RBAC settings", - "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", - "IsAdmin": true - }, - { - "Name": "RoleManagement.ReadWrite.Exchange", - "Description": "Read and write Exchange Online RBAC configuration", - "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.", - "IsAdmin": true - } - ], - "Method": "GET", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignment" - }, - { "Permissions": [ { "Name": "Directory.Read.All", @@ -110435,105 +110524,173 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignment", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignments", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignment" + "Permissions": [ + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory.", + "IsAdmin": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", + "IsAdmin": true + }, + { + "Name": "EntitlementManagement.Read.All", + "Description": "Read all entitlement management resources", + "FullDescription": "Allows the app to read access packages and related entitlement management resources that you have access to.", + "IsAdmin": true + }, + { + "Name": "EntitlementManagement.ReadWrite.All", + "Description": "Read and write entitlement management resources", + "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", + "IsAdmin": true + }, + { + "Name": "RoleManagement.Read.All", + "Description": "Read role management data for all RBAC providers", + "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.", + "IsAdmin": true + }, + { + "Name": "RoleManagement.Read.Directory", + "Description": "Read directory RBAC settings", + "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.", + "IsAdmin": true + }, + { + "Name": "RoleManagement.Read.Exchange", + "Description": "Read Exchange Online RBAC configuration", + "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.", + "IsAdmin": true + }, + { + "Name": "RoleManagement.ReadWrite.Directory", + "Description": "Read and write directory RBAC settings", + "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", + "IsAdmin": true + }, + { + "Name": "RoleManagement.ReadWrite.Exchange", + "Description": "Read and write Exchange Online RBAC configuration", + "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignment", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphApproval", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", - "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentApprovals", "Method": "GET", + "OutputType": "IMicrosoftGraphApproval", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval", "Variants": [ "List" ], - "Uri": "/roleManagement/directory/roleAssignmentApprovals", - "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentApprovals/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalCount", "Variants": [ "Get" ], - "Uri": "/roleManagement/directory/roleAssignmentApprovals/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphApprovalStep", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps", "Method": "GET", + "OutputType": "IMicrosoftGraphApprovalStep", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", "Variants": [ "List" ], - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps", - "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStepCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStepCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", "Method": "GET", + "OutputType": "IMicrosoftGraphAppScope", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentAppScope" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleAssignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "Directory.Read.All", @@ -110590,56 +110747,56 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentCount", "Variants": [ "Get" ], - "Uri": "/roleManagement/directory/roleAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentDirectoryScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentPrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentPrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentRoleDefinition" + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentRoleDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -110672,18 +110829,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleAssignmentSchedules", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -110716,43 +110873,43 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", "Variants": [ "List" ], - "Uri": "/roleManagement/directory/roleAssignmentSchedules", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", "Method": "GET", + "OutputType": "IMicrosoftGraphAppScope", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleAppScope" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleAssignmentSchedules/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -110785,30 +110942,30 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleCount", "Variants": [ "Get" ], - "Uri": "/roleManagement/directory/roleAssignmentSchedules/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -110841,18 +110998,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -110885,43 +111042,43 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", "Variants": [ "List" ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", "Method": "GET", + "OutputType": "IMicrosoftGraphAppScope", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -110954,69 +111111,69 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceCount", "Variants": [ "Get" ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedulePrincipal" + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedulePrincipal", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -111049,18 +111206,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -111093,43 +111250,43 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", "Variants": [ "List" ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", "Method": "GET", + "OutputType": "IMicrosoftGraphAppScope", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -111162,82 +111319,82 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestCount", "Variants": [ "Get" ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition" + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -111330,18 +111487,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinition" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleDefinitions", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -111434,17 +111591,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinition", "Variants": [ "List" ], - "Uri": "/roleManagement/directory/roleDefinitions", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinition" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleDefinitions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -111537,55 +111694,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionCount", "Variants": [ "Get" ], - "Uri": "/roleManagement/directory/roleDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Variants": [ "List" ], - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -111618,18 +111775,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleEligibilitySchedules", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -111662,30 +111819,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", "Variants": [ "List" ], - "Uri": "/roleManagement/directory/roleEligibilitySchedules", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", "Method": "GET", + "OutputType": "IMicrosoftGraphAppScope", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleAppScope" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleEligibilitySchedules/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -111718,30 +111875,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleCount", "Variants": [ "Get" ], - "Uri": "/roleManagement/directory/roleEligibilitySchedules/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -111774,18 +111931,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -111818,30 +111975,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", "Variants": [ "List" ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", "Method": "GET", + "OutputType": "IMicrosoftGraphAppScope", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -111874,113 +112031,69 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceCount", "Variants": [ "Get" ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedulePrincipal" + "ApiVersion": "beta" }, { - "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 - }, - { - "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 - }, - { - "Name": "RoleManagement.Read.All", - "Description": "Read role management data for all RBAC providers", - "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.", - "IsAdmin": true - }, - { - "Name": "RoleManagement.Read.Directory", - "Description": "Read directory RBAC settings", - "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.", - "IsAdmin": true - }, - { - "Name": "RoleManagement.ReadWrite.Directory", - "Description": "Read and write directory RBAC settings", - "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", - "IsAdmin": true - } - ], + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedulePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest" - }, - { "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -112013,30 +112126,74 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest" + "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 + }, + { + "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 + }, + { + "Name": "RoleManagement.Read.All", + "Description": "Read role management data for all RBAC providers", + "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.", + "IsAdmin": true + }, + { + "Name": "RoleManagement.Read.Directory", + "Description": "Read directory RBAC settings", + "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.", + "IsAdmin": true + }, + { + "Name": "RoleManagement.ReadWrite.Directory", + "Description": "Read and write directory RBAC settings", + "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", "Method": "GET", + "OutputType": "IMicrosoftGraphAppScope", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -112069,95 +112226,95 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestCount", "Variants": [ "Get" ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment" + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/transitiveRoleAssignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "Directory.Read.All", @@ -112184,30 +112341,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", "Variants": [ "List" ], - "Uri": "/roleManagement/directory/transitiveRoleAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", "Method": "GET", + "OutputType": "IMicrosoftGraphAppScope", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/transitiveRoleAssignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "Directory.Read.All", @@ -112234,1245 +112391,1245 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentCount", "Variants": [ "Get" ], - "Uri": "/roleManagement/directory/transitiveRoleAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentDirectoryScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentPrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentPrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphRbacApplication", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseApp" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseApp", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps", + "Method": "GET", "OutputType": "IMicrosoftGraphRbacApplication", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseApp" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseApp", "Variants": [ - "Get" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppCount", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespace" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespace", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespace" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespace", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionAuthenticationContext" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionAuthenticationContext", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignment", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignment", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals", + "Method": "GET", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps", + "Method": "GET", "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStepCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStepCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentDirectoryScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentPrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentPrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleActivatedUsing" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleAppScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleAppScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleDirectoryScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceActivatedUsing" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceAppScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceAppScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceDirectoryScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstancePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedulePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedulePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestActivatedUsing" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestAppScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestAppScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestDirectoryScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestPrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestTargetSchedule" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinition", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinition", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleAppScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleAppScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleDirectoryScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceAppScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceAppScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceDirectoryScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstancePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedulePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedulePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestAppScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestAppScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestDirectoryScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestPrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestTargetSchedule" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentDirectoryScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentPrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentPrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentRoleDefinition", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement", + "Method": "GET", "OutputType": "IMicrosoftGraphRbacApplication", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagement" + "Permissions": [], + "Command": "Get-MgBetaRoleManagementEntitlementManagement", + "Variants": [ + "Get" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespace", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespace" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespace", "Variants": [ "List" ], - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespace" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceCount", "Variants": [ "Get" ], - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionAuthenticationContext" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionAuthenticationContext", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope" + "Permissions": [], + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "Directory.Read.All", @@ -113529,18 +113686,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignment" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/entitlementManagement/roleAssignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "Directory.Read.All", @@ -113597,105 +113754,105 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignment", "Variants": [ "List" ], - "Uri": "/roleManagement/entitlementManagement/roleAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphApproval", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", - "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals", "Method": "GET", + "OutputType": "IMicrosoftGraphApproval", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", "Variants": [ "List" ], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals", - "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalCount", "Variants": [ "Get" ], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphApprovalStep", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps", "Method": "GET", + "OutputType": "IMicrosoftGraphApprovalStep", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", "Variants": [ "List" ], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps", - "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStepCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStepCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", "Method": "GET", + "OutputType": "IMicrosoftGraphAppScope", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/entitlementManagement/roleAssignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "Directory.Read.All", @@ -113752,375 +113909,375 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentCount", "Variants": [ "Get" ], - "Uri": "/roleManagement/entitlementManagement/roleAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentDirectoryScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentPrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentPrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleCount", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition" + "Permissions": [], + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -114213,18 +114370,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinition" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/entitlementManagement/roleDefinitions", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -114317,17 +114474,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinition", "Variants": [ "List" ], - "Uri": "/roleManagement/entitlementManagement/roleDefinitions", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinition" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -114420,424 +114577,424 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionCount", "Variants": [ "Get" ], - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "List" ], - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", "Variants": [ "List" ], - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", "Method": "GET", + "OutputType": "IMicrosoftGraphAppScope", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleCount", "Variants": [ "Get" ], - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Variants": [ "List" ], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", "Method": "GET", + "OutputType": "IMicrosoftGraphAppScope", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get" - ], "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentCount", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentDirectoryScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentPrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentPrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentRoleDefinition" + "Permissions": [], + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentRoleDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/schemaExtensions/{schemaExtension-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSchemaExtension", + "Module": "Beta.SchemaExtensions", "Permissions": [ { "Name": "Application.Read.All", @@ -114852,18 +115009,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSchemaExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/schemaExtensions/{schemaExtension-id}", - "OutputType": "IMicrosoftGraphSchemaExtension", - "ApiVersion": "beta", - "Module": "Beta.SchemaExtensions", - "Command": "Get-MgBetaSchemaExtension" + "ApiVersion": "beta" }, { + "Uri": "/schemaExtensions", + "Method": "GET", + "OutputType": "IMicrosoftGraphSchemaExtension", + "Module": "Beta.SchemaExtensions", "Permissions": [ { "Name": "Application.Read.All", @@ -114878,17 +115035,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSchemaExtension", "Variants": [ "List" ], - "Uri": "/schemaExtensions", - "OutputType": "IMicrosoftGraphSchemaExtension", - "ApiVersion": "beta", - "Module": "Beta.SchemaExtensions", - "Command": "Get-MgBetaSchemaExtension" + "ApiVersion": "beta" }, { + "Uri": "/schemaExtensions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.SchemaExtensions", "Permissions": [ { "Name": "Application.Read.All", @@ -114903,17 +115060,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSchemaExtensionCount", "Variants": [ "Get" ], - "Uri": "/schemaExtensions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.SchemaExtensions", - "Command": "Get-MgBetaSchemaExtensionCount" + "ApiVersion": "beta" }, { + "Uri": "/search/acronyms/{acronym-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSearchAcronym", + "Module": "Beta.Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -114928,18 +115085,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSearchAcronym", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/search/acronyms/{acronym-id}", - "OutputType": "IMicrosoftGraphSearchAcronym", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaSearchAcronym" + "ApiVersion": "beta" }, { + "Uri": "/search/acronyms", + "Method": "GET", + "OutputType": "IMicrosoftGraphSearchAcronym", + "Module": "Beta.Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -114954,17 +115111,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSearchAcronym", "Variants": [ "List" ], - "Uri": "/search/acronyms", - "OutputType": "IMicrosoftGraphSearchAcronym", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaSearchAcronym" + "ApiVersion": "beta" }, { + "Uri": "/search/acronyms/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -114979,17 +115136,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSearchAcronymCount", "Variants": [ "Get" ], - "Uri": "/search/acronyms/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaSearchAcronymCount" + "ApiVersion": "beta" }, { + "Uri": "/search/bookmarks/{bookmark-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSearchBookmark", + "Module": "Beta.Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -115004,18 +115161,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSearchBookmark", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/search/bookmarks/{bookmark-id}", - "OutputType": "IMicrosoftGraphSearchBookmark", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaSearchBookmark" + "ApiVersion": "beta" }, { + "Uri": "/search/bookmarks", + "Method": "GET", + "OutputType": "IMicrosoftGraphSearchBookmark", + "Module": "Beta.Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -115030,17 +115187,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSearchBookmark", "Variants": [ "List" ], - "Uri": "/search/bookmarks", - "OutputType": "IMicrosoftGraphSearchBookmark", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaSearchBookmark" + "ApiVersion": "beta" }, { + "Uri": "/search/bookmarks/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -115055,29 +115212,29 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSearchBookmarkCount", "Variants": [ "Get" ], - "Uri": "/search/bookmarks/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaSearchBookmarkCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/search", "Method": "GET", + "OutputType": "IMicrosoftGraphSearchEntity", + "Module": "Beta.Search", + "Permissions": [], + "Command": "Get-MgBetaSearchEntity", "Variants": [ "Get" ], - "Uri": "/search", - "OutputType": "IMicrosoftGraphSearchEntity", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaSearchEntity" + "ApiVersion": "beta" }, { + "Uri": "/search/qnas/{qna-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSearchQna", + "Module": "Beta.Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -115092,18 +115249,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSearchQna", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/search/qnas/{qna-id}", - "OutputType": "IMicrosoftGraphSearchQna", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaSearchQna" + "ApiVersion": "beta" }, { + "Uri": "/search/qnas", + "Method": "GET", + "OutputType": "IMicrosoftGraphSearchQna", + "Module": "Beta.Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -115118,17 +115275,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSearchQna", "Variants": [ "List" ], - "Uri": "/search/qnas", - "OutputType": "IMicrosoftGraphSearchQna", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaSearchQna" + "ApiVersion": "beta" }, { + "Uri": "/search/qnas/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -115143,17 +115300,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSearchQnaCount", "Variants": [ "Get" ], - "Uri": "/search/qnas/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Get-MgBetaSearchQnaCount" + "ApiVersion": "beta" }, { + "Uri": "/security/securityActions/{securityAction-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityAction", + "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityActions.Read.All", @@ -115168,18 +115325,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityAction", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/securityActions/{securityAction-id}", - "OutputType": "IMicrosoftGraphSecurityAction", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAction" + "ApiVersion": "beta" }, { + "Uri": "/security/securityActions", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityAction", + "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityActions.Read.All", @@ -115194,17 +115351,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityAction", "Variants": [ "List" ], - "Uri": "/security/securityActions", - "OutputType": "IMicrosoftGraphSecurityAction", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAction" + "ApiVersion": "beta" }, { + "Uri": "/security/securityActions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityActions.Read.All", @@ -115219,17 +115376,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityActionCount", "Variants": [ "Get" ], - "Uri": "/security/securityActions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityActionCount" + "ApiVersion": "beta" }, { + "Uri": "/security/alerts/{alert-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAlert", + "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -115244,18 +115401,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityAlert", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/alerts/{alert-id}", - "OutputType": "IMicrosoftGraphAlert", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAlert" + "ApiVersion": "beta" }, { + "Uri": "/security/alerts", + "Method": "GET", + "OutputType": "IMicrosoftGraphAlert", + "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -115270,17 +115427,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityAlert", "Variants": [ "List" ], - "Uri": "/security/alerts", - "OutputType": "IMicrosoftGraphAlert", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAlert" + "ApiVersion": "beta" }, { + "Uri": "/security/alerts/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -115295,17 +115452,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityAlertCount", "Variants": [ "Get" ], - "Uri": "/security/alerts/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAlertCount" + "ApiVersion": "beta" }, { + "Uri": "/security/alerts_v2/{alert-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityAlert", + "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -115320,18 +115477,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityAlertV2", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/alerts_v2/{alert-id}", - "OutputType": "IMicrosoftGraphSecurityAlert", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAlertV2" + "ApiVersion": "beta" }, { + "Uri": "/security/alerts_v2", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityAlert", + "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -115346,17 +115503,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityAlertV2", "Variants": [ "List" ], - "Uri": "/security/alerts_v2", - "OutputType": "IMicrosoftGraphSecurityAlert", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAlertV2" + "ApiVersion": "beta" }, { + "Uri": "/security/alerts_v2/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -115371,539 +115528,539 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityAlertV2Count", "Variants": [ "Get1" ], - "Uri": "/security/alerts_v2/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAlertV2Count" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/attackSimulation", "Method": "GET", + "OutputType": "IMicrosoftGraphAttackSimulationRoot", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityAttackSimulation", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Uri": "/security/attackSimulation", - "OutputType": "IMicrosoftGraphAttackSimulationRoot", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulation" + "ApiVersion": "beta" }, { + "Uri": "/security/attackSimulation/simulations", + "Method": "GET", + "OutputType": "IMicrosoftGraphSimulation", + "Module": "Beta.Security", "Permissions": { "Name": "AttackSimulation.Read.All", "Description": "Read attack simulation data of an organization", "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulation", "Variants": [ "List" ], - "Uri": "/security/attackSimulation/simulations", - "OutputType": "IMicrosoftGraphSimulation", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulation" + "ApiVersion": "beta" }, { + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSimulationAutomation", + "Module": "Beta.Security", "Permissions": { "Name": "AttackSimulation.Read.All", "Description": "Read attack simulation data of an organization", "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationAutomation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", - "OutputType": "IMicrosoftGraphSimulationAutomation", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationAutomation" + "ApiVersion": "beta" }, { + "Uri": "/security/attackSimulation/simulationAutomations", + "Method": "GET", + "OutputType": "IMicrosoftGraphSimulationAutomation", + "Module": "Beta.Security", "Permissions": { "Name": "AttackSimulation.Read.All", "Description": "Read attack simulation data of an organization", "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationAutomation", "Variants": [ "List" ], - "Uri": "/security/attackSimulation/simulationAutomations", - "OutputType": "IMicrosoftGraphSimulationAutomation", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationAutomation" + "ApiVersion": "beta" }, { + "Uri": "/security/attackSimulation/simulationAutomations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": { "Name": "AttackSimulation.Read.All", "Description": "Read attack simulation data of an organization", "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationAutomationCount", "Variants": [ "Get" ], - "Uri": "/security/attackSimulation/simulationAutomations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationAutomationCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityAttackSimulationAutomationRun", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", - "OutputType": "IMicrosoftGraphSimulationAutomationRun", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationAutomationRun" + "ApiVersion": "beta" }, { + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", + "Method": "GET", + "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Module": "Beta.Security", "Permissions": { "Name": "AttackSimulation.Read.All", "Description": "Read attack simulation data of an organization", "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationAutomationRun", "Variants": [ "List" ], - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", - "OutputType": "IMicrosoftGraphSimulationAutomationRun", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationAutomationRun" + "ApiVersion": "beta" }, { + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": { "Name": "AttackSimulation.Read.All", "Description": "Read attack simulation data of an organization", "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationAutomationRunCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationAutomationRunCount" + "ApiVersion": "beta" }, { + "Uri": "/security/attackSimulation/simulations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": { "Name": "AttackSimulation.Read.All", "Description": "Read attack simulation data of an organization", "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationCount", "Variants": [ "Get" ], - "Uri": "/security/attackSimulation/simulations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphEndUserNotification", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotification", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", - "OutputType": "IMicrosoftGraphEndUserNotification", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotification" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/attackSimulation/endUserNotifications", "Method": "GET", + "OutputType": "IMicrosoftGraphEndUserNotification", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotification", "Variants": [ "List" ], - "Uri": "/security/attackSimulation/endUserNotifications", - "OutputType": "IMicrosoftGraphEndUserNotification", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotification" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/attackSimulation/endUserNotifications/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationCount", "Variants": [ "Get" ], - "Uri": "/security/attackSimulation/endUserNotifications/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", - "OutputType": "IMicrosoftGraphEndUserNotificationDetail", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", "Method": "GET", + "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail", "Variants": [ "List" ], - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", - "OutputType": "IMicrosoftGraphEndUserNotificationDetail", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetailCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetailCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphLandingPage", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityAttackSimulationLandingPage", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", - "OutputType": "IMicrosoftGraphLandingPage", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationLandingPage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/attackSimulation/landingPages", "Method": "GET", + "OutputType": "IMicrosoftGraphLandingPage", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityAttackSimulationLandingPage", "Variants": [ "List" ], - "Uri": "/security/attackSimulation/landingPages", - "OutputType": "IMicrosoftGraphLandingPage", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationLandingPage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/attackSimulation/landingPages/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityAttackSimulationLandingPageCount", "Variants": [ "Get" ], - "Uri": "/security/attackSimulation/landingPages/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationLandingPageCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphLandingPageDetail", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", - "OutputType": "IMicrosoftGraphLandingPageDetail", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetail" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", "Method": "GET", + "OutputType": "IMicrosoftGraphLandingPageDetail", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetail", "Variants": [ "List" ], - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", - "OutputType": "IMicrosoftGraphLandingPageDetail", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetail" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetailCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetailCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphLoginPage", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityAttackSimulationLoginPage", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", - "OutputType": "IMicrosoftGraphLoginPage", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationLoginPage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/attackSimulation/loginPages", "Method": "GET", + "OutputType": "IMicrosoftGraphLoginPage", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityAttackSimulationLoginPage", "Variants": [ "List" ], - "Uri": "/security/attackSimulation/loginPages", - "OutputType": "IMicrosoftGraphLoginPage", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationLoginPage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/attackSimulation/loginPages/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityAttackSimulationLoginPageCount", "Variants": [ "Get" ], - "Uri": "/security/attackSimulation/loginPages/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationLoginPageCount" + "ApiVersion": "beta" }, { + "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Module": "Beta.Security", "Permissions": { "Name": "AttackSimulation.Read.All", "Description": "Read attack simulation data of an organization", "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", - "OutputType": "IMicrosoftGraphAttackSimulationOperation", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/attackSimulation/operations", "Method": "GET", + "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityAttackSimulationOperation", "Variants": [ "List" ], - "Uri": "/security/attackSimulation/operations", - "OutputType": "IMicrosoftGraphAttackSimulationOperation", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/attackSimulation/operations/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityAttackSimulationOperationCount", "Variants": [ "Get" ], - "Uri": "/security/attackSimulation/operations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationOperationCount" + "ApiVersion": "beta" }, { + "Uri": "/security/attackSimulation/payloads/{payload-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPayload", + "Module": "Beta.Security", "Permissions": { "Name": "AttackSimulation.Read.All", "Description": "Read attack simulation data of an organization", "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationPayload", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/security/attackSimulation/payloads/{payload-id}", - "OutputType": "IMicrosoftGraphPayload", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationPayload" + "ApiVersion": "beta" }, { + "Uri": "/security/attackSimulation/payloads", + "Method": "GET", + "OutputType": "IMicrosoftGraphPayload", + "Module": "Beta.Security", "Permissions": { "Name": "AttackSimulation.Read.All", "Description": "Read attack simulation data of an organization", "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationPayload", "Variants": [ "List" ], - "Uri": "/security/attackSimulation/payloads", - "OutputType": "IMicrosoftGraphPayload", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationPayload" + "ApiVersion": "beta" }, { + "Uri": "/security/attackSimulation/payloads/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": { "Name": "AttackSimulation.Read.All", "Description": "Read attack simulation data of an organization", "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationPayloadCount", "Variants": [ "Get" ], - "Uri": "/security/attackSimulation/payloads/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationPayloadCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/attackSimulation/trainings/{training-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTraining", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityAttackSimulationTraining", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/attackSimulation/trainings/{training-id}", - "OutputType": "IMicrosoftGraphTraining", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationTraining" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/attackSimulation/trainings", "Method": "GET", + "OutputType": "IMicrosoftGraphTraining", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityAttackSimulationTraining", "Variants": [ "List" ], - "Uri": "/security/attackSimulation/trainings", - "OutputType": "IMicrosoftGraphTraining", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationTraining" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/attackSimulation/trainings/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityAttackSimulationTrainingCount", "Variants": [ "Get" ], - "Uri": "/security/attackSimulation/trainings/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationTrainingCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", - "OutputType": "IMicrosoftGraphTrainingLanguageDetail", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", "Method": "GET", + "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail", "Variants": [ "List" ], - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", - "OutputType": "IMicrosoftGraphTrainingLanguageDetail", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetailCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetailCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityCasesRoot", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityCase", "Variants": [ "Get" ], - "Uri": "/security/cases", - "OutputType": "IMicrosoftGraphSecurityCasesRoot", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCase" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -115918,18 +116075,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCase", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCase" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -115944,17 +116101,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCase", "Variants": [ "List" ], - "Uri": "/security/cases/ediscoveryCases", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCase" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -115969,17 +116126,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCount", "Variants": [ "Get" ], - "Uri": "/security/cases/ediscoveryCases/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCount" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -115994,18 +116151,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodian", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodian" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -116020,17 +116177,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodian", "Variants": [ "List" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodian" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -116045,18 +116202,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianCount" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -116071,31 +116228,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianLastIndexOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianLastIndexOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", - "OutputType": "IMicrosoftGraphSecuritySiteSource", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -116110,17 +116267,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", "Variants": [ "List" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", - "OutputType": "IMicrosoftGraphSecuritySiteSource", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -116135,44 +116292,44 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", "Method": "GET", + "OutputType": "IMicrosoftGraphSite", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceSite", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceSite" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -116187,17 +116344,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "List" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -116212,44 +116369,44 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityUserSource", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", - "OutputType": "IMicrosoftGraphSecurityUserSource", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityUserSource", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -116264,17 +116421,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", "Variants": [ "List" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", - "OutputType": "IMicrosoftGraphSecurityUserSource", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -116289,18 +116446,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSourceCount" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -116315,18 +116472,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -116341,17 +116498,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold", "Variants": [ "List" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -116366,82 +116523,82 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", - "OutputType": "IMicrosoftGraphSecuritySiteSource", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources", + "Method": "GET", "OutputType": "IMicrosoftGraphSecuritySiteSource", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}/site", + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceSite" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceSite", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityUserSource", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource" + "Permissions": [], + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityUserSource", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -116456,17 +116613,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", "Variants": [ "List" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", - "OutputType": "IMicrosoftGraphSecurityUserSource", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -116481,18 +116638,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSourceCount" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -116507,74 +116664,74 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Variants": [ "List" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Module": "Beta.Security", "Permissions": { "Name": "eDiscovery.ReadWrite.All", "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperation" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -116589,17 +116746,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperation", "Variants": [ "List" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperation" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -116614,18 +116771,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperationCount" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -116640,18 +116797,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -116666,17 +116823,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet", "Variants": [ "List" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -116691,18 +116848,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetCount" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -116717,18 +116874,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -116743,30 +116900,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", "Variants": [ "List" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -116781,18 +116938,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCount" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/custodian", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -116807,31 +116964,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCustodian", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/custodian", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCustodian" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/{ediscoveryReviewTag-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -116846,43 +117003,43 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/{ediscoveryReviewTag-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag", "Variants": [ "List" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTagCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTagCount" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -116897,18 +117054,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -116923,17 +117080,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", "Variants": [ "List" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -116948,18 +117105,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryCount" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -116974,18 +117131,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearch", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearch" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -117000,78 +117157,78 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearch", "Variants": [ "List" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearch" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "OutputType": "IMicrosoftGraphSecurityDataSource", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Module": "Beta.Security", "Permissions": { "Name": "eDiscovery.ReadWrite.All", "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Variants": [ "List" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", - "OutputType": "IMicrosoftGraphSecurityDataSource", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": { "Name": "eDiscovery.ReadWrite.All", "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -117086,66 +117243,66 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", - "OutputType": "IMicrosoftGraphSecurityDataSource", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Module": "Beta.Security", "Permissions": { "Name": "eDiscovery.ReadWrite.All", "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource", "Variants": [ "List" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", - "OutputType": "IMicrosoftGraphSecurityDataSource", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": { "Name": "eDiscovery.ReadWrite.All", "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSourceCount" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -117160,66 +117317,66 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Module": "Beta.Security", "Permissions": { "Name": "eDiscovery.ReadWrite.All", "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource", "Variants": [ "List" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": { "Name": "eDiscovery.ReadWrite.All", "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -117234,18 +117391,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSetting" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -117260,18 +117417,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTag", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTag" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -117286,55 +117443,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTag", "Variants": [ "List" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTag" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag", "Variants": [ "List" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTagCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTagCount" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -117349,179 +117506,179 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagParent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagParent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityCloudAppSecurityProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", - "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCloudAppSecurityProfile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cloudAppSecurityProfiles", "Method": "GET", + "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityCloudAppSecurityProfile", "Variants": [ "List" ], - "Uri": "/security/cloudAppSecurityProfiles", - "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCloudAppSecurityProfile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cloudAppSecurityProfiles/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityCloudAppSecurityProfileCount", "Variants": [ "Get" ], - "Uri": "/security/cloudAppSecurityProfiles/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCloudAppSecurityProfileCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDomainSecurityProfile", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityDomainSecurityProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", - "OutputType": "IMicrosoftGraphDomainSecurityProfile", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityDomainSecurityProfile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/domainSecurityProfiles", "Method": "GET", + "OutputType": "IMicrosoftGraphDomainSecurityProfile", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityDomainSecurityProfile", "Variants": [ "List" ], - "Uri": "/security/domainSecurityProfiles", - "OutputType": "IMicrosoftGraphDomainSecurityProfile", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityDomainSecurityProfile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/domainSecurityProfiles/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityDomainSecurityProfileCount", "Variants": [ "Get" ], - "Uri": "/security/domainSecurityProfiles/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityDomainSecurityProfileCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphFileSecurityProfile", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityFileSecurityProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", - "OutputType": "IMicrosoftGraphFileSecurityProfile", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityFileSecurityProfile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/fileSecurityProfiles", "Method": "GET", + "OutputType": "IMicrosoftGraphFileSecurityProfile", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityFileSecurityProfile", "Variants": [ "List" ], - "Uri": "/security/fileSecurityProfiles", - "OutputType": "IMicrosoftGraphFileSecurityProfile", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityFileSecurityProfile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/fileSecurityProfiles/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityFileSecurityProfileCount", "Variants": [ "Get" ], - "Uri": "/security/fileSecurityProfiles/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityFileSecurityProfileCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphHostSecurityProfile", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityHostSecurityProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", - "OutputType": "IMicrosoftGraphHostSecurityProfile", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityHostSecurityProfile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/hostSecurityProfiles", "Method": "GET", + "OutputType": "IMicrosoftGraphHostSecurityProfile", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityHostSecurityProfile", "Variants": [ "List" ], - "Uri": "/security/hostSecurityProfiles", - "OutputType": "IMicrosoftGraphHostSecurityProfile", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityHostSecurityProfile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/hostSecurityProfiles/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityHostSecurityProfileCount", "Variants": [ "Get" ], - "Uri": "/security/hostSecurityProfiles/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityHostSecurityProfileCount" + "ApiVersion": "beta" }, { + "Uri": "/security/incidents/{incident-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityIncident", + "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -117536,18 +117693,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityIncident", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/incidents/{incident-id}", - "OutputType": "IMicrosoftGraphSecurityIncident", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityIncident" + "ApiVersion": "beta" }, { + "Uri": "/security/incidents", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityIncident", + "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -117562,55 +117719,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityIncident", "Variants": [ "List" ], - "Uri": "/security/incidents", - "OutputType": "IMicrosoftGraphSecurityIncident", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityIncident" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityAlert", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityIncidentAlert", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}", - "OutputType": "IMicrosoftGraphSecurityAlert", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityIncidentAlert" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/incidents/{incident-id}/alerts", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityAlert", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityIncidentAlert", "Variants": [ "List" ], - "Uri": "/security/incidents/{incident-id}/alerts", - "OutputType": "IMicrosoftGraphSecurityAlert", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityIncidentAlert" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/incidents/{incident-id}/alerts/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityIncidentAlertCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/incidents/{incident-id}/alerts/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityIncidentAlertCount" + "ApiVersion": "beta" }, { + "Uri": "/security/incidents/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -117625,29 +117782,29 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityIncidentCount", "Variants": [ "Get" ], - "Uri": "/security/incidents/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityIncidentCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/informationProtection", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityInformationProtection", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityInformationProtection", "Variants": [ "Get" ], - "Uri": "/security/informationProtection", - "OutputType": "IMicrosoftGraphSecurityInformationProtection", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityInformationProtection" + "ApiVersion": "beta" }, { + "Uri": "/security/informationProtection/labelPolicySettings", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", + "Module": "Beta.Security", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -117662,17 +117819,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityInformationProtectionLabelPolicySetting", "Variants": [ "Get" ], - "Uri": "/security/informationProtection/labelPolicySettings", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityInformationProtectionLabelPolicySetting" + "ApiVersion": "beta" }, { + "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Module": "Beta.Security", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -117687,18 +117844,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabel", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabel" + "ApiVersion": "beta" }, { + "Uri": "/security/informationProtection/sensitivityLabels", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Module": "Beta.Security", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -117713,17 +117870,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabel", "Variants": [ "List" ], - "Uri": "/security/informationProtection/sensitivityLabels", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabel" + "ApiVersion": "beta" }, { + "Uri": "/security/informationProtection/sensitivityLabels/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -117738,315 +117895,315 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabelCount", "Variants": [ "Get" ], - "Uri": "/security/informationProtection/sensitivityLabels/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabelCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "Method": "GET", "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabelParent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabelParent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphIPSecurityProfile", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityIPSecurityProfile" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSecurityIPSecurityProfile", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/ipSecurityProfiles", + "Method": "GET", "OutputType": "IMicrosoftGraphIPSecurityProfile", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityIPSecurityProfile" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSecurityIPSecurityProfile", "Variants": [ - "Get" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/ipSecurityProfiles/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityIPSecurityProfileCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSecurityIPSecurityProfileCount", "Variants": [ "Get" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/labels", + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityLabelsRoot", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabel" + "Permissions": [], + "Command": "Get-MgBetaSecurityLabel", + "Variants": [ + "Get" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/labels/authorities/{authorityTemplate-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityLabelAuthority", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/labels/authorities/{authorityTemplate-id}", - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelAuthority" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/labels/authorities", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityLabelAuthority", "Variants": [ "List" ], - "Uri": "/security/labels/authorities", - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelAuthority" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/labels/authorities/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityLabelAuthorityCount", "Variants": [ "Get" ], - "Uri": "/security/labels/authorities/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelAuthorityCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/labels/categories/{categoryTemplate-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityLabelCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/labels/categories/{categoryTemplate-id}", - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelCategory" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/labels/categories", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityLabelCategory", "Variants": [ "List" ], - "Uri": "/security/labels/categories", - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelCategory" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/labels/categories/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityLabelCategoryCount", "Variants": [ "Get" ], - "Uri": "/security/labels/categories/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelCategoryCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/labels/categories/{categoryTemplate-id}/subCategories/{subCategoryTemplate-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecuritySubCategoryTemplate", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityLabelCategorySubCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/labels/categories/{categoryTemplate-id}/subCategories/{subCategoryTemplate-id}", - "OutputType": "IMicrosoftGraphSecuritySubCategoryTemplate", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelCategorySubCategory" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/labels/categories/{categoryTemplate-id}/subCategories", "Method": "GET", + "OutputType": "IMicrosoftGraphSecuritySubCategoryTemplate", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityLabelCategorySubCategory", "Variants": [ "List" ], - "Uri": "/security/labels/categories/{categoryTemplate-id}/subCategories", - "OutputType": "IMicrosoftGraphSecuritySubCategoryTemplate", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelCategorySubCategory" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/labels/categories/{categoryTemplate-id}/subCategories/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityLabelCategorySubCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/labels/categories/{categoryTemplate-id}/subCategories/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelCategorySubCategoryCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/labels/citations/{citationTemplate-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityLabelCitation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/labels/citations/{citationTemplate-id}", - "OutputType": "IMicrosoftGraphSecurityCitationTemplate", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelCitation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/labels/citations", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityLabelCitation", "Variants": [ "List" ], - "Uri": "/security/labels/citations", - "OutputType": "IMicrosoftGraphSecurityCitationTemplate", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelCitation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/labels/citations/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityLabelCitationCount", "Variants": [ "Get" ], - "Uri": "/security/labels/citations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelCitationCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/labels/departments/{departmentTemplate-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityLabelDepartment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/labels/departments/{departmentTemplate-id}", - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelDepartment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/labels/departments", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityLabelDepartment", "Variants": [ "List" ], - "Uri": "/security/labels/departments", - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelDepartment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/labels/departments/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityLabelDepartmentCount", "Variants": [ "Get" ], - "Uri": "/security/labels/departments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelDepartmentCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityLabelFilePlanReference", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelFilePlanReference" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/labels/filePlanReferences", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityLabelFilePlanReference", "Variants": [ "List" ], - "Uri": "/security/labels/filePlanReferences", - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelFilePlanReference" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/labels/filePlanReferences/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityLabelFilePlanReferenceCount", "Variants": [ "Get" ], - "Uri": "/security/labels/filePlanReferences/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelFilePlanReferenceCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityLabelRetentionEventType", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelRetentionEventType" + "ApiVersion": "beta" }, { + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Module": "Beta.Security", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -118061,18 +118218,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionLabel", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", - "OutputType": "IMicrosoftGraphSecurityRetentionLabel", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelRetentionLabel" + "ApiVersion": "beta" }, { + "Uri": "/security/labels/retentionLabels", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Module": "Beta.Security", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -118087,17 +118244,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionLabel", "Variants": [ "List" ], - "Uri": "/security/labels/retentionLabels", - "OutputType": "IMicrosoftGraphSecurityRetentionLabel", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelRetentionLabel" + "ApiVersion": "beta" }, { + "Uri": "/security/labels/retentionLabels/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -118112,170 +118269,170 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionLabelCount", "Variants": [ "Get" ], - "Uri": "/security/labels/retentionLabels/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelRetentionLabelCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptor" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptor", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate", + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorAuthorityTemplate" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorAuthorityTemplate", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate", + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorCategoryTemplate" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorCategoryTemplate", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate", + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityCitationTemplate", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorCitationTemplate" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorCitationTemplate", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate", + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorDepartmentTemplate" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorDepartmentTemplate", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate", + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorFilePlanReferenceTemplate" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorFilePlanReferenceTemplate", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStageCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStageCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphProviderTenantSetting", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityProviderTenantSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSecurityProviderTenantSetting", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/providerTenantSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphProviderTenantSetting", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityProviderTenantSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSecurityProviderTenantSetting", "Variants": [ - "Get" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/providerTenantSettings/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityProviderTenantSettingCount" + "Permissions": [], + "Command": "Get-MgBetaSecurityProviderTenantSettingCount", + "Variants": [ + "Get" + ], + "ApiVersion": "beta" }, { + "Uri": "/security/secureScores/{secureScore-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecureScore", + "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -118290,18 +118447,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecuritySecureScore", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/secureScores/{secureScore-id}", - "OutputType": "IMicrosoftGraphSecureScore", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySecureScore" + "ApiVersion": "beta" }, { + "Uri": "/security/secureScores", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecureScore", + "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -118316,17 +118473,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecuritySecureScore", "Variants": [ "List" ], - "Uri": "/security/secureScores", - "OutputType": "IMicrosoftGraphSecureScore", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySecureScore" + "ApiVersion": "beta" }, { + "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -118341,18 +118498,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecuritySecureScoreControlProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySecureScoreControlProfile" + "ApiVersion": "beta" }, { + "Uri": "/security/secureScoreControlProfiles", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -118367,17 +118524,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecuritySecureScoreControlProfile", "Variants": [ "List" ], - "Uri": "/security/secureScoreControlProfiles", - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySecureScoreControlProfile" + "ApiVersion": "beta" }, { + "Uri": "/security/secureScoreControlProfiles/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -118392,17 +118549,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecuritySecureScoreControlProfileCount", "Variants": [ "Get" ], - "Uri": "/security/secureScoreControlProfiles/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySecureScoreControlProfileCount" + "ApiVersion": "beta" }, { + "Uri": "/security/secureScores/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -118417,17 +118574,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecuritySecureScoreCount", "Variants": [ "Get" ], - "Uri": "/security/secureScores/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySecureScoreCount" + "ApiVersion": "beta" }, { + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Module": "Beta.Security", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -118442,18 +118599,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequest" + "ApiVersion": "beta" }, { + "Uri": "/security/subjectRightsRequests", + "Method": "GET", + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Module": "Beta.Security", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -118468,119 +118625,119 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequest", "Variants": [ "List" ], - "Uri": "/security/subjectRightsRequests", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequest" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecuritySubjectRightsRequestApprover", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequestApprover" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequestApprover" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestApprover", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaborator" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaborator", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaborator" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaborator", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorMailboxSetting" + "Permissions": [], + "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorMailboxSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/security/subjectRightsRequests/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -118595,17 +118752,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestCount", "Variants": [ "Get" ], - "Uri": "/security/subjectRightsRequests/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequestCount" + "ApiVersion": "beta" }, { + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -118620,44 +118777,44 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestFinalAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequestFinalAttachment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecuritySubjectRightsRequestFinalReport", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequestFinalReport" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAuthoredNote", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecuritySubjectRightsRequestNote", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "OutputType": "IMicrosoftGraphAuthoredNote", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequestNote" + "ApiVersion": "beta" }, { + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "Method": "GET", + "OutputType": "IMicrosoftGraphAuthoredNote", + "Module": "Beta.Security", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -118672,17 +118829,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestNote", "Variants": [ "List" ], - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "OutputType": "IMicrosoftGraphAuthoredNote", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequestNote" + "ApiVersion": "beta" }, { + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -118697,577 +118854,577 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestNoteCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequestNoteCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team", "Method": "GET", + "OutputType": "IMicrosoftGraphTeam", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecuritySubjectRightsRequestTeam", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team", - "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequestTeam" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligence", "Variants": [ "Get" ], - "Uri": "/security/threatIntelligence", - "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligence" + "ApiVersion": "beta" }, { + "Uri": "/security/threatIntelligence/articles/{article-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityArticle", + "Module": "Beta.Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceArticle", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/articles/{article-id}", - "OutputType": "IMicrosoftGraphSecurityArticle", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceArticle" + "ApiVersion": "beta" }, { + "Uri": "/security/threatIntelligence/articles", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityArticle", + "Module": "Beta.Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceArticle", "Variants": [ "List" ], - "Uri": "/security/threatIntelligence/articles", - "OutputType": "IMicrosoftGraphSecurityArticle", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceArticle" + "ApiVersion": "beta" }, { + "Uri": "/security/threatIntelligence/articles/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceArticleCount", "Variants": [ "Get" ], - "Uri": "/security/threatIntelligence/articles/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceArticleCount" + "ApiVersion": "beta" }, { + "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Module": "Beta.Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicator", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", - "OutputType": "IMicrosoftGraphSecurityArticleIndicator", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicator" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/articleIndicators", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicator", "Variants": [ "List", "List1" ], - "Uri": "/security/threatIntelligence/articleIndicators", - "OutputType": "IMicrosoftGraphSecurityArticleIndicator", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicator" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicatorArtifact", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicatorArtifact" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/articleIndicators/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicatorCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/articleIndicators/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicatorCount" + "ApiVersion": "beta" }, { + "Uri": "/security/threatIntelligence/hosts/{host-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHost", + "Module": "Beta.Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHost", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/hosts/{host-id}", - "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHost" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/hosts", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHost", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceHost", "Variants": [ "List" ], - "Uri": "/security/threatIntelligence/hosts", - "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHost" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/{hostPair-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPair", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/{hostPair-id}", - "OutputType": "IMicrosoftGraphSecurityHostPair", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPair" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPair", "Variants": [ "List" ], - "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs", - "OutputType": "IMicrosoftGraphSecurityHostPair", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPair" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPairCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPairCount" + "ApiVersion": "beta" }, { + "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Module": "Beta.Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", - "OutputType": "IMicrosoftGraphSecurityHostComponent", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/hostComponents", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponent", "Variants": [ "List", "List1" ], - "Uri": "/security/threatIntelligence/hostComponents", - "OutputType": "IMicrosoftGraphSecurityHostComponent", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/hostComponents/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponentCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/hostComponents/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponentCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}/host", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHost", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponentHost", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}/host", - "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponentHost" + "ApiVersion": "beta" }, { + "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Module": "Beta.Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookie", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", - "OutputType": "IMicrosoftGraphSecurityHostCookie", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookie" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/hostCookies", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookie", "Variants": [ "List", "List1" ], - "Uri": "/security/threatIntelligence/hostCookies", - "OutputType": "IMicrosoftGraphSecurityHostCookie", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookie" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/hostCookies/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookieCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/hostCookies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookieCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}/host", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHost", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookieHost", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}/host", - "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookieHost" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/hosts/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceHostCount", "Variants": [ "Get" ], - "Uri": "/security/threatIntelligence/hosts/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPair", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", - "OutputType": "IMicrosoftGraphSecurityHostPair", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPair" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/hostPairs", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPair", "Variants": [ "List", "List1" ], - "Uri": "/security/threatIntelligence/hostPairs", - "OutputType": "IMicrosoftGraphSecurityHostPair", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPair" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/childHost", + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairChildHost" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairChildHost", "Variants": [ "Get", - "Get1", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hostPairs/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairCount", "Variants": [ "Get", + "Get1", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/parentHost", + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairParentHost" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairParentHost", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/{hostPair-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHostPair", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPair" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPair", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs", + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHostPair", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPair" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPair", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPairCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPairCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDns" + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDns", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Module": "Beta.Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDns", "Variants": [ "List" ], - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDns" + "ApiVersion": "beta" }, { + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse" + "ApiVersion": "beta" }, { + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Module": "Beta.Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse", "Variants": [ "List" ], - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse" + "ApiVersion": "beta" }, { + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverseCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverseCount" + "ApiVersion": "beta" }, { + "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHostReputation", + "Module": "Beta.Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostReputation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", - "OutputType": "IMicrosoftGraphSecurityHostReputation", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostReputation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificate", "Variants": [ "Get", "Get1", @@ -119276,795 +119433,795 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificate" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/hostSslCertificates", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificate", "Variants": [ "List", "List1" ], - "Uri": "/security/threatIntelligence/hostSslCertificates", - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificate" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/hosts/{host-id}/sslCertificates/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificateCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/hosts/{host-id}/sslCertificates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificateCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/host", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHost", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificateHost", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/host", - "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificateHost" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/{subdomain-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomain", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/{subdomain-id}", - "OutputType": "IMicrosoftGraphSecuritySubdomain", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomain" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains", "Method": "GET", + "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomain", "Variants": [ "List" ], - "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains", - "OutputType": "IMicrosoftGraphSecuritySubdomain", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomain" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomainCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomainCount" + "ApiVersion": "beta" }, { + "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Module": "Beta.Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostTracker", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", - "OutputType": "IMicrosoftGraphSecurityHostTracker", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostTracker" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/hostTrackers", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceHostTracker", "Variants": [ "List", "List1" ], - "Uri": "/security/threatIntelligence/hostTrackers", - "OutputType": "IMicrosoftGraphSecurityHostTracker", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostTracker" + "ApiVersion": "beta" }, { + "Uri": "/security/threatIntelligence/hosts/{host-id}/trackers/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostTrackerCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/hosts/{host-id}/trackers/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostTrackerCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}/host", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHost", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceHostTrackerHost", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}/host", - "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostTrackerHost" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/hosts/{host-id}/whois", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceHostWhoi", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/hosts/{host-id}/whois", - "OutputType": "IMicrosoftGraphSecurityWhoisRecord", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostWhoi" + "ApiVersion": "beta" }, { + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Module": "Beta.Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfile" + "ApiVersion": "beta" }, { + "Uri": "/security/threatIntelligence/intelProfiles", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Module": "Beta.Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfile", "Variants": [ "List" ], - "Uri": "/security/threatIntelligence/intelProfiles", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfile" + "ApiVersion": "beta" }, { + "Uri": "/security/threatIntelligence/intelProfiles/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileCount", "Variants": [ "Get" ], - "Uri": "/security/threatIntelligence/intelProfiles/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator" + "ApiVersion": "beta" }, { + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Module": "Beta.Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator", "Variants": [ "List" ], - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator" + "ApiVersion": "beta" }, { + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicatorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicatorCount" + "ApiVersion": "beta" }, { + "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Module": "Beta.Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/passiveDnsRecords", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord", "Variants": [ "List" ], - "Uri": "/security/threatIntelligence/passiveDnsRecords", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordArtifact", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordArtifact" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/passiveDnsRecords/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordCount", "Variants": [ "Get" ], - "Uri": "/security/threatIntelligence/passiveDnsRecords/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHost", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordParentHost", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost", - "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordParentHost" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicator", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicator" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicator", "Variants": [ "List" ], - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicator" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicatorArtifact", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicatorArtifact" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicatorCount", "Variants": [ "Get" ], - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicatorCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificate", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", - "OutputType": "IMicrosoftGraphSecuritySslCertificate", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificate" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/sslCertificates", "Method": "GET", + "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificate", "Variants": [ "List" ], - "Uri": "/security/threatIntelligence/sslCertificates", - "OutputType": "IMicrosoftGraphSecuritySslCertificate", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificate" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/sslCertificates/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateCount", "Variants": [ "Get" ], - "Uri": "/security/threatIntelligence/sslCertificates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/{host-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHost", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/{host-id}", - "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHost", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost", "Variants": [ "List" ], - "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts", - "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHostCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHostCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomain", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", - "OutputType": "IMicrosoftGraphSecuritySubdomain", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomain" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/subdomains", "Method": "GET", + "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomain", "Variants": [ "List" ], - "Uri": "/security/threatIntelligence/subdomains", - "OutputType": "IMicrosoftGraphSecuritySubdomain", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomain" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/subdomains/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomainCount", "Variants": [ "Get" ], - "Uri": "/security/threatIntelligence/subdomains/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomainCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}/host", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHost", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomainHost", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}/host", - "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomainHost" + "ApiVersion": "beta" }, { + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Module": "Beta.Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerability", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", - "OutputType": "IMicrosoftGraphSecurityVulnerability", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerability" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/vulnerabilities", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerability", "Variants": [ "List" ], - "Uri": "/security/threatIntelligence/vulnerabilities", - "OutputType": "IMicrosoftGraphSecurityVulnerability", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerability" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityArticle", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}", - "OutputType": "IMicrosoftGraphSecurityArticle", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityArticle", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle", "Variants": [ "List" ], - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles", - "OutputType": "IMicrosoftGraphSecurityArticle", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticleCount" + "ApiVersion": "beta" }, { + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Module": "Beta.Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent" + "ApiVersion": "beta" }, { + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Module": "Beta.Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", "Variants": [ "List" ], - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent" + "ApiVersion": "beta" }, { + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponentCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/vulnerabilities/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityCount", "Variants": [ "Get" ], - "Uri": "/security/threatIntelligence/vulnerabilities/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/whoisHistoryRecords", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", "Variants": [ "List" ], - "Uri": "/security/threatIntelligence/whoisHistoryRecords", - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/whoisHistoryRecords/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordCount", "Variants": [ "Get" ], - "Uri": "/security/threatIntelligence/whoisHistoryRecords/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}/host", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHost", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordHost", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}/host", - "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordHost" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecord", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", - "OutputType": "IMicrosoftGraphSecurityWhoisRecord", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecord" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/whoisRecords", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecord", "Variants": [ "List" ], - "Uri": "/security/threatIntelligence/whoisRecords", - "OutputType": "IMicrosoftGraphSecurityWhoisRecord", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecord" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/whoisRecords/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordCount", "Variants": [ "Get" ], - "Uri": "/security/threatIntelligence/whoisRecords/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/{whoisHistoryRecord-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/{whoisHistoryRecord-id}", - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory", "Variants": [ "List" ], - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history", - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistoryCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHost", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHost", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host", - "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHost" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatSubmission", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityThreatSubmissionRoot", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityThreatSubmission", "Variants": [ "Get" ], - "Uri": "/security/threatSubmission", - "OutputType": "IMicrosoftGraphSecurityThreatSubmissionRoot", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatSubmission" + "ApiVersion": "beta" }, { + "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", + "Module": "Beta.Security", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -120091,18 +120248,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreat", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreat" + "ApiVersion": "beta" }, { + "Uri": "/security/threatSubmission/emailThreats", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", + "Module": "Beta.Security", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -120129,17 +120286,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreat", "Variants": [ "List" ], - "Uri": "/security/threatSubmission/emailThreats", - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreat" + "ApiVersion": "beta" }, { + "Uri": "/security/threatSubmission/emailThreats/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -120166,17 +120323,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatCount", "Variants": [ "Get" ], - "Uri": "/security/threatSubmission/emailThreats/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatCount" + "ApiVersion": "beta" }, { + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", + "Module": "Beta.Security", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -120209,18 +120366,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy" + "ApiVersion": "beta" }, { + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", + "Module": "Beta.Security", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -120253,17 +120410,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", "Variants": [ "List" ], - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies", - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy" + "ApiVersion": "beta" }, { + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -120296,17 +120453,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicyCount", "Variants": [ "Get" ], - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicyCount" + "ApiVersion": "beta" }, { + "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", + "Module": "Beta.Security", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -120333,18 +120490,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmissionFileThreat", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", - "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatSubmissionFileThreat" + "ApiVersion": "beta" }, { + "Uri": "/security/threatSubmission/fileThreats", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", + "Module": "Beta.Security", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -120371,17 +120528,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmissionFileThreat", "Variants": [ "List" ], - "Uri": "/security/threatSubmission/fileThreats", - "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatSubmissionFileThreat" + "ApiVersion": "beta" }, { + "Uri": "/security/threatSubmission/fileThreats/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -120408,17 +120565,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmissionFileThreatCount", "Variants": [ "Get" ], - "Uri": "/security/threatSubmission/fileThreats/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatSubmissionFileThreatCount" + "ApiVersion": "beta" }, { + "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", + "Module": "Beta.Security", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -120445,18 +120602,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreat", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", - "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreat" + "ApiVersion": "beta" }, { + "Uri": "/security/threatSubmission/urlThreats", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", + "Module": "Beta.Security", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -120483,17 +120640,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreat", "Variants": [ "List" ], - "Uri": "/security/threatSubmission/urlThreats", - "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreat" + "ApiVersion": "beta" }, { + "Uri": "/security/threatSubmission/urlThreats/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -120520,81 +120677,81 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreatCount", "Variants": [ "Get" ], - "Uri": "/security/threatSubmission/urlThreats/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreatCount" + "ApiVersion": "beta" }, { + "Uri": "/security/tiIndicators/{tiIndicator-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTiIndicator", + "Module": "Beta.Security", "Permissions": { "Name": "ThreatIndicators.ReadWrite.OwnedBy", "Description": "Manage threat indicators this app creates or owns", "FullDescription": "Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on your behalf.  It cannot update any threat indicators that it is not an owner of.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityTiIndicator", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/tiIndicators/{tiIndicator-id}", - "OutputType": "IMicrosoftGraphTiIndicator", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityTiIndicator" + "ApiVersion": "beta" }, { + "Uri": "/security/tiIndicators", + "Method": "GET", + "OutputType": "IMicrosoftGraphTiIndicator", + "Module": "Beta.Security", "Permissions": { "Name": "ThreatIndicators.ReadWrite.OwnedBy", "Description": "Manage threat indicators this app creates or owns", "FullDescription": "Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on your behalf.  It cannot update any threat indicators that it is not an owner of.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityTiIndicator", "Variants": [ "List" ], - "Uri": "/security/tiIndicators", - "OutputType": "IMicrosoftGraphTiIndicator", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityTiIndicator" + "ApiVersion": "beta" }, { + "Uri": "/security/tiIndicators/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": { "Name": "ThreatIndicators.ReadWrite.OwnedBy", "Description": "Manage threat indicators this app creates or owns", "FullDescription": "Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on your behalf.  It cannot update any threat indicators that it is not an owner of.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSecurityTiIndicatorCount", "Variants": [ "Get" ], - "Uri": "/security/tiIndicators/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityTiIndicatorCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/triggers", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityTriggersRoot", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityTrigger", "Variants": [ "Get" ], - "Uri": "/security/triggers", - "OutputType": "IMicrosoftGraphSecurityTriggersRoot", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityTrigger" + "ApiVersion": "beta" }, { + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Module": "Beta.Security", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -120609,18 +120766,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityTriggerRetentionEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityTriggerRetentionEvent" + "ApiVersion": "beta" }, { + "Uri": "/security/triggers/retentionEvents", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Module": "Beta.Security", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -120635,17 +120792,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityTriggerRetentionEvent", "Variants": [ "List" ], - "Uri": "/security/triggers/retentionEvents", - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityTriggerRetentionEvent" + "ApiVersion": "beta" }, { + "Uri": "/security/triggers/retentionEvents/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -120660,17 +120817,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityTriggerRetentionEventCount", "Variants": [ "Get" ], - "Uri": "/security/triggers/retentionEvents/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityTriggerRetentionEventCount" + "ApiVersion": "beta" }, { + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Module": "Beta.Security", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -120685,30 +120842,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityTriggerRetentionEventType", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityTriggerRetentionEventType" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/triggerTypes", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityTriggerType", "Variants": [ "Get" ], - "Uri": "/security/triggerTypes", - "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityTriggerType" + "ApiVersion": "beta" }, { + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Module": "Beta.Security", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -120723,18 +120880,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventType", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventType" + "ApiVersion": "beta" }, { + "Uri": "/security/triggerTypes/retentionEventTypes", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Module": "Beta.Security", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -120749,17 +120906,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventType", "Variants": [ "List" ], - "Uri": "/security/triggerTypes/retentionEventTypes", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventType" + "ApiVersion": "beta" }, { + "Uri": "/security/triggerTypes/retentionEventTypes/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -120774,327 +120931,327 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventTypeCount", "Variants": [ "Get" ], - "Uri": "/security/triggerTypes/retentionEventTypes/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventTypeCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphUserSecurityProfile", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityUserSecurityProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", - "OutputType": "IMicrosoftGraphUserSecurityProfile", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityUserSecurityProfile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/userSecurityProfiles", "Method": "GET", + "OutputType": "IMicrosoftGraphUserSecurityProfile", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityUserSecurityProfile", "Variants": [ "List" ], - "Uri": "/security/userSecurityProfiles", - "OutputType": "IMicrosoftGraphUserSecurityProfile", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityUserSecurityProfile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/userSecurityProfiles/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaSecurityUserSecurityProfileCount", "Variants": [ "Get" ], - "Uri": "/security/userSecurityProfiles/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityUserSecurityProfileCount" + "ApiVersion": "beta" }, { + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphServiceHealth", + "Module": "Beta.Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceHealth.Read.All", "Description": "Read service health", "FullDescription": "Allows the app to read your tenant's service health information on your behalf.Health information may include service issues or service health overviews.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementHealthOverview", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", - "OutputType": "IMicrosoftGraphServiceHealth", - "ApiVersion": "beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Get-MgBetaServiceAnnouncementHealthOverview" + "ApiVersion": "beta" }, { + "Uri": "/admin/serviceAnnouncement/healthOverviews", + "Method": "GET", + "OutputType": "IMicrosoftGraphServiceHealth", + "Module": "Beta.Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceHealth.Read.All", "Description": "Read service health", "FullDescription": "Allows the app to read your tenant's service health information on your behalf.Health information may include service issues or service health overviews.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementHealthOverview", "Variants": [ "List" ], - "Uri": "/admin/serviceAnnouncement/healthOverviews", - "OutputType": "IMicrosoftGraphServiceHealth", - "ApiVersion": "beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Get-MgBetaServiceAnnouncementHealthOverview" + "ApiVersion": "beta" }, { + "Uri": "/admin/serviceAnnouncement/healthOverviews/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceHealth.Read.All", "Description": "Read service health", "FullDescription": "Allows the app to read your tenant's service health information on your behalf.Health information may include service issues or service health overviews.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementHealthOverviewCount", "Variants": [ "Get" ], - "Uri": "/admin/serviceAnnouncement/healthOverviews/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Get-MgBetaServiceAnnouncementHealthOverviewCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Module": "Beta.Devices.ServiceAnnouncement", + "Permissions": [], + "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssue", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", - "OutputType": "IMicrosoftGraphServiceHealthIssue", - "ApiVersion": "beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssue" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", "Method": "GET", + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Module": "Beta.Devices.ServiceAnnouncement", + "Permissions": [], + "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssue", "Variants": [ "List" ], - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", - "OutputType": "IMicrosoftGraphServiceHealthIssue", - "ApiVersion": "beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssue" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.ServiceAnnouncement", + "Permissions": [], + "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssueCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssueCount" + "ApiVersion": "beta" }, { + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Module": "Beta.Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceHealth.Read.All", "Description": "Read service health", "FullDescription": "Allows the app to read your tenant's service health information on your behalf.Health information may include service issues or service health overviews.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementIssue", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", - "OutputType": "IMicrosoftGraphServiceHealthIssue", - "ApiVersion": "beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Get-MgBetaServiceAnnouncementIssue" + "ApiVersion": "beta" }, { + "Uri": "/admin/serviceAnnouncement/issues", + "Method": "GET", + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Module": "Beta.Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceHealth.Read.All", "Description": "Read service health", "FullDescription": "Allows the app to read your tenant's service health information on your behalf.Health information may include service issues or service health overviews.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementIssue", "Variants": [ "List" ], - "Uri": "/admin/serviceAnnouncement/issues", - "OutputType": "IMicrosoftGraphServiceHealthIssue", - "ApiVersion": "beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Get-MgBetaServiceAnnouncementIssue" + "ApiVersion": "beta" }, { + "Uri": "/admin/serviceAnnouncement/issues/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceHealth.Read.All", "Description": "Read service health", "FullDescription": "Allows the app to read your tenant's service health information on your behalf.Health information may include service issues or service health overviews.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementIssueCount", "Variants": [ "Get" ], - "Uri": "/admin/serviceAnnouncement/issues/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Get-MgBetaServiceAnnouncementIssueCount" + "ApiVersion": "beta" }, { + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Module": "Beta.Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceMessage.Read.All", "Description": "Read service messages", "FullDescription": "Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", - "OutputType": "IMicrosoftGraphServiceUpdateMessage", - "ApiVersion": "beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Get-MgBetaServiceAnnouncementMessage" + "ApiVersion": "beta" }, { + "Uri": "/admin/serviceAnnouncement/messages", + "Method": "GET", + "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Module": "Beta.Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceMessage.Read.All", "Description": "Read service messages", "FullDescription": "Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementMessage", "Variants": [ "List" ], - "Uri": "/admin/serviceAnnouncement/messages", - "OutputType": "IMicrosoftGraphServiceUpdateMessage", - "ApiVersion": "beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Get-MgBetaServiceAnnouncementMessage" + "ApiVersion": "beta" }, { + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Module": "Beta.Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceMessage.Read.All", "Description": "Read service messages", "FullDescription": "Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementMessageAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", - "ApiVersion": "beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Get-MgBetaServiceAnnouncementMessageAttachment" + "ApiVersion": "beta" }, { + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", + "Method": "GET", + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Module": "Beta.Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceMessage.Read.All", "Description": "Read service messages", "FullDescription": "Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementMessageAttachment", "Variants": [ "List" ], - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", - "ApiVersion": "beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Get-MgBetaServiceAnnouncementMessageAttachment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.ServiceAnnouncement", + "Permissions": [], + "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentArchive", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentArchive" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.ServiceAnnouncement", + "Permissions": [], + "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentContent" + "ApiVersion": "beta" }, { + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceMessage.Read.All", "Description": "Read service messages", "FullDescription": "Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentCount" + "ApiVersion": "beta" }, { + "Uri": "/admin/serviceAnnouncement/messages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceMessage.Read.All", "Description": "Read service messages", "FullDescription": "Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementMessageCount", "Variants": [ "Get" ], - "Uri": "/admin/serviceAnnouncement/messages/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Get-MgBetaServiceAnnouncementMessageCount" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -121127,18 +121284,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipal" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals", + "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -121171,68 +121328,68 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipal", "Variants": [ "List" ], - "Uri": "/servicePrincipals", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalAppManagementPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}", - "OutputType": "IMicrosoftGraphAppManagementPolicy", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalAppManagementPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies", "Method": "GET", + "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalAppManagementPolicy", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies", - "OutputType": "IMicrosoftGraphAppManagementPolicy", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalAppManagementPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalAppManagementPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalAppManagementPolicyCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalAppRoleAssignedTo", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalAppRoleAssignedTo" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", + "Method": "GET", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -121265,17 +121422,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalAppRoleAssignedTo", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalAppRoleAssignedTo" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -121308,31 +121465,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalAppRoleAssignedToCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalAppRoleAssignedToCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalAppRoleAssignment" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -121365,17 +121522,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalAppRoleAssignment", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalAppRoleAssignment" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -121408,18 +121565,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalAppRoleAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalAppRoleAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals(appId='{appId}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -121452,31 +121609,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalByAppId", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals(appId='{appId}')", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalByAppId" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalById", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/servicePrincipals/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalById" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -121503,17 +121660,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalClaimMappingPolicy", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalClaimMappingPolicy" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -121540,17 +121697,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalClaimMappingPolicyByRef", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalClaimMappingPolicyByRef" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -121577,18 +121734,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalClaimMappingPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalClaimMappingPolicyCount" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -121621,30 +121778,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalCount", "Variants": [ "Get" ], - "Uri": "/servicePrincipals/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalCreatedObject", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalCreatedObject" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -121677,42 +121834,42 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalCreatedObject", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalCreatedObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -121745,44 +121902,44 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalCreatedObjectCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalCreatedObjectCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalCreatedObjectCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalCreatedObjectCountAsServicePrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassification", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassification" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", + "Method": "GET", + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -121803,17 +121960,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassification", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassification" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -121834,18 +121991,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassificationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassificationCount" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -121878,55 +122035,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalDelta", "Variants": [ "Delta" ], - "Uri": "/servicePrincipals/delta", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalEndpoint" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalEndpoint", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalEndpoint" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalEndpointCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalEndpointCount" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -121953,17 +122110,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicy", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicy" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -121990,17 +122147,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -122027,56 +122184,56 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphLicenseDetails", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalLicenseDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", - "OutputType": "IMicrosoftGraphLicenseDetails", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalLicenseDetail" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails", "Method": "GET", + "OutputType": "IMicrosoftGraphLicenseDetails", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalLicenseDetail", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails", - "OutputType": "IMicrosoftGraphLicenseDetails", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalLicenseDetail" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalLicenseDetailCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalLicenseDetailCount" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -122145,20 +122302,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Get-MgBetaServicePrincipalMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalMemberGroup" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -122233,151 +122390,33 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaServicePrincipalMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalMemberObject" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalMemberOf" - }, - { - "Permissions": [ - { - "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true - }, - { - "Name": "Application.ReadWrite.All", - "Description": "Read and write applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", - "IsAdmin": true - }, - { - "Name": "Application.ReadWrite.OwnedBy", - "Description": "Manage apps that this app creates or owns", - "FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user.  It cannot update any apps that it is not an owner of.", - "IsAdmin": false - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true - } - ], "Method": "GET", - "Variants": [ - "List" - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalMemberOf" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit" - }, - { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/directoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalMemberOfAsDirectoryRole" - }, - { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalMemberOfAsDirectoryRole" - }, - { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalMemberOfAsGroup" - }, - { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf", "Method": "GET", - "Variants": [ - "List" - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalMemberOfAsGroup" - }, - { "Permissions": [ { "Name": "Application.Read.All", @@ -122410,70 +122449,188 @@ "IsAdmin": true } ], + "Command": "Get-MgBetaServicePrincipalMemberOf", + "Variants": [ + "List" + ], + "ApiVersion": "beta" + }, + { + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalMemberOfCount" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit", + "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Beta.Applications", "Permissions": [], + "Command": "Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit", + "Variants": [ + "List" + ], + "ApiVersion": "beta" + }, + { + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/directoryRole", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalMemberOfAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalMemberOfCountAsAdministrativeUnit" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Module": "Beta.Applications", "Permissions": [], + "Command": "Get-MgBetaServicePrincipalMemberOfAsDirectoryRole", + "Variants": [ + "List" + ], + "ApiVersion": "beta" + }, + { + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalMemberOfCountAsDirectoryRole" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Applications", "Permissions": [], + "Command": "Get-MgBetaServicePrincipalMemberOfAsGroup", + "Variants": [ + "List" + ], + "ApiVersion": "beta" + }, + { + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [ + { + "Name": "Application.Read.All", + "Description": "Read applications", + "FullDescription": "Allows the app to read applications and service principals on your behalf.", + "IsAdmin": true + }, + { + "Name": "Application.ReadWrite.All", + "Description": "Read and write applications", + "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", + "IsAdmin": true + }, + { + "Name": "Application.ReadWrite.OwnedBy", + "Description": "Manage apps that this app creates or owns", + "FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user.  It cannot update any apps that it is not an owner of.", + "IsAdmin": false + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory.", + "IsAdmin": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaServicePrincipalMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group/$count", + "ApiVersion": "beta" + }, + { + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalMemberOfCountAsGroup" + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalMemberOfCountAsAdministrativeUnit", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [], + "Command": "Get-MgBetaServicePrincipalMemberOfCountAsDirectoryRole", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" + }, + { + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrant" + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrant", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants", + "Method": "GET", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Module": "Beta.Applications", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -122494,17 +122651,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrant", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrant" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -122525,31 +122682,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrantCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrantCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalOwnedObject", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnedObject" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -122582,117 +122739,117 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnedObject", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnedObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application", "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsApplication" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application", "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsApplication", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsApplication" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint", "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsEndpoint" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint", "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsEndpoint", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsEndpoint" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsGroup", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -122725,70 +122882,70 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnedObjectCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnedObjectCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsApplication" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsEndpoint" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsServicePrincipal" + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsServicePrincipal", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -122821,92 +122978,92 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwner", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwner" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint", "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalOwnerAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnerAsEndpoint" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint", "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalOwnerAsEndpoint", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnerAsEndpoint" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalOwnerAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnerAsServicePrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalOwnerAsServicePrincipal", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnerAsServicePrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalOwnerAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnerAsUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalOwnerAsUser", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnerAsUser" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -122939,17 +123096,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnerByRef", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnerByRef" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -122982,57 +123139,57 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnerCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnerCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnerCountAsEndpoint" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnerCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnerCountAsServicePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnerCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnerCountAsUser" + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalOwnerCountAsUser", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/getPasswordSingleSignOnCredentials", + "Method": "POST", + "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -123059,85 +123216,85 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaServicePrincipalPasswordSingleSignOnCredential", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/getPasswordSingleSignOnCredentials", - "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalPasswordSingleSignOnCredential" + "ApiVersion": "beta" }, { + "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityRiskEvent.Read.All", "Description": "Read identity risk event information", "FullDescription": "Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalRiskDetection", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaServicePrincipalRiskDetection" + "ApiVersion": "beta" }, { + "Uri": "/identityProtection/servicePrincipalRiskDetections", + "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityRiskEvent.Read.All", "Description": "Read identity risk event information", "FullDescription": "Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalRiskDetection", "Variants": [ "List" ], - "Uri": "/identityProtection/servicePrincipalRiskDetections", - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaServicePrincipalRiskDetection" + "ApiVersion": "beta" }, { + "Uri": "/identityProtection/servicePrincipalRiskDetections/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityRiskEvent.Read.All", "Description": "Read identity risk event information", "FullDescription": "Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalRiskDetectionCount", "Variants": [ "Get" ], - "Uri": "/identityProtection/servicePrincipalRiskDetections/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaServicePrincipalRiskDetectionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", "Method": "GET", + "OutputType": "IMicrosoftGraphSynchronization", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalSynchronization", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", - "OutputType": "IMicrosoftGraphSynchronization", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronization" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -123152,20 +123309,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Get-MgBetaServicePrincipalSynchronizationAccessToken", "Variants": [ "Acquire", "AcquireExpanded", "AcquireViaIdentity", "AcquireViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronizationAccessToken" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -123186,18 +123343,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationJob", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", - "OutputType": "IMicrosoftGraphSynchronizationJob", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronizationJob" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", + "Method": "GET", + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -123218,43 +123375,43 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationJob", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", - "OutputType": "IMicrosoftGraphSynchronizationJob", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronizationJob" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalSynchronizationJobBulkUpload", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronizationJobBulkUpload" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalSynchronizationJobBulkUploadContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronizationJobBulkUploadContent" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -123275,18 +123432,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationJobCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronizationJobCount" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "Method": "GET", + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -123307,69 +123464,69 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchema", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "OutputType": "IMicrosoftGraphSynchronizationSchema", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchema" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectoryCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalSynchronizationSecretCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronizationSecretCount" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -123390,18 +123547,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplate" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", + "Method": "GET", + "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -123422,17 +123579,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplate", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplate" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -123453,18 +123610,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateCount" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "Method": "GET", + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -123485,107 +123642,107 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchema", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "OutputType": "IMicrosoftGraphSynchronizationSchema", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchema" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectoryCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies", "Method": "GET", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicy", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicyCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicy" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -123612,17 +123769,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicy", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicy" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -123649,31 +123806,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicyCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOf" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -123700,92 +123857,92 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOf", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOf" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -123812,70 +123969,70 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsDirectoryRole" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsGroup" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsGroup", "Variants": [ "Get", - "GetExpanded" + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/getUserOwnedObjects", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalUserOwnedObject" + "Permissions": [], + "Command": "Get-MgBetaServicePrincipalUserOwnedObject", + "Variants": [ + "Get", + "GetExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/settings/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -123902,106 +124059,106 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSettingCount", "Variants": [ "Get" ], - "Uri": "/settings/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaSettingCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base", "Method": "GET", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaShareContentTypeBase", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareContentTypeBase" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaShareContentTypeBaseType", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareContentTypeBaseType" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes", "Method": "GET", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaShareContentTypeBaseType", "Variants": [ "List" ], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareContentTypeBaseType" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaShareContentTypeBaseTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareContentTypeBaseTypeCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaShareCount", "Variants": [ "Get" ], - "Uri": "/shares/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/createdByUser", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaShareCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/shares/{sharedDriveItem-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareCreatedByUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaShareCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareCreatedByUserMailboxSetting" + "ApiVersion": "beta" }, { + "Uri": "/shares/{sharedDriveItem-id}/driveItem", + "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -124022,18 +124179,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaShareDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/shares/{sharedDriveItem-id}/driveItem", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareDriveItem" + "ApiVersion": "beta" }, { + "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -124072,813 +124229,813 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaShareDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareDriveItemContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaShareItem", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareItem" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/shares/{sharedDriveItem-id}/items", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareItem", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareItemContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareItemContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/items/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareItemCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareItemCount", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareItemLastModifiedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareItemLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareLastModifiedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareLastModifiedByUserMailboxSetting", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list", + "Method": "GET", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareList" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareList", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/activities", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareListActivity" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareListActivity", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareListColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareListColumn", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/columns", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareListColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareListColumn", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/columns/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareListColumnCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareListColumnCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareListColumnSourceColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareListColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareListContentType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareListContentType", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareListContentType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareListContentType", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareListContentTypeColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareListContentTypeColumn", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareListContentTypeColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareListContentTypeColumn", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareListContentTypeColumnCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareListContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareListContentTypeColumnLink", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareListContentTypeColumnLink", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareListContentTypeColumnLinkCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareListContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareListContentTypeColumnPosition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareListContentTypeColumnPosition", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareListContentTypeColumnPosition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareListContentTypeColumnPosition", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareListContentTypeColumnPositionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareListContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareListContentTypeColumnSourceColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareListContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareListContentTypeCompatibleHubContentType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareListContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareListContentTypeCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareListContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareListCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareListCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareListCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareListCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/drive", + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareListDrive" + "Permissions": [], + "Command": "Get-MgBetaShareListDrive", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/listItem", "Method": "GET", + "OutputType": "IMicrosoftGraphListItem", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaShareListItem", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/shares/{sharedDriveItem-id}/listItem", - "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItem" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items", "Method": "GET", + "OutputType": "IMicrosoftGraphListItem", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaShareListItem", "Variants": [ "List" ], - "Uri": "/shares/{sharedDriveItem-id}/list/items", - "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItem" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities", "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityOld", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaShareListItemActivity", "Variants": [ "List", "List1" ], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemActivity" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaShareListItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemActivityByInterval" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics", "Method": "GET", + "OutputType": "IMicrosoftGraphItemAnalytics", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaShareListItemAnalytic", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemAnalytic" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaShareListItemCreatedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemCreatedByUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaShareListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemCreatedByUserMailboxSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphListItem", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaShareListItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Uri": "/shares/{sharedDriveItem-id}/list/items/delta", - "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaShareListItemDocumentSetVersion", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemDocumentSetVersion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", "Method": "GET", + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaShareListItemDocumentSetVersion", "Variants": [ "List", "List1" ], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemDocumentSetVersion" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemDocumentSetVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareListItemDocumentSetVersionCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareListItemDocumentSetVersionField", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareListItemDriveItem", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemDriveItemContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareListItemDriveItemContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareListItemField", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemVersion" + "Permissions": [], + "Command": "Get-MgBetaShareListItemVersion", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", "Method": "GET", + "OutputType": "IMicrosoftGraphListItemVersion", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaShareListItemVersion", "Variants": [ "List", "List1" ], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", - "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemVersion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaShareListItemVersionCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemVersionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Method": "GET", + "OutputType": null, + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaShareListItemVersionField", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemVersionField" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaShareListOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListOperation" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/shares/{sharedDriveItem-id}/list/operations", + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareListOperation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareListOperation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/operations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareListOperationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareListOperationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareListSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareListSubscription", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareListSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareListSubscription", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareListSubscriptionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareListSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/permission", + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaSharePermission" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSharePermission", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/root", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareRoot" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaShareRoot", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/root/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaShareRootContent" + "Permissions": [], + "Command": "Get-MgBetaShareRootContent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/shares/{sharedDriveItem-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSharedDriveItem", + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -124899,43 +125056,43 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaShareSharedDriveItemSharedDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/shares/{sharedDriveItem-id}", - "OutputType": "IMicrosoftGraphSharedDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareSharedDriveItemSharedDriveItem" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares", "Method": "GET", + "OutputType": "IMicrosoftGraphSharedDriveItem", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaShareSharedDriveItemSharedDriveItem", "Variants": [ "List" ], - "Uri": "/shares", - "OutputType": "IMicrosoftGraphSharedDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareSharedDriveItemSharedDriveItem" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/site", "Method": "GET", + "OutputType": "IMicrosoftGraphSite", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaShareSite", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/shares/{sharedDriveItem-id}/site", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareSite" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSite", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -124950,18 +125107,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSite", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSite" + "ApiVersion": "beta" }, { + "Uri": "/sites", + "Method": "GET", + "OutputType": "IMicrosoftGraphSite", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -124976,17 +125133,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSite", "Variants": [ "List" ], - "Uri": "/sites", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSite" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Files.Read", @@ -125025,18 +125182,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteActivityByInterval" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/analytics", + "Method": "GET", + "OutputType": "IMicrosoftGraphItemAnalytics", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Files.Read", @@ -125075,120 +125232,120 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteAnalytic" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteAnalyticItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteAnalyticItemActivityStat" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/analytics/itemActivityStats", "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteAnalyticItemActivityStat", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteAnalyticItemActivityStat" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivity", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivity", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivity" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivity" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivity", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItem", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/analytics/itemActivityStats/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteAnalyticItemActivityStatCount" + "Permissions": [], + "Command": "Get-MgBetaSiteAnalyticItemActivityStatCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/analytics/lastSevenDays", + "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Files.Read", @@ -125227,18 +125384,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/analytics/lastSevenDays", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteAnalyticLastSevenDay" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/analytics/allTime", + "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Files.Read", @@ -125277,18 +125434,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/analytics/allTime", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteAnalyticTime" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -125315,31 +125472,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteApplicableContentTypeForList", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteApplicableContentTypeForList" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')", "Method": "GET", + "OutputType": "IMicrosoftGraphSite", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteByPath", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/getByPath(path='{path}')", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteByPath" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -125366,18 +125523,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteColumn" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/columns", + "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -125404,17 +125561,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteColumn", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteColumn" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/columns/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -125441,31 +125598,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/columns/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteColumnCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteColumnSourceColumn" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -125492,18 +125649,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteContentType" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/contentTypes", + "Method": "GET", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -125530,75 +125687,75 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteContentType", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/contentTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteContentType" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/base", "Method": "GET", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteContentTypeBase", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/base", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteContentTypeBase" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteContentTypeBaseType", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteContentTypeBaseType" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", "Method": "GET", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteContentTypeBaseType", "Variants": [ "List", "List1" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteContentTypeBaseType" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteContentTypeBaseTypeCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteContentTypeBaseTypeCount" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -125625,18 +125782,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteContentTypeColumn" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", + "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -125663,17 +125820,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeColumn", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteContentTypeColumn" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -125700,107 +125857,107 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteContentTypeColumnCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphColumnLink", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteContentTypeColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteContentTypeColumnLink" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "Method": "GET", + "OutputType": "IMicrosoftGraphColumnLink", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteContentTypeColumnLink", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteContentTypeColumnLink" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteContentTypeColumnLinkCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteContentTypeColumnPosition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteContentTypeColumnPosition" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteContentTypeColumnPosition", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteContentTypeColumnPosition" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteContentTypeColumnPositionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteContentTypeColumnSourceColumn" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", + "Method": "GET", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -125815,18 +125972,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteContentTypeCompatibleHubContentType" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/contentTypes/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -125853,18 +126010,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/contentTypes/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteContentTypeCount" + "ApiVersion": "beta" }, { + "Uri": "/sites/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -125879,17 +126036,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteCount", "Variants": [ "Get1" ], - "Uri": "/sites/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteCount" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/drive", + "Method": "GET", + "OutputType": "IMicrosoftGraphDrive", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Files.Read", @@ -125928,18 +126085,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteDefaultDrive", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/drive", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteDefaultDrive" + "ApiVersion": "beta" }, { + "Uri": "/sites/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphSite", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -125954,79 +126111,30 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteDelta", "Variants": [ "Delta" ], - "Uri": "/sites/delta", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/drives/{drive-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDrive", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteDrive", "Variants": [ "Get1", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/drives/{drive-id}", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteDrive" + "ApiVersion": "beta" }, { - "Permissions": [ - { - "Name": "Files.Read", - "Description": "Read your files", - "FullDescription": "Allows the app to read your files.", - "IsAdmin": false - }, - { - "Name": "Files.Read.All", - "Description": "Read all files that you have access to", - "FullDescription": "Allows the app to read all files you can access.", - "IsAdmin": false - }, - { - "Name": "Files.ReadWrite", - "Description": "Have full access to your files", - "FullDescription": "Allows the app to read, create, update, and delete your files.", - "IsAdmin": false - }, - { - "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", - "IsAdmin": false - }, - { - "Name": "Sites.Read.All", - "Description": "Read items in all site collections", - "FullDescription": "Allow the application to read documents and list items in all site collections on your behalf", - "IsAdmin": false - }, - { - "Name": "Sites.ReadWrite.All", - "Description": "Edit or delete items in all site collections", - "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", - "IsAdmin": false - } - ], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/sites/{site-id}/drives", + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteDrive" - }, - { "Permissions": [ { "Name": "Files.Read", @@ -126065,108 +126173,157 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteDrive", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Uri": "/sites/{site-id}/drives/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteDriveCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/drives/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [ + { + "Name": "Files.Read", + "Description": "Read your files", + "FullDescription": "Allows the app to read your files.", + "IsAdmin": false + }, + { + "Name": "Files.Read.All", + "Description": "Read all files that you have access to", + "FullDescription": "Allows the app to read all files you can access.", + "IsAdmin": false + }, + { + "Name": "Files.ReadWrite", + "Description": "Have full access to your files", + "FullDescription": "Allows the app to read, create, update, and delete your files.", + "IsAdmin": false + }, + { + "Name": "Files.ReadWrite.All", + "Description": "Have full access to all files you have access to", + "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "IsAdmin": false + }, + { + "Name": "Sites.Read.All", + "Description": "Read items in all site collections", + "FullDescription": "Allow the application to read documents and list items in all site collections on your behalf", + "IsAdmin": false + }, + { + "Name": "Sites.ReadWrite.All", + "Description": "Edit or delete items in all site collections", + "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", + "IsAdmin": false + } + ], + "Command": "Get-MgBetaSiteDriveCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteExternalColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteExternalColumn", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/externalColumns", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteExternalColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteExternalColumn", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/externalColumns/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteExternalColumnCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteExternalColumnCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteItemLastModifiedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteLastModifiedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteLastModifiedByUserMailboxSetting" + "Permissions": [], + "Command": "Get-MgBetaSiteLastModifiedByUserMailboxSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphList", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -126181,18 +126338,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteList", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}", - "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteList" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists", + "Method": "GET", + "OutputType": "IMicrosoftGraphList", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -126207,17 +126364,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteList", "Variants": [ "List1" ], - "Uri": "/sites/{site-id}/lists", - "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteList" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/activities", + "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityOld", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Files.Read", @@ -126256,17 +126413,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteListActivity", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/lists/{list-id}/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListActivity" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -126293,18 +126450,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteListColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListColumn" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/columns", + "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -126331,17 +126488,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteListColumn", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/lists/{list-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListColumn" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/columns/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -126368,31 +126525,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteListColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/columns/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListColumnCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteListColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListColumnSourceColumn" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -126419,18 +126576,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteListContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListContentType" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", + "Method": "GET", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -126457,17 +126614,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteListContentType", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListContentType" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -126494,18 +126651,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteListContentTypeColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListContentTypeColumn" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -126532,17 +126689,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteListContentTypeColumn", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListContentTypeColumn" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -126569,107 +126726,107 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteListContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListContentTypeColumnCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphColumnLink", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteListContentTypeColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListContentTypeColumnLink" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "Method": "GET", + "OutputType": "IMicrosoftGraphColumnLink", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteListContentTypeColumnLink", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListContentTypeColumnLink" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteListContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListContentTypeColumnLinkCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteListContentTypeColumnPosition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListContentTypeColumnPosition" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteListContentTypeColumnPosition", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListContentTypeColumnPosition" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteListContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListContentTypeColumnPositionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteListContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListContentTypeColumnSourceColumn" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", + "Method": "GET", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -126684,18 +126841,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteListContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListContentTypeCompatibleHubContentType" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -126722,18 +126879,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteListContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListContentTypeCount" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -126748,57 +126905,57 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteListCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteListCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteListCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/drive", + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListDrive" + "Permissions": [], + "Command": "Get-MgBetaSiteListDrive", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphListItem", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -126819,18 +126976,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteListItem", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItem" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items", + "Method": "GET", + "OutputType": "IMicrosoftGraphListItem", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -126845,30 +127002,30 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteListItem", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items", - "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItem" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityOld", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteListItemActivity", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", - "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemActivity" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", + "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityOld", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Files.Read", @@ -126907,17 +127064,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteListItemActivity", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemActivity" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Files.Read", @@ -126956,18 +127113,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteListItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemActivityByInterval" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": [ { "Name": "Files.Read", @@ -127006,57 +127163,57 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteListItemActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemActivityCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemActivityDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteListItemActivityDriveItem", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemActivityDriveItemContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteListItemActivityDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem", + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemActivityListItem" + "Permissions": [], + "Command": "Get-MgBetaSiteListItemActivityListItem", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", + "Method": "GET", + "OutputType": "IMicrosoftGraphItemAnalytics", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Files.Read", @@ -127095,44 +127252,44 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemAnalytic" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemCreatedByUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemCreatedByUserMailboxSetting" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphListItem", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -127147,20 +127304,20 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteListItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/delta", - "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemDelta" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -127193,18 +127350,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemDocumentSetVersion" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "Method": "GET", + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -127237,17 +127394,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteListItemDocumentSetVersion", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemDocumentSetVersion" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -127280,31 +127437,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemDocumentSetVersionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemDocumentSetVersionField" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", + "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Files.Read", @@ -127343,44 +127500,44 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemDriveItem" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemDriveItemContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemField" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphListItemVersion", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -127395,18 +127552,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemVersion" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "Method": "GET", + "OutputType": "IMicrosoftGraphListItemVersion", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -127421,17 +127578,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteListItemVersion", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemVersion" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -127446,69 +127603,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemVersionCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemVersionField" - }, - { - "Permissions": [ - { - "Name": "Sites.FullControl.All", - "Description": "Have full control of all your site collections", - "FullDescription": "Allow the application to have full control of all site collections on your behalf.", - "IsAdmin": true - }, - { - "Name": "Sites.Manage.All", - "Description": "Create, edit, and delete items and lists in all your site collections", - "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", - "IsAdmin": false - }, - { - "Name": "Sites.Read.All", - "Description": "Read items in all site collections", - "FullDescription": "Allow the application to read documents and list items in all site collections on your behalf", - "IsAdmin": false - }, - { - "Name": "Sites.ReadWrite.All", - "Description": "Edit or delete items in all site collections", - "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", - "IsAdmin": false - } - ], - "Method": "GET", + "Permissions": [], + "Command": "Get-MgBetaSiteListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListOperation" - }, - { "Permissions": [ { "Name": "Sites.FullControl.All", @@ -127535,17 +127654,55 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteListOperation", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/operations", + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListOperation" + "Permissions": [ + { + "Name": "Sites.FullControl.All", + "Description": "Have full control of all your site collections", + "FullDescription": "Allow the application to have full control of all site collections on your behalf.", + "IsAdmin": true + }, + { + "Name": "Sites.Manage.All", + "Description": "Create, edit, and delete items and lists in all your site collections", + "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", + "IsAdmin": false + }, + { + "Name": "Sites.Read.All", + "Description": "Read items in all site collections", + "FullDescription": "Allow the application to read documents and list items in all site collections on your behalf", + "IsAdmin": false + }, + { + "Name": "Sites.ReadWrite.All", + "Description": "Edit or delete items in all site collections", + "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", + "IsAdmin": false + } + ], + "Command": "Get-MgBetaSiteListOperation", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/operations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -127572,56 +127729,56 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteListOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/operations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListOperationCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSubscription", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteListSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListSubscription" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", "Method": "GET", + "OutputType": "IMicrosoftGraphSubscription", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteListSubscription", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListSubscription" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteListSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListSubscriptionCount" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphNotebook", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -127654,18 +127811,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenoteNotebook" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/notebooks", + "Method": "GET", + "OutputType": "IMicrosoftGraphNotebook", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -127698,17 +127855,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteNotebook", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/onenote/notebooks", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenoteNotebook" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/notebooks/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -127741,18 +127898,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteNotebookCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/onenote/notebooks/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenoteNotebookCount" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl", + "Method": "POST", + "OutputType": "IMicrosoftGraphCopyNotebookModel", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Notes.Create", @@ -127785,20 +127942,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Get-MgBetaSiteOnenoteNotebookFromWebUrl", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl", - "OutputType": "IMicrosoftGraphCopyNotebookModel", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteOnenoteNotebookFromWebUrl" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -127831,17 +127988,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteNotebookSection", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenoteNotebookSection" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Method": "GET", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -127874,17 +128031,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteNotebookSectionGroup", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenoteNotebookSectionGroup" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -127917,31 +128074,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenoteOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/onenote/operations/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Notes", + "Permissions": [], + "Command": "Get-MgBetaSiteOnenoteOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/onenote/operations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenoteOperationCount" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenotePage", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Read", @@ -127968,18 +128125,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteOnenotePage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenotePage" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/pages", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenotePage", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Read", @@ -128006,81 +128163,30 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteOnenotePage", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/onenote/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenotePage" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenotePageContent" - }, - { - "Permissions": [ - { - "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", - "IsAdmin": false - }, - { - "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", - "IsAdmin": false - } - ], "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/sites/{site-id}/onenote/pages/$count", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenotePageCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteOnenotePageContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenoteResource" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/pages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Read", @@ -128107,82 +128213,32 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteOnenotePageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenoteResourceContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphOnenoteResource", + "Module": "Beta.Notes", + "Permissions": [], + "Command": "Get-MgBetaSiteOnenoteResource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/onenote/resources/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenoteResourceCount" + "ApiVersion": "beta" }, { - "Permissions": [ - { - "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", - "IsAdmin": false - }, - { - "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", - "IsAdmin": false - } - ], + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", + "OutputType": null, "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenoteSection" - }, - { "Permissions": [ - { - "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", - "IsAdmin": false - }, { "Name": "Notes.Read", "Description": "Read your OneNote notebooks", @@ -128208,17 +128264,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteResourceContent", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Uri": "/sites/{site-id}/onenote/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", + "ApiVersion": "beta" + }, + { + "Uri": "/sites/{site-id}/onenote/resources/$count", + "Method": "GET", + "OutputType": null, "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenoteSection" + "Permissions": [], + "Command": "Get-MgBetaSiteOnenoteResourceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -128251,18 +128321,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteSection", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/onenote/sections/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenoteSectionCount" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/sections", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -128295,18 +128365,105 @@ "IsAdmin": false } ], + "Command": "Get-MgBetaSiteOnenoteSection", + "Variants": [ + "List" + ], + "ApiVersion": "beta" + }, + { + "Uri": "/sites/{site-id}/onenote/sections/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Notes", + "Permissions": [ + { + "Name": "Notes.Create", + "Description": "Create your OneNote notebooks", + "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "IsAdmin": false + }, + { + "Name": "Notes.Read", + "Description": "Read your OneNote notebooks", + "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "IsAdmin": false + }, + { + "Name": "Notes.Read.All", + "Description": "Read all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "IsAdmin": false + }, + { + "Name": "Notes.ReadWrite", + "Description": "Read and write your OneNote notebooks", + "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "IsAdmin": false + }, + { + "Name": "Notes.ReadWrite.All", + "Description": "Read and write all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "IsAdmin": false + } + ], + "Command": "Get-MgBetaSiteOnenoteSectionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenoteSectionGroup" + "Permissions": [ + { + "Name": "Notes.Create", + "Description": "Create your OneNote notebooks", + "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "IsAdmin": false + }, + { + "Name": "Notes.Read", + "Description": "Read your OneNote notebooks", + "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "IsAdmin": false + }, + { + "Name": "Notes.Read.All", + "Description": "Read all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "IsAdmin": false + }, + { + "Name": "Notes.ReadWrite", + "Description": "Read and write your OneNote notebooks", + "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "IsAdmin": false + }, + { + "Name": "Notes.ReadWrite.All", + "Description": "Read and write all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "IsAdmin": false + } + ], + "Command": "Get-MgBetaSiteOnenoteSectionGroup", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/sectionGroups", + "Method": "GET", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -128339,18 +128496,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteSectionGroup", "Variants": [ "List", "List1" ], - "Uri": "/sites/{site-id}/onenote/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenoteSectionGroup" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -128383,20 +128540,20 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteSectionGroupCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenoteSectionGroupCount" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -128429,17 +128586,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteSectionGroupSection", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenoteSectionGroupSection" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenotePage", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Read", @@ -128466,17 +128623,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteSectionPage", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenoteSectionPage" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -128503,18 +128660,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteOperation" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/operations", + "Method": "GET", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -128541,17 +128698,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteOperation", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteOperation" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/operations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -128578,18 +128735,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/operations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteOperationCount" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphBaseSitePage", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -128604,18 +128761,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSitePage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", - "OutputType": "IMicrosoftGraphBaseSitePage", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePage" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/pages", + "Method": "GET", + "OutputType": "IMicrosoftGraphBaseSitePage", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -128630,17 +128787,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSitePage", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/pages", - "OutputType": "IMicrosoftGraphBaseSitePage", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePage" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/pages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -128655,123 +128812,123 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSitePageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/pages/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSitePageCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSitePageCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageLastModifiedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSitePageLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageLastModifiedByUserMailboxSetting" + "Permissions": [], + "Command": "Get-MgBetaSitePageLastModifiedByUserMailboxSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/permissions/{permission-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPermission", + "Module": "Beta.Sites", "Permissions": { "Name": "Sites.FullControl.All", "Description": "Have full control of all site collections", "FullDescription": "Allows the app to have full control of all site collections without a signed in user.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaSitePermission", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePermission" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/permissions", + "Method": "GET", + "OutputType": "IMicrosoftGraphPermission", + "Module": "Beta.Sites", "Permissions": { "Name": "Sites.FullControl.All", "Description": "Have full control of all your site collections", "FullDescription": "Allow the application to have full control of all site collections on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSitePermission", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePermission" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/permissions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": { "Name": "Sites.FullControl.All", "Description": "Have full control of all your site collections", "FullDescription": "Allow the application to have full control of all site collections on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaSitePermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/permissions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePermissionCount" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "Method": "GET", + "OutputType": "IMicrosoftGraphRecentNotebook", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Notes.Create", @@ -128804,18 +128961,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSiteRecentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "OutputType": "IMicrosoftGraphRecentNotebook", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteRecentNotebook" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/termStore", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermStore", + "Module": "Beta.Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -128830,18 +128987,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStore", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/termStore", - "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStore" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Module": "Beta.Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -128856,18 +129013,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}", - "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroup" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/termStore/groups", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Module": "Beta.Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -128882,17 +129039,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroup", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/termStore/groups", - "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroup" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/termStore/groups/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -128907,31 +129064,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/termStore/groups/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteTermStoreGroupSet", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSet" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Beta.Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -128946,163 +129103,163 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSet", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSet" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteTermStoreGroupSetChild", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetChild" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteTermStoreGroupSetChild", "Variants": [ "List", "List1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetChild" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteTermStoreGroupSetChildCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetChildCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelation", "Variants": [ "List", "List1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelation" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationToTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetChildSet" + "Permissions": [], + "Command": "Get-MgBetaSiteTermStoreGroupSetChildSet", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -129117,108 +129274,108 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetParentGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetParentGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetRelation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetRelation", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetRelation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetRelation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetRelationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetRelationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetRelationSet", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetRelationToTerm" + "Permissions": [], + "Command": "Get-MgBetaSiteTermStoreGroupSetRelationToTerm", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Beta.Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -129233,261 +129390,261 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTerm" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteTermStoreGroupSetTerm", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTerm" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChild", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChild" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChild" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChild", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelation", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationSet", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationToTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildSet", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelation", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationSet", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationToTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermSet" + "Permissions": [], + "Command": "Get-MgBetaSiteTermStoreGroupSetTermSet", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Beta.Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -129502,45 +129659,45 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSet", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSet" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteTermStoreSet", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/termStore/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSet" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteTermStoreSetChild", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetChild" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Beta.Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -129555,692 +129712,692 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetChild", "Variants": [ "List", "List1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetChild" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteTermStoreSetChildCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetChildCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteTermStoreSetChildRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetChildRelation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteTermStoreSetChildRelation", "Variants": [ "List", "List1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetChildRelation" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetChildRelationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetChildRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetChildRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetChildRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetChildRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetChildRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetChildRelationToTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetChildRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetChildSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetChildSet", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSet", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSet" + "Permissions": [], + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSet", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChild", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChild" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChild", "Variants": [ "List", "List1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChild" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "List", "List1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationToTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildSet", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelation", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationSet", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationToTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTerm", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTerm", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChild" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChild", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChild" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChild", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationSet", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationToTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildSet", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationSet", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationToTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermSet", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetRelation" + "Permissions": [], + "Command": "Get-MgBetaSiteTermStoreSetRelation", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Beta.Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -130255,17 +130412,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetRelation", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetRelation" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -130280,57 +130437,57 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetRelationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetRelationCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetRelationSet", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetRelationToTerm" + "Permissions": [], + "Command": "Get-MgBetaSiteTermStoreSetRelationToTerm", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Beta.Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -130345,43 +130502,43 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTerm" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteTermStoreSetTerm", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTerm" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteTermStoreSetTermChild", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTermChild" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Beta.Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -130396,17 +130553,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermChild", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTermChild" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -130421,134 +130578,134 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTermChildCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSiteTermStoreSetTermChildRelation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTermChildRelation" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTermChildRelation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermChildRelation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationSet", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationToTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTermChildSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermChildSet", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTermCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTermRelation" + "Permissions": [], + "Command": "Get-MgBetaSiteTermStoreSetTermRelation", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Beta.Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -130563,17 +130720,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermRelation", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTermRelation" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -130588,122 +130745,122 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermRelationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTermRelationCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTermRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTermRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermRelationSet", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTermRelationToTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTermSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermSet", "Variants": [ - "Delta", - "DeltaViaIdentity" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/recordings/delta", + "Method": "GET", "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaSolutionVirtualEventSessionRecordingDelta" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSolutionVirtualEventSessionRecordingDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/transcripts/delta", + "Method": "GET", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaSolutionVirtualEventSessionTranscriptDelta" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSolutionVirtualEventSessionTranscriptDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/recordings/delta", + "Method": "GET", "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaSolutionVirtualEventWebinarSessionRecordingDelta" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaSolutionVirtualEventWebinarSessionRecordingDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/transcripts/delta", + "Method": "GET", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaSolutionVirtualEventWebinarSessionTranscriptDelta" + "Permissions": [], + "Command": "Get-MgBetaSolutionVirtualEventWebinarSessionTranscriptDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/subscribedSkus/{subscribedSku-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSubscribedSku", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -130730,18 +130887,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSubscribedSku", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/subscribedSkus/{subscribedSku-id}", - "OutputType": "IMicrosoftGraphSubscribedSku", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaSubscribedSku" + "ApiVersion": "beta" }, { + "Uri": "/subscribedSkus", + "Method": "GET", + "OutputType": "IMicrosoftGraphSubscribedSku", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -130768,55 +130925,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaSubscribedSku", "Variants": [ "List" ], - "Uri": "/subscribedSkus", - "OutputType": "IMicrosoftGraphSubscribedSku", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaSubscribedSku" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/subscriptions/{subscription-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSubscription", + "Module": "Beta.ChangeNotifications", + "Permissions": [], + "Command": "Get-MgBetaSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Module": "Beta.ChangeNotifications", - "Command": "Get-MgBetaSubscription" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/subscriptions", "Method": "GET", + "OutputType": "IMicrosoftGraphSubscription", + "Module": "Beta.ChangeNotifications", + "Permissions": [], + "Command": "Get-MgBetaSubscription", "Variants": [ "List" ], - "Uri": "/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Module": "Beta.ChangeNotifications", - "Command": "Get-MgBetaSubscription" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/sites/{site-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphSite", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Get-MgBetaSubSite", "Variants": [ "Get1", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/sites/{site-id1}", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSubSite" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/sites", + "Method": "GET", + "OutputType": "IMicrosoftGraphSite", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -130831,17 +130988,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSubSite", "Variants": [ "List2" ], - "Uri": "/sites/{site-id}/sites", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSubSite" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/sites/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -130856,18 +131013,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaSubSiteCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/sites/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSubSiteCount" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeam", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Directory.Read.All", @@ -130924,18 +131081,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaTeam", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}", - "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeam" + "ApiVersion": "beta" }, { + "Uri": "/teams", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeam", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -130956,17 +131113,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeam", "Variants": [ "List" ], - "Uri": "/teams", - "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeam" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphChannel", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -131023,18 +131180,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamChannel", "Variants": [ "Get1", "GetViaIdentity1" ], - "Uri": "/teams/{team-id}/channels/{channel-id}", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannel" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels", + "Method": "GET", + "OutputType": "IMicrosoftGraphChannel", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -131091,17 +131248,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamChannel", "Variants": [ "List1" ], - "Uri": "/teams/{team-id}/channels", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannel" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -131158,18 +131315,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamChannelCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/channels/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelCount" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder", + "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Teams", "Permissions": [ { "Name": "File.Read.Group", @@ -131226,31 +131383,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaTeamChannelFileFolder", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelFileFolder" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamChannelFileFolderContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelFileFolderContent" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -131295,18 +131452,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaTeamChannelMember", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelMember" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/members", + "Method": "GET", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -131327,17 +131484,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamChannelMember", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelMember" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/members/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -131358,18 +131515,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamChannelMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/members/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelMemberCount" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -131426,20 +131583,20 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessage", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelMessage" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -131466,17 +131623,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessage", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelMessage" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -131503,18 +131660,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelMessageCount" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -131541,18 +131698,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessageDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelMessageDelta" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -131609,20 +131766,20 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelMessageHostedContent" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -131679,17 +131836,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessageHostedContent", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelMessageHostedContent" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -131746,18 +131903,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessageHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelMessageHostedContentCount" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -131814,18 +131971,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiVersion": "beta" + }, + { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelMessageReply" + "Permissions": [ + { + "Name": "ChannelMessage.Read.All", + "Description": "Read your channel messages", + "FullDescription": "Allows the app to read a channel's messages in Microsoft Teams, on your behalf.", + "IsAdmin": true + }, + { + "Name": "ChannelMessage.Read.Group", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + }, + { + "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 + } + ], + "Command": "Get-MgBetaTeamChannelMessageReply", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -131852,17 +132046,86 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessageReplyCount", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "ApiVersion": "beta" + }, + { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelMessageReply" + "Permissions": [ + { + "Name": "ChannelMessage.Read.All", + "Description": "Read your channel messages", + "FullDescription": "Allows the app to read a channel's messages in Microsoft Teams, on your behalf.", + "IsAdmin": true + }, + { + "Name": "ChannelMessage.Read.Group", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Chat.Read", + "Description": "Read your chat messages", + "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", + "IsAdmin": false + }, + { + "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 + }, + { + "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 + }, + { + "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 + }, + { + "Name": "ChatMessage.Read.Chat", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + }, + { + "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 + } + ], + "Command": "Get-MgBetaTeamChannelMessageReplyDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -131876,6 +132139,36 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + { + "Name": "Chat.Read", + "Description": "Read your chat messages", + "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", + "IsAdmin": false + }, + { + "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 + }, + { + "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 + }, + { + "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 + }, + { + "Name": "ChatMessage.Read.Chat", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, { "Name": "Group.Read.All", "Description": "Read all groups", @@ -131889,18 +132182,20 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelMessageReplyCount" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -131957,155 +132252,17 @@ "IsAdmin": true } ], - "Method": "GET", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelMessageReplyDelta" - }, - { - "Permissions": [ - { - "Name": "ChannelMessage.Read.All", - "Description": "Read your channel messages", - "FullDescription": "Allows the app to read a channel's messages in Microsoft Teams, on your behalf.", - "IsAdmin": true - }, - { - "Name": "ChannelMessage.Read.Group", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false - }, - { - "Name": "Chat.Read", - "Description": "Read your chat messages", - "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", - "IsAdmin": false - }, - { - "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 - }, - { - "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 - }, - { - "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 - }, - { - "Name": "ChatMessage.Read.Chat", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": 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 - }, - { - "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 - } - ], - "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent", "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "List" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent" + "ApiVersion": "beta" }, { - "Permissions": [ - { - "Name": "ChannelMessage.Read.All", - "Description": "Read your channel messages", - "FullDescription": "Allows the app to read a channel's messages in Microsoft Teams, on your behalf.", - "IsAdmin": true - }, - { - "Name": "ChannelMessage.Read.Group", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false - }, - { - "Name": "Chat.Read", - "Description": "Read your chat messages", - "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", - "IsAdmin": false - }, - { - "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 - }, - { - "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 - }, - { - "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 - }, - { - "Name": "ChatMessage.Read.Chat", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": 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 - }, - { - "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 - } - ], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "Method": "GET", - "Variants": [ - "List" - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", + "OutputType": null, "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent" - }, - { "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -132162,18 +132319,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelMessageReplyHostedContentCount" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -132188,20 +132345,20 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamChannelSharedWithTeam", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelSharedWithTeam" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", + "Method": "GET", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -132216,30 +132373,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamChannelSharedWithTeam", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelSharedWithTeam" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMember", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMember" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Method": "GET", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -132254,17 +132411,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMember", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMember" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -132279,18 +132436,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMemberCount" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -132305,18 +132462,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamChannelSharedWithTeamCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelSharedWithTeamCount" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsTab", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Directory.Read.All", @@ -132391,18 +132548,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaTeamChannelTab", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelTab" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsTab", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Directory.Read.All", @@ -132477,17 +132634,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaTeamChannelTab", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelTab" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Directory.Read.All", @@ -132562,31 +132719,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaTeamChannelTabCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelTabCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsApp", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamChannelTabTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", - "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelTabTeamApp" + "ApiVersion": "beta" }, { + "Uri": "/teams/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -132607,30 +132764,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamCount", "Variants": [ "Get" ], - "Uri": "/teams/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/incomingChannels/{channel-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphChannel", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamIncomingChannel", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/incomingChannels/{channel-id}", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamIncomingChannel" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/incomingChannels", + "Method": "GET", + "OutputType": "IMicrosoftGraphChannel", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -132651,17 +132808,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamIncomingChannel", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/incomingChannels", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamIncomingChannel" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/incomingChannels/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -132682,18 +132839,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamIncomingChannelCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/incomingChannels/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamIncomingChannelCount" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Directory.Read.All", @@ -132792,18 +132949,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaTeamInstalledApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamInstalledApp" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/installedApps", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Directory.Read.All", @@ -132896,17 +133053,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaTeamInstalledApp", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/installedApps", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamInstalledApp" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/installedApps/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Directory.Read.All", @@ -132999,44 +133156,44 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaTeamInstalledAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/installedApps/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamInstalledAppCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsApp", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamInstalledAppTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", - "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamInstalledAppTeamApp" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamInstalledAppTeamAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamInstalledAppTeamAppDefinition" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/members/{conversationMember-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamMember.Read.All", @@ -133057,18 +133214,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamMember", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamMember" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/members", + "Method": "GET", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamMember.Read.All", @@ -133089,17 +133246,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamMember", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamMember" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/members/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamMember.Read.All", @@ -133120,120 +133277,120 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/members/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamMemberCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamOperation" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/teams/{team-id}/operations", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamOperation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTeamOperation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/operations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamOperationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTeamOperationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/owners/{user-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamOwner" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTeamOwner", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/owners", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamOwner" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTeamOwner", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/owners/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamOwnerCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTeamOwnerCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/owners/{user-id}/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamOwnerMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTeamOwnerMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPermissionGrant" + "Permissions": [], + "Command": "Get-MgBetaTeamPermissionGrant", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/permissionGrants", + "Method": "GET", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsApp.Read.Group", @@ -133284,32 +133441,32 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaTeamPermissionGrant", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/permissionGrants", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPermissionGrant" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/permissionGrants/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamPermissionGrantById", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/permissionGrants/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPermissionGrantById" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/permissionGrants/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsApp.Read.Group", @@ -133360,102 +133517,102 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaTeamPermissionGrantCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/permissionGrants/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPermissionGrantCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/permissionGrants/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamPermissionGrantDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/teams/{team-id}/permissionGrants/delta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPermissionGrantDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamPermissionGrantMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPermissionGrantMemberGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamPermissionGrantMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPermissionGrantMemberObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/permissionGrants/getUserOwnedObjects", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamPermissionGrantUserOwnedObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/permissionGrants/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPermissionGrantUserOwnedObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/photo", "Method": "GET", + "OutputType": "IMicrosoftGraphProfilePhoto", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamPhoto", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPhoto" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/photo/$value", "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamPhotoContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/photo/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPhotoContent" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/primaryChannel", + "Method": "GET", + "OutputType": "IMicrosoftGraphChannel", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -133488,393 +133645,393 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannel", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/primaryChannel", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannel" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/teams/{team-id}/primaryChannel/filesFolder", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelFileFolder" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelFileFolder", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelFileFolderContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelFileFolderContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelMember" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelMember", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/members", + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelMember" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelMember", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/members/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelMemberCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelMemberCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelMessage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelMessage", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelMessage" + "Permissions": [], + "Command": "Get-MgBetaTeamPrimaryChannelMessage", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamPrimaryChannelMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/primaryChannel/messages/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelMessageCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamPrimaryChannelMessageDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/teams/{team-id}/primaryChannel/messages/delta", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelMessageDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContent", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContentCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamPrimaryChannelMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelMessageReply" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamPrimaryChannelMessageReply", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelMessageReply" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContentCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeam", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeam" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", "Method": "GET", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeam", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeam" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMemberCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMemberCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelTab" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelTab", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/tabs", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelTab" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelTab", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/tabs/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelTabCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelTabCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelTabTeamApp" + "Permissions": [], + "Command": "Get-MgBetaTeamPrimaryChannelTabTeamApp", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule", + "Method": "GET", + "OutputType": "IMicrosoftGraphSchedule", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -133901,18 +134058,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/schedule", - "OutputType": "IMicrosoftGraphSchedule", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamSchedule" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -133939,18 +134096,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamScheduleOfferShiftRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", - "OutputType": "IMicrosoftGraphOfferShiftRequest", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleOfferShiftRequest" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/offerShiftRequests", + "Method": "GET", + "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -133965,17 +134122,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamScheduleOfferShiftRequest", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/schedule/offerShiftRequests", - "OutputType": "IMicrosoftGraphOfferShiftRequest", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleOfferShiftRequest" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -133990,18 +134147,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamScheduleOfferShiftRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleOfferShiftRequestCount" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOpenShift", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -134028,18 +134185,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamScheduleOpenShift", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "OutputType": "IMicrosoftGraphOpenShift", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleOpenShift" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/openShifts", + "Method": "GET", + "OutputType": "IMicrosoftGraphOpenShift", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -134066,17 +134223,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamScheduleOpenShift", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/schedule/openShifts", - "OutputType": "IMicrosoftGraphOpenShift", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleOpenShift" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -134103,18 +134260,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequest" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", + "Method": "GET", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -134141,17 +134298,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequest", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequest" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -134178,18 +134335,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequestCount" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/openShifts/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -134216,18 +134373,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamScheduleOpenShiftCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/openShifts/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleOpenShiftCount" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSchedulingGroup", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -134254,18 +134411,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamScheduleSchedulingGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "OutputType": "IMicrosoftGraphSchedulingGroup", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleSchedulingGroup" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/schedulingGroups", + "Method": "GET", + "OutputType": "IMicrosoftGraphSchedulingGroup", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -134292,17 +134449,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamScheduleSchedulingGroup", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/schedule/schedulingGroups", - "OutputType": "IMicrosoftGraphSchedulingGroup", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleSchedulingGroup" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/schedulingGroups/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -134329,18 +134486,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamScheduleSchedulingGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/schedulingGroups/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleSchedulingGroupCount" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphShift", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -134367,18 +134524,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamScheduleShift", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", - "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleShift" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/shifts", + "Method": "GET", + "OutputType": "IMicrosoftGraphShift", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -134405,17 +134562,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamScheduleShift", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/schedule/shifts", - "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleShift" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/shifts/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -134442,31 +134599,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamScheduleShiftCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/shifts/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleShiftCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequest" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", + "Method": "GET", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -134493,17 +134650,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequest", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequest" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -134530,18 +134687,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequestCount" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTimeCard", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -134556,18 +134713,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamScheduleTimeCard", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", - "OutputType": "IMicrosoftGraphTimeCard", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleTimeCard" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/timeCards", + "Method": "GET", + "OutputType": "IMicrosoftGraphTimeCard", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -134582,17 +134739,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamScheduleTimeCard", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/schedule/timeCards", - "OutputType": "IMicrosoftGraphTimeCard", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleTimeCard" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/timeCards/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -134607,18 +134764,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamScheduleTimeCardCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/timeCards/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleTimeCardCount" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTimeOff", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -134645,18 +134802,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamScheduleTimeOff", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "OutputType": "IMicrosoftGraphTimeOff", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleTimeOff" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/timesOff", + "Method": "GET", + "OutputType": "IMicrosoftGraphTimeOff", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -134683,17 +134840,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamScheduleTimeOff", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/schedule/timesOff", - "OutputType": "IMicrosoftGraphTimeOff", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleTimeOff" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/timesOff/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -134720,18 +134877,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamScheduleTimeOffCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/timesOff/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleTimeOffCount" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTimeOffReason", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -134758,18 +134915,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamScheduleTimeOffReason", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "OutputType": "IMicrosoftGraphTimeOffReason", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleTimeOffReason" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/timeOffReasons", + "Method": "GET", + "OutputType": "IMicrosoftGraphTimeOffReason", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -134796,17 +134953,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamScheduleTimeOffReason", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/schedule/timeOffReasons", - "OutputType": "IMicrosoftGraphTimeOffReason", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleTimeOffReason" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/timeOffReasons/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -134833,18 +134990,56 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamScheduleTimeOffReasonCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/timeOffReasons/$count", - "OutputType": null, - "ApiVersion": "beta", + "ApiVersion": "beta" + }, + { + "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTimeOffRequest", "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleTimeOffReasonCount" + "Permissions": [ + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true + }, + { + "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 + }, + { + "Name": "Schedule.Read.All", + "Description": "Read your schedule items", + "FullDescription": "Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", + "IsAdmin": true + }, + { + "Name": "Schedule.ReadWrite.All", + "Description": "Read and write your schedule items", + "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", + "IsAdmin": true + } + ], + "Command": "Get-MgBetaTeamScheduleTimeOffRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/timeOffRequests", + "Method": "GET", + "OutputType": "IMicrosoftGraphTimeOffRequest", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -134871,55 +135066,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamScheduleTimeOffRequest", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "OutputType": "IMicrosoftGraphTimeOffRequest", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleTimeOffRequest" + "ApiVersion": "beta" }, { - "Permissions": [ - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true - }, - { - "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 - }, - { - "Name": "Schedule.Read.All", - "Description": "Read your schedule items", - "FullDescription": "Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", - "IsAdmin": true - }, - { - "Name": "Schedule.ReadWrite.All", - "Description": "Read and write your schedule items", - "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", - "IsAdmin": true - } - ], + "Uri": "/teams/{team-id}/schedule/timeOffRequests/$count", "Method": "GET", - "Variants": [ - "List" - ], - "Uri": "/teams/{team-id}/schedule/timeOffRequests", - "OutputType": "IMicrosoftGraphTimeOffRequest", - "ApiVersion": "beta", + "OutputType": null, "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleTimeOffRequest" - }, - { "Permissions": [ { "Name": "Group.Read.All", @@ -134946,18 +135103,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamScheduleTimeOffRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/timeOffRequests/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleTimeOffRequestCount" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamworkTag", + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -134984,18 +135141,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaTeamTag", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", - "OutputType": "IMicrosoftGraphTeamworkTag", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamTag" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/tags", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamworkTag", + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -135022,17 +135179,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaTeamTag", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/tags", - "OutputType": "IMicrosoftGraphTeamworkTag", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamTag" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/tags/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -135059,18 +135216,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaTeamTagCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/tags/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamTagCount" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -135097,18 +135254,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaTeamTagMember", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamTagMember" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -135135,17 +135292,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaTeamTagMember", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", - "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamTagMember" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -135172,555 +135329,555 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaTeamTagMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamTagMemberCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/template", "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/template", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamTemplate" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/templateDefinition", "Method": "GET", + "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamTemplateDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/templateDefinition", - "OutputType": "IMicrosoftGraphTeamTemplateDefinition", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamTemplateDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork", "Method": "GET", + "OutputType": "IMicrosoftGraphTeamwork", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamwork", "Variants": [ "Get" ], - "Uri": "/teamwork", - "OutputType": "IMicrosoftGraphTeamwork", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamwork" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedChats/{deletedChat-id}", "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamworkDeletedChat", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teamwork/deletedChats/{deletedChat-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedChat" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedChats", "Method": "GET", + "OutputType": "IMicrosoftGraphDeletedChat", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamworkDeletedChat", "Variants": [ "List" ], - "Uri": "/teamwork/deletedChats", - "OutputType": "IMicrosoftGraphDeletedChat", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedChat" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedChats/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamworkDeletedChatCount", "Variants": [ "Get" ], - "Uri": "/teamwork/deletedChats/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedChatCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDeletedTeam", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamworkDeletedTeam", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", - "OutputType": "IMicrosoftGraphDeletedTeam", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeam" + "ApiVersion": "beta" }, { + "Uri": "/teamwork/deletedTeams", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeletedTeam", + "Module": "Beta.Teams", "Permissions": { "Name": "Team.ReadBasic.All", "Description": "Read the names and descriptions of teams", "FullDescription": "Read the names and descriptions of teams, on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeam", "Variants": [ "List" ], - "Uri": "/teamwork/deletedTeams", - "OutputType": "IMicrosoftGraphDeletedTeam", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeam" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphChannel", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamworkDeletedTeamChannel", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannel" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannel" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannel", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolder" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolder", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolderContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolderContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMember" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMember", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMember" + "Permissions": [], + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMember", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMemberCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessage", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessage", "Variants": [ "List" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", "Variants": [ "List" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContentCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReply" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReply", "Variants": [ "List" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReply" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", "Variants": [ "List" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContentCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", "Method": "GET", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", "Variants": [ "List" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelTab" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelTab", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelTab" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelTab", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelTabCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelTabCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelTabTeamApp" + "Permissions": [], + "Command": "Get-MgBetaTeamworkDeletedTeamChannelTabTeamApp", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/teamwork/deletedTeams/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": { "Name": "Team.ReadBasic.All", "Description": "Read the names and descriptions of teams", "FullDescription": "Read the names and descriptions of teams, on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamCount", "Variants": [ "Get" ], - "Uri": "/teamwork/deletedTeams/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamCount" + "ApiVersion": "beta" }, { + "Uri": "/teamwork/devices/{teamworkDevice-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamworkDevice", + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -135735,18 +135892,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamworkDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teamwork/devices/{teamworkDevice-id}", - "OutputType": "IMicrosoftGraphTeamworkDevice", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDevice" + "ApiVersion": "beta" }, { + "Uri": "/teamwork/devices", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamworkDevice", + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -135761,17 +135918,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamworkDevice", "Variants": [ "List" ], - "Uri": "/teamwork/devices", - "OutputType": "IMicrosoftGraphTeamworkDevice", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDevice" + "ApiVersion": "beta" }, { + "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamworkDeviceActivity", + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -135786,18 +135943,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamworkDeviceActivity", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", - "OutputType": "IMicrosoftGraphTeamworkDeviceActivity", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeviceActivity" + "ApiVersion": "beta" }, { + "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamworkDeviceConfiguration", + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -135812,18 +135969,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamworkDeviceConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", - "OutputType": "IMicrosoftGraphTeamworkDeviceConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeviceConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/teamwork/devices/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -135838,17 +135995,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamworkDeviceCount", "Variants": [ "Get" ], - "Uri": "/teamwork/devices/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeviceCount" + "ApiVersion": "beta" }, { + "Uri": "/teamwork/devices/{teamworkDevice-id}/health", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamworkDeviceHealth", + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -135863,18 +136020,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamworkDeviceHealth", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teamwork/devices/{teamworkDevice-id}/health", - "OutputType": "IMicrosoftGraphTeamworkDeviceHealth", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeviceHealth" + "ApiVersion": "beta" }, { + "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -135889,18 +136046,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamworkDeviceOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", - "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeviceOperation" + "ApiVersion": "beta" }, { + "Uri": "/teamwork/devices/{teamworkDevice-id}/operations", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -135915,17 +136072,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamworkDeviceOperation", "Variants": [ "List" ], - "Uri": "/teamwork/devices/{teamworkDevice-id}/operations", - "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeviceOperation" + "ApiVersion": "beta" }, { + "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -135940,18 +136097,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamworkDeviceOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeviceOperationCount" + "ApiVersion": "beta" }, { + "Uri": "/teamwork/teamsAppSettings", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsAppSettings", + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkAppSettings.Read.All", @@ -135966,30 +136123,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamworkTeamAppSetting", "Variants": [ "Get" ], - "Uri": "/teamwork/teamsAppSettings", - "OutputType": "IMicrosoftGraphTeamsAppSettings", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkTeamAppSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTeamTemplate", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamworkTeamTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", - "OutputType": "IMicrosoftGraphTeamTemplate", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkTeamTemplate" + "ApiVersion": "beta" }, { + "Uri": "/teamwork/teamTemplates", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamTemplate", + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamTemplates.Read", @@ -136004,17 +136161,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaTeamworkTeamTemplate", "Variants": [ "List" ], - "Uri": "/teamwork/teamTemplates", - "OutputType": "IMicrosoftGraphTeamTemplate", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkTeamTemplate" + "ApiVersion": "beta" }, { + "Uri": "/teamwork/teamTemplates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamTemplates.Read", @@ -136029,17 +136186,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaTeamworkTeamTemplateCount", "Variants": [ "Get" ], - "Uri": "/teamwork/teamTemplates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkTeamTemplateCount" + "ApiVersion": "beta" }, { + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamTemplates.Read", @@ -136054,43 +136211,43 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaTeamworkTeamTemplateDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", - "OutputType": "IMicrosoftGraphTeamTemplateDefinition", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkTeamTemplateDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions", "Method": "GET", + "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamworkTeamTemplateDefinition", "Variants": [ "List" ], - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions", - "OutputType": "IMicrosoftGraphTeamTemplateDefinition", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkTeamTemplateDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaTeamworkTeamTemplateDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkTeamTemplateDefinitionCount" + "ApiVersion": "beta" }, { + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Module": "Beta.Teams", "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -136105,18 +136262,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamworkWorkforceIntegration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", - "OutputType": "IMicrosoftGraphWorkforceIntegration", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkWorkforceIntegration" + "ApiVersion": "beta" }, { + "Uri": "/teamwork/workforceIntegrations", + "Method": "GET", + "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Module": "Beta.Teams", "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -136131,17 +136288,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamworkWorkforceIntegration", "Variants": [ "List" ], - "Uri": "/teamwork/workforceIntegrations", - "OutputType": "IMicrosoftGraphWorkforceIntegration", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkWorkforceIntegration" + "ApiVersion": "beta" }, { + "Uri": "/teamwork/workforceIntegrations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -136156,17 +136313,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTeamworkWorkforceIntegrationCount", "Variants": [ "Get" ], - "Uri": "/teamwork/workforceIntegrations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkWorkforceIntegrationCount" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Module": "Beta.Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -136181,18 +136338,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomer", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", - "ApiVersion": "beta", - "Module": "Beta.Identity.Partner", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomer" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/delegatedAdminCustomers", + "Method": "GET", + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Module": "Beta.Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -136207,17 +136364,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomer", "Variants": [ "List" ], - "Uri": "/tenantRelationships/delegatedAdminCustomers", - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", - "ApiVersion": "beta", - "Module": "Beta.Identity.Partner", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomer" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/delegatedAdminCustomers/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -136232,30 +136389,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount", "Variants": [ "Get" ], - "Uri": "/tenantRelationships/delegatedAdminCustomers/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Partner", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Module": "Beta.Identity.Partner", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", - "ApiVersion": "beta", - "Module": "Beta.Identity.Partner", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", + "Method": "GET", + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Module": "Beta.Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -136270,17 +136427,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Variants": [ "List" ], - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", - "ApiVersion": "beta", - "Module": "Beta.Identity.Partner", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -136295,18 +136452,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Partner", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Module": "Beta.Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -136321,18 +136478,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", - "ApiVersion": "beta", - "Module": "Beta.Identity.Partner", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationship" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships", + "Method": "GET", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Module": "Beta.Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -136347,17 +136504,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationship", "Variants": [ "List" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", - "ApiVersion": "beta", - "Module": "Beta.Identity.Partner", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationship" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Module": "Beta.Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -136372,18 +136529,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.Partner", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Module": "Beta.Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -136398,17 +136555,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "Variants": [ "List" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.Partner", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -136423,18 +136580,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Partner", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -136449,17 +136606,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount", "Variants": [ "Get" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Partner", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Module": "Beta.Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -136474,18 +136631,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", - "ApiVersion": "beta", - "Module": "Beta.Identity.Partner", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", + "Method": "GET", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Module": "Beta.Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -136500,17 +136657,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", "Variants": [ "List" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", - "ApiVersion": "beta", - "Module": "Beta.Identity.Partner", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -136525,18 +136682,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Partner", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Module": "Beta.Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -136551,18 +136708,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", - "ApiVersion": "beta", - "Module": "Beta.Identity.Partner", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", + "Method": "GET", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Module": "Beta.Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -136577,17 +136734,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", "Variants": [ "List" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", - "ApiVersion": "beta", - "Module": "Beta.Identity.Partner", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -136602,18 +136759,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Partner", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -136628,18 +136785,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenant", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", - "OutputType": "IMicrosoftGraphManagedTenantsTenant", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenant" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenants", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -136654,30 +136811,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenant", "Variants": [ "List" ], - "Uri": "/tenantRelationships/managedTenants/tenants", - "OutputType": "IMicrosoftGraphManagedTenantsTenant", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenant" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", - "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -136692,17 +136849,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", "Variants": [ "List" ], - "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances", - "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -136717,426 +136874,426 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyComplianceCount", "Variants": [ "Get" ], - "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyComplianceCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlert", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlert" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlert", "Variants": [ "List" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlert" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/{managedTenantApiNotification-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/{managedTenantApiNotification-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification", "Variants": [ "List" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotificationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotificationCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertCount", "Variants": [ "Get" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/{managedTenantEmailNotification-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/{managedTenantEmailNotification-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification", "Variants": [ "List" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotificationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotificationCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLog", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLog" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLog", "Variants": [ "List", "List1" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLog" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}/alert", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLogAlert", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}/alert", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLogAlert" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLogCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLogCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRule", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRule" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRule", "Variants": [ "List" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRule" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/{managedTenantAlert-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/{managedTenantAlert-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert", "Variants": [ "List" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlertCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlertCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleCount", "Variants": [ "Get" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", "Variants": [ "List" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/{managedTenantAlertRule-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/{managedTenantAlertRule-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule", "Variants": [ "List" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRuleCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionCount", "Variants": [ "Get" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotification", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotification" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotification", "Variants": [ "List" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotification" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}/alert", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotificationAlert", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}/alert", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotificationAlert" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotificationCount", "Variants": [ "Get" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotificationCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", - "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformance" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/appPerformances", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformance", "Variants": [ "List" ], - "Uri": "/tenantRelationships/managedTenants/appPerformances", - "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformance" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/appPerformances/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformanceCount", "Variants": [ "Get" ], - "Uri": "/tenantRelationships/managedTenants/appPerformances/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformanceCount" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -137151,42 +137308,42 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", - "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEvent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/auditEvents", "Method": "GET", - "Variants": [ - "List" - ], - "Uri": "/tenantRelationships/managedTenants/auditEvents", "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEvent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEvent", "Variants": [ - "Get" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/auditEvents/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEventCount" + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEventCount", + "Variants": [ + "Get" + ], + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -137201,18 +137358,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/cloudPcConnections", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -137227,17 +137384,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection", "Variants": [ "List" ], - "Uri": "/tenantRelationships/managedTenants/cloudPcConnections", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -137252,17 +137409,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnectionCount", "Variants": [ "Get" ], - "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnectionCount" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -137277,18 +137434,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/cloudPcDevices", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -137303,17 +137460,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice", "Variants": [ "List" ], - "Uri": "/tenantRelationships/managedTenants/cloudPcDevices", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -137328,17 +137485,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDeviceCount", "Variants": [ "Get" ], - "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDeviceCount" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -137353,18 +137510,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -137379,17 +137536,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview", "Variants": [ "List" ], - "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -137404,17 +137561,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverviewCount", "Variants": [ "Get" ], - "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverviewCount" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "Application.Read.All", @@ -137435,18 +137592,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", - "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "Application.Read.All", @@ -137467,17 +137624,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", "Variants": [ "List" ], - "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages", - "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "Application.Read.All", @@ -137498,17 +137655,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverageCount", "Variants": [ "Get" ], - "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverageCount" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenants/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -137523,69 +137680,69 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCount", "Variants": [ "Get" ], - "Uri": "/tenantRelationships/managedTenants/tenants/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCount" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", + "Module": "Beta.ManagedTenants", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", - "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", + "Module": "Beta.ManagedTenants", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", "Variants": [ "List" ], - "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries", - "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummaryCount", "Variants": [ "Get" ], - "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummaryCount" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -137600,43 +137757,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", - "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation" + "ApiVersion": "beta" }, { - "Permissions": [ - { - "Name": "ManagedTenants.Read.All", - "Description": "Read all managed tenant information", - "FullDescription": "Allows the app to read all managed tenant information on your behalf.", - "IsAdmin": true - }, - { - "Name": "ManagedTenants.ReadWrite.All", - "Description": "Read and write all managed tenant information", - "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", - "IsAdmin": true - } - ], + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation", "Variants": [ "List" ], - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation", - "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -137651,43 +137795,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformationCount", "Variants": [ "Get" ], - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformationCount" + "ApiVersion": "beta" }, { - "Permissions": [ - { - "Name": "ManagedTenants.Read.All", - "Description": "Read all managed tenant information", - "FullDescription": "Allows the app to read all managed tenant information on your behalf.", - "IsAdmin": true - }, - { - "Name": "ManagedTenants.ReadWrite.All", - "Description": "Read and write all managed tenant information", - "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", - "IsAdmin": true - } - ], + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", - "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformation" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -137702,17 +137833,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformation", "Variants": [ "List" ], - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation", - "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformation" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -137727,54 +137858,54 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformationCount", "Variants": [ "Get" ], - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformationCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", "Variants": [ "List" ], - "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformanceCount", "Variants": [ "Get" ], - "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformanceCount" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -137789,18 +137920,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -137815,17 +137946,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", "Variants": [ "List" ], - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -137840,104 +137971,104 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummaryCount", "Variants": [ "Get" ], - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummaryCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", "Variants": [ "List" ], - "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatusCount", "Variants": [ "Get" ], - "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatusCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotification", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotification" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotification", "Variants": [ "List" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotification" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}/alert", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotificationAlert", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}/alert", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotificationAlert" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotificationCount", "Variants": [ "Get" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotificationCount" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -137952,18 +138083,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", - "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantGroup" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenantGroups", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -137978,17 +138109,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantGroup", "Variants": [ "List" ], - "Uri": "/tenantRelationships/managedTenants/tenantGroups", - "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantGroup" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenantGroups/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -138003,17 +138134,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantGroupCount", "Variants": [ "Get" ], - "Uri": "/tenantRelationships/managedTenants/tenantGroups/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantGroupCount" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -138028,18 +138159,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -138054,17 +138185,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", "Variants": [ "List" ], - "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances", - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -138079,17 +138210,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceCount", "Variants": [ "Get" ], - "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceCount" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -138104,18 +138235,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -138130,17 +138261,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", "Variants": [ "List" ], - "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends", - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -138155,17 +138286,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrendCount", "Variants": [ "Get" ], - "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrendCount" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -138180,18 +138311,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementAction", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementAction" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementActions", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -138206,17 +138337,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementAction", "Variants": [ "List" ], - "Uri": "/tenantRelationships/managedTenants/managementActions", - "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementAction" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementActions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -138231,17 +138362,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionCount", "Variants": [ "Get" ], - "Uri": "/tenantRelationships/managedTenants/managementActions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionCount" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -138256,18 +138387,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -138282,42 +138413,29 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", "Variants": [ "List" ], - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses", - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus" + "ApiVersion": "beta" }, { - "Permissions": [ - { - "Name": "ManagedTenants.Read.All", - "Description": "Read all managed tenant information", - "FullDescription": "Allows the app to read all managed tenant information on your behalf.", - "IsAdmin": true - }, - { - "Name": "ManagedTenants.ReadWrite.All", - "Description": "Read and write all managed tenant information", - "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", - "IsAdmin": true - } - ], + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatusCount", "Variants": [ "Get" ], - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatusCount" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -138332,18 +138450,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntent" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementIntents", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -138358,17 +138476,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntent", "Variants": [ "List" ], - "Uri": "/tenantRelationships/managedTenants/managementIntents", - "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntent" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementIntents/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -138383,17 +138501,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntentCount", "Variants": [ "Get" ], - "Uri": "/tenantRelationships/managedTenants/managementIntents/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntentCount" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -138408,18 +138526,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplate" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementTemplates", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -138434,134 +138552,134 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplate", "Variants": [ "List" ], - "Uri": "/tenantRelationships/managedTenants/managementTemplates", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplate" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", "Variants": [ "List", "List1" ], - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/{managementTemplate-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/{managementTemplate-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate", "Variants": [ "List" ], - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplateCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", "Variants": [ "List" ], - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummaryCount", "Variants": [ "Get" ], - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummaryCount" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementTemplates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -138576,254 +138694,254 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCount", "Variants": [ "Get" ], - "Uri": "/tenantRelationships/managedTenants/managementTemplates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", "Variants": [ "List", "List1" ], - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/acceptedVersion", + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepAcceptedVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepAcceptedVersion", "Variants": [ "Get", - "Get1", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateSteps/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepCount", "Variants": [ "Get", + "Get1", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/managementTemplate", + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepManagementTemplate" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepManagementTemplate", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries", + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", "Variants": [ - "Get" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummaryCount" + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummaryCount", + "Variants": [ + "Get" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", "Variants": [ "List", "List1" ], - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/acceptedFor", + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionAcceptedFor" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionAcceptedFor", "Variants": [ "Get", - "Get1", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/versions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionCount", "Variants": [ "Get", + "Get1", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments", + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}/templateStepVersion", + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentTemplateStepVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentTemplateStepVersion", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/templateStep", + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionTemplateStep" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionTemplateStep", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsMyRole", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRole" + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRole", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/myRoles", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsMyRole", + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -138838,17 +138956,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRole", "Variants": [ "List" ], - "Uri": "/tenantRelationships/managedTenants/myRoles", - "OutputType": "IMicrosoftGraphManagedTenantsMyRole", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRole" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/myRoles/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -138863,17 +138981,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRoleCount", "Variants": [ "Get" ], - "Uri": "/tenantRelationships/managedTenants/myRoles/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRoleCount" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -138888,18 +139006,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantTag", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantTag" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenantTags", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -138914,17 +139032,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantTag", "Variants": [ "List" ], - "Uri": "/tenantRelationships/managedTenants/tenantTags", - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantTag" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenantTags/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -138939,54 +139057,54 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantTagCount", "Variants": [ "Get" ], - "Uri": "/tenantRelationships/managedTenants/tenantTags/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantTagCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", "Variants": [ "List" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpointCount", "Variants": [ "Get" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpointCount" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -139001,18 +139119,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", - "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -139027,17 +139145,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", "Variants": [ "List" ], - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates", - "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -139052,17 +139170,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareStateCount", "Variants": [ "Get" ], - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareStateCount" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -139077,18 +139195,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", - "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -139103,17 +139221,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", "Variants": [ "List" ], - "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates", - "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -139128,90 +139246,90 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionStateCount", "Variants": [ "Get" ], - "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionStateCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get" - ], "Uri": "/tenantRelationships/multiTenantOrganization", + "Method": "GET", "OutputType": "IMicrosoftGraphMultiTenantOrganization", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganization" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganization", "Variants": [ "Get" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", + "Method": "GET", "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/multiTenantOrganization/tenants", + "Method": "GET", "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant", "Variants": [ - "Get" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/multiTenantOrganization/tenants/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenantCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenantCount", "Variants": [ "Get" ], + "ApiVersion": "beta" + }, + { "Uri": "/trustFramework", + "Method": "GET", "OutputType": "IMicrosoftGraphTrustFramework", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaTrustFramework" + "Permissions": [], + "Command": "Get-MgBetaTrustFramework", + "Variants": [ + "Get" + ], + "ApiVersion": "beta" }, { + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "TrustFrameworkKeySet.Read.All", @@ -139226,18 +139344,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTrustFrameworkKeySet", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", - "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaTrustFrameworkKeySet" + "ApiVersion": "beta" }, { + "Uri": "/trustFramework/keySets", + "Method": "GET", + "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "TrustFrameworkKeySet.Read.All", @@ -139252,17 +139370,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTrustFrameworkKeySet", "Variants": [ "List" ], - "Uri": "/trustFramework/keySets", - "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaTrustFrameworkKeySet" + "ApiVersion": "beta" }, { + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/getActiveKey", + "Method": "GET", + "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "TrustFrameworkKeySet.Read.All", @@ -139277,18 +139395,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTrustFrameworkKeySetActiveKey", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/getActiveKey", - "OutputType": "IMicrosoftGraphTrustFrameworkKey", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaTrustFrameworkKeySetActiveKey" + "ApiVersion": "beta" }, { + "Uri": "/trustFramework/keySets/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "TrustFrameworkKeySet.Read.All", @@ -139303,17 +139421,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTrustFrameworkKeySetCount", "Variants": [ "Get" ], - "Uri": "/trustFramework/keySets/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaTrustFrameworkKeySetCount" + "ApiVersion": "beta" }, { + "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -139328,18 +139446,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTrustFrameworkPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaTrustFrameworkPolicy" + "ApiVersion": "beta" }, { + "Uri": "/trustFramework/policies", + "Method": "GET", + "OutputType": "IMicrosoftGraphTrustFrameworkPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -139354,17 +139472,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTrustFrameworkPolicy", "Variants": [ "List" ], - "Uri": "/trustFramework/policies", - "OutputType": "IMicrosoftGraphTrustFrameworkPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaTrustFrameworkPolicy" + "ApiVersion": "beta" }, { + "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -139379,18 +139497,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTrustFrameworkPolicyContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaTrustFrameworkPolicyContent" + "ApiVersion": "beta" }, { + "Uri": "/trustFramework/policies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -139405,17 +139523,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaTrustFrameworkPolicyCount", "Variants": [ "Get" ], - "Uri": "/trustFramework/policies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaTrustFrameworkPolicyCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Users", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -139508,18 +139626,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUser" + "ApiVersion": "beta" }, { + "Uri": "/users", + "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Users", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -139600,159 +139718,159 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUser", "Variants": [ "List" ], - "Uri": "/users", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/activities/{userActivity-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphUserActivity", + "Module": "Beta.CrossDeviceExperiences", + "Permissions": [], + "Command": "Get-MgBetaUserActivity", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/activities/{userActivity-id}", - "OutputType": "IMicrosoftGraphUserActivity", - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserActivity" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/activities", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserActivity", + "Module": "Beta.CrossDeviceExperiences", "Permissions": { "Name": "UserActivity.ReadWrite.CreatedByApp", "Description": "Read and write app activity to your activity feed", "FullDescription": "Allows the app to read and report your activity in the app.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaUserActivity", "Variants": [ "List" ], - "Uri": "/users/{user-id}/activities", - "OutputType": "IMicrosoftGraphUserActivity", - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserActivity" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/activities/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.CrossDeviceExperiences", "Permissions": { "Name": "UserActivity.ReadWrite.CreatedByApp", "Description": "Read and write app activity to your activity feed", "FullDescription": "Allows the app to read and report your activity in the app.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaUserActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/activities/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserActivityCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Module": "Beta.CrossDeviceExperiences", + "Permissions": [], + "Command": "Get-MgBetaUserActivityHistoryItem", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", - "OutputType": "IMicrosoftGraphActivityHistoryItem", - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserActivityHistoryItem" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", + "Method": "GET", "OutputType": "IMicrosoftGraphActivityHistoryItem", - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserActivityHistoryItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserActivityHistoryItem", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity", + "Method": "GET", "OutputType": "IMicrosoftGraphUserActivity", - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserActivityHistoryItemActivity" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserActivityHistoryItemActivity", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserActivityHistoryItemCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserActivityHistoryItemCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphActivityStatistics", - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserActivityStatistics" + "Permissions": [], + "Command": "Get-MgBetaUserActivityStatistics", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/analytics/activityStatistics", + "Method": "GET", + "OutputType": "IMicrosoftGraphActivityStatistics", + "Module": "Beta.People", "Permissions": { "Name": "Analytics.Read", "Description": "Read your activity statistics", "FullDescription": "Allows the app to read your activity statistics, such as how much time you've spent on emails, in meetings, or in chat sessions.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaUserActivityStatistics", "Variants": [ "List" ], - "Uri": "/users/{user-id}/analytics/activityStatistics", - "OutputType": "IMicrosoftGraphActivityStatistics", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Get-MgBetaUserActivityStatistics" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Get-MgBetaUserAgreementAcceptance", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}", - "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaUserAgreementAcceptance" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/agreementAcceptances", + "Method": "GET", + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AgreementAcceptance.Read", @@ -139767,17 +139885,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserAgreementAcceptance", "Variants": [ "List" ], - "Uri": "/users/{user-id}/agreementAcceptances", - "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaUserAgreementAcceptance" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/agreementAcceptances/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AgreementAcceptance.Read", @@ -139792,49 +139910,49 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserAgreementAcceptanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/agreementAcceptances/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaUserAgreementAcceptanceCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/analytics/activityStatistics/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.People", "Permissions": { "Name": "Analytics.Read", "Description": "Read your activity statistics", "FullDescription": "Allows the app to read your activity statistics, such as how much time you've spent on emails, in meetings, or in chat sessions.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaUserAnalyticActivityStatisticsCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/analytics/activityStatistics/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Get-MgBetaUserAnalyticActivityStatisticsCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/appRoleAssignedResources/{servicePrincipal-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserAppRoleAssignedResource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/appRoleAssignedResources/{servicePrincipal-id}", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserAppRoleAssignedResource" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/appRoleAssignedResources", + "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Users", "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -139855,17 +139973,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserAppRoleAssignedResource", "Variants": [ "List" ], - "Uri": "/users/{user-id}/appRoleAssignedResources", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserAppRoleAssignedResource" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/appRoleAssignedResources/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -139886,31 +140004,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserAppRoleAssignedResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/appRoleAssignedResources/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserAppRoleAssignedResourceCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Get-MgBetaUserAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaUserAppRoleAssignment" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/appRoleAssignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Beta.Applications", "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -139931,17 +140049,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserAppRoleAssignment", "Variants": [ "List" ], - "Uri": "/users/{user-id}/appRoleAssignments", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaUserAppRoleAssignment" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/appRoleAssignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -139962,18 +140080,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserAppRoleAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/appRoleAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaUserAppRoleAssignmentCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -140000,18 +140118,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationEmailMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationEmailMethod" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/emailMethods", + "Method": "GET", + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -140038,17 +140156,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationEmailMethod", "Variants": [ "List" ], - "Uri": "/users/{user-id}/authentication/emailMethods", - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationEmailMethod" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/emailMethods/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -140075,18 +140193,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationEmailMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/emailMethods/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationEmailMethodCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -140113,18 +140231,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationFido2Method", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationFido2Method" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/fido2Methods", + "Method": "GET", + "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -140151,17 +140269,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationFido2Method", "Variants": [ "List" ], - "Uri": "/users/{user-id}/authentication/fido2Methods", - "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationFido2Method" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/fido2Methods/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -140188,18 +140306,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationFido2MethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/fido2Methods/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationFido2MethodCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -140226,18 +140344,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", - "OutputType": null, - "ApiVersion": "beta", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/authentication/methods", + "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationMethod", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationMethod" + "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 + }, + { + "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 + }, + { + "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 + }, + { + "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 + } + ], + "Command": "Get-MgBetaUserAuthenticationMethod", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/methods/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -140264,17 +140419,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationMethodCount", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/methods", - "OutputType": "IMicrosoftGraphAuthenticationMethod", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationMethod" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -140301,56 +140457,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/methods/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationMethodCount" + "ApiVersion": "beta" }, { - "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 - }, - { - "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 - }, - { - "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 - }, - { - "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 - } - ], + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod" - }, - { "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -140377,17 +140495,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", "Variants": [ "List" ], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", - "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -140414,31 +140532,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodDevice" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -140465,43 +140583,43 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "OutputType": "IMicrosoftGraphLongRunningOperation", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/authentication/operations", "Method": "GET", + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaUserAuthenticationOperation", "Variants": [ "List" ], - "Uri": "/users/{user-id}/authentication/operations", - "OutputType": "IMicrosoftGraphLongRunningOperation", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/authentication/operations/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaUserAuthenticationOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/operations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationOperationCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -140528,18 +140646,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods", + "Method": "GET", + "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -140566,17 +140684,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", "Variants": [ "List" ], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods", - "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -140603,31 +140721,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -140654,18 +140772,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationPasswordMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationPasswordMethod" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/passwordMethods", + "Method": "GET", + "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -140692,17 +140810,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationPasswordMethod", "Variants": [ "List" ], - "Uri": "/users/{user-id}/authentication/passwordMethods", - "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationPasswordMethod" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/passwordMethods/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -140729,18 +140847,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationPasswordMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/passwordMethods/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationPasswordMethodCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -140767,18 +140885,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationPhoneMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationPhoneMethod" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/phoneMethods", + "Method": "GET", + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -140805,17 +140923,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationPhoneMethod", "Variants": [ "List" ], - "Uri": "/users/{user-id}/authentication/phoneMethods", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationPhoneMethod" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/phoneMethods/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -140842,18 +140960,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationPhoneMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/phoneMethods/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationPhoneMethodCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -140880,18 +140998,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethod" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/softwareOathMethods", + "Method": "GET", + "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -140918,17 +141036,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethod", "Variants": [ "List" ], - "Uri": "/users/{user-id}/authentication/softwareOathMethods", - "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethod" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/softwareOathMethods/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -140955,18 +141073,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/softwareOathMethods/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethodCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -140993,18 +141111,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethod" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", + "Method": "GET", + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -141031,17 +141149,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethod", "Variants": [ "List" ], - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethod" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -141068,18 +141186,56 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/$count", - "OutputType": null, - "ApiVersion": "beta", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethodCount" + "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 + }, + { + "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 + }, + { + "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 + }, + { + "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 + } + ], + "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -141106,55 +141262,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod" + "ApiVersion": "beta" }, { - "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 - }, - { - "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 - }, - { - "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 - }, - { - "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 - } - ], + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count", "Method": "GET", - "Variants": [ - "List" - ], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", - "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", - "ApiVersion": "beta", + "OutputType": null, "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod" - }, - { "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -141181,57 +141299,57 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Get-MgBetaUserById", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/users/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Get-MgBetaUserById" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/calendars/{calendar-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphCalendar", + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Get-MgBetaUserCalendar", "Variants": [ "Get1", "GetViaIdentity1" ], - "Uri": "/users/{user-id}/calendars/{calendar-id}", - "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserCalendar" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/calendars", + "Method": "GET", + "OutputType": "IMicrosoftGraphCalendar", + "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.Read", @@ -141258,17 +141376,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserCalendar", "Variants": [ "List" ], - "Uri": "/users/{user-id}/calendars", - "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserCalendar" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/calendars/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.Read", @@ -141295,18 +141413,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserCalendarCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/calendars/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserCalendarCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/calendars/{calendar-id}/events", + "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.Read", @@ -141327,17 +141445,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserCalendarEvent", "Variants": [ "List1" ], - "Uri": "/users/{user-id}/calendars/{calendar-id}/events", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserCalendarEvent" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/calendar/events/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "Calendars.Read", @@ -141358,20 +141476,20 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserCalendarEventDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Uri": "/users/{user-id}/calendar/events/delta", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserCalendarEventDelta" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphCalendarGroup", + "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.Read", @@ -141386,18 +141504,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserCalendarGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", - "OutputType": "IMicrosoftGraphCalendarGroup", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserCalendarGroup" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/calendarGroups", + "Method": "GET", + "OutputType": "IMicrosoftGraphCalendarGroup", + "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.Read", @@ -141418,17 +141536,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserCalendarGroup", "Variants": [ "List" ], - "Uri": "/users/{user-id}/calendarGroups", - "OutputType": "IMicrosoftGraphCalendarGroup", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserCalendarGroup" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", + "Method": "GET", + "OutputType": "IMicrosoftGraphCalendar", + "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.Read", @@ -141455,17 +141573,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserCalendarGroupCalendar", "Variants": [ "List" ], - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", - "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserCalendarGroupCalendar" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/calendarGroups/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.Read", @@ -141486,76 +141604,76 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserCalendarGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/calendarGroups/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserCalendarGroupCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphCalendarPermission", + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Get-MgBetaUserCalendarPermission", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", - "OutputType": "IMicrosoftGraphCalendarPermission", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserCalendarPermission" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/calendar/calendarPermissions", "Method": "GET", + "OutputType": "IMicrosoftGraphCalendarPermission", + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Get-MgBetaUserCalendarPermission", "Variants": [ "List", "List1" ], - "Uri": "/users/{user-id}/calendar/calendarPermissions", - "OutputType": "IMicrosoftGraphCalendarPermission", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserCalendarPermission" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/calendar/calendarPermissions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Get-MgBetaUserCalendarPermissionCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/users/{user-id}/calendar/calendarPermissions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserCalendarPermissionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/calendars/{calendar-id}/getSchedule", "Method": "POST", + "OutputType": "IMicrosoftGraphScheduleInformation", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Get-MgBetaUserCalendarSchedule", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Uri": "/users/{user-id}/calendars/{calendar-id}/getSchedule", - "OutputType": "IMicrosoftGraphScheduleInformation", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Get-MgBetaUserCalendarSchedule" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/calendar/calendarView", + "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.Read", @@ -141576,18 +141694,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserCalendarView", "Variants": [ "List", "List1" ], - "Uri": "/users/{user-id}/calendar/calendarView", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserCalendarView" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/chats/{chat-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphChat", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -141644,18 +141762,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserChat", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}", - "OutputType": "IMicrosoftGraphChat", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChat" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/chats", + "Method": "GET", + "OutputType": "IMicrosoftGraphChat", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Read", @@ -141694,17 +141812,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserChat", "Variants": [ "List" ], - "Uri": "/users/{user-id}/chats", - "OutputType": "IMicrosoftGraphChat", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChat" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/chats/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Read", @@ -141743,95 +141861,95 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserChatCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/chats/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaUserChatInstalledApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatInstalledApp" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatInstalledApp" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserChatInstalledApp", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatInstalledAppCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserChatInstalledAppCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatInstalledAppTeamApp" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserChatInstalledAppTeamApp", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatInstalledAppTeamAppDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserChatInstalledAppTeamAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageInfo", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatLastMessagePreview" + "Permissions": [], + "Command": "Get-MgBetaUserChatLastMessagePreview", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -141906,18 +142024,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserChatMember", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatMember" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/members", + "Method": "GET", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -141992,17 +142110,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserChatMember", "Variants": [ "List" ], - "Uri": "/users/{user-id}/chats/{chat-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatMember" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/members/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -142077,18 +142195,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserChatMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/members/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatMemberCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -142145,18 +142263,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserChatMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatMessage" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Read", @@ -142189,17 +142307,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserChatMessage", "Variants": [ "List" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatMessage" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Read", @@ -142232,18 +142350,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserChatMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatMessageCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -142300,18 +142418,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserChatMessageDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserChatMessageDelta" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -142368,20 +142486,20 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserChatMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatMessageHostedContent" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -142438,17 +142556,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserChatMessageHostedContent", "Variants": [ "List" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatMessageHostedContent" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -142505,362 +142623,362 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserChatMessageHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatMessageHostedContentCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaUserChatMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatMessageReply" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaUserChatMessageReply", "Variants": [ "List" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatMessageReply" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaUserChatMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatMessageReplyCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Users.Functions", + "Permissions": [], + "Command": "Get-MgBetaUserChatMessageReplyDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserChatMessageReplyDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaUserChatMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatMessageReplyHostedContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaUserChatMessageReplyHostedContent", "Variants": [ "List" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatMessageReplyHostedContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaUserChatMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatMessageReplyHostedContentCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaUserChatOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/operations", "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaUserChatOperation", "Variants": [ "List" ], - "Uri": "/users/{user-id}/chats/{chat-id}/operations", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/operations/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaUserChatOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/operations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatOperationCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaUserChatPermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatPermissionGrant" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", "Method": "GET", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaUserChatPermissionGrant", "Variants": [ "List" ], - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatPermissionGrant" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Get-MgBetaUserChatPermissionGrantById", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Get-MgBetaUserChatPermissionGrantById" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaUserChatPermissionGrantCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatPermissionGrantCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Users.Functions", + "Permissions": [], + "Command": "Get-MgBetaUserChatPermissionGrantDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/delta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserChatPermissionGrantDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Get-MgBetaUserChatPermissionGrantMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Get-MgBetaUserChatPermissionGrantMemberGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Get-MgBetaUserChatPermissionGrantMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Get-MgBetaUserChatPermissionGrantMemberObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/getUserOwnedObjects", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Get-MgBetaUserChatPermissionGrantUserOwnedObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Get-MgBetaUserChatPermissionGrantUserOwnedObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaUserChatPinnedMessage", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatPinnedMessage" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", + "Method": "GET", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatPinnedMessage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserChatPinnedMessage", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatPinnedMessageCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserChatPinnedMessageCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatTab" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserChatTab", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/tabs", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatTab" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserChatTab", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/tabs/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatTabCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserChatTabCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatTabTeamApp" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserChatTabTeamApp", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory", + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserCloudPcConnectivityHistory" + "Permissions": [], + "Command": "Get-MgBetaUserCloudPcConnectivityHistory", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcLaunchInfo", + "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -142875,18 +142993,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserCloudPcLaunchInfo", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo", - "OutputType": "IMicrosoftGraphCloudPcLaunchInfo", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserCloudPcLaunchInfo" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPc", + "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -142901,18 +143019,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserCloudPcProvisionedCloudPc", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')", - "OutputType": "IMicrosoftGraphCloudPc", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserCloudPcProvisionedCloudPc" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getShiftWorkCloudPcAccessState", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -142927,31 +143045,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserCloudPcShiftWorkCloudPcAccessState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getShiftWorkCloudPcAccessState", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserCloudPcShiftWorkCloudPcAccessState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions", "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability", + "Module": "Beta.Users.Functions", + "Permissions": [], + "Command": "Get-MgBetaUserCloudPcSupportedCloudPcRemoteAction", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions", - "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserCloudPcSupportedCloudPcRemoteAction" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contacts/{contact-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphContact", + "Module": "Beta.PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -142966,18 +143084,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserContact", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contacts/{contact-id}", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContact" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contacts", + "Method": "GET", + "OutputType": "IMicrosoftGraphContact", + "Module": "Beta.PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -142992,17 +143110,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserContact", "Variants": [ "List" ], - "Uri": "/users/{user-id}/contacts", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContact" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contacts/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -143017,18 +143135,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserContactCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contacts/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contacts/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphContact", + "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "Contacts.Read", @@ -143043,56 +143161,56 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserContactDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/contacts/delta", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserContactDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", "Method": "GET", + "OutputType": null, + "Module": "Beta.PersonalContacts", + "Permissions": [], + "Command": "Get-MgBetaUserContactExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", "Method": "GET", + "OutputType": "IMicrosoftGraphExtension", + "Module": "Beta.PersonalContacts", + "Permissions": [], + "Command": "Get-MgBetaUserContactExtension", "Variants": [ "List" ], - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.PersonalContacts", + "Permissions": [], + "Command": "Get-MgBetaUserContactExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactExtensionCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphContactFolder", + "Module": "Beta.PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -143107,18 +143225,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserContactFolder", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", - "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolder" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders", + "Method": "GET", + "OutputType": "IMicrosoftGraphContactFolder", + "Module": "Beta.PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -143133,30 +143251,30 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserContactFolder", "Variants": [ "List" ], - "Uri": "/users/{user-id}/contactFolders", - "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolder" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphContactFolder", + "Module": "Beta.PersonalContacts", + "Permissions": [], + "Command": "Get-MgBetaUserContactFolderChildFolder", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderChildFolder" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", + "Method": "GET", + "OutputType": "IMicrosoftGraphContactFolder", + "Module": "Beta.PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -143171,17 +143289,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolder", "Variants": [ "List" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", - "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderChildFolder" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphContact", + "Module": "Beta.PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -143196,18 +143314,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolderContact", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderChildFolderContact" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", + "Method": "GET", + "OutputType": "IMicrosoftGraphContact", + "Module": "Beta.PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -143222,17 +143340,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolderContact", "Variants": [ "List" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderChildFolderContact" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -143247,18 +143365,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolderContactCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderChildFolderContactCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphContact", + "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "Contacts.Read", @@ -143273,82 +143391,82 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolderContactDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserContactFolderChildFolderContactDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", "Method": "GET", + "OutputType": null, + "Module": "Beta.PersonalContacts", + "Permissions": [], + "Command": "Get-MgBetaUserContactFolderChildFolderContactExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderChildFolderContactExtension" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderChildFolderContactExtension" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolderContactExtension", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderChildFolderContactExtensionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolderContactExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", + "Method": "GET", "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "beta", "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderChildFolderContactPhoto" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolderContactPhoto", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderChildFolderContactPhotoContent" + "Permissions": [], + "Command": "Get-MgBetaUserContactFolderChildFolderContactPhotoContent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -143363,31 +143481,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolderCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderChildFolderCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphContactFolder", + "Module": "Beta.Users.Functions", + "Permissions": [], + "Command": "Get-MgBetaUserContactFolderChildFolderDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta", - "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserContactFolderChildFolderDelta" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphContact", + "Module": "Beta.PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -143402,18 +143520,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserContactFolderContact", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderContact" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", + "Method": "GET", + "OutputType": "IMicrosoftGraphContact", + "Module": "Beta.PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -143428,17 +143546,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserContactFolderContact", "Variants": [ "List" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderContact" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -143453,18 +143571,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserContactFolderContactCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderContactCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphContact", + "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "Contacts.Read", @@ -143479,92 +143597,92 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserContactFolderContactDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserContactFolderContactDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", "Method": "GET", + "OutputType": null, + "Module": "Beta.PersonalContacts", + "Permissions": [], + "Command": "Get-MgBetaUserContactFolderContactExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderContactExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", "Method": "GET", + "OutputType": "IMicrosoftGraphExtension", + "Module": "Beta.PersonalContacts", + "Permissions": [], + "Command": "Get-MgBetaUserContactFolderContactExtension", "Variants": [ "List" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderContactExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.PersonalContacts", + "Permissions": [], + "Command": "Get-MgBetaUserContactFolderContactExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderContactExtensionCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", + "Method": "GET", + "OutputType": "IMicrosoftGraphProfilePhoto", + "Module": "Beta.PersonalContacts", "Permissions": { "Name": "Contacts.Read", "Description": "Read your contacts ", "FullDescription": "Allows the app to read contacts in your contact folders. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaUserContactFolderContactPhoto", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderContactPhoto" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", + "Method": "GET", + "OutputType": null, + "Module": "Beta.PersonalContacts", "Permissions": { "Name": "Contacts.Read", "Description": "Read your contacts ", "FullDescription": "Allows the app to read contacts in your contact folders. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaUserContactFolderContactPhotoContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderContactPhotoContent" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -143579,18 +143697,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserContactFolderCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphContactFolder", + "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "Contacts.Read", @@ -143605,54 +143723,54 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserContactFolderDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/delta", - "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserContactFolderDelta" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contacts/{contact-id}/photo", + "Method": "GET", + "OutputType": "IMicrosoftGraphProfilePhoto", + "Module": "Beta.PersonalContacts", "Permissions": { "Name": "Contacts.Read", "Description": "Read your contacts ", "FullDescription": "Allows the app to read contacts in your contact folders. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaUserContactPhoto", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contacts/{contact-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactPhoto" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", + "Method": "GET", + "OutputType": null, + "Module": "Beta.PersonalContacts", "Permissions": { "Name": "Contacts.Read", "Description": "Read your contacts ", "FullDescription": "Allows the app to read contacts in your contact folders. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaUserContactPhotoContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactPhotoContent" + "ApiVersion": "beta" }, { + "Uri": "/users/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -143733,30 +143851,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserCount", "Variants": [ "Get" ], - "Uri": "/users/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserCreatedObject", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserCreatedObject" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/createdObjects", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -143795,42 +143913,42 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserCreatedObject", "Variants": [ "List" ], - "Uri": "/users/{user-id}/createdObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserCreatedObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserCreatedObjectAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserCreatedObjectAsServicePrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/createdObjects/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserCreatedObjectAsServicePrincipal", "Variants": [ "List" ], - "Uri": "/users/{user-id}/createdObjects/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserCreatedObjectAsServicePrincipal" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/createdObjects/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -143869,44 +143987,44 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserCreatedObjectCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/createdObjects/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserCreatedObjectCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/createdObjects/servicePrincipal/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserCreatedObjectCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/createdObjects/servicePrincipal/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserCreatedObjectCountAsServicePrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/calendar", "Method": "GET", + "OutputType": "IMicrosoftGraphCalendar", + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Get-MgBetaUserDefaultCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/calendar", - "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserDefaultCalendar" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/calendar/events", + "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.Read", @@ -143927,17 +144045,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserDefaultCalendarEvent", "Variants": [ "List" ], - "Uri": "/users/{user-id}/calendar/events", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserDefaultCalendarEvent" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/calendar/getSchedule", + "Method": "POST", + "OutputType": "IMicrosoftGraphScheduleInformation", + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Calendars.Read", @@ -143958,20 +144076,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Get-MgBetaUserDefaultCalendarSchedule", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/calendar/getSchedule", - "OutputType": "IMicrosoftGraphScheduleInformation", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Get-MgBetaUserDefaultCalendarSchedule" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/drive", + "Method": "GET", + "OutputType": "IMicrosoftGraphDrive", + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -144010,18 +144128,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserDefaultDrive", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/drive", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDefaultDrive" + "ApiVersion": "beta" }, { + "Uri": "/users/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "Directory.Read.All", @@ -144066,932 +144184,932 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserDelta", "Variants": [ "Delta" ], - "Uri": "/users/delta", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Beta.CrossDeviceExperiences", + "Permissions": [], + "Command": "Get-MgBetaUserDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/devices/{device-id}", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDevice" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/devices", + "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Beta.CrossDeviceExperiences", "Permissions": { "Name": "Device.Read", "Description": "View your list of devices", "FullDescription": "Allows the app to see your list of devices.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaUserDevice", "Variants": [ "List" ], - "Uri": "/users/{user-id}/devices", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/devices/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Get-MgBetaUserDeviceById", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/devices/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Get-MgBetaUserDeviceById" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphCommand", + "Module": "Beta.CrossDeviceExperiences", "Permissions": { "Name": "Device.Command", "Description": "Communicate with your other devices", "FullDescription": "Allows the app to launch another app or communicate with another app on a device that you own.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaUserDeviceCommand", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", - "OutputType": "IMicrosoftGraphCommand", - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceCommand" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/commands", "Method": "GET", + "OutputType": "IMicrosoftGraphCommand", + "Module": "Beta.CrossDeviceExperiences", + "Permissions": [], + "Command": "Get-MgBetaUserDeviceCommand", "Variants": [ "List" ], - "Uri": "/users/{user-id}/devices/{device-id}/commands", - "OutputType": "IMicrosoftGraphCommand", - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceCommand" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/commands/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.CrossDeviceExperiences", + "Permissions": [], + "Command": "Get-MgBetaUserDeviceCommandCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/devices/{device-id}/commands/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceCommandCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}/responsepayload", + "Method": "GET", + "OutputType": null, + "Module": "Beta.CrossDeviceExperiences", "Permissions": { "Name": "Device.Command", "Description": "Communicate with your other devices", "FullDescription": "Allows the app to launch another app or communicate with another app on a device that you own.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaUserDeviceCommandResponsepayload", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}/responsepayload", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceCommandResponsepayload" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/devices/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.CrossDeviceExperiences", "Permissions": { "Name": "Device.Read", "Description": "View your list of devices", "FullDescription": "Allows the app to see your list of devices.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaUserDeviceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/devices/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/devices/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Beta.Users.Functions", + "Permissions": [], + "Command": "Get-MgBetaUserDeviceDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/devices/delta", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserDeviceDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Get-MgBetaUserDeviceEnrollmentConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserDeviceEnrollmentConfiguration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Get-MgBetaUserDeviceEnrollmentConfiguration", "Variants": [ "List" ], - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserDeviceEnrollmentConfiguration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", + "Method": "GET", "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignment", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignmentCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceExtension" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDeviceExtension", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/extensions", + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceExtension" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDeviceExtension", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/extensions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceExtensionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDeviceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEvent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEvent", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEvent" + "Permissions": [], + "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEvent", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEventCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEventCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/getMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Get-MgBetaUserDeviceMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/devices/{device-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Get-MgBetaUserDeviceMemberGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/getMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Get-MgBetaUserDeviceMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/devices/{device-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Get-MgBetaUserDeviceMemberObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.CrossDeviceExperiences", + "Permissions": [], + "Command": "Get-MgBetaUserDeviceMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceMemberOf" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/memberOf", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.CrossDeviceExperiences", + "Permissions": [], + "Command": "Get-MgBetaUserDeviceMemberOf", "Variants": [ "List" ], - "Uri": "/users/{user-id}/devices/{device-id}/memberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceMemberOf" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Beta.CrossDeviceExperiences", + "Permissions": [], + "Command": "Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Beta.CrossDeviceExperiences", + "Permissions": [], + "Command": "Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Uri": "/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.CrossDeviceExperiences", + "Permissions": [], + "Command": "Get-MgBetaUserDeviceMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceMemberOfAsGroup" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/users/{user-id}/devices/{device-id}/memberOf/group", + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceMemberOfAsGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDeviceMemberOfAsGroup", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/memberOf/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceMemberOfCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDeviceMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceMemberOfCountAsAdministrativeUnit" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDeviceMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/memberOf/group/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceMemberOfCountAsGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDeviceMemberOfCountAsGroup", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredOwner" + "Permissions": [], + "Command": "Get-MgBetaUserDeviceRegisteredOwner", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Beta.CrossDeviceExperiences", + "Permissions": [], + "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/endpoint", "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Beta.CrossDeviceExperiences", + "Permissions": [], + "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint", "Variants": [ "List" ], - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.CrossDeviceExperiences", + "Permissions": [], + "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.CrossDeviceExperiences", + "Permissions": [], + "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal", "Variants": [ "List" ], - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.CrossDeviceExperiences", + "Permissions": [], + "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsUser" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/user", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsUser", "Variants": [ "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredOwnerByRef" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredOwnerByRef", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredOwnerCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredOwnerCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/endpoint/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsEndpoint" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsServicePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/user/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsUser", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredUser" + "Permissions": [], + "Command": "Get-MgBetaUserDeviceRegisteredUser", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Beta.CrossDeviceExperiences", + "Permissions": [], + "Command": "Get-MgBetaUserDeviceRegisteredUserAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredUserAsEndpoint" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/endpoint", "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Beta.CrossDeviceExperiences", + "Permissions": [], + "Command": "Get-MgBetaUserDeviceRegisteredUserAsEndpoint", "Variants": [ "List" ], - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredUserAsEndpoint" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.CrossDeviceExperiences", + "Permissions": [], + "Command": "Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.CrossDeviceExperiences", + "Permissions": [], + "Command": "Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal", "Variants": [ "List" ], - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.CrossDeviceExperiences", + "Permissions": [], + "Command": "Get-MgBetaUserDeviceRegisteredUserAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredUserAsUser" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/user", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredUserAsUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredUserAsUser", "Variants": [ "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$ref", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredUserByRef" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredUserByRef", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredUserCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredUserCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/endpoint/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsEndpoint" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsServicePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/user/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceTransitiveMemberOf" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDeviceTransitiveMemberOf", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceTransitiveMemberOf" + "Permissions": [], + "Command": "Get-MgBetaUserDeviceTransitiveMemberOf", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Beta.CrossDeviceExperiences", + "Permissions": [], + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Beta.CrossDeviceExperiences", + "Permissions": [], + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.CrossDeviceExperiences", + "Permissions": [], + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsGroup" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/group", + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsGroup", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCountAsAdministrativeUnit" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/group/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCountAsGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphUsageRight", - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceUsageRights" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDeviceUsageRights", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/usageRights", + "Method": "GET", "OutputType": "IMicrosoftGraphUsageRight", - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceUsageRights" + "Permissions": [], + "Command": "Get-MgBetaUserDeviceUsageRights", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/usageRights/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.CrossDeviceExperiences", + "Permissions": [], + "Command": "Get-MgBetaUserDeviceUsageRightsCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/devices/{device-id}/usageRights/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceUsageRightsCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/devices/getUserOwnedObjects", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Get-MgBetaUserDeviceUserOwnedObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/devices/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Get-MgBetaUserDeviceUserOwnedObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/directReports/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserDirectReport", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/directReports/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserDirectReport" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/directReports", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -145030,67 +145148,67 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserDirectReport", "Variants": [ "List" ], - "Uri": "/users/{user-id}/directReports", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserDirectReport" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/directReports/{directoryObject-id}/orgContact", "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserDirectReportAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/directReports/{directoryObject-id}/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserDirectReportAsOrgContact" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/directReports/orgContact", "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserDirectReportAsOrgContact", "Variants": [ "List" ], - "Uri": "/users/{user-id}/directReports/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserDirectReportAsOrgContact" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/directReports/{directoryObject-id}/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserDirectReportAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/directReports/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserDirectReportAsUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/directReports/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserDirectReportAsUser", "Variants": [ "List" ], - "Uri": "/users/{user-id}/directReports/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserDirectReportAsUser" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/directReports/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -145129,57 +145247,57 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserDirectReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/directReports/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserDirectReportCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/directReports/orgContact/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserDirectReportCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/directReports/orgContact/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserDirectReportCountAsOrgContact" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/directReports/user/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserDirectReportCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/directReports/user/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserDirectReportCountAsUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDrive", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaUserDrive", "Variants": [ "Get1", "GetViaIdentity1" ], - "Uri": "/users/{user-id}/drives/{drive-id}", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDrive" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/drives", + "Method": "GET", + "OutputType": "IMicrosoftGraphDrive", + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -145218,131 +145336,131 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserDrive", "Variants": [ "List" ], - "Uri": "/users/{user-id}/drives", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDrive" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/activities", "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityOld", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaUserDriveActivity", "Variants": [ "List" ], - "Uri": "/users/{user-id}/drives/{drive-id}/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveActivity" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaUserDriveBundle", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveBundle" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/users/{user-id}/drives/{drive-id}/bundles", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveBundle" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveBundle", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveBundleContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveBundleContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/bundles/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveBundleCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveBundleCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveContentTypeBase" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveContentTypeBase", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveContentTypeBaseType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveContentTypeBaseType", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveContentTypeBaseType" + "Permissions": [], + "Command": "Get-MgBetaUserDriveContentTypeBaseType", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaUserDriveContentTypeBaseTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveContentTypeBaseTypeCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/drives/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -145381,2193 +145499,2193 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserDriveCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/drives/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveFollowing" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveFollowing", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/following", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveFollowing" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveFollowing", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveFollowingContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveFollowingContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/following/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveFollowingCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveFollowingCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItem", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItem", "Variants": [ "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/activities", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemActivity" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemActivity", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserDriveItemActivityByInterval" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemAnalytic" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStat", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStat", "Variants": [ "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStatActivity" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStatActivity", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStatCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemAnalyticLastSevenDay" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemAnalyticTime" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemChild" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemChild", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemChild" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemChild", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemChildContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemChildContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemChildCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemChildCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemCreatedByUserMailboxSetting" + "Permissions": [], + "Command": "Get-MgBetaUserDriveItemCreatedByUserMailboxSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Users.Functions", + "Permissions": [], + "Command": "Get-MgBetaUserDriveItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserDriveItemDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserMailboxSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaUserDriveItemLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemLastModifiedByUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaUserDriveItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemLastModifiedByUserMailboxSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "Method": "GET", + "OutputType": "IMicrosoftGraphListItem", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaUserDriveItemListItem", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItem" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItemActivity" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemActivity", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserDriveItemListItemActivityByInterval" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItemAnalytic" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItemCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItemDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItemDriveItemContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItemField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItemVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItemVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemPermission" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemPermission", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemPermission" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemPermission", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemPermissionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "Method": "GET", "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemRetentionLabel" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemRetentionLabel", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemSubscription", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemSubscription", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemSubscriptionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemThumbnail" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemThumbnail", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemThumbnail" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemThumbnail", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemThumbnailCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemThumbnailCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemVersionContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveItemVersionContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemVersionCount" + "Permissions": [], + "Command": "Get-MgBetaUserDriveItemVersionCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaUserDriveLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveLastModifiedByUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaUserDriveLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveLastModifiedByUserMailboxSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list", "Method": "GET", + "OutputType": "IMicrosoftGraphList", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaUserDriveList", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/drives/{drive-id}/list", - "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveList" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/activities", "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityOld", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaUserDriveListActivity", "Variants": [ "List" ], - "Uri": "/users/{user-id}/drives/{drive-id}/list/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListActivity" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaUserDriveListColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListColumn" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListColumn", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListColumnCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListColumnCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListColumnSourceColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListContentType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentType", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListContentType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentType", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListContentTypeColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentTypeColumn", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListContentTypeColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentTypeColumn", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListContentTypeColumnCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentTypeColumnLink", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentTypeColumnLink", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListContentTypeColumnLinkCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListContentTypeColumnPosition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentTypeColumnPosition", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListContentTypeColumnPosition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentTypeColumnPosition", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListContentTypeColumnPositionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListContentTypeColumnSourceColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserDriveListContentTypeCompatibleHubContentType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListContentTypeCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/drive", + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListDrive" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListDrive", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListItem", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items", + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListItem", "Variants": [ "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItemActivity" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemActivity", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserDriveListItemActivityByInterval" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItemAnalytic" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItemCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItemCreatedByUserMailboxSetting" + "Permissions": [], + "Command": "Get-MgBetaUserDriveListItemCreatedByUserMailboxSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphListItem", + "Module": "Beta.Users.Functions", + "Permissions": [], + "Command": "Get-MgBetaUserDriveListItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/delta", - "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserDriveListItemDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Get-MgBetaUserDriveListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItemDocumentSetVersion" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemDocumentSetVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItemDocumentSetVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItemDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItemDriveItemContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItemField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItemVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItemVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListOperation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListOperation", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListOperation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListOperation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListOperationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListOperationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListSubscription", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListSubscription", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListSubscriptionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveListSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRoot" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRoot", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/activities", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootActivity" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootActivity", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserDriveRootActivityByInterval" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootAnalytic" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootAnalytic", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStat", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStat", "Variants": [ "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStatActivity" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStatActivity", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStatCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootAnalyticLastSevenDay" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/allTime", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootAnalyticTime" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootChild" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootChild", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/children", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootChild" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootChild", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootChildContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootChildContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/children/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootChildCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootChildCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootCreatedByUserMailboxSetting" + "Permissions": [], + "Command": "Get-MgBetaUserDriveRootCreatedByUserMailboxSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Users.Functions", + "Permissions": [], + "Command": "Get-MgBetaUserDriveRootDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Uri": "/users/{user-id}/drives/{drive-id}/root/delta", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserDriveRootDelta" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootLastModifiedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItem", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/activities", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItemActivity" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemActivity", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserDriveRootListItemActivityByInterval" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics", + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItemAnalytic" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItemCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItemDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItemDriveItemContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItemField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItemVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItemVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootPermission" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootPermission", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootPermission" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootPermission", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootPermissionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", + "Method": "GET", "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootRetentionLabel" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootRetentionLabel", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootSubscription", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootSubscription", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootSubscriptionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootThumbnail" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootThumbnail", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootThumbnail" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootThumbnail", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootThumbnailCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootThumbnailCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootVersionContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootVersionContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveRootVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveSpecial" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveSpecial", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/special", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveSpecial" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveSpecial", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveSpecialContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveSpecialContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/special/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveSpecialCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserDriveSpecialCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/getEffectiveDeviceEnrollmentConfigurations", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration" - }, - { - "Permissions": [ + "Permissions": [], + "Command": "Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/events/{event-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Beta.Calendar", + "Permissions": [ { "Name": "Calendars.Read", "Description": "Read your calendars ", @@ -147581,18 +147699,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/events/{event-id}", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEvent" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events", + "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.Read", @@ -147613,78 +147731,78 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserEvent", "Variants": [ "List" ], - "Uri": "/users/{user-id}/events", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEvent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Get-MgBetaUserEventAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventAttachment" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events/{event-id}/attachments", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Calendar", "Permissions": { "Name": "Calendars.Read", "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaUserEventAttachment", "Variants": [ "List" ], - "Uri": "/users/{user-id}/events/{event-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventAttachment" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events/{event-id}/attachments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Calendar", "Permissions": { "Name": "Calendars.Read", "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaUserEventAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/events/{event-id}/attachments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventAttachmentCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/calendar", "Method": "GET", + "OutputType": "IMicrosoftGraphCalendar", + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Get-MgBetaUserEventCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/events/{event-id}/calendar", - "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventCalendar" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.Read", @@ -147705,18 +147823,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserEventCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/events/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "Calendars.Read", @@ -147737,323 +147855,323 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserEventDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/events/delta", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserEventDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Get-MgBetaUserEventExceptionOccurrence", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrence" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences", "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Get-MgBetaUserEventExceptionOccurrence", "Variants": [ "List" ], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrence" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachment" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachment", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachmentCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar", + "Method": "GET", "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrenceCalendar" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceCalendar", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrenceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrenceExtension" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceExtension", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrenceExtension" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceExtension", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrenceExtensionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}", + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstance" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances", + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstance" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachment", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachment", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachmentCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar", + "Method": "GET", "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceCalendar" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceCalendar", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtension" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtension", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtension" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtension", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtensionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExtension" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserEventExtension", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/extensions", + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExtension" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserEventExtension", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/extensions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExtensionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserEventExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}", + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstance" + "Permissions": [], + "Command": "Get-MgBetaUserEventInstance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events/{event-id}/instances", + "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.Read", @@ -148068,68 +148186,68 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserEventInstance", "Variants": [ "List" ], - "Uri": "/users/{user-id}/events/{event-id}/instances", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstance" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Get-MgBetaUserEventInstanceAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstanceAttachment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Get-MgBetaUserEventInstanceAttachment", "Variants": [ "List" ], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstanceAttachment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Get-MgBetaUserEventInstanceAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstanceAttachmentCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar", "Method": "GET", + "OutputType": "IMicrosoftGraphCalendar", + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Get-MgBetaUserEventInstanceCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar", - "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstanceCalendar" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events/{event-id}/instances/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.Read", @@ -148144,247 +148262,247 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/events/{event-id}/instances/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstanceCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Beta.Users.Functions", + "Permissions": [], + "Command": "Get-MgBetaUserEventInstanceDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/events/{event-id}/instances/delta", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserEventInstanceDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}", "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrence", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrence" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences", "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrence", "Variants": [ "List" ], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrence" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachment" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachment", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachmentCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar", + "Method": "GET", "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceCalendar" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceCalendar", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtension" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtension", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtension" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtension", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtensionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstanceExtension" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceExtension", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstanceExtension" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceExtension", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstanceExtensionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/extensions/{extension-id}", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Get-MgBetaUserExtension" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserExtension", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/extensions", + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Get-MgBetaUserExtension" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserExtension", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/extensions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Get-MgBetaUserExtensionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/followedSites/{site-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaUserFollowedSite" + "Permissions": [], + "Command": "Get-MgBetaUserFollowedSite", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/followedSites", + "Method": "GET", + "OutputType": "IMicrosoftGraphSite", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -148399,17 +148517,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserFollowedSite", "Variants": [ "List" ], - "Uri": "/users/{user-id}/followedSites", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaUserFollowedSite" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/followedSites/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -148424,194 +148542,194 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserFollowedSiteCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/followedSites/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaUserFollowedSiteCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/inferenceClassification", "Method": "GET", + "OutputType": "IMicrosoftGraphInferenceClassification", + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Get-MgBetaUserInferenceClassification", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/inferenceClassification", - "OutputType": "IMicrosoftGraphInferenceClassification", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserInferenceClassification" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Get-MgBetaUserInferenceClassificationOverride", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserInferenceClassificationOverride" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/inferenceClassification/overrides", + "Method": "GET", + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Module": "Beta.Mail", "Permissions": { "Name": "Mail.Read", "Description": "Read your mail ", "FullDescription": "Allows the app to read email in your mailbox. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaUserInferenceClassificationOverride", "Variants": [ "List" ], - "Uri": "/users/{user-id}/inferenceClassification/overrides", - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserInferenceClassificationOverride" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/inferenceClassification/overrides/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Mail", "Permissions": { "Name": "Mail.Read", "Description": "Read your mail ", "FullDescription": "Allows the app to read email in your mailbox. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaUserInferenceClassificationOverrideCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/inferenceClassification/overrides/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserInferenceClassificationOverrideCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/users/{user-id}/informationProtection", + "Method": "GET", "OutputType": "IMicrosoftGraphInformationProtection", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtection" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserInformationProtection", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/bitlocker", + "Method": "GET", "OutputType": "IMicrosoftGraphBitlocker", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionBitlocker" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionBitlocker", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKey" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKey", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys", + "Method": "GET", "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKey" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKey", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKeyCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKeyCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicy" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicy", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies", + "Method": "GET", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicy" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicy", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicyCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/policy", + "Method": "GET", "OutputType": "IMicrosoftGraphInformationProtectionPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionPolicy" + "Permissions": [], + "Command": "Get-MgBetaUserInformationProtectionPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -148626,18 +148744,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionPolicyLabel", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionPolicyLabel" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/informationProtection/policy/labels", + "Method": "GET", + "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -148652,17 +148770,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionPolicyLabel", "Variants": [ "List" ], - "Uri": "/users/{user-id}/informationProtection/policy/labels", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionPolicyLabel" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/informationProtection/policy/labels/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -148677,209 +148795,209 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionPolicyLabelCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/informationProtection/policy/labels/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionPolicyLabelCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSensitivityLabel", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Get-MgBetaUserInformationProtectionSensitivityLabel", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "OutputType": "IMicrosoftGraphSensitivityLabel", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionSensitivityLabel" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/users/{user-id}/informationProtection/sensitivityLabels", + "Method": "GET", "OutputType": "IMicrosoftGraphSensitivityLabel", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionSensitivityLabel" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionSensitivityLabel", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "Method": "GET", "OutputType": "IMicrosoftGraphSensitivityLabel", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabel" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabel", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", + "Method": "GET", "OutputType": "IMicrosoftGraphSensitivityLabel", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabel" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabel", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabelCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabelCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", + "Method": "GET", "OutputType": "IMicrosoftGraphSensitivityPolicySettings", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionSensitivityPolicySetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionSensitivityPolicySetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequest", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests", + "Method": "GET", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequest", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "Method": "GET", "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResultCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResultCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/insights", + "Method": "GET", "OutputType": "IMicrosoftGraphItemInsights", - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Get-MgBetaUserInsight" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserInsight", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSharedInsight", - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Get-MgBetaUserInsightShared" + "Permissions": [], + "Command": "Get-MgBetaUserInsightShared", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/insights/shared", + "Method": "GET", + "OutputType": "IMicrosoftGraphSharedInsight", + "Module": "Beta.Users", "Permissions": [ { "Name": "Sites.Read.All", @@ -148894,17 +149012,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserInsightShared", "Variants": [ "List" ], - "Uri": "/users/{user-id}/insights/shared", - "OutputType": "IMicrosoftGraphSharedInsight", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserInsightShared" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/insights/shared/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "Sites.Read.All", @@ -148919,57 +149037,57 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserInsightSharedCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/insights/shared/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserInsightSharedCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Get-MgBetaUserInsightSharedLastSharedMethod" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserInsightSharedLastSharedMethod", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/resource", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Get-MgBetaUserInsightSharedResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserInsightSharedResource", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/insights/trending/{trending-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTrending", - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Get-MgBetaUserInsightTrending" + "Permissions": [], + "Command": "Get-MgBetaUserInsightTrending", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/insights/trending", + "Method": "GET", + "OutputType": "IMicrosoftGraphTrending", + "Module": "Beta.Users", "Permissions": [ { "Name": "Sites.Read.All", @@ -148984,17 +149102,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserInsightTrending", "Variants": [ "List" ], - "Uri": "/users/{user-id}/insights/trending", - "OutputType": "IMicrosoftGraphTrending", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserInsightTrending" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/insights/trending/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "Sites.Read.All", @@ -149009,18 +149127,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserInsightTrendingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/insights/trending/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserInsightTrendingCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/insights/trending/{trending-id}/resource", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "Sites.Read.All", @@ -149035,31 +149153,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserInsightTrendingResource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/insights/trending/{trending-id}/resource", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserInsightTrendingResource" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphUsedInsight", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserInsightUsed", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", - "OutputType": "IMicrosoftGraphUsedInsight", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserInsightUsed" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/insights/used", + "Method": "GET", + "OutputType": "IMicrosoftGraphUsedInsight", + "Module": "Beta.Users", "Permissions": [ { "Name": "Sites.Read.All", @@ -149074,17 +149192,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserInsightUsed", "Variants": [ "List" ], - "Uri": "/users/{user-id}/insights/used", - "OutputType": "IMicrosoftGraphUsedInsight", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserInsightUsed" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/insights/used/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "Sites.Read.All", @@ -149099,18 +149217,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserInsightUsedCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/insights/used/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserInsightUsedCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/insights/used/{usedInsight-id}/resource", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "Sites.Read.All", @@ -149125,60 +149243,60 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserInsightUsedResource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/insights/used/{usedInsight-id}/resource", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserInsightUsedResource" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/joinedGroups", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Get-MgBetaUserJoinedGroup", "Variants": [ "List" ], - "Uri": "/users/{user-id}/joinedGroups", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaUserJoinedGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/joinedGroups/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Get-MgBetaUserJoinedGroupById", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/joinedGroups/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Get-MgBetaUserJoinedGroupById" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/joinedGroups/getUserOwnedObjects", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Get-MgBetaUserJoinedGroupUserOwnedObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/joinedGroups/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Get-MgBetaUserJoinedGroupUserOwnedObject" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/joinedTeams", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeam", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Directory.Read.All", @@ -149223,30 +149341,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserJoinedTeam", "Variants": [ "List" ], - "Uri": "/users/{user-id}/joinedTeams", - "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserJoinedTeam" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphLicenseDetails", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserLicenseDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", - "OutputType": "IMicrosoftGraphLicenseDetails", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserLicenseDetail" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/licenseDetails", + "Method": "GET", + "OutputType": "IMicrosoftGraphLicenseDetails", + "Module": "Beta.Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -149279,17 +149397,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserLicenseDetail", "Variants": [ "List" ], - "Uri": "/users/{user-id}/licenseDetails", - "OutputType": "IMicrosoftGraphLicenseDetails", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserLicenseDetail" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/licenseDetails/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -149322,31 +149440,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserLicenseDetailCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/licenseDetails/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserLicenseDetailCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/getLoggedOnManagedDevices", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDevice", + "Module": "Beta.Users.Functions", + "Permissions": [], + "Command": "Get-MgBetaUserLoggedOnManagedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/getLoggedOnManagedDevices", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserLoggedOnManagedDevice" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailboxSettings", + "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Beta.Users", "Permissions": [ { "Name": "MailboxSettings.Read", @@ -149361,18 +149479,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserMailboxSetting" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphMailFolder", + "Module": "Beta.Mail", "Permissions": [ { "Name": "Mail.Read", @@ -149399,18 +149517,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserMailFolder", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolder" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders", + "Method": "GET", + "OutputType": "IMicrosoftGraphMailFolder", + "Module": "Beta.Mail", "Permissions": [ { "Name": "Mail.Read", @@ -149437,30 +149555,30 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserMailFolder", "Variants": [ "List" ], - "Uri": "/users/{user-id}/mailFolders", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolder" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphMailFolder", + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Get-MgBetaUserMailFolderChildFolder", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolder" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", + "Method": "GET", + "OutputType": "IMicrosoftGraphMailFolder", + "Module": "Beta.Mail", "Permissions": [ { "Name": "Mail.Read", @@ -149487,17 +149605,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolder", "Variants": [ "List" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolder" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Mail", "Permissions": [ { "Name": "Mail.Read", @@ -149524,290 +149642,290 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphMailFolder", + "Module": "Beta.Users.Functions", + "Permissions": [], + "Command": "Get-MgBetaUserMailFolderChildFolderDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserMailFolderChildFolderDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Get-MgBetaUserMailFolderChildFolderMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderMessage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", "Method": "GET", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Get-MgBetaUserMailFolderChildFolderMessage", "Variants": [ "List" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderMessage" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Mail", "Permissions": { "Name": "Mail.Read", "Description": "Read your mail ", "FullDescription": "Allows the app to read email in your mailbox. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachment" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachment", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachmentCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageCount" + "Permissions": [], + "Command": "Get-MgBetaUserMailFolderChildFolderMessageCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Beta.Users.Functions", + "Permissions": [], + "Command": "Get-MgBetaUserMailFolderChildFolderMessageDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", "Method": "GET", + "OutputType": null, + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", "Method": "GET", + "OutputType": "IMicrosoftGraphExtension", + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtension", "Variants": [ "List" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtensionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphMention", + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Get-MgBetaUserMailFolderChildFolderMessageMention", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}", - "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageMention" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions", "Method": "GET", + "OutputType": "IMicrosoftGraphMention", + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Get-MgBetaUserMailFolderChildFolderMessageMention", "Variants": [ "List" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions", - "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageMention" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Get-MgBetaUserMailFolderChildFolderMessageMentionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageMentionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphMessageRule", + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Get-MgBetaUserMailFolderChildFolderMessageRule", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", - "OutputType": "IMicrosoftGraphMessageRule", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageRule" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", "Method": "GET", + "OutputType": "IMicrosoftGraphMessageRule", + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Get-MgBetaUserMailFolderChildFolderMessageRule", "Variants": [ "List" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", - "OutputType": "IMicrosoftGraphMessageRule", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageRule" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Get-MgBetaUserMailFolderChildFolderMessageRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageRuleCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/{userConfiguration-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphUserConfiguration", + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Get-MgBetaUserMailFolderChildFolderUserConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/{userConfiguration-id}", - "OutputType": "IMicrosoftGraphUserConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderUserConfiguration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations", "Method": "GET", + "OutputType": "IMicrosoftGraphUserConfiguration", + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Get-MgBetaUserMailFolderChildFolderUserConfiguration", "Variants": [ "List" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations", - "OutputType": "IMicrosoftGraphUserConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderUserConfiguration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Get-MgBetaUserMailFolderChildFolderUserConfigurationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderUserConfigurationCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Mail", "Permissions": [ { "Name": "Mail.Read", @@ -149834,18 +149952,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserMailFolderCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphMailFolder", + "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "Mail.Read", @@ -149872,18 +149990,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserMailFolderDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/delta", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserMailFolderDelta" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Beta.Mail", "Permissions": [ { "Name": "Mail.Read", @@ -149904,18 +150022,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderMessage" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", + "Method": "GET", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Beta.Mail", "Permissions": [ { "Name": "Mail.Read", @@ -149942,65 +150060,65 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessage", "Variants": [ "List" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderMessage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Get-MgBetaUserMailFolderMessageAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderMessageAttachment" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Mail", "Permissions": { "Name": "Mail.Read", "Description": "Read your mail ", "FullDescription": "Allows the app to read email in your mailbox. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessageAttachment", "Variants": [ "List" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderMessageAttachment" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Mail", "Permissions": { "Name": "Mail.Read", "Description": "Read your mail ", "FullDescription": "Allows the app to read email in your mailbox. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessageAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderMessageAttachmentCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Mail", "Permissions": [ { "Name": "Mail.Read", @@ -150021,18 +150139,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessageContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderMessageContent" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Mail", "Permissions": [ { "Name": "Mail.Read", @@ -150059,18 +150177,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderMessageCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "Mail.Read", @@ -150097,170 +150215,170 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessageDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserMailFolderMessageDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", "Method": "GET", + "OutputType": null, + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Get-MgBetaUserMailFolderMessageExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderMessageExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", "Method": "GET", + "OutputType": "IMicrosoftGraphExtension", + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Get-MgBetaUserMailFolderMessageExtension", "Variants": [ "List" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderMessageExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Get-MgBetaUserMailFolderMessageExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderMessageExtensionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphMention", + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Get-MgBetaUserMailFolderMessageMention", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}", - "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderMessageMention" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions", "Method": "GET", + "OutputType": "IMicrosoftGraphMention", + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Get-MgBetaUserMailFolderMessageMention", "Variants": [ "List" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions", - "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderMessageMention" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Get-MgBetaUserMailFolderMessageMentionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderMessageMentionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphMessageRule", + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Get-MgBetaUserMailFolderMessageRule", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", - "OutputType": "IMicrosoftGraphMessageRule", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderMessageRule" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", "Method": "GET", + "OutputType": "IMicrosoftGraphMessageRule", + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Get-MgBetaUserMailFolderMessageRule", "Variants": [ "List" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", - "OutputType": "IMicrosoftGraphMessageRule", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderMessageRule" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Get-MgBetaUserMailFolderMessageRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderMessageRuleCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/{userConfiguration-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphUserConfiguration", + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Get-MgBetaUserMailFolderUserConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/{userConfiguration-id}", - "OutputType": "IMicrosoftGraphUserConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderUserConfiguration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations", "Method": "GET", + "OutputType": "IMicrosoftGraphUserConfiguration", + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Get-MgBetaUserMailFolderUserConfiguration", "Variants": [ "List" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations", - "OutputType": "IMicrosoftGraphUserConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderUserConfiguration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Get-MgBetaUserMailFolderUserConfigurationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderUserConfigurationCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/getMailTips", + "Method": "POST", + "OutputType": "IMicrosoftGraphMailTips", + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Mail.Read", @@ -150275,20 +150393,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Get-MgBetaUserMailTip", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/getMailTips", - "OutputType": "IMicrosoftGraphMailTips", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Get-MgBetaUserMailTip" + "ApiVersion": "beta" }, { + "Uri": "/users/getManagedAppBlockedUsers", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -150315,17 +150433,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserManagedAppBlockedUser", "Variants": [ "Get" ], - "Uri": "/users/getManagedAppBlockedUsers", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserManagedAppBlockedUser" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus", + "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -150340,18 +150458,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserManagedAppDiagnosticStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses", - "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserManagedAppDiagnosticStatus" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/getManagedAppPolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -150366,564 +150484,564 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserManagedAppPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/getManagedAppPolicies", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserManagedAppPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Get-MgBetaUserManagedAppRegistration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}", - "OutputType": "IMicrosoftGraphManagedAppRegistration", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedAppRegistration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedAppRegistrations", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Get-MgBetaUserManagedAppRegistration", "Variants": [ "List" ], - "Uri": "/users/{user-id}/managedAppRegistrations", - "OutputType": "IMicrosoftGraphManagedAppRegistration", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedAppRegistration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedAppRegistrations/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Get-MgBetaUserManagedAppRegistrationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/managedAppRegistrations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedAppRegistrationCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDevice", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Get-MgBetaUserManagedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDevice", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Get-MgBetaUserManagedDevice", "Variants": [ "List" ], - "Uri": "/users/{user-id}/managedDevices", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "Method": "GET", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetailCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetailCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceCategory" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceCategory", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserManagedDeviceCloudPcRemoteActionResult" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceCloudPcRemoteActionResult", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcReviewStatus", + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcReviewStatus", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserManagedDeviceCloudPcReviewStatus" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceCloudPcReviewStatus", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyState" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyState", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyState" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyState", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyStateCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyStateCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceConfigurationState" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceConfigurationState", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceConfigurationState" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceConfigurationState", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceConfigurationStateCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceConfigurationStateCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDetectedApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceDetectedApp" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceDetectedApp", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps", + "Method": "GET", "OutputType": "IMicrosoftGraphDetectedApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceDetectedApp" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceDetectedApp", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceDetectedAppCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceDetectedAppCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getFileVaultKey", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserManagedDeviceFileVaultKey" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceFileVaultKey", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceHealthScriptState" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceHealthScriptState", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceHealthScriptState" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceHealthScriptState", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceHealthScriptStateCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceHealthScriptStateCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceLogCollectionRequestCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceLogCollectionRequestCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceLogCollectionResponse" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceLogCollectionResponse", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceLogCollectionResponse" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceLogCollectionResponse", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationState" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationState", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationState" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationState", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationStateCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationStateCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getNonCompliantSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserManagedDeviceNonCompliantSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceNonCompliantSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityBaselineState", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineState" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineState", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates", + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityBaselineState", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineState" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineState", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState" + "Permissions": [], + "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingStateCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/users", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Get-MgBetaUserManagedDeviceUser", "Variants": [ "List" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/users", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", - "OutputType": "IMicrosoftGraphWindowsProtectionState", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "List" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/getManagedDevicesWithAppFailures", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -150938,18 +151056,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceWithAppFailure", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/getManagedDevicesWithAppFailures", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserManagedDeviceWithAppFailure" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState", + "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -150964,18 +151082,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceWithFailedApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps", - "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserManagedDeviceWithFailedApp" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/manager", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -151002,18 +151120,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserManager", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/manager", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserManager" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/manager/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -151040,18 +151158,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserManagerByRef", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/manager/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserManagerByRef" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/getMemberGroups", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Application.Read.All", @@ -151120,20 +151238,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Get-MgBetaUserMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Get-MgBetaUserMemberGroup" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/getMemberObjects", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Application.Read.All", @@ -151208,20 +151326,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgBetaUserMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Get-MgBetaUserMemberObject" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -151236,18 +151354,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserMemberOf" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/memberOf", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -151274,30 +151392,30 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserMemberOf", "Variants": [ "List" ], - "Uri": "/users/{user-id}/memberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserMemberOf" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserMemberOfAsAdministrativeUnit" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/memberOf/administrativeUnit", + "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -151312,30 +151430,30 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Uri": "/users/{user-id}/memberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserMemberOfAsAdministrativeUnit" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/directoryRole", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserMemberOfAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/directoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserMemberOfAsDirectoryRole" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/memberOf/directoryRole", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -151350,30 +151468,30 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserMemberOfAsDirectoryRole", "Variants": [ "List" ], - "Uri": "/users/{user-id}/memberOf/directoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserMemberOfAsDirectoryRole" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserMemberOfAsGroup" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/memberOf/group", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -151388,17 +151506,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserMemberOfAsGroup", "Variants": [ "List" ], - "Uri": "/users/{user-id}/memberOf/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserMemberOfAsGroup" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/memberOf/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -151425,18 +151543,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/memberOf/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserMemberOfCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/memberOf/administrativeUnit/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -151451,18 +151569,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/memberOf/administrativeUnit/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserMemberOfCountAsAdministrativeUnit" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/memberOf/directoryRole/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -151477,18 +151595,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserMemberOfCountAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/memberOf/directoryRole/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserMemberOfCountAsDirectoryRole" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/memberOf/group/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -151503,18 +151621,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/memberOf/group/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserMemberOfCountAsGroup" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/messages/{message-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Beta.Mail", "Permissions": [ { "Name": "Mail.Read", @@ -151535,18 +151653,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/messages/{message-id}", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMessage" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/messages", + "Method": "GET", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Beta.Mail", "Permissions": [ { "Name": "Mail.Read", @@ -151573,65 +151691,65 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserMessage", "Variants": [ "List" ], - "Uri": "/users/{user-id}/messages", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMessage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Get-MgBetaUserMessageAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMessageAttachment" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/messages/{message-id}/attachments", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Mail", "Permissions": { "Name": "Mail.Read", "Description": "Read your mail ", "FullDescription": "Allows the app to read email in your mailbox. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaUserMessageAttachment", "Variants": [ "List" ], - "Uri": "/users/{user-id}/messages/{message-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMessageAttachment" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/messages/{message-id}/attachments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Mail", "Permissions": { "Name": "Mail.Read", "Description": "Read your mail ", "FullDescription": "Allows the app to read email in your mailbox. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaUserMessageAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/messages/{message-id}/attachments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMessageAttachmentCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/messages/{message-id}/$value", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Mail", "Permissions": [ { "Name": "Mail.Read", @@ -151652,18 +151770,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserMessageContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/messages/{message-id}/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMessageContent" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/messages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Mail", "Permissions": [ { "Name": "Mail.Read", @@ -151690,18 +151808,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/messages/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMessageCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/messages/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "Mail.Read", @@ -151722,94 +151840,94 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserMessageDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/messages/delta", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserMessageDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", "Method": "GET", + "OutputType": null, + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Get-MgBetaUserMessageExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMessageExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/extensions", "Method": "GET", + "OutputType": "IMicrosoftGraphExtension", + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Get-MgBetaUserMessageExtension", "Variants": [ "List" ], - "Uri": "/users/{user-id}/messages/{message-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMessageExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/extensions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Get-MgBetaUserMessageExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/messages/{message-id}/extensions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMessageExtensionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphMention", + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Get-MgBetaUserMessageMention", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", - "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMessageMention" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/mentions", "Method": "GET", + "OutputType": "IMicrosoftGraphMention", + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Get-MgBetaUserMessageMention", "Variants": [ "List" ], - "Uri": "/users/{user-id}/messages/{message-id}/mentions", - "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMessageMention" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/mentions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Get-MgBetaUserMessageMentionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/messages/{message-id}/mentions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMessageMentionCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphMobileAppIntentAndState", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -151824,18 +151942,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserMobileAppIntentAndState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", - "OutputType": "IMicrosoftGraphMobileAppIntentAndState", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserMobileAppIntentAndState" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mobileAppIntentAndStates", + "Method": "GET", + "OutputType": "IMicrosoftGraphMobileAppIntentAndState", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -151850,17 +151968,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserMobileAppIntentAndState", "Variants": [ "List" ], - "Uri": "/users/{user-id}/mobileAppIntentAndStates", - "OutputType": "IMicrosoftGraphMobileAppIntentAndState", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserMobileAppIntentAndState" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mobileAppIntentAndStates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -151875,145 +151993,145 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserMobileAppIntentAndStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mobileAppIntentAndStates/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserMobileAppIntentAndStateCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Get-MgBetaUserMobileAppTroubleshootingEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserMobileAppTroubleshootingEvent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents", "Method": "GET", + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Get-MgBetaUserMobileAppTroubleshootingEvent", "Variants": [ "List" ], - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserMobileAppTroubleshootingEvent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", + "Method": "GET", "OutputType": "IMicrosoftGraphAppLogCollectionRequest", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequestCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequestCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserMobileAppTroubleshootingEventCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserMobileAppTroubleshootingEventCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/notifications/{notification-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphNotification", - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Get-MgBetaUserNotification" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserNotification", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/notifications", + "Method": "GET", "OutputType": "IMicrosoftGraphNotification", - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Get-MgBetaUserNotification" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserNotification", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/notifications/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Get-MgBetaUserNotificationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserNotificationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Get-MgBetaUserOauth2PermissionGrant" + "Permissions": [], + "Command": "Get-MgBetaUserOauth2PermissionGrant", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/oauth2PermissionGrants", + "Method": "GET", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Module": "Beta.Users", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -152034,17 +152152,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserOauth2PermissionGrant", "Variants": [ "List" ], - "Uri": "/users/{user-id}/oauth2PermissionGrants", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOauth2PermissionGrant" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/oauth2PermissionGrants/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -152065,18 +152183,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserOauth2PermissionGrantCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/oauth2PermissionGrants/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOauth2PermissionGrantCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphNotebook", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -152109,18 +152227,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserOnenoteNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenoteNotebook" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/notebooks", + "Method": "GET", + "OutputType": "IMicrosoftGraphNotebook", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -152153,17 +152271,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserOnenoteNotebook", "Variants": [ "List" ], - "Uri": "/users/{user-id}/onenote/notebooks", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenoteNotebook" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/notebooks/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -152196,18 +152314,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserOnenoteNotebookCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onenote/notebooks/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenoteNotebookCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl", + "Method": "POST", + "OutputType": "IMicrosoftGraphCopyNotebookModel", + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Notes.Create", @@ -152240,20 +152358,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Get-MgBetaUserOnenoteNotebookFromWebUrl", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl", - "OutputType": "IMicrosoftGraphCopyNotebookModel", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Get-MgBetaUserOnenoteNotebookFromWebUrl" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -152286,17 +152404,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserOnenoteNotebookSection", "Variants": [ "List" ], - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenoteNotebookSection" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Method": "GET", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -152329,17 +152447,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserOnenoteNotebookSectionGroup", "Variants": [ "List" ], - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenoteNotebookSectionGroup" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -152372,31 +152490,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserOnenoteOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenoteOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onenote/operations/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Notes", + "Permissions": [], + "Command": "Get-MgBetaUserOnenoteOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onenote/operations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenoteOperationCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenotePage", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Read", @@ -152423,18 +152541,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserOnenotePage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenotePage" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/pages", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenotePage", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Read", @@ -152461,17 +152579,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserOnenotePage", "Variants": [ "List" ], - "Uri": "/users/{user-id}/onenote/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenotePage" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Read", @@ -152498,18 +152616,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserOnenotePageContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenotePageContent" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/pages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Read", @@ -152536,18 +152654,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserOnenotePageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onenote/pages/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenotePageCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "Method": "GET", + "OutputType": "IMicrosoftGraphRecentNotebook", + "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "Notes.Create", @@ -152580,31 +152698,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserOnenoteRecentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "OutputType": "IMicrosoftGraphRecentNotebook", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserOnenoteRecentNotebook" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphOnenoteResource", + "Module": "Beta.Notes", + "Permissions": [], + "Command": "Get-MgBetaUserOnenoteResource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}", - "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenoteResource" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Read", @@ -152631,118 +152749,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserOnenoteResourceContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenoteResourceContent" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/users/{user-id}/onenote/resources/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenoteResourceCount" - }, - { - "Permissions": [ - { - "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", - "IsAdmin": false - }, - { - "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", - "IsAdmin": false - } - ], - "Method": "GET", + "Permissions": [], + "Command": "Get-MgBetaUserOnenoteResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenoteSection" + "ApiVersion": "beta" }, { - "Permissions": [ - { - "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", - "IsAdmin": false - }, - { - "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", - "IsAdmin": false - } - ], + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", "Method": "GET", - "Variants": [ - "List" - ], - "Uri": "/users/{user-id}/onenote/sections", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenoteSection" - }, - { "Permissions": [ { "Name": "Notes.Create", @@ -152775,62 +152806,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserOnenoteSection", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onenote/sections/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenoteSectionCount" + "ApiVersion": "beta" }, { - "Permissions": [ - { - "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", - "IsAdmin": false - }, - { - "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", - "IsAdmin": false - } - ], + "Uri": "/users/{user-id}/onenote/sections", "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenoteSection", "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenoteSectionGroup" - }, - { "Permissions": [ { "Name": "Notes.Create", @@ -152863,18 +152850,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserOnenoteSection", "Variants": [ - "List", - "List1" + "List" ], - "Uri": "/users/{user-id}/onenote/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenoteSectionGroup" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/sections/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -152907,20 +152893,62 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserOnenoteSectionCount", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "OutputType": null, - "ApiVersion": "beta", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSectionGroup", "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenoteSectionGroupCount" + "Permissions": [ + { + "Name": "Notes.Create", + "Description": "Create your OneNote notebooks", + "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "IsAdmin": false + }, + { + "Name": "Notes.Read", + "Description": "Read your OneNote notebooks", + "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "IsAdmin": false + }, + { + "Name": "Notes.Read.All", + "Description": "Read all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "IsAdmin": false + }, + { + "Name": "Notes.ReadWrite", + "Description": "Read and write your OneNote notebooks", + "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "IsAdmin": false + }, + { + "Name": "Notes.ReadWrite.All", + "Description": "Read and write all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "IsAdmin": false + } + ], + "Command": "Get-MgBetaUserOnenoteSectionGroup", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/sectionGroups", + "Method": "GET", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -152953,18 +152981,71 @@ "IsAdmin": false } ], + "Command": "Get-MgBetaUserOnenoteSectionGroup", + "Variants": [ + "List", + "List1" + ], + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Notes", + "Permissions": [ + { + "Name": "Notes.Create", + "Description": "Create your OneNote notebooks", + "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "IsAdmin": false + }, + { + "Name": "Notes.Read", + "Description": "Read your OneNote notebooks", + "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "IsAdmin": false + }, + { + "Name": "Notes.Read.All", + "Description": "Read all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "IsAdmin": false + }, + { + "Name": "Notes.ReadWrite", + "Description": "Read and write your OneNote notebooks", + "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "IsAdmin": false + }, + { + "Name": "Notes.ReadWrite.All", + "Description": "Read and write all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "IsAdmin": false + } + ], + "Command": "Get-MgBetaUserOnenoteSectionGroupCount", "Variants": [ - "List" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenoteSectionGroupSection" - }, - { "Permissions": [ + { + "Name": "Notes.Create", + "Description": "Create your OneNote notebooks", + "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "IsAdmin": false + }, { "Name": "Notes.Read", "Description": "Read your OneNote notebooks", @@ -152990,17 +153071,54 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserOnenoteSectionGroupSection", "Variants": [ "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenoteSectionPage" + "Permissions": [ + { + "Name": "Notes.Read", + "Description": "Read your OneNote notebooks", + "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "IsAdmin": false + }, + { + "Name": "Notes.Read.All", + "Description": "Read all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "IsAdmin": false + }, + { + "Name": "Notes.ReadWrite", + "Description": "Read and write your OneNote notebooks", + "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "IsAdmin": false + }, + { + "Name": "Notes.ReadWrite.All", + "Description": "Read and write all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "IsAdmin": false + } + ], + "Command": "Get-MgBetaUserOnenoteSectionPage", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "OnlineMeetingArtifact.Read.All", @@ -153033,18 +153151,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeeting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeeting" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "OnlineMeetingArtifact.Read.All", @@ -153077,17 +153195,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeeting", "Variants": [ "List" ], - "Uri": "/users/{user-id}/onlineMeetings", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeeting" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", + "Method": "GET", + "OutputType": null, + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "OnlineMeetingArtifact.Read.All", @@ -153120,126 +153238,126 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingAlternativeRecording", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingAlternativeRecording" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Module": "Beta.CloudCommunications", "Permissions": { "Name": "OnlineMeetingArtifact.Read.All", "Description": "Read user's online meeting artifacts", "FullDescription": "Allows the app to read online meeting artifacts on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingAttendanceReport", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingAttendanceReport" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "Method": "GET", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Module": "Beta.CloudCommunications", "Permissions": { "Name": "OnlineMeetingArtifact.Read.All", "Description": "Read user's online meeting artifacts", "FullDescription": "Allows the app to read online meeting artifacts on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingAttendanceReport", "Variants": [ "List" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingAttendanceReport" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Module": "Beta.CloudCommunications", "Permissions": { "Name": "OnlineMeetingArtifact.Read.All", "Description": "Read user's online meeting artifacts", "FullDescription": "Allows the app to read online meeting artifacts on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "List", "List1" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.CloudCommunications", "Permissions": { "Name": "OnlineMeetingArtifact.Read.All", "Description": "Read user's online meeting artifacts", "FullDescription": "Allows the app to read online meeting artifacts on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecordCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecordCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.CloudCommunications", "Permissions": { "Name": "OnlineMeetingArtifact.Read.All", "Description": "Read user's online meeting artifacts", "FullDescription": "Allows the app to read online meeting artifacts on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "Method": "GET", + "OutputType": null, + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "OnlineMeetingArtifact.Read.All", @@ -153272,31 +153390,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingAttendeeReport", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingAttendeeReport" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/broadcastRecording", "Method": "GET", + "OutputType": null, + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaUserOnlineMeetingBroadcastRecording", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/broadcastRecording", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingBroadcastRecording" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "OnlineMeetingArtifact.Read.All", @@ -153329,18 +153447,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", + "Method": "GET", + "OutputType": null, + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "OnlineMeetingArtifact.Read.All", @@ -153373,7 +153491,7 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingRecording", "Variants": [ "Get", "Get1", @@ -153382,64 +153500,64 @@ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingRecording" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", "Method": "GET", + "OutputType": "IMicrosoftGraphCallRecording", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaUserOnlineMeetingRecording", "Variants": [ "List" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", - "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingRecording" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", "Method": "GET", + "OutputType": null, + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaUserOnlineMeetingRecordingContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingRecordingContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaUserOnlineMeetingRecordingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingRecordingCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphCallRecording", + "Module": "Beta.Users.Functions", + "Permissions": [], + "Command": "Get-MgBetaUserOnlineMeetingRecordingDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta", - "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserOnlineMeetingRecordingDelta" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", + "Method": "GET", + "OutputType": "IMicrosoftGraphMeetingRegistration", + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -153466,18 +153584,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingRegistration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", - "OutputType": "IMicrosoftGraphMeetingRegistration", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingRegistration" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -153492,56 +153610,56 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestion", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", "Method": "GET", + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestion", "Variants": [ "List" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrant", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", - "OutputType": "IMicrosoftGraphMeetingRegistrantBase", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrant" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants", + "Method": "GET", + "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -153562,17 +153680,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrant", "Variants": [ "List" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants", - "OutputType": "IMicrosoftGraphMeetingRegistrantBase", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrant" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -153593,112 +153711,112 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrantCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrantCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphCallTranscript", + "Module": "Beta.CloudCommunications", "Permissions": { "Name": "OnlineMeetingTranscript.Read.All", "Description": "Read all transcripts of online meetings.", "FullDescription": "Allows the app to read all transcripts of online meetings, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingTranscript", "Variants": [ "Get", "GetViaIdentity", "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingTranscript" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", "Method": "GET", + "OutputType": "IMicrosoftGraphCallTranscript", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaUserOnlineMeetingTranscript", "Variants": [ "List" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", - "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingTranscript" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "Method": "GET", + "OutputType": null, + "Module": "Beta.CloudCommunications", "Permissions": { "Name": "OnlineMeetingTranscript.Read.All", "Description": "Read all transcripts of online meetings.", "FullDescription": "Allows the app to read all transcripts of online meetings, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingTranscriptContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingTranscriptContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaUserOnlineMeetingTranscriptCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingTranscriptCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphCallTranscript", + "Module": "Beta.Users.Functions", "Permissions": { "Name": "OnlineMeetingTranscript.Read.All", "Description": "Read all transcripts of online meetings.", "FullDescription": "Allows the app to read all transcripts of online meetings, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingTranscriptDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta", - "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserOnlineMeetingTranscriptDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", "Method": "GET", + "OutputType": null, + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Get-MgBetaUserOnlineMeetingTranscriptMetadataContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingTranscriptMetadataContent" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -153737,516 +153855,516 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingVirtualAppointmentJoinWebUrl", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserOnlineMeetingVirtualAppointmentJoinWebUrl" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOutlookCategory", + "Module": "Beta.Users", "Permissions": { "Name": "MailboxSettings.Read", "Description": "Read your mailbox settings", "FullDescription": "Allows the app to read your mailbox settings.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaUserOutlookMasterCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", - "OutputType": "IMicrosoftGraphOutlookCategory", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookMasterCategory" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/masterCategories", + "Method": "GET", + "OutputType": "IMicrosoftGraphOutlookCategory", + "Module": "Beta.Users", "Permissions": { "Name": "MailboxSettings.Read", "Description": "Read your mailbox settings", "FullDescription": "Allows the app to read your mailbox settings.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaUserOutlookMasterCategory", "Variants": [ "List" ], - "Uri": "/users/{user-id}/outlook/masterCategories", - "OutputType": "IMicrosoftGraphOutlookCategory", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookMasterCategory" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/masterCategories/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", "Permissions": { "Name": "MailboxSettings.Read", "Description": "Read your mailbox settings", "FullDescription": "Allows the app to read your mailbox settings.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgBetaUserOutlookMasterCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/outlook/masterCategories/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookMasterCategoryCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOutlookTask", + "Module": "Beta.Users", "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 }, - "Method": "GET", + "Command": "Get-MgBetaUserOutlookTask", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", - "OutputType": "IMicrosoftGraphOutlookTask", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTask" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/tasks", + "Method": "GET", + "OutputType": "IMicrosoftGraphOutlookTask", + "Module": "Beta.Users", "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 }, - "Method": "GET", + "Command": "Get-MgBetaUserOutlookTask", "Variants": [ "List" ], - "Uri": "/users/{user-id}/outlook/tasks", - "OutputType": "IMicrosoftGraphOutlookTask", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTask" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserOutlookTaskAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskAttachment" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Users", "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 }, - "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskAttachment", "Variants": [ "List" ], - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskAttachment" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", "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 }, - "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskAttachmentCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/tasks/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", "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 }, - "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/outlook/tasks/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Module": "Beta.Users", "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 }, - "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskFolder", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", - "OutputType": "IMicrosoftGraphOutlookTaskFolder", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskFolder" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskFolders", + "Method": "GET", + "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Module": "Beta.Users", "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 }, - "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskFolder", "Variants": [ "List" ], - "Uri": "/users/{user-id}/outlook/taskFolders", - "OutputType": "IMicrosoftGraphOutlookTaskFolder", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskFolder" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskFolders/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", "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 }, - "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskFolderCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/outlook/taskFolders/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskFolderCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphOutlookTask", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserOutlookTaskFolderTask", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", - "OutputType": "IMicrosoftGraphOutlookTask", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskFolderTask" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks", + "Method": "GET", + "OutputType": "IMicrosoftGraphOutlookTask", + "Module": "Beta.Users", "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 }, - "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskFolderTask", "Variants": [ "List" ], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks", - "OutputType": "IMicrosoftGraphOutlookTask", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskFolderTask" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachment", "Variants": [ "List" ], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachmentCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", "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 }, - "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskFolderTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskFolderTaskCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOutlookTaskGroup", + "Module": "Beta.Users", "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 }, - "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", - "OutputType": "IMicrosoftGraphOutlookTaskGroup", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskGroup" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskGroups", + "Method": "GET", + "OutputType": "IMicrosoftGraphOutlookTaskGroup", + "Module": "Beta.Users", "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 }, - "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskGroup", "Variants": [ "List" ], - "Uri": "/users/{user-id}/outlook/taskGroups", - "OutputType": "IMicrosoftGraphOutlookTaskGroup", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskGroup" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskGroups/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", "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 }, - "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/outlook/taskGroups/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskGroupCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Module": "Beta.Users", "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 }, - "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolder", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", - "OutputType": "IMicrosoftGraphOutlookTaskFolder", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolder" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders", + "Method": "GET", + "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Module": "Beta.Users", "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 }, - "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolder", "Variants": [ "List" ], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders", - "OutputType": "IMicrosoftGraphOutlookTaskFolder", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolder" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", "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 }, - "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphOutlookTask", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTask", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", - "OutputType": "IMicrosoftGraphOutlookTask", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTask" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks", + "Method": "GET", + "OutputType": "IMicrosoftGraphOutlookTask", + "Module": "Beta.Users", "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 }, - "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTask", "Variants": [ "List" ], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks", - "OutputType": "IMicrosoftGraphOutlookTask", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTask" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", "Variants": [ "List" ], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachmentCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", "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 }, - "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserOwnedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedDevice" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/ownedDevices", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -154279,67 +154397,67 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserOwnedDevice", "Variants": [ "List" ], - "Uri": "/users/{user-id}/ownedDevices", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserOwnedDeviceAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedDeviceAsDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/ownedDevices/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserOwnedDeviceAsDevice", "Variants": [ "List" ], - "Uri": "/users/{user-id}/ownedDevices/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedDeviceAsDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint", "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserOwnedDeviceAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedDeviceAsEndpoint" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/ownedDevices/endpoint", "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserOwnedDeviceAsEndpoint", "Variants": [ "List" ], - "Uri": "/users/{user-id}/ownedDevices/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedDeviceAsEndpoint" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/ownedDevices/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -154372,57 +154490,57 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserOwnedDeviceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/ownedDevices/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedDeviceCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/users/{user-id}/ownedDevices/device/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedDeviceCountAsDevice" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserOwnedDeviceCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/ownedDevices/endpoint/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedDeviceCountAsEndpoint" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserOwnedDeviceCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedObject" + "Permissions": [], + "Command": "Get-MgBetaUserOwnedObject", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/ownedObjects", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -154455,105 +154573,105 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserOwnedObject", "Variants": [ "List" ], - "Uri": "/users/{user-id}/ownedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/application", "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserOwnedObjectAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedObjectAsApplication" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/ownedObjects/application", "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserOwnedObjectAsApplication", "Variants": [ "List" ], - "Uri": "/users/{user-id}/ownedObjects/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedObjectAsApplication" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserOwnedObjectAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedObjectAsGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/ownedObjects/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserOwnedObjectAsGroup", "Variants": [ "List" ], - "Uri": "/users/{user-id}/ownedObjects/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedObjectAsGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserOwnedObjectAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedObjectAsServicePrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/ownedObjects/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserOwnedObjectAsServicePrincipal", "Variants": [ "List" ], - "Uri": "/users/{user-id}/ownedObjects/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedObjectAsServicePrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/getUserOwnedObjects", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Get-MgBetaUserOwnedObjectByType", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/users/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Get-MgBetaUserOwnedObjectByType" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/ownedObjects/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -154586,143 +154704,143 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserOwnedObjectCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/ownedObjects/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedObjectCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/users/{user-id}/ownedObjects/application/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedObjectCountAsApplication" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserOwnedObjectCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/ownedObjects/group/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedObjectCountAsGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserOwnedObjectCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/ownedObjects/servicePrincipal/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedObjectCountAsServicePrincipal" + "Permissions": [], + "Command": "Get-MgBetaUserOwnedObjectCountAsServicePrincipal", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/permissionGrants/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Get-MgBetaUserPermissionGrantById", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/permissionGrants/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Get-MgBetaUserPermissionGrantById" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/permissionGrants/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Users.Functions", + "Permissions": [], + "Command": "Get-MgBetaUserPermissionGrantDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/permissionGrants/delta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserPermissionGrantDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Get-MgBetaUserPermissionGrantMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Get-MgBetaUserPermissionGrantMemberGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Get-MgBetaUserPermissionGrantMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Get-MgBetaUserPermissionGrantMemberObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/permissionGrants/getUserOwnedObjects", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Get-MgBetaUserPermissionGrantUserOwnedObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/permissionGrants/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Get-MgBetaUserPermissionGrantUserOwnedObject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/people/{person-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphPerson", + "Module": "Beta.People", + "Permissions": [], + "Command": "Get-MgBetaUserPerson", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/people/{person-id}", - "OutputType": "IMicrosoftGraphPerson", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Get-MgBetaUserPerson" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/people", + "Method": "GET", + "OutputType": "IMicrosoftGraphPerson", + "Module": "Beta.People", "Permissions": [ { "Name": "People.Read", @@ -154737,17 +154855,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserPerson", "Variants": [ "List" ], - "Uri": "/users/{user-id}/people", - "OutputType": "IMicrosoftGraphPerson", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Get-MgBetaUserPerson" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/people/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.People", "Permissions": [ { "Name": "People.Read", @@ -154762,18 +154880,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserPersonCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/people/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Get-MgBetaUserPersonCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/photo", + "Method": "GET", + "OutputType": "IMicrosoftGraphProfilePhoto", + "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -154788,20 +154906,20 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserPhoto", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/users/{user-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserPhoto" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/photos", + "Method": "GET", + "OutputType": "IMicrosoftGraphProfilePhoto", + "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -154816,17 +154934,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserPhoto", "Variants": [ "List" ], - "Uri": "/users/{user-id}/photos", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserPhoto" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/photo/$value", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -154841,20 +154959,20 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserPhotoContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/users/{user-id}/photo/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserPhotoContent" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/photos/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -154869,18 +154987,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserPhotoCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/photos/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserPhotoCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/planner", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerUser", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -154913,45 +155031,45 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserPlanner", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/users/{user-id}/planner", - "OutputType": "IMicrosoftGraphPlannerUser", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaUserPlanner" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/planner/all", "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerDelta", + "Module": "Beta.Planner", + "Permissions": [], + "Command": "Get-MgBetaUserPlanner", "Variants": [ "List" ], - "Uri": "/users/{user-id}/planner/all", - "OutputType": "IMicrosoftGraphPlannerDelta", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaUserPlanner" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/planner/all/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Planner", + "Permissions": [], + "Command": "Get-MgBetaUserPlannerAllCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/planner/all/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaUserPlannerAllCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/planner/all/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerDelta", + "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "Group.Read.All", @@ -154978,31 +155096,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserPlannerAllDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/planner/all/delta", - "OutputType": "IMicrosoftGraphPlannerDelta", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserPlannerAllDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/planner/favoritePlans/{plannerPlan-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Module": "Beta.Planner", + "Permissions": [], + "Command": "Get-MgBetaUserPlannerFavoritePlan", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/planner/favoritePlans/{plannerPlan-id}", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaUserPlannerFavoritePlan" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/planner/favoritePlans", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -155023,17 +155141,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserPlannerFavoritePlan", "Variants": [ "List" ], - "Uri": "/users/{user-id}/planner/favoritePlans", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaUserPlannerFavoritePlan" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/planner/favoritePlans/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -155054,18 +155172,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserPlannerFavoritePlanCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/planner/favoritePlans/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaUserPlannerFavoritePlanCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/planner/plans", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -155092,82 +155210,82 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserPlannerPlan", "Variants": [ "List" ], - "Uri": "/users/{user-id}/planner/plans", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaUserPlannerPlan" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/delta", + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerBucket", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserPlannerPlanBucketDelta" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserPlannerPlanBucketDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta", + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserPlannerPlanBucketTaskDelta" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserPlannerPlanBucketTaskDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/planner/plans/delta", + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserPlannerPlanDelta" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserPlannerPlanDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/delta", + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserPlannerPlanTaskDelta" + "Permissions": [], + "Command": "Get-MgBetaUserPlannerPlanTaskDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/planner/recentPlans/{plannerPlan-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Module": "Beta.Planner", + "Permissions": [], + "Command": "Get-MgBetaUserPlannerRecentPlan", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/planner/recentPlans/{plannerPlan-id}", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaUserPlannerRecentPlan" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/planner/recentPlans", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -155188,17 +155306,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserPlannerRecentPlan", "Variants": [ "List" ], - "Uri": "/users/{user-id}/planner/recentPlans", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaUserPlannerRecentPlan" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/planner/recentPlans/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -155219,31 +155337,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserPlannerRecentPlanCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/planner/recentPlans/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaUserPlannerRecentPlanCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/planner/rosterPlans/{plannerPlan-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Module": "Beta.Planner", + "Permissions": [], + "Command": "Get-MgBetaUserPlannerRosterPlan", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/planner/rosterPlans/{plannerPlan-id}", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaUserPlannerRosterPlan" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/planner/rosterPlans", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -155270,17 +155388,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserPlannerRosterPlan", "Variants": [ "List" ], - "Uri": "/users/{user-id}/planner/rosterPlans", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaUserPlannerRosterPlan" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/planner/rosterPlans/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -155307,18 +155425,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserPlannerRosterPlanCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/planner/rosterPlans/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaUserPlannerRosterPlanCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/planner/tasks", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerTask", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -155357,17 +155475,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserPlannerTask", "Variants": [ "List" ], - "Uri": "/users/{user-id}/planner/tasks", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaUserPlannerTask" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/planner/tasks/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerTask", + "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "Tasks.Read", @@ -155382,18 +155500,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserPlannerTaskDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/planner/tasks/delta", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserPlannerTaskDelta" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/presence", + "Method": "GET", + "OutputType": "IMicrosoftGraphPresence", + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Presence.Read", @@ -155408,18 +155526,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserPresence", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/presence", - "OutputType": "IMicrosoftGraphPresence", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserPresence" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile", + "Method": "GET", + "OutputType": "IMicrosoftGraphProfile", + "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -155452,18 +155570,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/profile", - "OutputType": "IMicrosoftGraphProfile", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfile" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserAccountInformation", + "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -155496,18 +155614,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileAccount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", - "OutputType": "IMicrosoftGraphUserAccountInformation", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileAccount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/account", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserAccountInformation", + "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -155540,17 +155658,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileAccount", "Variants": [ "List" ], - "Uri": "/users/{user-id}/profile/account", - "OutputType": "IMicrosoftGraphUserAccountInformation", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileAccount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/account/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -155583,18 +155701,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileAccountCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/profile/account/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileAccountCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphItemAddress", + "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -155627,18 +155745,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileAddress", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", - "OutputType": "IMicrosoftGraphItemAddress", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileAddress" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/addresses", + "Method": "GET", + "OutputType": "IMicrosoftGraphItemAddress", + "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -155671,17 +155789,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileAddress", "Variants": [ "List" ], - "Uri": "/users/{user-id}/profile/addresses", - "OutputType": "IMicrosoftGraphItemAddress", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileAddress" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/addresses/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -155714,18 +155832,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileAddressCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/profile/addresses/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileAddressCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPersonAnnualEvent", + "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -155758,18 +155876,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileAnniversary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", - "OutputType": "IMicrosoftGraphPersonAnnualEvent", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileAnniversary" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/anniversaries", + "Method": "GET", + "OutputType": "IMicrosoftGraphPersonAnnualEvent", + "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -155802,17 +155920,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileAnniversary", "Variants": [ "List" ], - "Uri": "/users/{user-id}/profile/anniversaries", - "OutputType": "IMicrosoftGraphPersonAnnualEvent", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileAnniversary" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/anniversaries/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -155845,18 +155963,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileAnniversaryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/profile/anniversaries/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileAnniversaryCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/awards/{personAward-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPersonAward", + "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -155889,18 +156007,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileAward", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/profile/awards/{personAward-id}", - "OutputType": "IMicrosoftGraphPersonAward", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileAward" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/awards", + "Method": "GET", + "OutputType": "IMicrosoftGraphPersonAward", + "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -155933,17 +156051,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileAward", "Variants": [ "List" ], - "Uri": "/users/{user-id}/profile/awards", - "OutputType": "IMicrosoftGraphPersonAward", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileAward" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/awards/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -155976,18 +156094,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileAwardCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/profile/awards/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileAwardCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPersonCertification", + "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -156020,18 +156138,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileCertification", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", - "OutputType": "IMicrosoftGraphPersonCertification", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileCertification" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/certifications", + "Method": "GET", + "OutputType": "IMicrosoftGraphPersonCertification", + "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -156064,17 +156182,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileCertification", "Variants": [ "List" ], - "Uri": "/users/{user-id}/profile/certifications", - "OutputType": "IMicrosoftGraphPersonCertification", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileCertification" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/certifications/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -156107,18 +156225,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileCertificationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/profile/certifications/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileCertificationCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationalActivity", + "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -156151,61 +156269,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileEducationalActivity", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", - "OutputType": "IMicrosoftGraphEducationalActivity", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileEducationalActivity" + "ApiVersion": "beta" }, { - "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 - }, - { - "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 - }, - { - "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 - }, - { - "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 - }, - { - "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 - } - ], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/users/{user-id}/profile/educationalActivities", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationalActivity", - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileEducationalActivity" - }, - { "Permissions": [ { "Name": "User.Read", @@ -156238,18 +156313,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileEducationalActivity", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/educationalActivities/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileEducationalActivityCount" - }, - { "Permissions": [ { "Name": "User.Read", @@ -156282,18 +156356,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileEducationalActivityCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphItemEmail", - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileEmail" - }, - { "Permissions": [ { "Name": "User.Read", @@ -156326,17 +156400,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileEmail", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/emails", + "Method": "GET", "OutputType": "IMicrosoftGraphItemEmail", - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileEmail" - }, - { "Permissions": [ { "Name": "User.Read", @@ -156369,18 +156444,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileEmail", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/emails/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileEmailCount" - }, - { "Permissions": [ { "Name": "User.Read", @@ -156413,18 +156487,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileEmailCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPersonInterest", - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileInterest" - }, - { "Permissions": [ { "Name": "User.Read", @@ -156457,17 +156531,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileInterest", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/interests", + "Method": "GET", "OutputType": "IMicrosoftGraphPersonInterest", - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileInterest" - }, - { "Permissions": [ { "Name": "User.Read", @@ -156500,18 +156575,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileInterest", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/interests/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileInterestCount" - }, - { "Permissions": [ { "Name": "User.Read", @@ -156544,18 +156618,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileInterestCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphLanguageProficiency", - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileLanguage" - }, - { "Permissions": [ { "Name": "User.Read", @@ -156588,17 +156662,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileLanguage", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/languages", + "Method": "GET", "OutputType": "IMicrosoftGraphLanguageProficiency", - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileLanguage" - }, - { "Permissions": [ { "Name": "User.Read", @@ -156631,18 +156706,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileLanguage", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/languages/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileLanguageCount" - }, - { "Permissions": [ { "Name": "User.Read", @@ -156675,18 +156749,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileLanguageCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/names/{personName-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPersonName", - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileName" - }, - { "Permissions": [ { "Name": "User.Read", @@ -156719,17 +156793,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileName", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/names", + "Method": "GET", "OutputType": "IMicrosoftGraphPersonName", - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileName" - }, - { "Permissions": [ { "Name": "User.Read", @@ -156762,18 +156837,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileName", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/names/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileNameCount" - }, - { "Permissions": [ { "Name": "User.Read", @@ -156806,18 +156880,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileNameCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPersonAnnotation", - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileNote" - }, - { "Permissions": [ { "Name": "User.Read", @@ -156850,17 +156924,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileNote", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/notes", + "Method": "GET", "OutputType": "IMicrosoftGraphPersonAnnotation", - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileNote" - }, - { "Permissions": [ { "Name": "User.Read", @@ -156893,18 +156968,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileNote", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/notes/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileNoteCount" - }, - { "Permissions": [ { "Name": "User.Read", @@ -156937,18 +157011,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileNoteCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphItemPatent", - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfilePatent" - }, - { "Permissions": [ { "Name": "User.Read", @@ -156981,17 +157055,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfilePatent", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/patents", + "Method": "GET", "OutputType": "IMicrosoftGraphItemPatent", - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfilePatent" - }, - { "Permissions": [ { "Name": "User.Read", @@ -157024,18 +157099,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfilePatent", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/patents/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfilePatentCount" - }, - { "Permissions": [ { "Name": "User.Read", @@ -157068,18 +157142,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfilePatentCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphItemPhone", - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfilePhone" - }, - { "Permissions": [ { "Name": "User.Read", @@ -157112,17 +157186,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfilePhone", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/phones", + "Method": "GET", "OutputType": "IMicrosoftGraphItemPhone", - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfilePhone" - }, - { "Permissions": [ { "Name": "User.Read", @@ -157155,18 +157230,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfilePhone", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/phones/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfilePhoneCount" - }, - { "Permissions": [ { "Name": "User.Read", @@ -157199,18 +157273,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfilePhoneCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphWorkPosition", - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfilePosition" - }, - { "Permissions": [ { "Name": "User.Read", @@ -157243,17 +157317,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfilePosition", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/positions", + "Method": "GET", "OutputType": "IMicrosoftGraphWorkPosition", - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfilePosition" - }, - { "Permissions": [ { "Name": "User.Read", @@ -157286,18 +157361,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfilePosition", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/positions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfilePositionCount" - }, - { "Permissions": [ { "Name": "User.Read", @@ -157330,18 +157404,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfilePositionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphProjectParticipation", - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileProject" - }, - { "Permissions": [ { "Name": "User.Read", @@ -157374,17 +157448,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileProject", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/projects", + "Method": "GET", "OutputType": "IMicrosoftGraphProjectParticipation", - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileProject" - }, - { "Permissions": [ { "Name": "User.Read", @@ -157417,18 +157492,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileProject", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/projects/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileProjectCount" - }, - { "Permissions": [ { "Name": "User.Read", @@ -157461,18 +157535,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileProjectCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphItemPublication", - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfilePublication" - }, - { "Permissions": [ { "Name": "User.Read", @@ -157505,17 +157579,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfilePublication", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/publications", + "Method": "GET", "OutputType": "IMicrosoftGraphItemPublication", - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfilePublication" - }, - { "Permissions": [ { "Name": "User.Read", @@ -157548,18 +157623,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfilePublication", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/publications/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfilePublicationCount" - }, - { "Permissions": [ { "Name": "User.Read", @@ -157592,18 +157666,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfilePublicationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSkillProficiency", - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileSkill" - }, - { "Permissions": [ { "Name": "User.Read", @@ -157636,17 +157710,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileSkill", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/skills", + "Method": "GET", "OutputType": "IMicrosoftGraphSkillProficiency", - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileSkill" - }, - { "Permissions": [ { "Name": "User.Read", @@ -157679,18 +157754,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileSkill", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/skills/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileSkillCount" - }, - { "Permissions": [ { "Name": "User.Read", @@ -157723,18 +157797,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileSkillCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphWebAccount", - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileWebAccount" - }, - { "Permissions": [ { "Name": "User.Read", @@ -157767,17 +157841,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileWebAccount", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/webAccounts", + "Method": "GET", "OutputType": "IMicrosoftGraphWebAccount", - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileWebAccount" - }, - { "Permissions": [ { "Name": "User.Read", @@ -157810,18 +157885,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileWebAccount", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/webAccounts/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileWebAccountCount" - }, - { "Permissions": [ { "Name": "User.Read", @@ -157854,18 +157928,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileWebAccountCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPersonWebsite", - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileWebsite" - }, - { "Permissions": [ { "Name": "User.Read", @@ -157898,17 +157972,61 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileWebsite", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/websites", + "Method": "GET", "OutputType": "IMicrosoftGraphPersonWebsite", - "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileWebsite" + "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 + }, + { + "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 + }, + { + "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 + }, + { + "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 + }, + { + "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 + } + ], + "Command": "Get-MgBetaUserProfileWebsite", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/websites/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -157941,31 +158059,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserProfileWebsiteCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/profile/websites/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileWebsiteCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserRegisteredDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserRegisteredDevice" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/registeredDevices", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -157998,67 +158116,67 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserRegisteredDevice", "Variants": [ "List" ], - "Uri": "/users/{user-id}/registeredDevices", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserRegisteredDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserRegisteredDeviceAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserRegisteredDeviceAsDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/registeredDevices/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserRegisteredDeviceAsDevice", "Variants": [ "List" ], - "Uri": "/users/{user-id}/registeredDevices/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserRegisteredDeviceAsDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint", "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserRegisteredDeviceAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserRegisteredDeviceAsEndpoint" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/registeredDevices/endpoint", "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserRegisteredDeviceAsEndpoint", "Variants": [ "List" ], - "Uri": "/users/{user-id}/registeredDevices/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserRegisteredDeviceAsEndpoint" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/registeredDevices/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -158091,57 +158209,57 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserRegisteredDeviceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/registeredDevices/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserRegisteredDeviceCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/users/{user-id}/registeredDevices/device/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Get-MgBetaUserRegisteredDeviceCountAsDevice" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserRegisteredDeviceCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/registeredDevices/endpoint/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Get-MgBetaUserRegisteredDeviceCountAsEndpoint" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserRegisteredDeviceCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaUserScopedRoleMemberOf" + "Permissions": [], + "Command": "Get-MgBetaUserScopedRoleMemberOf", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/scopedRoleMemberOf", + "Method": "GET", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -158156,17 +158274,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserScopedRoleMemberOf", "Variants": [ "List" ], - "Uri": "/users/{user-id}/scopedRoleMemberOf", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaUserScopedRoleMemberOf" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/scopedRoleMemberOf/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -158181,44 +158299,44 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserScopedRoleMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/scopedRoleMemberOf/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaUserScopedRoleMemberOfCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/security", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityAutoGenerated", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaUserSecurity", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/security", - "OutputType": "IMicrosoftGraphSecurityAutoGenerated", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaUserSecurity" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/security/informationProtection", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityInformationProtection", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaUserSecurityInformationProtection", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/security/informationProtection", - "OutputType": "IMicrosoftGraphSecurityInformationProtection", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaUserSecurityInformationProtection" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", + "Module": "Beta.Security", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -158233,18 +158351,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserSecurityInformationProtectionLabelPolicySetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaUserSecurityInformationProtectionLabelPolicySetting" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Module": "Beta.Security", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -158259,18 +158377,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabel", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabel" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Module": "Beta.Security", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -158285,17 +158403,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabel", "Variants": [ "List" ], - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabel" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -158310,31 +158428,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabelCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabelCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", "Method": "GET", + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabelParent" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/settings", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserSettings", + "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read.All", @@ -158349,18 +158467,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/settings", - "OutputType": "IMicrosoftGraphUserSettings", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserSetting" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/settings/contactMergeSuggestions", + "Method": "GET", + "OutputType": "IMicrosoftGraphContactMergeSuggestions", + "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -158375,18 +158493,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserSettingContactMergeSuggestion", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/settings/contactMergeSuggestions", - "OutputType": "IMicrosoftGraphContactMergeSuggestions", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserSettingContactMergeSuggestion" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/settings/itemInsights", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserInsightsSettings", + "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -158401,31 +158519,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserSettingItemInsight", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/settings/itemInsights", - "OutputType": "IMicrosoftGraphUserInsightsSettings", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserSettingItemInsight" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphRegionalAndLanguageSettings", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserSettingRegionalAndLanguageSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", - "OutputType": "IMicrosoftGraphRegionalAndLanguageSettings", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserSettingRegionalAndLanguageSetting" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/settings/shiftPreferences", + "Method": "GET", + "OutputType": "IMicrosoftGraphShiftPreferences", + "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read.All", @@ -158452,84 +158570,84 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserSettingShiftPreference", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/settings/shiftPreferences", - "OutputType": "IMicrosoftGraphShiftPreferences", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserSettingShiftPreference" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/sponsors/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserSponsor", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/sponsors/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserSponsor" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/sponsors", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserSponsor", "Variants": [ "List" ], - "Uri": "/users/{user-id}/sponsors", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserSponsor" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/sponsors/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserSponsorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/sponsors/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserSponsorCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/teamwork", "Method": "GET", + "OutputType": "IMicrosoftGraphUserTeamwork", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaUserTeamwork", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/teamwork", - "OutputType": "IMicrosoftGraphUserTeamwork", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserTeamwork" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaUserTeamworkAssociatedTeam", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserTeamworkAssociatedTeam" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/teamwork/associatedTeams", + "Method": "GET", + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -158550,17 +158668,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserTeamworkAssociatedTeam", "Variants": [ "List" ], - "Uri": "/users/{user-id}/teamwork/associatedTeams", - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserTeamworkAssociatedTeam" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/teamwork/associatedTeams/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -158581,18 +158699,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserTeamworkAssociatedTeamCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/teamwork/associatedTeams/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserTeamworkAssociatedTeamCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -158631,18 +158749,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserTeamworkInstalledApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserTeamworkInstalledApp" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/teamwork/installedApps", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -158681,17 +158799,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserTeamworkInstalledApp", "Variants": [ "List" ], - "Uri": "/users/{user-id}/teamwork/installedApps", - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserTeamworkInstalledApp" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", + "Method": "GET", + "OutputType": "IMicrosoftGraphChat", + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -158730,18 +158848,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserTeamworkInstalledAppChat", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", - "OutputType": "IMicrosoftGraphChat", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserTeamworkInstalledAppChat" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/teamwork/installedApps/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -158780,44 +158898,44 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserTeamworkInstalledAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/teamwork/installedApps/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserTeamworkInstalledAppCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp", "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsApp", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaUserTeamworkInstalledAppTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp", - "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserTeamworkInstalledAppTeamApp" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition", "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Get-MgBetaUserTeamworkInstalledAppTeamAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserTeamworkInstalledAppTeamAppDefinition" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTodoTaskList", + "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.Read", @@ -158844,18 +158962,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserTodoList", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "OutputType": "IMicrosoftGraphTodoTaskList", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoList" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists", + "Method": "GET", + "OutputType": "IMicrosoftGraphTodoTaskList", + "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.Read", @@ -158882,17 +159000,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserTodoList", "Variants": [ "List" ], - "Uri": "/users/{user-id}/todo/lists", - "OutputType": "IMicrosoftGraphTodoTaskList", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoList" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.Read", @@ -158919,18 +159037,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserTodoListCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoListCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphTodoTaskList", + "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "Tasks.Read.All", @@ -158951,56 +159069,56 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserTodoListDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/delta", - "OutputType": "IMicrosoftGraphTodoTaskList", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserTodoListDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserTodoListExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoListExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", "Method": "GET", + "OutputType": "IMicrosoftGraphExtension", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserTodoListExtension", "Variants": [ "List" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoListExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserTodoListExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoListExtensionCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTodoTask", + "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.Read", @@ -159027,18 +159145,55 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserTodoTask", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", + "Method": "GET", "OutputType": "IMicrosoftGraphTodoTask", - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTask" + "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 + }, + { + "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 + }, + { + "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 + }, + { + "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 + } + ], + "Command": "Get-MgBetaUserTodoTask", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttachmentBase", + "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.Read", @@ -159065,17 +159220,55 @@ "IsAdmin": false } ], + "Command": "Get-MgBetaUserTodoTaskAttachment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachmentBase", + "Module": "Beta.Users", + "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 + }, + { + "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 + }, + { + "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 + }, + { + "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 + } + ], + "Command": "Get-MgBetaUserTodoTaskAttachment", "Variants": [ "List" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", - "OutputType": "IMicrosoftGraphTodoTask", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTask" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.Read", @@ -159102,18 +159295,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskAttachmentContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", - "OutputType": "IMicrosoftGraphAttachmentBase", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTaskAttachment" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.Read", @@ -159140,144 +159333,69 @@ "IsAdmin": false } ], - "Method": "GET", - "Variants": [ - "List" - ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", - "OutputType": "IMicrosoftGraphAttachmentBase", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTaskAttachment" - }, - { - "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 - }, - { - "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 - }, - { - "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 - }, - { - "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 - } - ], - "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTaskAttachmentContent" + "ApiVersion": "beta" }, { - "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 - }, - { - "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 - }, - { - "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 - }, - { - "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 - } - ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachmentSession", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserTodoTaskAttachmentSession", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTaskAttachmentCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions", "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", "OutputType": "IMicrosoftGraphAttachmentSession", - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTaskAttachmentSession" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskAttachmentSession", "Variants": [ "List" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions", - "OutputType": "IMicrosoftGraphAttachmentSession", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTaskAttachmentSession" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserTodoTaskAttachmentSessionContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTaskAttachmentSessionContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserTodoTaskAttachmentSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTaskAttachmentSessionCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphChecklistItem", + "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.Read", @@ -159304,18 +159422,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskChecklistItem", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "OutputType": "IMicrosoftGraphChecklistItem", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTaskChecklistItem" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", + "Method": "GET", + "OutputType": "IMicrosoftGraphChecklistItem", + "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.Read", @@ -159342,17 +159460,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskChecklistItem", "Variants": [ "List" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", - "OutputType": "IMicrosoftGraphChecklistItem", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTaskChecklistItem" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.Read", @@ -159379,18 +159497,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskChecklistItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTaskChecklistItemCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.Read", @@ -159417,18 +159535,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTaskCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphTodoTask", + "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "Tasks.Read", @@ -159455,56 +159573,56 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta", - "OutputType": "IMicrosoftGraphTodoTask", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserTodoTaskDelta" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserTodoTaskExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTaskExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", "Method": "GET", + "OutputType": "IMicrosoftGraphExtension", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserTodoTaskExtension", "Variants": [ "List" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTaskExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserTodoTaskExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTaskExtensionCount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphLinkedResource", + "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.Read", @@ -159531,18 +159649,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskLinkedResource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "OutputType": "IMicrosoftGraphLinkedResource", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTaskLinkedResource" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", + "Method": "GET", + "OutputType": "IMicrosoftGraphLinkedResource", + "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.Read", @@ -159569,17 +159687,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskLinkedResource", "Variants": [ "List" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", - "OutputType": "IMicrosoftGraphLinkedResource", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTaskLinkedResource" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.Read", @@ -159606,31 +159724,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskLinkedResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTaskLinkedResourceCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserTransitiveMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTransitiveMemberOf" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/transitiveMemberOf", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -159669,92 +159787,92 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserTransitiveMemberOf", "Variants": [ "List" ], - "Uri": "/users/{user-id}/transitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTransitiveMemberOf" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserTransitiveMemberOfAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTransitiveMemberOfAsDirectoryRole" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserTransitiveMemberOfAsDirectoryRole", "Variants": [ "List" ], - "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTransitiveMemberOfAsDirectoryRole" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserTransitiveMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTransitiveMemberOfAsGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/transitiveMemberOf/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Get-MgBetaUserTransitiveMemberOfAsGroup", "Variants": [ "List" ], - "Uri": "/users/{user-id}/transitiveMemberOf/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTransitiveMemberOfAsGroup" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/transitiveMemberOf/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -159793,1784 +159911,1784 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgBetaUserTransitiveMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/transitiveMemberOf/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTransitiveMemberOfCount" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Get-MgBetaUserTransitiveMemberOfCountAsAdministrativeUnit" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserTransitiveMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Get-MgBetaUserTransitiveMemberOfCountAsDirectoryRole" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserTransitiveMemberOfCountAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/transitiveMemberOf/group/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Get-MgBetaUserTransitiveMemberOfCountAsGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserTransitiveMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/transitiveReports/{directoryObject-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Get-MgBetaUserTransitiveReport" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserTransitiveReport", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/transitiveReports", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Get-MgBetaUserTransitiveReport" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserTransitiveReport", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/transitiveReports/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Get-MgBetaUserTransitiveReportCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserTransitiveReportCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistration" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations", + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistration" + "Permissions": [], + "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistration", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistrationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistrationCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphVirtualEvent", + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Get-MgBetaVirtualEvent", "Variants": [ "Get1", "GetViaIdentity" ], - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", - "OutputType": "IMicrosoftGraphVirtualEvent", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEvent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/solutions/virtualEvents/events", "Method": "GET", + "OutputType": "IMicrosoftGraphVirtualEvent", + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Get-MgBetaVirtualEvent", "Variants": [ "List" ], - "Uri": "/solutions/virtualEvents/events", - "OutputType": "IMicrosoftGraphVirtualEvent", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEvent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/solutions/virtualEvents/events/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Get-MgBetaVirtualEventCount", "Variants": [ "Get" ], - "Uri": "/solutions/virtualEvents/events/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Get-MgBetaVirtualEventPresenter", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventPresenter" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters", "Method": "GET", + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Get-MgBetaVirtualEventPresenter", "Variants": [ "List" ], - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventPresenter" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Get-MgBetaVirtualEventPresenterCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventPresenterCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Get-MgBetaVirtualEventSession", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", - "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSession" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", "Method": "GET", + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Get-MgBetaVirtualEventSession", "Variants": [ "List" ], - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", - "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSession" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/alternativeRecording", "Method": "GET", + "OutputType": null, + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Get-MgBetaVirtualEventSessionAlternativeRecording", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/alternativeRecording", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionAlternativeRecording" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Get-MgBetaVirtualEventSessionAttendanceReport", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionAttendanceReport" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", "Method": "GET", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Get-MgBetaVirtualEventSessionAttendanceReport", "Variants": [ "List" ], - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionAttendanceReport" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "Method": "GET", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecordCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecordCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionAttendanceReportCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionAttendanceReportCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendeeReport", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionAttendeeReport" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionAttendeeReport", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/broadcastRecording", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionBroadcastRecording" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionBroadcastRecording", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/meetingAttendanceReport", + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionMeetingAttendanceReport" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionMeetingAttendanceReport", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/meetingAttendanceReport/attendanceRecords/{attendanceRecord-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionMeetingAttendanceReportAttendanceRecord" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionMeetingAttendanceReportAttendanceRecord", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/meetingAttendanceReport/attendanceRecords", + "Method": "GET", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionMeetingAttendanceReportAttendanceRecord" + "Permissions": [], + "Command": "Get-MgBetaVirtualEventSessionMeetingAttendanceReportAttendanceRecord", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/meetingAttendanceReport/attendanceRecords/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Get-MgBetaVirtualEventSessionMeetingAttendanceReportAttendanceRecordCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/meetingAttendanceReport/attendanceRecords/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionMeetingAttendanceReportAttendanceRecordCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/recording", "Method": "GET", + "OutputType": null, + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Get-MgBetaVirtualEventSessionRecording", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/recording", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionRecording" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/recordings", "Method": "GET", + "OutputType": "IMicrosoftGraphCallRecording", + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Get-MgBetaVirtualEventSessionRecording", "Variants": [ "List" ], - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/recordings", - "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionRecording" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/recordings/{callRecording-id}/content", "Method": "GET", + "OutputType": null, + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Get-MgBetaVirtualEventSessionRecordingContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/recordings/{callRecording-id}/content", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionRecordingContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/recordings/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Get-MgBetaVirtualEventSessionRecordingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/recordings/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionRecordingCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registration", "Method": "GET", + "OutputType": "IMicrosoftGraphMeetingRegistration", + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Get-MgBetaVirtualEventSessionRegistration", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registration", - "OutputType": "IMicrosoftGraphMeetingRegistration", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionRegistration" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations", + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventRegistration", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionRegistration" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionRegistration", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionRegistrationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionRegistrationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionRegistrationCustomQuestion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionRegistrationCustomQuestion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registration/customQuestions", + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionRegistrationCustomQuestion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionRegistrationCustomQuestion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registration/customQuestions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionRegistrationCustomQuestionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionRegistrationCustomQuestionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registration/registrants/{meetingRegistrantBase-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingRegistrantBase", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionRegistrationRegistrant" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionRegistrationRegistrant", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registration/registrants", + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingRegistrantBase", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionRegistrationRegistrant" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionRegistrationRegistrant", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registration/registrants/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionRegistrationRegistrantCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionRegistrationRegistrantCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/transcripts/{callTranscript-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionTranscript" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionTranscript", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/transcripts", + "Method": "GET", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionTranscript" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionTranscript", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/transcripts/{callTranscript-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionTranscriptContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionTranscriptContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/transcripts/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionTranscriptCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionTranscriptCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/transcripts/{callTranscript-id}/metadataContent", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionTranscriptMetadataContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionTranscriptMetadataContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventWebinar", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinar" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinar", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars", + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventWebinar", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinar" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinar", "Variants": [ - "Get" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarCount", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventPresenter", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarPresenter" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarPresenter", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters", + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventPresenter", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarPresenter" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarPresenter", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarPresenterCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarPresenterCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventRegistration", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarRegistration" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarRegistration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventRegistration", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarRegistration" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarRegistration", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration", + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventRegistrationConfiguration", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarRegistrationConfiguration" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationConfiguration", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarRegistrationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/{virtualEventSession-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarRegistrationSession" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationSession", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions", + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarRegistrationSession" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationSession", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/{virtualEventSession-id}/alternativeRecording", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionAlternativeRecording" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionAlternativeRecording", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/{virtualEventSession-id}/attendeeReport", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionAttendeeReport" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionAttendeeReport", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/{virtualEventSession-id}/broadcastRecording", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionBroadcastRecording" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionBroadcastRecording", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/{virtualEventSession-id}/recording", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionRecording" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionRecording", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSession" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSession", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSession" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSession", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/alternativeRecording", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionAlternativeRecording" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionAlternativeRecording", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReport" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReport", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReport" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReport", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "Method": "GET", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendeeReport", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionAttendeeReport" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionAttendeeReport", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/broadcastRecording", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionBroadcastRecording" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionBroadcastRecording", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/meetingAttendanceReport", + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionMeetingAttendanceReport" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionMeetingAttendanceReport", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/meetingAttendanceReport/attendanceRecords/{attendanceRecord-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionMeetingAttendanceReportAttendanceRecord" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionMeetingAttendanceReportAttendanceRecord", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/meetingAttendanceReport/attendanceRecords", + "Method": "GET", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionMeetingAttendanceReportAttendanceRecord" + "Permissions": [], + "Command": "Get-MgBetaVirtualEventWebinarSessionMeetingAttendanceReportAttendanceRecord", + "Variants": [ + "List" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/meetingAttendanceReport/attendanceRecords/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Get-MgBetaVirtualEventWebinarSessionMeetingAttendanceReportAttendanceRecordCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/meetingAttendanceReport/attendanceRecords/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionMeetingAttendanceReportAttendanceRecordCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/recording", "Method": "GET", + "OutputType": null, + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Get-MgBetaVirtualEventWebinarSessionRecording", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/recording", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionRecording" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/recordings", "Method": "GET", + "OutputType": "IMicrosoftGraphCallRecording", + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Get-MgBetaVirtualEventWebinarSessionRecording", "Variants": [ "List" ], - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/recordings", - "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionRecording" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/recordings/{callRecording-id}/content", "Method": "GET", + "OutputType": null, + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Get-MgBetaVirtualEventWebinarSessionRecordingContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/recordings/{callRecording-id}/content", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionRecordingContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/recordings/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Get-MgBetaVirtualEventWebinarSessionRecordingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/recordings/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionRecordingCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registration", "Method": "GET", + "OutputType": "IMicrosoftGraphMeetingRegistration", + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Get-MgBetaVirtualEventWebinarSessionRegistration", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registration", - "OutputType": "IMicrosoftGraphMeetingRegistration", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionRegistration" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations", + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventRegistration", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionRegistration" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionRegistration", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationCustomQuestion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationCustomQuestion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registration/customQuestions", + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationCustomQuestion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationCustomQuestion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registration/customQuestions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationCustomQuestionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationCustomQuestionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registration/registrants/{meetingRegistrantBase-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingRegistrantBase", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationRegistrant" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationRegistrant", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registration/registrants", + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingRegistrantBase", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationRegistrant" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationRegistrant", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registration/registrants/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationRegistrantCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationRegistrantCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/transcripts/{callTranscript-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionTranscript" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionTranscript", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/transcripts", + "Method": "GET", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionTranscript" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionTranscript", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/transcripts/{callTranscript-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionTranscriptContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionTranscriptContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/transcripts/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionTranscriptCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionTranscriptCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/transcripts/{callTranscript-id}/metadataContent", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionTranscriptMetadataContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionTranscriptMetadataContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/catalog/entries/{catalogEntry-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", - "ApiVersion": "beta", "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesCatalogEntry" + "Permissions": [], + "Command": "Get-MgBetaWindowsUpdatesCatalogEntry", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/catalog/entries", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesCatalogEntry", "Variants": [ "List" ], - "Uri": "/admin/windows/updates/catalog/entries", - "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesCatalogEntry" + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/catalog/entries/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesCatalogEntryCount", "Variants": [ "Get" ], - "Uri": "/admin/windows/updates/catalog/entries/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesCatalogEntryCount" + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/deployments/{deployment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesDeployment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/windows/updates/deployments/{deployment-id}", - "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesDeployment" + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/deployments", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesDeployment", "Variants": [ "List" ], - "Uri": "/admin/windows/updates/deployments", - "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesDeployment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}", "Method": "GET", + "OutputType": null, + "Module": "Beta.WindowsUpdates", + "Permissions": [], + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusion", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions", "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Module": "Beta.WindowsUpdates", + "Permissions": [], + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusion", "Variants": [ "List" ], - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.WindowsUpdates", + "Permissions": [], + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}", "Method": "GET", + "OutputType": null, + "Module": "Beta.WindowsUpdates", + "Permissions": [], + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMember", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMember" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members", "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Module": "Beta.WindowsUpdates", + "Permissions": [], + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMember", "Variants": [ "List" ], - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMember" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.WindowsUpdates", + "Permissions": [], + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMemberCount" + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/deployments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesDeploymentCount", "Variants": [ "Get" ], - "Uri": "/admin/windows/updates/deployments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesDeploymentCount" + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesPolicy" + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/updatePolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicy", "Variants": [ "List" ], - "Uri": "/admin/windows/updates/updatePolicies", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsUpdatesDeploymentAudience", + "Module": "Beta.WindowsUpdates", + "Permissions": [], + "Command": "Get-MgBetaWindowsUpdatesPolicyAudience", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", - "OutputType": "IMicrosoftGraphWindowsUpdatesDeploymentAudience", - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudience" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", "Method": "GET", + "OutputType": null, + "Module": "Beta.WindowsUpdates", + "Permissions": [], + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusion", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions", "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Module": "Beta.WindowsUpdates", + "Permissions": [], + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusion", "Variants": [ "List" ], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.WindowsUpdates", + "Permissions": [], + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusionCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", "Method": "GET", + "OutputType": null, + "Module": "Beta.WindowsUpdates", + "Permissions": [], + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMember", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMember" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members", "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Module": "Beta.WindowsUpdates", + "Permissions": [], + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMember", "Variants": [ "List" ], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMember" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/$count", "Method": "GET", + "OutputType": null, + "Module": "Beta.WindowsUpdates", + "Permissions": [], + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMemberCount" + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChange", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", - "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChange" + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChange", "Variants": [ "List" ], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges", - "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChange" + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChangeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChangeCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}/updatePolicy", "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Module": "Beta.WindowsUpdates", + "Permissions": [], + "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChangeUpdatePolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}/updatePolicy", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChangeUpdatePolicy" + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/updatePolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicyCount", "Variants": [ "Get" ], - "Uri": "/admin/windows/updates/updatePolicies/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesPolicyCount" + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesResourceConnection", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", - "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesResourceConnection" + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/resourceConnections", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesResourceConnection", "Variants": [ "List" ], - "Uri": "/admin/windows/updates/resourceConnections", - "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesResourceConnection" + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/resourceConnections/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesResourceConnectionCount", "Variants": [ "Get" ], - "Uri": "/admin/windows/updates/resourceConnections/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesResourceConnectionCount" + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", + "Method": "GET", + "OutputType": null, + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesUpdatableAsset", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesUpdatableAsset" + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/updatableAssets", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesUpdatableAsset", "Variants": [ "List" ], - "Uri": "/admin/windows/updates/updatableAssets", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesUpdatableAsset" + "ApiVersion": "beta" }, { - "Permissions": { - "Name": "WindowsUpdates.ReadWrite.All", + "Uri": "/admin/windows/updates/updatableAssets/$count", + "Method": "GET", + "OutputType": null, + "Module": "Beta.WindowsUpdates", + "Permissions": { + "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesUpdatableAssetCount", "Variants": [ "Get" ], - "Uri": "/admin/windows/updates/updatableAssets/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesUpdatableAssetCount" + "ApiVersion": "beta" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphBookingBusiness", + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -161597,18 +161715,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBookingBusiness", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", - "OutputType": "IMicrosoftGraphBookingBusiness", - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Get-MgBookingBusiness" + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses", + "Method": "GET", + "OutputType": "IMicrosoftGraphBookingBusiness", + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -161635,17 +161753,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBookingBusiness", "Variants": [ "List" ], - "Uri": "/solutions/bookingBusinesses", - "OutputType": "IMicrosoftGraphBookingBusiness", - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Get-MgBookingBusiness" + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphBookingAppointment", + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -161672,18 +161790,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBookingBusinessAppointment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "OutputType": "IMicrosoftGraphBookingAppointment", - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessAppointment" + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments", + "Method": "GET", + "OutputType": "IMicrosoftGraphBookingAppointment", + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -161710,17 +161828,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBookingBusinessAppointment", "Variants": [ "List" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments", - "OutputType": "IMicrosoftGraphBookingAppointment", - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessAppointment" + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -161747,31 +161865,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBookingBusinessAppointmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessAppointmentCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphBookingAppointment", + "Module": "Bookings", + "Permissions": [], + "Command": "Get-MgBookingBusinessCalendarView", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", - "OutputType": "IMicrosoftGraphBookingAppointment", - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessCalendarView" + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView", + "Method": "GET", + "OutputType": "IMicrosoftGraphBookingAppointment", + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -161798,17 +161916,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBookingBusinessCalendarView", "Variants": [ "List" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView", - "OutputType": "IMicrosoftGraphBookingAppointment", - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessCalendarView" + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/$count", + "Method": "GET", + "OutputType": null, + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -161835,18 +161953,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBookingBusinessCalendarViewCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessCalendarViewCount" + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/$count", + "Method": "GET", + "OutputType": null, + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -161873,17 +161991,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBookingBusinessCount", "Variants": [ "Get" ], - "Uri": "/solutions/bookingBusinesses/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessCount" + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", + "Method": "GET", + "OutputType": null, + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -161910,18 +162028,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBookingBusinessCustomer", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessCustomer" + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers", + "Method": "GET", + "OutputType": "IMicrosoftGraphBookingCustomerBase", + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -161948,17 +162066,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBookingBusinessCustomer", "Variants": [ "List" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers", - "OutputType": "IMicrosoftGraphBookingCustomerBase", - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessCustomer" + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/$count", + "Method": "GET", + "OutputType": null, + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -161985,18 +162103,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBookingBusinessCustomerCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessCustomerCount" + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -162023,18 +162141,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBookingBusinessCustomQuestion", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessCustomQuestion" + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions", + "Method": "GET", + "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -162055,17 +162173,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBookingBusinessCustomQuestion", "Variants": [ "List" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessCustomQuestion" + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -162086,18 +162204,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBookingBusinessCustomQuestionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessCustomQuestionCount" + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphBookingService", + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -162124,18 +162242,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBookingBusinessService", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "OutputType": "IMicrosoftGraphBookingService", - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessService" + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services", + "Method": "GET", + "OutputType": "IMicrosoftGraphBookingService", + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -162162,17 +162280,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBookingBusinessService", "Variants": [ "List" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services", - "OutputType": "IMicrosoftGraphBookingService", - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessService" + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/$count", + "Method": "GET", + "OutputType": null, + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -162199,18 +162317,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBookingBusinessServiceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessServiceCount" + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability", + "Method": "POST", + "OutputType": "IMicrosoftGraphStaffAvailabilityItem", + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Read.All", @@ -162231,20 +162349,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Get-MgBookingBusinessStaffAvailability", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability", - "OutputType": "IMicrosoftGraphStaffAvailabilityItem", - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessStaffAvailability" + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", + "Method": "GET", + "OutputType": null, + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -162271,18 +162389,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBookingBusinessStaffMember", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessStaffMember" + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers", + "Method": "GET", + "OutputType": "IMicrosoftGraphBookingStaffMemberBase", + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -162309,17 +162427,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgBookingBusinessStaffMember", "Variants": [ "List" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers", - "OutputType": "IMicrosoftGraphBookingStaffMemberBase", - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessStaffMember" + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count", + "Method": "GET", + "OutputType": null, + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -162346,18 +162464,93 @@ "IsAdmin": false } ], + "Command": "Get-MgBookingBusinessStaffMemberCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" + }, + { + "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphBookingCurrency", + "Module": "Bookings", + "Permissions": [ + { + "Name": "Bookings.Manage.All", + "Description": "Manage bookings information", + "FullDescription": "Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.", + "IsAdmin": false + }, + { + "Name": "Bookings.Read.All", + "Description": "Read bookings information", + "FullDescription": "Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.", + "IsAdmin": false + }, + { + "Name": "Bookings.ReadWrite.All", + "Description": "Read and write bookings information", + "FullDescription": "Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.", + "IsAdmin": false + }, + { + "Name": "BookingsAppointment.ReadWrite.All", + "Description": "Read and write booking appointments", + "FullDescription": "Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.", + "IsAdmin": false + } + ], + "Command": "Get-MgBookingCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count", - "OutputType": null, - "ApiVersion": "v1.0", + "ApiVersion": "v1.0" + }, + { + "Uri": "/solutions/bookingCurrencies", + "Method": "GET", + "OutputType": "IMicrosoftGraphBookingCurrency", "Module": "Bookings", - "Command": "Get-MgBookingBusinessStaffMemberCount" + "Permissions": [ + { + "Name": "Bookings.Manage.All", + "Description": "Manage bookings information", + "FullDescription": "Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.", + "IsAdmin": false + }, + { + "Name": "Bookings.Read.All", + "Description": "Read bookings information", + "FullDescription": "Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.", + "IsAdmin": false + }, + { + "Name": "Bookings.ReadWrite.All", + "Description": "Read and write bookings information", + "FullDescription": "Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.", + "IsAdmin": false + }, + { + "Name": "BookingsAppointment.ReadWrite.All", + "Description": "Read and write booking appointments", + "FullDescription": "Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.", + "IsAdmin": false + } + ], + "Command": "Get-MgBookingCurrency", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingCurrencies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -162384,92 +162577,17 @@ "IsAdmin": false } ], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", - "OutputType": "IMicrosoftGraphBookingCurrency", - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Get-MgBookingCurrency" - }, - { - "Permissions": [ - { - "Name": "Bookings.Manage.All", - "Description": "Manage bookings information", - "FullDescription": "Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.", - "IsAdmin": false - }, - { - "Name": "Bookings.Read.All", - "Description": "Read bookings information", - "FullDescription": "Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.", - "IsAdmin": false - }, - { - "Name": "Bookings.ReadWrite.All", - "Description": "Read and write bookings information", - "FullDescription": "Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.", - "IsAdmin": false - }, - { - "Name": "BookingsAppointment.ReadWrite.All", - "Description": "Read and write booking appointments", - "FullDescription": "Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.", - "IsAdmin": false - } - ], - "Method": "GET", - "Variants": [ - "List" - ], - "Uri": "/solutions/bookingCurrencies", - "OutputType": "IMicrosoftGraphBookingCurrency", - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Get-MgBookingCurrency" - }, - { - "Permissions": [ - { - "Name": "Bookings.Manage.All", - "Description": "Manage bookings information", - "FullDescription": "Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.", - "IsAdmin": false - }, - { - "Name": "Bookings.Read.All", - "Description": "Read bookings information", - "FullDescription": "Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.", - "IsAdmin": false - }, - { - "Name": "Bookings.ReadWrite.All", - "Description": "Read and write bookings information", - "FullDescription": "Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.", - "IsAdmin": false - }, - { - "Name": "BookingsAppointment.ReadWrite.All", - "Description": "Read and write booking appointments", - "FullDescription": "Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.", - "IsAdmin": false - } - ], - "Method": "GET", + "Command": "Get-MgBookingCurrencyCount", "Variants": [ "Get" ], - "Uri": "/solutions/bookingCurrencies/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Get-MgBookingCurrencyCount" + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphChat", + "Module": "Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -162526,18 +162644,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgChat", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/chats/{chat-id}", - "OutputType": "IMicrosoftGraphChat", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgChat" + "ApiVersion": "v1.0" }, { + "Uri": "/chats", + "Method": "GET", + "OutputType": "IMicrosoftGraphChat", + "Module": "Teams", "Permissions": [ { "Name": "Chat.Read", @@ -162576,17 +162694,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgChat", "Variants": [ "List" ], - "Uri": "/chats", - "OutputType": "IMicrosoftGraphChat", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgChat" + "ApiVersion": "v1.0" }, { + "Uri": "/chats/$count", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Chat.Read", @@ -162625,17 +162743,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgChatCount", "Variants": [ "Get" ], - "Uri": "/chats/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgChatCount" + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Module": "Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -162686,18 +162804,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgChatInstalledApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgChatInstalledApp" + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/installedApps", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Module": "Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -162772,17 +162890,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgChatInstalledApp", "Variants": [ "List" ], - "Uri": "/chats/{chat-id}/installedApps", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgChatInstalledApp" + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/installedApps/$count", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -162857,57 +162975,57 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgChatInstalledAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/chats/{chat-id}/installedApps/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgChatInstalledAppCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgChatInstalledAppTeamApp" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgChatInstalledAppTeamApp", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgChatInstalledAppTeamAppDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgChatInstalledAppTeamAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/chats/{chat-id}/lastMessagePreview", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageInfo", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgChatLastMessagePreview" + "Permissions": [], + "Command": "Get-MgChatLastMessagePreview", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Teams", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -163006,18 +163124,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgChatMember", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgChatMember" + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/members", + "Method": "GET", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -163092,17 +163210,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgChatMember", "Variants": [ "List" ], - "Uri": "/chats/{chat-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgChatMember" + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/members/$count", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -163177,18 +163295,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgChatMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/chats/{chat-id}/members/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgChatMemberCount" + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -163245,19 +163363,19 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgChatMessage", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgChatMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/messages", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", "Permissions": [ { "Name": "Chat.Read", @@ -163290,17 +163408,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgChatMessage", "Variants": [ "List" ], - "Uri": "/chats/{chat-id}/messages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgChatMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/messages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Chat.Read", @@ -163333,86 +163451,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgChatMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/chats/{chat-id}/messages/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgChatMessageCount" + "ApiVersion": "v1.0" }, { - "Permissions": [ - { - "Name": "ChannelMessage.Read.All", - "Description": "Read your channel messages", - "FullDescription": "Allows the app to read a channel's messages in Microsoft Teams, on your behalf.", - "IsAdmin": true - }, - { - "Name": "ChannelMessage.Read.Group", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false - }, - { - "Name": "Chat.Read", - "Description": "Read your chat messages", - "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", - "IsAdmin": false - }, - { - "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 - }, - { - "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 - }, - { - "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 - }, - { - "Name": "ChatMessage.Read.Chat", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": 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 - }, - { - "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 - } - ], - "Method": "GET", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], "Uri": "/chats/{chat-id}/messages/delta", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgChatMessageDelta" - }, - { "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -163469,20 +163519,88 @@ "IsAdmin": true } ], + "Command": "Get-MgChatMessageDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "ApiVersion": "v1.0" + }, + { + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Teams", + "Permissions": [ + { + "Name": "ChannelMessage.Read.All", + "Description": "Read your channel messages", + "FullDescription": "Allows the app to read a channel's messages in Microsoft Teams, on your behalf.", + "IsAdmin": true + }, + { + "Name": "ChannelMessage.Read.Group", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Chat.Read", + "Description": "Read your chat messages", + "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", + "IsAdmin": false + }, + { + "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 + }, + { + "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 + }, + { + "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 + }, + { + "Name": "ChatMessage.Read.Chat", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + }, + { + "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 + } + ], + "Command": "Get-MgChatMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgChatMessageHostedContent" + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -163539,17 +163657,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgChatMessageHostedContent", "Variants": [ "List" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgChatMessageHostedContent" + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -163606,122 +163724,122 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgChatMessageHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgChatMessageHostedContentCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgChatMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgChatMessageReply" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgChatMessageReply", "Variants": [ "List" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgChatMessageReply" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", "Method": "GET", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgChatMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgChatMessageReplyCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgChatMessageReplyDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgChatMessageReplyDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgChatMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgChatMessageReplyHostedContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgChatMessageReplyHostedContent", "Variants": [ "List" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgChatMessageReplyHostedContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "Method": "GET", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgChatMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgChatMessageReplyHostedContentCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgChatPermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgChatPermissionGrant" + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/permissionGrants", + "Method": "GET", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Module": "Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -163784,32 +163902,32 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgChatPermissionGrant", "Variants": [ "List" ], - "Uri": "/chats/{chat-id}/permissionGrants", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgChatPermissionGrant" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/permissionGrants/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgChatPermissionGrantById", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/permissionGrants/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgChatPermissionGrantById" + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/permissionGrants/$count", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -163872,76 +163990,76 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgChatPermissionGrantCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/chats/{chat-id}/permissionGrants/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgChatPermissionGrantCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/permissionGrants/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgChatPermissionGrantDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/chats/{chat-id}/permissionGrants/delta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgChatPermissionGrantDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgChatPermissionGrantMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgChatPermissionGrantMemberGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgChatPermissionGrantMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgChatPermissionGrantMemberObject" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgChatPinnedMessage", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgChatPinnedMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/pinnedMessages", + "Method": "GET", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Module": "Teams", "Permissions": [ { "Name": "Chat.Read", @@ -163974,17 +164092,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgChatPinnedMessage", "Variants": [ "List" ], - "Uri": "/chats/{chat-id}/pinnedMessages", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgChatPinnedMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/pinnedMessages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Chat.Read", @@ -164017,18 +164135,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgChatPinnedMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/chats/{chat-id}/pinnedMessages/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgChatPinnedMessageCount" + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsTab", + "Module": "Teams", "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -164079,67 +164197,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgChatTab", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgChatTab" + "ApiVersion": "v1.0" }, { - "Permissions": [ - { - "Name": "TeamsTab.Read.All", - "Description": "Read tabs in Microsoft Teams.", - "FullDescription": "Read the names and settings of tabs inside any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.", - "IsAdmin": true - }, - { - "Name": "TeamsTab.ReadWrite.All", - "Description": "Read and write tabs in Microsoft Teams.", - "FullDescription": "Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.", - "IsAdmin": true - }, - { - "Name": "TeamsTab.ReadWriteForChat", - "Description": "Allow the Teams app to manage all tabs in chats", - "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall all tabs in chats you can access.", - "IsAdmin": true - }, - { - "Name": "TeamsTab.ReadWriteForChat.All", - "Description": "Allow the Teams app to manage all tabs for all chats", - "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall all tabs for any chat, without a signed-in user.", - "IsAdmin": false - }, - { - "Name": "TeamsTab.ReadWriteSelfForChat", - "Description": "Allow the Teams app to manage only its own tabs in chats", - "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.", - "IsAdmin": true - }, - { - "Name": "TeamsTab.ReadWriteSelfForChat.All", - "Description": "Allow the Teams app to manage only its own tabs for all chats", - "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs for any chat, without a signed-in user.", - "IsAdmin": false - } - ], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/chats/{chat-id}/tabs", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgChatTab" - }, - { "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -164178,31 +164247,80 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgChatTab", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Uri": "/chats/{chat-id}/tabs/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgChatTabCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/tabs/$count", "Method": "GET", + "OutputType": null, + "Module": "Teams", + "Permissions": [ + { + "Name": "TeamsTab.Read.All", + "Description": "Read tabs in Microsoft Teams.", + "FullDescription": "Read the names and settings of tabs inside any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.", + "IsAdmin": true + }, + { + "Name": "TeamsTab.ReadWrite.All", + "Description": "Read and write tabs in Microsoft Teams.", + "FullDescription": "Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.", + "IsAdmin": true + }, + { + "Name": "TeamsTab.ReadWriteForChat", + "Description": "Allow the Teams app to manage all tabs in chats", + "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall all tabs in chats you can access.", + "IsAdmin": true + }, + { + "Name": "TeamsTab.ReadWriteForChat.All", + "Description": "Allow the Teams app to manage all tabs for all chats", + "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall all tabs for any chat, without a signed-in user.", + "IsAdmin": false + }, + { + "Name": "TeamsTab.ReadWriteSelfForChat", + "Description": "Allow the Teams app to manage only its own tabs in chats", + "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.", + "IsAdmin": true + }, + { + "Name": "TeamsTab.ReadWriteSelfForChat.All", + "Description": "Allow the Teams app to manage only its own tabs for all chats", + "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs for any chat, without a signed-in user.", + "IsAdmin": false + } + ], + "Command": "Get-MgChatTabCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgChatTabTeamApp" + "Permissions": [], + "Command": "Get-MgChatTabTeamApp", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/communications/calls/{call-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphCall", + "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.AccessMedia.All", @@ -164217,18 +164335,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgCommunicationCall", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/calls/{call-id}", - "OutputType": "IMicrosoftGraphCall", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCall" + "ApiVersion": "v1.0" }, { + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.InitiateGroupCall.All", @@ -164243,18 +164361,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgCommunicationCallAudioRoutingGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "OutputType": "IMicrosoftGraphAudioRoutingGroup", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallAudioRoutingGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/communications/calls/{call-id}/audioRoutingGroups", + "Method": "GET", + "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.InitiateGroupCall.All", @@ -164269,17 +164387,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgCommunicationCallAudioRoutingGroup", "Variants": [ "List" ], - "Uri": "/communications/calls/{call-id}/audioRoutingGroups", - "OutputType": "IMicrosoftGraphAudioRoutingGroup", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallAudioRoutingGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/$count", + "Method": "GET", + "OutputType": null, + "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.InitiateGroupCall.All", @@ -164294,18 +164412,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgCommunicationCallAudioRoutingGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallAudioRoutingGroupCount" + "ApiVersion": "v1.0" }, { + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", + "Method": "GET", + "OutputType": null, + "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -164332,18 +164450,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgCommunicationCallContentSharingSession", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallContentSharingSession" + "ApiVersion": "v1.0" }, { + "Uri": "/communications/calls/{call-id}/contentSharingSessions", + "Method": "GET", + "OutputType": "IMicrosoftGraphContentSharingSession", + "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -164370,17 +164488,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgCommunicationCallContentSharingSession", "Variants": [ "List" ], - "Uri": "/communications/calls/{call-id}/contentSharingSessions", - "OutputType": "IMicrosoftGraphContentSharingSession", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallContentSharingSession" + "ApiVersion": "v1.0" }, { + "Uri": "/communications/calls/{call-id}/contentSharingSessions/$count", + "Method": "GET", + "OutputType": null, + "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -164407,68 +164525,68 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgCommunicationCallContentSharingSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/calls/{call-id}/contentSharingSessions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallContentSharingSessionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/communications/calls/$count", "Method": "GET", + "OutputType": null, + "Module": "CloudCommunications", + "Permissions": [], + "Command": "Get-MgCommunicationCallCount", "Variants": [ "Get" ], - "Uri": "/communications/calls/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphCommsOperation", + "Module": "CloudCommunications", + "Permissions": [], + "Command": "Get-MgCommunicationCallOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", - "OutputType": "IMicrosoftGraphCommsOperation", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallOperation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/communications/calls/{call-id}/operations", "Method": "GET", + "OutputType": "IMicrosoftGraphCommsOperation", + "Module": "CloudCommunications", + "Permissions": [], + "Command": "Get-MgCommunicationCallOperation", "Variants": [ "List" ], - "Uri": "/communications/calls/{call-id}/operations", - "OutputType": "IMicrosoftGraphCommsOperation", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallOperation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/communications/calls/{call-id}/operations/$count", "Method": "GET", + "OutputType": null, + "Module": "CloudCommunications", + "Permissions": [], + "Command": "Get-MgCommunicationCallOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/calls/{call-id}/operations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallOperationCount" + "ApiVersion": "v1.0" }, { + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphParticipant", + "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -164483,18 +164601,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgCommunicationCallParticipant", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/calls/{call-id}/participants/{participant-id}", - "OutputType": "IMicrosoftGraphParticipant", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallParticipant" + "ApiVersion": "v1.0" }, { + "Uri": "/communications/calls/{call-id}/participants", + "Method": "GET", + "OutputType": "IMicrosoftGraphParticipant", + "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.AccessMedia.All", @@ -164509,17 +164627,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgCommunicationCallParticipant", "Variants": [ "List" ], - "Uri": "/communications/calls/{call-id}/participants", - "OutputType": "IMicrosoftGraphParticipant", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallParticipant" + "ApiVersion": "v1.0" }, { + "Uri": "/communications/calls/{call-id}/participants/$count", + "Method": "GET", + "OutputType": null, + "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.AccessMedia.All", @@ -164534,124 +164652,124 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgCommunicationCallParticipantCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/calls/{call-id}/participants/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallParticipantCount" + "ApiVersion": "v1.0" }, { + "Uri": "/communications/callRecords/{callRecord-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphCallRecordsCallRecord", + "Module": "CloudCommunications", "Permissions": { "Name": "CallRecords.Read.All", "Description": "Read all call records", "FullDescription": "Allows the app to read call records for all calls and online meetings without a signed-in user.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgCommunicationCallRecord", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/callRecords/{callRecord-id}", - "OutputType": "IMicrosoftGraphCallRecordsCallRecord", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallRecord" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/communications/callRecords/$count", "Method": "GET", + "OutputType": null, + "Module": "CloudCommunications", + "Permissions": [], + "Command": "Get-MgCommunicationCallRecordCount", "Variants": [ "Get" ], - "Uri": "/communications/callRecords/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallRecordCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphCallRecordsSession", + "Module": "CloudCommunications", + "Permissions": [], + "Command": "Get-MgCommunicationCallRecordSession", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", - "OutputType": "IMicrosoftGraphCallRecordsSession", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallRecordSession" + "ApiVersion": "v1.0" }, { + "Uri": "/communications/callRecords/{callRecord-id}/sessions", + "Method": "GET", + "OutputType": "IMicrosoftGraphCallRecordsSession", + "Module": "CloudCommunications", "Permissions": { "Name": "CallRecords.Read.All", "Description": "Read all call records", "FullDescription": "Allows the app to read call records for all calls and online meetings without a signed-in user.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgCommunicationCallRecordSession", "Variants": [ "List" ], - "Uri": "/communications/callRecords/{callRecord-id}/sessions", - "OutputType": "IMicrosoftGraphCallRecordsSession", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallRecordSession" + "ApiVersion": "v1.0" }, { + "Uri": "/communications/callRecords/{callRecord-id}/sessions/$count", + "Method": "GET", + "OutputType": null, + "Module": "CloudCommunications", "Permissions": { "Name": "CallRecords.Read.All", "Description": "Read all call records", "FullDescription": "Allows the app to read call records for all calls and online meetings without a signed-in user.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgCommunicationCallRecordSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/callRecords/{callRecord-id}/sessions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallRecordSessionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/$count", "Method": "GET", + "OutputType": null, + "Module": "CloudCommunications", + "Permissions": [], + "Command": "Get-MgCommunicationCallRecordSessionSegmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallRecordSessionSegmentCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Module": "CloudCommunications", + "Permissions": [], + "Command": "Get-MgCommunicationOnlineMeeting", "Variants": [ "Get", "Get1", "GetExpanded", "GetViaIdentity" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationOnlineMeeting" + "ApiVersion": "v1.0" }, { + "Uri": "/communications/onlineMeetings", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Module": "CloudCommunications", "Permissions": [ { "Name": "OnlineMeetingArtifact.Read.All", @@ -164684,106 +164802,106 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeeting", "Variants": [ "List" ], - "Uri": "/communications/onlineMeetings", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationOnlineMeeting" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Module": "CloudCommunications", + "Permissions": [], + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", "Method": "GET", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Module": "CloudCommunications", + "Permissions": [], + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", "Variants": [ "List" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Module": "CloudCommunications", + "Permissions": [], + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "Method": "GET", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Command": "Get-MgCommunicationOnlineMeetingAttendeeReport" + "Permissions": [], + "Command": "Get-MgCommunicationOnlineMeetingAttendeeReport", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/communications/onlineMeetings/$count", + "Method": "GET", + "OutputType": null, + "Module": "CloudCommunications", "Permissions": [ { "Name": "OnlineMeetingArtifact.Read.All", @@ -164816,43 +164934,43 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingCount", "Variants": [ "Get" ], - "Uri": "/communications/onlineMeetings/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationOnlineMeetingCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", "Method": "GET", + "OutputType": null, + "Module": "CloudCommunications", + "Permissions": [], + "Command": "Get-MgCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/communications/presences/{presence-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphPresence", + "Module": "CloudCommunications", + "Permissions": [], + "Command": "Get-MgCommunicationPresence", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/communications/presences/{presence-id}", - "OutputType": "IMicrosoftGraphPresence", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationPresence" + "ApiVersion": "v1.0" }, { + "Uri": "/communications/presences", + "Method": "GET", + "OutputType": "IMicrosoftGraphPresence", + "Module": "CloudCommunications", "Permissions": [ { "Name": "Presence.Read", @@ -164867,35 +164985,35 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgCommunicationPresence", "Variants": [ "List" ], - "Uri": "/communications/presences", - "OutputType": "IMicrosoftGraphPresence", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationPresence" + "ApiVersion": "v1.0" }, { + "Uri": "/communications/getPresencesByUserId", + "Method": "POST", + "OutputType": "IMicrosoftGraphPresence", + "Module": "CloudCommunications", "Permissions": { "Name": "Presence.Read.All", "Description": "Read presence information of all users in your organization", "FullDescription": "Allows the app to read presence information of all users in the directory on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.", "IsAdmin": false }, - "Method": "POST", + "Command": "Get-MgCommunicationPresenceByUserId", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/communications/getPresencesByUserId", - "OutputType": "IMicrosoftGraphPresence", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationPresenceByUserId" + "ApiVersion": "v1.0" }, { + "Uri": "/communications/presences/$count", + "Method": "GET", + "OutputType": null, + "Module": "CloudCommunications", "Permissions": [ { "Name": "Presence.Read", @@ -164910,29 +165028,29 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgCommunicationPresenceCount", "Variants": [ "Get" ], - "Uri": "/communications/presences/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationPresenceCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/compliance", "Method": "GET", + "OutputType": "IMicrosoftGraphCompliance", + "Module": "Compliance", + "Permissions": [], + "Command": "Get-MgCompliance", "Variants": [ "Get" ], - "Uri": "/compliance", - "OutputType": "IMicrosoftGraphCompliance", - "ApiVersion": "v1.0", - "Module": "Compliance", - "Command": "Get-MgCompliance" + "ApiVersion": "v1.0" }, { + "Uri": "/contacts/{orgContact-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -164953,18 +165071,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/contacts/{orgContact-id}", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContact" + "ApiVersion": "v1.0" }, { + "Uri": "/contacts", + "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -164985,30 +165103,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgContact", "Variants": [ "List" ], - "Uri": "/contacts", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContact" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/contacts/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgContactById", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/contacts/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactById" + "ApiVersion": "v1.0" }, { + "Uri": "/contacts/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -165029,17 +165147,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgContactCount", "Variants": [ "Get" ], - "Uri": "/contacts/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactCount" + "ApiVersion": "v1.0" }, { + "Uri": "/contacts/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -165060,30 +165178,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgContactDelta", "Variants": [ "Delta" ], - "Uri": "/contacts/delta", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgContactDirectReport", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactDirectReport" + "ApiVersion": "v1.0" }, { + "Uri": "/contacts/{orgContact-id}/directReports", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -165110,67 +165228,67 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgContactDirectReport", "Variants": [ "List" ], - "Uri": "/contacts/{orgContact-id}/directReports", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactDirectReport" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact", "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgContactDirectReportAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactDirectReportAsOrgContact" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/contacts/{orgContact-id}/directReports/orgContact", "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgContactDirectReportAsOrgContact", "Variants": [ "List" ], - "Uri": "/contacts/{orgContact-id}/directReports/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactDirectReportAsOrgContact" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgContactDirectReportAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactDirectReportAsUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/contacts/{orgContact-id}/directReports/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgContactDirectReportAsUser", "Variants": [ "List" ], - "Uri": "/contacts/{orgContact-id}/directReports/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactDirectReportAsUser" + "ApiVersion": "v1.0" }, { + "Uri": "/contacts/{orgContact-id}/directReports/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -165197,44 +165315,44 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgContactDirectReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/contacts/{orgContact-id}/directReports/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactDirectReportCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/contacts/{orgContact-id}/directReports/orgContact/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgContactDirectReportCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/contacts/{orgContact-id}/directReports/orgContact/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactDirectReportCountAsOrgContact" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/contacts/{orgContact-id}/directReports/user/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgContactDirectReportCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/contacts/{orgContact-id}/directReports/user/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactDirectReportCountAsUser" + "ApiVersion": "v1.0" }, { + "Uri": "/contacts/{orgContact-id}/manager", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -165261,18 +165379,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgContactManager", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/contacts/{orgContact-id}/manager", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactManager" + "ApiVersion": "v1.0" }, { + "Uri": "/contacts/{orgContact-id}/getMemberGroups", + "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Application.Read.All", @@ -165341,20 +165459,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Get-MgContactMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/contacts/{orgContact-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactMemberGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/contacts/{orgContact-id}/getMemberObjects", + "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Application.Read.All", @@ -165429,33 +165547,33 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgContactMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/contacts/{orgContact-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactMemberObject" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgContactMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactMemberOf" + "ApiVersion": "v1.0" }, { + "Uri": "/contacts/{orgContact-id}/memberOf", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -165482,67 +165600,67 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgContactMemberOf", "Variants": [ "List" ], - "Uri": "/contacts/{orgContact-id}/memberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactMemberOf" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgContactMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactMemberOfAsAdministrativeUnit" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgContactMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactMemberOfAsAdministrativeUnit" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgContactMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactMemberOfAsGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/contacts/{orgContact-id}/memberOf/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgContactMemberOfAsGroup", "Variants": [ "List" ], - "Uri": "/contacts/{orgContact-id}/memberOf/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactMemberOfAsGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/contacts/{orgContact-id}/memberOf/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -165569,57 +165687,57 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgContactMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/contacts/{orgContact-id}/memberOf/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactMemberOfCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactMemberOfCountAsAdministrativeUnit" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgContactMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/contacts/{orgContact-id}/memberOf/group/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactMemberOfCountAsGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgContactMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactTransitiveMemberOf" + "Permissions": [], + "Command": "Get-MgContactTransitiveMemberOf", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -165640,67 +165758,67 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgContactTransitiveMemberOf", "Variants": [ "List" ], - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactTransitiveMemberOf" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgContactTransitiveMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactTransitiveMemberOfAsGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgContactTransitiveMemberOfAsGroup", "Variants": [ "List" ], - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactTransitiveMemberOfAsGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -165721,44 +165839,44 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgContactTransitiveMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactTransitiveMemberOfCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgContactTransitiveMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactTransitiveMemberOfCountAsAdministrativeUnit" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgContactTransitiveMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactTransitiveMemberOfCountAsGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/contracts/{contract-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphContract", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -165773,18 +165891,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgContract", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/contracts/{contract-id}", - "OutputType": "IMicrosoftGraphContract", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContract" + "ApiVersion": "v1.0" }, { + "Uri": "/contracts", + "Method": "GET", + "OutputType": "IMicrosoftGraphContract", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -165799,30 +165917,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgContract", "Variants": [ "List" ], - "Uri": "/contracts", - "OutputType": "IMicrosoftGraphContract", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContract" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/contracts/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgContractById", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/contracts/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContractById" + "ApiVersion": "v1.0" }, { + "Uri": "/contracts/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -165837,17 +165955,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgContractCount", "Variants": [ "Get" ], - "Uri": "/contracts/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContractCount" + "ApiVersion": "v1.0" }, { + "Uri": "/contracts/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -165862,47 +165980,47 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgContractDelta", "Variants": [ "Delta" ], - "Uri": "/contracts/delta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContractDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/contracts/{contract-id}/getMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgContractMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/contracts/{contract-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContractMemberGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/contracts/{contract-id}/getMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgContractMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/contracts/{contract-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContractMemberObject" + "ApiVersion": "v1.0" }, { + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "User.Export.All", @@ -165917,42 +166035,42 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDataPolicyOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", - "OutputType": "IMicrosoftGraphDataPolicyOperation", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgDataPolicyOperation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/dataPolicyOperations", "Method": "GET", + "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgDataPolicyOperation", "Variants": [ "List" ], - "Uri": "/dataPolicyOperations", - "OutputType": "IMicrosoftGraphDataPolicyOperation", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgDataPolicyOperation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/dataPolicyOperations/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgDataPolicyOperationCount", "Variants": [ "Get" ], - "Uri": "/dataPolicyOperations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgDataPolicyOperationCount" + "ApiVersion": "v1.0" }, { + "Uri": "/devices/{device-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -165979,18 +166097,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDevice" + "ApiVersion": "v1.0" }, { + "Uri": "/devices", + "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -166017,17 +166135,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDevice", "Variants": [ "List" ], - "Uri": "/devices", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDevice" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceAppManagement", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -166054,17 +166172,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagement", "Variants": [ "Get" ], - "Uri": "/deviceAppManagement", - "OutputType": "IMicrosoftGraphDeviceAppManagement", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagement" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -166079,18 +166197,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtection", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtection" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections", + "Method": "GET", + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -166105,17 +166223,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtection", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections", - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtection" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -166142,18 +166260,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionApp" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -166180,17 +166298,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionApp", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionApp" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -166217,18 +166335,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAppCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -166255,18 +166373,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -166293,17 +166411,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -166330,18 +166448,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignmentCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -166356,17 +166474,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionCount", "Variants": [ "Get" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -166393,18 +166511,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -166431,18 +166549,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtection", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtection" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/defaultManagedAppProtections", + "Method": "GET", + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -166469,17 +166587,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtection", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtection" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -166506,18 +166624,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionApp" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -166544,17 +166662,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionApp", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionApp" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -166581,18 +166699,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionAppCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/defaultManagedAppProtections/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -166619,17 +166737,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionCount", "Variants": [ "Get" ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -166656,18 +166774,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -166682,18 +166800,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtection", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "OutputType": "IMicrosoftGraphIosManagedAppProtection", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtection" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/iosManagedAppProtections", + "Method": "GET", + "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -166708,17 +166826,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtection", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/iosManagedAppProtections", - "OutputType": "IMicrosoftGraphIosManagedAppProtection", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtection" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -166745,55 +166863,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionApp" + "ApiVersion": "v1.0" }, { - "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.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "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.", - "IsAdmin": 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.", - "IsAdmin": true - } - ], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", + "Method": "GET", "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionApp" - }, - { "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -166820,18 +166901,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionApp", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAppCount" - }, - { "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -166858,55 +166938,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment" + "ApiVersion": "v1.0" }, { - "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.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "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.", - "IsAdmin": 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.", - "IsAdmin": true - } - ], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "Method": "GET", - "Variants": [ - "List" - ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment" - }, - { "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -166933,43 +166976,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignmentCount" + "ApiVersion": "v1.0" }, { - "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.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - } - ], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", "Method": "GET", - "Variants": [ - "Get" - ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/$count", - "OutputType": null, - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionCount" - }, - { "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -166996,18 +167014,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -167034,55 +167051,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppPolicy" + "ApiVersion": "v1.0" }, { - "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.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "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.", - "IsAdmin": 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.", - "IsAdmin": true - } - ], + "Uri": "/deviceAppManagement/iosManagedAppProtections/$count", "Method": "GET", - "Variants": [ - "List" - ], - "Uri": "/deviceAppManagement/managedAppPolicies", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "v1.0", + "OutputType": null, "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppPolicy" - }, - { "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -167095,31 +167075,19 @@ "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.", "IsAdmin": true - }, - { - "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.", - "IsAdmin": 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.", - "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionCount", "Variants": [ "Get" ], - "Uri": "/deviceAppManagement/managedAppPolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppPolicyCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -167146,55 +167114,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", - "OutputType": "IMicrosoftGraphManagedAppRegistration", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppRegistration" + "ApiVersion": "v1.0" }, { - "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.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "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.", - "IsAdmin": 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.", - "IsAdmin": true - } - ], + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", "Method": "GET", - "Variants": [ - "List" - ], - "Uri": "/deviceAppManagement/managedAppRegistrations", - "OutputType": "IMicrosoftGraphManagedAppRegistration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppRegistration" - }, - { "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -167221,18 +167152,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedAppPolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -167259,55 +167190,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppPolicy", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy" + "ApiVersion": "v1.0" }, { - "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.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "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.", - "IsAdmin": 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.", - "IsAdmin": true - } - ], + "Uri": "/deviceAppManagement/managedAppPolicies/$count", "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicyCount" - }, - { "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -167334,17 +167227,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppPolicyCount", "Variants": [ "Get" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -167371,18 +167264,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppRegistration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedAppRegistrations", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -167409,17 +167302,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppRegistration", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -167446,18 +167339,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicyCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -167484,18 +167377,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "OutputType": "IMicrosoftGraphManagedAppOperation", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperation" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -167522,17 +167414,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicyCount", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", - "OutputType": "IMicrosoftGraphManagedAppOperation", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperation" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedAppRegistrations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -167559,18 +167452,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationCount", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperationCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -167597,17 +167489,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -167634,18 +167527,55 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" + }, + { + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count", "Method": "GET", + "OutputType": null, + "Module": "Devices.CorporateManagement", + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "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.", + "IsAdmin": 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.", + "IsAdmin": true + } + ], + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "OutputType": "IMicrosoftGraphManagedAppStatus", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppStatus" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppOperation", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -167672,17 +167602,55 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" + }, + { + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppOperation", + "Module": "Devices.CorporateManagement", + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "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.", + "IsAdmin": 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.", + "IsAdmin": true + } + ], + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperation", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/managedAppStatuses", - "OutputType": "IMicrosoftGraphManagedAppStatus", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppStatus" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -167709,17 +167677,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperationCount", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Uri": "/deviceAppManagement/managedAppStatuses/$count", + "ApiVersion": "v1.0" + }, + { + "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppStatusCount" + "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.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "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.", + "IsAdmin": 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.", + "IsAdmin": true + } + ], + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration", + "Variants": [ + "Get" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppStatus", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -167732,20 +167738,32 @@ "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.", "IsAdmin": true + }, + { + "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.", + "IsAdmin": 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.", + "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", - "OutputType": "IMicrosoftGraphManagedEBook", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedEBook" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedAppStatuses", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppStatus", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -167758,19 +167776,31 @@ "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.", "IsAdmin": true + }, + { + "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.", + "IsAdmin": 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.", + "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppStatus", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/managedEBooks", - "OutputType": "IMicrosoftGraphManagedEBook", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedEBook" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedAppStatuses/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -167783,20 +167813,57 @@ "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.", "IsAdmin": true + }, + { + "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.", + "IsAdmin": 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.", + "IsAdmin": true } ], + "Command": "Get-MgDeviceAppManagementManagedAppStatusCount", + "Variants": [ + "Get" + ], + "ApiVersion": "v1.0" + }, + { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedEBook", + "Module": "Devices.CorporateManagement", + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + } + ], + "Command": "Get-MgDeviceAppManagementManagedEBook", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", - "OutputType": "IMicrosoftGraphManagedEBookAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedEBookAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedEBooks", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedEBook", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -167811,17 +167878,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBook", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", - "OutputType": "IMicrosoftGraphManagedEBookAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedEBookAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -167836,18 +167903,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedEBookAssignmentCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -167862,17 +167929,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookAssignment", "Variants": [ - "Get" + "List" ], - "Uri": "/deviceAppManagement/managedEBooks/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedEBookCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -167887,18 +167954,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedEBookDeviceState" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedEBooks/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -167913,17 +167980,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookCount", "Variants": [ - "List" + "Get" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedEBookDeviceState" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -167938,18 +168005,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookDeviceState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedEBookDeviceStateCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -167964,18 +168031,43 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppManagementManagedEBookDeviceState", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" + }, + { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count", "Method": "GET", + "OutputType": null, + "Module": "Devices.CorporateManagement", + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + } + ], + "Command": "Get-MgDeviceAppManagementManagedEBookDeviceStateCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", + "Method": "GET", "OutputType": "IMicrosoftGraphEBookInstallSummary", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedEBookInstallSummary" - }, - { "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -167990,18 +168082,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookInstallSummary", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphUserInstallStateSummary", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummary" - }, - { "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -168016,17 +168108,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummary", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", + "Method": "GET", "OutputType": "IMicrosoftGraphUserInstallStateSummary", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummary" - }, - { "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -168041,18 +168134,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummary", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryCount" - }, - { "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -168067,18 +168159,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceInstallState", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState" - }, - { "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -168093,17 +168185,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceInstallState", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState" - }, - { "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -168118,18 +168211,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount" - }, - { "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -168144,18 +168236,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy" - }, - { "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -168170,17 +168262,43 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", + "Method": "GET", "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy" + "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.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + } + ], + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -168207,18 +168325,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -168245,17 +168363,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -168282,18 +168400,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -168308,17 +168426,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyCount", "Variants": [ "Get" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -168345,18 +168463,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -168383,17 +168501,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -168420,18 +168538,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -168458,18 +168576,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -168496,17 +168614,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -168533,18 +168651,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphMobileApp", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -168559,18 +168677,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", - "OutputType": "IMicrosoftGraphMobileApp", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileApp" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileApps", + "Method": "GET", + "OutputType": "IMicrosoftGraphMobileApp", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -168585,30 +168703,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileApp", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/mobileApps", - "OutputType": "IMicrosoftGraphMobileApp", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileApp" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedMobileLobApp", + "Module": "Devices.CorporateManagement", + "Permissions": [], + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp", - "OutputType": "IMicrosoftGraphManagedMobileLobApp", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedMobileLobApp", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -168623,30 +168741,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp", - "OutputType": "IMicrosoftGraphManagedMobileLobApp", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/mobileLobApp", "Method": "GET", + "OutputType": "IMicrosoftGraphMobileLobApp", + "Module": "Devices.CorporateManagement", + "Permissions": [], + "Command": "Get-MgDeviceAppManagementMobileAppAsMobileLobApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/mobileLobApp", - "OutputType": "IMicrosoftGraphMobileLobApp", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMobileLobApp" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileApps/mobileLobApp", + "Method": "GET", + "OutputType": "IMicrosoftGraphMobileLobApp", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -168661,17 +168779,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMobileLobApp", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/mobileApps/mobileLobApp", - "OutputType": "IMicrosoftGraphMobileLobApp", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMobileLobApp" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -168686,18 +168804,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -168712,17 +168830,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAssignment", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -168737,18 +168855,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAssignmentCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -168763,20 +168881,20 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCategory", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppCategory" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileAppCategories", + "Method": "GET", + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -168791,18 +168909,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCategory", "Variants": [ "List", "List1" ], - "Uri": "/deviceAppManagement/mobileAppCategories", - "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppCategory" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileAppCategories/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -168817,19 +168935,19 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCategoryCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mobileAppCategories/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppCategoryCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -168844,18 +168962,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppConfiguration" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -168870,17 +168988,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfiguration", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppConfiguration" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -168895,18 +169013,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -168921,17 +169039,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignment", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -168946,18 +169064,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignmentCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -168972,17 +169090,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationCount", "Variants": [ "Get" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -168997,18 +169115,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -169023,17 +169141,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -169048,18 +169166,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -169074,18 +169192,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -169100,18 +169218,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatus" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -169126,17 +169244,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatus", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatus" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -169151,18 +169269,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatusCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -169177,18 +169295,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileApps/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -169203,17 +169321,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCount", "Variants": [ "Get" ], - "Uri": "/deviceAppManagement/mobileApps/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -169228,17 +169346,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagedMobileLobApp", "Variants": [ "Get" ], - "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagedMobileLobApp" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileApps/mobileLobApp/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -169253,17 +169371,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsMobileLobApp", "Variants": [ "Get" ], - "Uri": "/deviceAppManagement/mobileApps/mobileLobApp/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsMobileLobApp" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -169278,18 +169396,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfiguration" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", + "Method": "GET", + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -169304,17 +169422,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfiguration", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfiguration" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -169341,18 +169459,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -169379,17 +169497,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -169416,18 +169534,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAppCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -169454,18 +169572,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -169492,17 +169610,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -169529,18 +169647,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -169555,17 +169673,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationCount", "Variants": [ "Get" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -169592,18 +169710,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphVppToken", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -169630,18 +169748,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementVppToken", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "OutputType": "IMicrosoftGraphVppToken", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementVppToken" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/vppTokens", + "Method": "GET", + "OutputType": "IMicrosoftGraphVppToken", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -169668,17 +169786,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementVppToken", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/vppTokens", - "OutputType": "IMicrosoftGraphVppToken", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementVppToken" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/vppTokens/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -169705,17 +169823,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementVppTokenCount", "Variants": [ "Get" ], - "Uri": "/deviceAppManagement/vppTokens/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementVppTokenCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -169742,18 +169860,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", + "ApiVersion": "v1.0" + }, + { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicy" + "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.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "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.", + "IsAdmin": 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.", + "IsAdmin": true + } + ], + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicy", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -169780,17 +169935,55 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" + }, + { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", "Method": "GET", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Devices.CorporateManagement", + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "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.", + "IsAdmin": 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.", + "IsAdmin": true + } + ], + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -169817,18 +170010,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", + "ApiVersion": "v1.0" + }, + { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/$count", + "Method": "GET", + "OutputType": null, "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment" + "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.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "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.", + "IsAdmin": 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.", + "IsAdmin": true + } + ], + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyCount", + "Variants": [ + "Get" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -169855,17 +170085,55 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" + }, + { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Module": "Devices.CorporateManagement", + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "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.", + "IsAdmin": 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.", + "IsAdmin": true + } + ], + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -169892,18 +170160,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -169930,55 +170198,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyCount" + "ApiVersion": "v1.0" }, { - "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.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "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.", - "IsAdmin": 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.", - "IsAdmin": true - } - ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile" - }, - { "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -170005,55 +170236,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "List" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile" + "ApiVersion": "v1.0" }, { - "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.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "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.", - "IsAdmin": 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.", - "IsAdmin": true - } - ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount" - }, - { "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -170080,93 +170273,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile" + "ApiVersion": "v1.0" }, { - "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.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "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.", - "IsAdmin": 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.", - "IsAdmin": true - } - ], - "Method": "GET", - "Variants": [ - "List" - ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile" - }, - { - "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.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "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.", - "IsAdmin": 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.", - "IsAdmin": true - } - ], + "Uri": "/devices(deviceId='{deviceId}')", "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount" - }, - { + "OutputType": "IMicrosoftGraphDevice", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -170193,31 +170311,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceByDeviceId", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices(deviceId='{deviceId}')", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceByDeviceId" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDeviceById", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/devices/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceById" + "ApiVersion": "v1.0" }, { + "Uri": "/devices/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -170244,72 +170362,72 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceCount", "Variants": [ "Get" ], - "Uri": "/devices/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceCount" + "ApiVersion": "v1.0" }, { + "Uri": "/devices/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Identity.DirectoryManagement", "Permissions": { "Name": "Device.Read.All", "Description": "Read all devices", "FullDescription": "Allows the app to read devices' configuration information on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgDeviceDelta", "Variants": [ "Delta" ], - "Uri": "/devices/delta", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/extensions/{extension-id}", "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDeviceExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/extensions", "Method": "GET", + "OutputType": "IMicrosoftGraphExtension", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDeviceExtension", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/extensions/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDeviceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/extensions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceExtensionCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagement", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -170372,17 +170490,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagement", "Variants": [ "Get" ], - "Uri": "/deviceManagement", - "OutputType": "IMicrosoftGraphDeviceManagement", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagement" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/applePushNotificationCertificate", + "Method": "GET", + "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -170409,17 +170527,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementApplePushNotificationCertificate", "Variants": [ "Get" ], - "Uri": "/deviceManagement/applePushNotificationCertificate", - "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementApplePushNotificationCertificate" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAuditEvent", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -170434,18 +170552,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementAuditEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", - "OutputType": "IMicrosoftGraphAuditEvent", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementAuditEvent" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/auditEvents", + "Method": "GET", + "OutputType": "IMicrosoftGraphAuditEvent", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -170460,17 +170578,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementAuditEvent", "Variants": [ "List" ], - "Uri": "/deviceManagement/auditEvents", - "OutputType": "IMicrosoftGraphAuditEvent", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementAuditEvent" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -170485,18 +170603,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementAuditEventAuditActivityType", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Functions", - "Command": "Get-MgDeviceManagementAuditEventAuditActivityType" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/auditEvents/getAuditCategories", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -170511,17 +170629,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementAuditEventAuditCategory", "Variants": [ "Get" ], - "Uri": "/deviceManagement/auditEvents/getAuditCategories", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Functions", - "Command": "Get-MgDeviceManagementAuditEventAuditCategory" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/auditEvents/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -170536,17 +170654,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementAuditEventCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/auditEvents/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementAuditEventCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -170573,18 +170691,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementComplianceManagementPartner", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "OutputType": "IMicrosoftGraphComplianceManagementPartner", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementComplianceManagementPartner" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/complianceManagementPartners", + "Method": "GET", + "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -170611,17 +170729,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementComplianceManagementPartner", "Variants": [ "List" ], - "Uri": "/deviceManagement/complianceManagementPartners", - "OutputType": "IMicrosoftGraphComplianceManagementPartner", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementComplianceManagementPartner" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/complianceManagementPartners/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -170648,17 +170766,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementComplianceManagementPartnerCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/complianceManagementPartners/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementComplianceManagementPartnerCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/conditionalAccessSettings", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -170685,17 +170803,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementConditionalAccessSetting", "Variants": [ "Get" ], - "Uri": "/deviceManagement/conditionalAccessSettings", - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrollment", - "Command": "Get-MgDeviceManagementConditionalAccessSetting" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDetectedApp", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -170722,18 +170840,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDetectedApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", - "OutputType": "IMicrosoftGraphDetectedApp", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDetectedApp" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/detectedApps", + "Method": "GET", + "OutputType": "IMicrosoftGraphDetectedApp", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -170760,17 +170878,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDetectedApp", "Variants": [ "List" ], - "Uri": "/deviceManagement/detectedApps", - "OutputType": "IMicrosoftGraphDetectedApp", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDetectedApp" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/detectedApps/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -170797,17 +170915,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDetectedAppCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/detectedApps/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDetectedAppCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDevice", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -170822,18 +170940,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDetectedAppManagedDevice" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDevice", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -170848,17 +170966,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", "Variants": [ "List" ], - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDetectedAppManagedDevice" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -170873,18 +170991,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDetectedAppManagedDeviceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDetectedAppManagedDeviceCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceCategory", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -170911,18 +171029,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCategory" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCategories", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceCategory", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -170949,17 +171067,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCategory", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceCategories", - "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCategory" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCategories/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -170986,17 +171104,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCategoryCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/deviceCategories/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCategoryCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171011,18 +171129,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171037,17 +171155,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceCompliancePolicies", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171062,18 +171180,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171088,17 +171206,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171113,18 +171231,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignmentCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171139,17 +171257,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171164,18 +171282,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", + "Method": "GET", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171190,17 +171308,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171215,18 +171333,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171241,17 +171359,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", "Variants": [ "Get" ], - "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171266,18 +171384,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171292,17 +171410,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171317,18 +171435,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171343,18 +171461,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171369,18 +171487,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171395,17 +171513,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171420,18 +171538,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171446,18 +171564,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171472,17 +171590,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171497,18 +171615,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171523,18 +171641,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171549,17 +171667,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171574,17 +171692,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171599,18 +171717,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171625,17 +171743,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171650,18 +171768,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171676,18 +171794,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatus" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171702,17 +171820,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatus", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatus" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171727,18 +171845,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171753,18 +171871,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", - "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171779,18 +171897,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", - "OutputType": "IMicrosoftGraphDeviceConfiguration", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceConfiguration" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceConfigurations", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171805,17 +171923,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfiguration", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceConfigurations", - "OutputType": "IMicrosoftGraphDeviceConfiguration", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceConfiguration" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171830,18 +171948,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171856,17 +171974,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171881,18 +171999,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceConfigurationAssignmentCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceConfigurations/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171907,17 +172025,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/deviceConfigurations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceConfigurationCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171932,18 +172050,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", + "Method": "GET", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171958,17 +172076,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -171983,18 +172101,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -172009,17 +172127,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStateSummary", "Variants": [ "Get" ], - "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStateSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -172034,18 +172152,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatus" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -172060,17 +172178,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatus", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatus" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -172085,18 +172203,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -172111,18 +172229,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusOverview" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -172137,18 +172255,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationOmaSettingPlainTextValue", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Functions", - "Command": "Get-MgDeviceManagementDeviceConfigurationOmaSettingPlainTextValue" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -172163,18 +172281,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatus" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -172189,17 +172307,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatus", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatus" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -172214,18 +172332,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -172240,18 +172358,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusOverview", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusOverview" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -172278,18 +172396,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrollment", - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -172316,17 +172434,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrollment", - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -172353,18 +172471,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrollment", - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -172391,17 +172509,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", "Variants": [ "List" ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrollment", - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -172428,18 +172546,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrollment", - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignmentCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -172466,17 +172584,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrollment", - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/getEffectivePermissions(scope='{scope}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphRolePermission", + "Module": "DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -172491,18 +172609,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementEffectivePermission", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/getEffectivePermissions(scope='{scope}')", - "OutputType": "IMicrosoftGraphRolePermission", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Functions", - "Command": "Get-MgDeviceManagementEffectivePermission" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -172529,18 +172647,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementExchangeConnector", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementExchangeConnector" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/exchangeConnectors", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -172567,17 +172685,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementExchangeConnector", "Variants": [ "List" ], - "Uri": "/deviceManagement/exchangeConnectors", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementExchangeConnector" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/exchangeConnectors/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -172604,17 +172722,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementExchangeConnectorCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/exchangeConnectors/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementExchangeConnectorCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -172629,18 +172747,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrollment", - "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", + "Method": "GET", + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -172655,17 +172773,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Variants": [ "List" ], - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrollment", - "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -172680,17 +172798,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentityCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrollment", - "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentityCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -172705,18 +172823,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementIoUpdateStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementIoUpdateStatus" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/iosUpdateStatuses", + "Method": "GET", + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -172731,17 +172849,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementIoUpdateStatus", "Variants": [ "List" ], - "Uri": "/deviceManagement/iosUpdateStatuses", - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementIoUpdateStatus" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/iosUpdateStatuses/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -172756,17 +172874,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementIoUpdateStatusCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/iosUpdateStatuses/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementIoUpdateStatusCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDevice", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -172793,18 +172911,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDevice" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/managedDevices", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDevice", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -172831,106 +172949,181 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDevice", "Variants": [ "List" ], - "Uri": "/deviceManagement/managedDevices", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDevice" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceCategory", + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", - "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDeviceCategory" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiVersion": "v1.0" + }, + { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState" + "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" + }, + { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyStateCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Module": "DeviceManagement", "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" + }, + { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", "Variants": [ "List" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceConfigurationStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", + "ApiVersion": "v1.0" + }, + { + "Uri": "/deviceManagement/managedDevices/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyStateCount" + "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.", + "IsAdmin": 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.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read devices Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", + "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", + "IsAdmin": true + } + ], + "Command": "Get-MgDeviceManagementManagedDeviceCount", + "Variants": [ + "Get" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest", "Variants": [ "List" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count", "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDeviceConfigurationStateCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/managedDeviceOverview", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceOverview", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -172957,155 +173150,80 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceOverview", "Variants": [ "Get" ], - "Uri": "/deviceManagement/managedDevices/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDeviceCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users", "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUser", "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceUser", "Variants": [ "List" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequestCount" + "ApiVersion": "v1.0" }, { - "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.", - "IsAdmin": 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.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read devices Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", - "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": true - } - ], - "Method": "GET", - "Variants": [ - "Get" - ], - "Uri": "/deviceManagement/managedDeviceOverview", - "OutputType": "IMicrosoftGraphManagedDeviceOverview", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDeviceOverview" - }, - { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "Method": "GET", - "Variants": [ - "List" - ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDeviceUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", - "OutputType": "IMicrosoftGraphWindowsProtectionState", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionState" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "List" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -173120,18 +173238,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", + "Method": "GET", + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -173146,17 +173264,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent", "Variants": [ "List" ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -173183,18 +173301,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", + "Method": "GET", + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -173221,17 +173339,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "Variants": [ "List" ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -173258,18 +173376,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -173284,17 +173402,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -173321,18 +173439,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/mobileThreatDefenseConnectors", + "Method": "GET", + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -173359,17 +173477,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", "Variants": [ "List" ], - "Uri": "/deviceManagement/mobileThreatDefenseConnectors", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -173396,17 +173514,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementMobileThreatDefenseConnectorCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementMobileThreatDefenseConnectorCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -173421,18 +173539,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementNotificationMessageTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementNotificationMessageTemplate" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/notificationMessageTemplates", + "Method": "GET", + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -173447,17 +173565,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementNotificationMessageTemplate", "Variants": [ "List" ], - "Uri": "/deviceManagement/notificationMessageTemplates", - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementNotificationMessageTemplate" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/notificationMessageTemplates/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -173472,17 +173590,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementNotificationMessageTemplateCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/notificationMessageTemplates/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementNotificationMessageTemplateCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -173497,43 +173615,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage" + "ApiVersion": "v1.0" }, { - "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.", - "IsAdmin": 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.", - "IsAdmin": true - } - ], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", + "Method": "GET", "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage" - }, - { "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -173548,31 +173641,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount" - }, - { "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.", - "IsAdmin": 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.", - "IsAdmin": true - }, { "Name": "DeviceManagementServiceConfig.Read.All", "Description": "Read Microsoft Intune configuration", @@ -173586,18 +173666,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementPartner", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementPartner" - }, - { "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -173624,17 +173704,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementPartner", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceManagementPartners", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementPartner", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementPartner" - }, - { "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -173661,17 +173742,54 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementPartner", "Variants": [ - "Get" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceManagementPartners/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementPartnerCount" + "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.", + "IsAdmin": 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.", + "IsAdmin": true + }, + { + "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.", + "IsAdmin": 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.", + "IsAdmin": true + } + ], + "Command": "Get-MgDeviceManagementPartnerCount", + "Variants": [ + "Get" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -173698,18 +173816,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementRemoteAssistancePartner", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementRemoteAssistancePartner" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/remoteAssistancePartners", + "Method": "GET", + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -173736,17 +173854,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementRemoteAssistancePartner", "Variants": [ "List" ], - "Uri": "/deviceManagement/remoteAssistancePartners", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementRemoteAssistancePartner" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/remoteAssistancePartners/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -173773,17 +173891,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementRemoteAssistancePartnerCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/remoteAssistancePartners/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementRemoteAssistancePartnerCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/reports", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementReports", + "Module": "Reports", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -173834,17 +173952,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementReport", "Variants": [ "Get" ], - "Uri": "/deviceManagement/reports", - "OutputType": "IMicrosoftGraphDeviceManagementReports", - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgDeviceManagementReport" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/reports/getCachedReport", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -173883,18 +174001,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgDeviceManagementReportCachedReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getCachedReport", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Get-MgDeviceManagementReportCachedReport" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -173933,18 +174051,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceReport" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -173983,18 +174101,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceSummaryReport" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -174033,18 +174151,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgDeviceManagementReportComplianceSettingNonComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Get-MgDeviceManagementReportComplianceSettingNonComplianceReport" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -174083,18 +174201,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceReport" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -174133,18 +174251,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -174183,18 +174301,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgDeviceManagementReportConfigurationSettingNonComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Get-MgDeviceManagementReportConfigurationSettingNonComplianceReport" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -174233,18 +174351,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Get-MgDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -174283,18 +174401,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgDeviceManagementReportDeviceManagementIntentSettingReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Get-MgDeviceManagementReportDeviceManagementIntentSettingReport" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -174333,18 +174451,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgDeviceManagementReportDeviceNonComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Get-MgDeviceManagementReportDeviceNonComplianceReport" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -174383,18 +174501,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgDeviceManagementReportDeviceWithoutCompliancePolicyReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Get-MgDeviceManagementReportDeviceWithoutCompliancePolicyReport" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementExportJob", + "Module": "Reports", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -174433,18 +174551,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementReportExportJob", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", - "OutputType": "IMicrosoftGraphDeviceManagementExportJob", - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgDeviceManagementReportExportJob" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/reports/exportJobs", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementExportJob", + "Module": "Reports", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -174483,17 +174601,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementReportExportJob", "Variants": [ "List" ], - "Uri": "/deviceManagement/reports/exportJobs", - "OutputType": "IMicrosoftGraphDeviceManagementExportJob", - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgDeviceManagementReportExportJob" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/reports/exportJobs/$count", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -174532,17 +174650,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementReportExportJobCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/reports/exportJobs/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgDeviceManagementReportExportJobCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/reports/getReportFilters", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -174581,18 +174699,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgDeviceManagementReportFilter", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getReportFilters", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Get-MgDeviceManagementReportFilter" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/reports/getHistoricalReport", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -174631,18 +174749,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgDeviceManagementReportHistoricalReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getHistoricalReport", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Get-MgDeviceManagementReportHistoricalReport" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -174681,18 +174799,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -174731,18 +174849,68 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgDeviceManagementReportPolicyNonComplianceMetadata", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata", + "ApiVersion": "v1.0" + }, + { + "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", - "Command": "Get-MgDeviceManagementReportPolicyNonComplianceMetadata" + "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.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "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.", + "IsAdmin": 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.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read devices Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", + "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", + "IsAdmin": true + } + ], + "Command": "Get-MgDeviceManagementReportPolicyNonComplianceReport", + "Variants": [ + "Get", + "GetExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -174781,68 +174949,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgDeviceManagementReportPolicyNonComplianceSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Get-MgDeviceManagementReportPolicyNonComplianceReport" + "ApiVersion": "v1.0" }, { - "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.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "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.", - "IsAdmin": 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.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read devices Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", - "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": true - } - ], + "Uri": "/deviceManagement/reports/getSettingNonComplianceReport", "Method": "POST", - "Variants": [ - "Get", - "GetExpanded" - ], - "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport", "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", - "Command": "Get-MgDeviceManagementReportPolicyNonComplianceSummaryReport" - }, - { "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -174881,18 +174999,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgDeviceManagementReportSettingNonComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/deviceManagement/reports/getSettingNonComplianceReport", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Get-MgDeviceManagementReportSettingNonComplianceReport" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphResourceOperation", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -174919,18 +175037,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementResourceOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "OutputType": "IMicrosoftGraphResourceOperation", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementResourceOperation" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/resourceOperations", + "Method": "GET", + "OutputType": "IMicrosoftGraphResourceOperation", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -174957,17 +175075,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementResourceOperation", "Variants": [ "List" ], - "Uri": "/deviceManagement/resourceOperations", - "OutputType": "IMicrosoftGraphResourceOperation", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementResourceOperation" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/resourceOperations/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -174994,17 +175112,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementResourceOperationCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/resourceOperations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementResourceOperationCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -175031,18 +175149,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementRoleAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/roleAssignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -175069,17 +175187,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementRoleAssignment", "Variants": [ "List" ], - "Uri": "/deviceManagement/roleAssignments", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementRoleAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/roleAssignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -175106,30 +175224,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementRoleAssignmentCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/roleAssignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementRoleAssignmentCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition", "Method": "GET", + "OutputType": "IMicrosoftGraphRoleDefinition", + "Module": "DeviceManagement.Administration", + "Permissions": [], + "Command": "Get-MgDeviceManagementRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition", - "OutputType": "IMicrosoftGraphRoleDefinition", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementRoleAssignmentRoleDefinition" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphRoleDefinition", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -175156,18 +175274,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "OutputType": "IMicrosoftGraphRoleDefinition", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementRoleDefinition" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/roleDefinitions", + "Method": "GET", + "OutputType": "IMicrosoftGraphRoleDefinition", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -175194,17 +175312,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementRoleDefinition", "Variants": [ "List" ], - "Uri": "/deviceManagement/roleDefinitions", - "OutputType": "IMicrosoftGraphRoleDefinition", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementRoleDefinition" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/roleDefinitions/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -175231,17 +175349,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementRoleDefinitionCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/roleDefinitions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementRoleDefinitionCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphRoleAssignment", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -175268,18 +175386,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "OutputType": "IMicrosoftGraphRoleAssignment", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphRoleAssignment", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -175306,17 +175424,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", "Variants": [ "List" ], - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", - "OutputType": "IMicrosoftGraphRoleAssignment", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -175343,18 +175461,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition", + "Method": "GET", + "OutputType": "IMicrosoftGraphRoleDefinition", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -175381,18 +175499,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition", - "OutputType": "IMicrosoftGraphRoleDefinition", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/softwareUpdateStatusSummary", + "Method": "GET", + "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -175407,17 +175525,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementSoftwareUpdateStatusSummary", "Variants": [ "Get" ], - "Uri": "/deviceManagement/softwareUpdateStatusSummary", - "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementSoftwareUpdateStatusSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -175432,18 +175550,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/telecomExpenseManagementPartners", + "Method": "GET", + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -175458,17 +175576,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", "Variants": [ "List" ], - "Uri": "/deviceManagement/telecomExpenseManagementPartners", - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/telecomExpenseManagementPartners/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -175483,17 +175601,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartnerCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/telecomExpenseManagementPartners/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartnerCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermsAndConditions", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -175508,18 +175626,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementTermAndCondition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", - "OutputType": "IMicrosoftGraphTermsAndConditions", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementTermAndCondition" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/termsAndConditions", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermsAndConditions", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -175534,17 +175652,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementTermAndCondition", "Variants": [ "List" ], - "Uri": "/deviceManagement/termsAndConditions", - "OutputType": "IMicrosoftGraphTermsAndConditions", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementTermAndCondition" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -175559,18 +175677,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatus" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -175585,17 +175703,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatus", "Variants": [ "List" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatus" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -175610,18 +175728,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermsAndConditions", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -175636,18 +175754,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions", - "OutputType": "IMicrosoftGraphTermsAndConditions", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -175662,18 +175780,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementTermAndConditionAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementTermAndConditionAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -175688,17 +175806,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementTermAndConditionAssignment", "Variants": [ "List" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementTermAndConditionAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -175713,18 +175831,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementTermAndConditionAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementTermAndConditionAssignmentCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/termsAndConditions/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -175739,17 +175857,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementTermAndConditionCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/termsAndConditions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementTermAndConditionCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -175764,18 +175882,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementTroubleshootingEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementTroubleshootingEvent" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/troubleshootingEvents", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -175790,17 +175908,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementTroubleshootingEvent", "Variants": [ "List" ], - "Uri": "/deviceManagement/troubleshootingEvents", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementTroubleshootingEvent" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/troubleshootingEvents/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -175815,17 +175933,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementTroubleshootingEventCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/troubleshootingEvents/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementTroubleshootingEventCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -175852,18 +175970,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -175890,17 +176008,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -175927,18 +176045,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -175965,17 +176083,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -176002,17 +176120,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetailCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetailCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -176039,18 +176157,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -176077,17 +176195,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -176114,17 +176232,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceIdCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceIdCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -176151,18 +176269,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -176189,17 +176307,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -176226,17 +176344,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversionCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversionCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -176263,17 +176381,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -176300,18 +176418,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -176338,17 +176456,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -176375,17 +176493,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformanceCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformanceCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -176412,18 +176530,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -176450,17 +176568,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -176487,17 +176605,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -176524,18 +176642,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -176562,17 +176680,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -176599,17 +176717,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetailCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetailCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -176636,18 +176754,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -176674,17 +176792,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -176711,17 +176829,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -176748,54 +176866,92 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverview" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count", "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValueCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count", - "OutputType": null, - "ApiVersion": "v1.0", + "ApiVersion": "v1.0" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValueCount" + "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.", + "IsAdmin": 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.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read devices Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", + "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", + "IsAdmin": true + } + ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -176822,55 +176978,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline" + "ApiVersion": "v1.0" }, { - "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.", - "IsAdmin": 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.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read devices Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", - "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": true - } - ], + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics", "Method": "GET", - "Variants": [ - "List" - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline" - }, - { "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -176897,18 +177015,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -176935,18 +177053,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -176973,18 +177091,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -177011,17 +177129,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -177048,18 +177166,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -177086,18 +177204,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -177124,18 +177242,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -177162,18 +177280,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -177200,80 +177318,80 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories", "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/$count", "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/$count", "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValueCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValueCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -177300,18 +177418,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -177338,17 +177456,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -177375,17 +177493,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformanceCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformanceCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -177412,55 +177530,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore" + "ApiVersion": "v1.0" }, { - "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.", - "IsAdmin": 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.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read devices Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", - "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": true - } - ], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore" - }, - { "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -177487,55 +177568,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore", "Variants": [ - "Get" + "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScoreCount" + "ApiVersion": "v1.0" }, { - "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.", - "IsAdmin": 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.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read devices Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", - "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": true - } - ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/$count", "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", - "ApiVersion": "v1.0", + "OutputType": null, "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory" - }, - { "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -177562,17 +177605,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScoreCount", "Variants": [ - "List" + "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", + "ApiVersion": "v1.0" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory" + "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.", + "IsAdmin": 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.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read devices Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", + "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", + "IsAdmin": true + } + ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -177599,17 +177680,54 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Variants": [ - "Get" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount" + "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.", + "IsAdmin": 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.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read devices Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", + "IsAdmin": 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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", + "IsAdmin": true + } + ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount", + "Variants": [ + "Get" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -177636,18 +177754,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -177674,17 +177792,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -177711,17 +177829,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -177748,18 +177866,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -177786,17 +177904,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -177823,17 +177941,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistoryCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistoryCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -177860,18 +177978,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -177898,17 +178016,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -177935,17 +178053,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScoreCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScoreCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsOverview", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -177972,17 +178090,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticOverview", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsOverview", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticOverview" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -178009,18 +178127,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -178047,17 +178165,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -178084,17 +178202,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistoryCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistoryCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -178121,17 +178239,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -178158,18 +178276,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -178196,17 +178314,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -178233,17 +178351,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -178270,18 +178388,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -178308,17 +178426,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -178345,18 +178463,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -178383,18 +178501,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -178421,17 +178539,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Variants": [ "List" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -178458,17 +178576,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -178483,18 +178601,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentity", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrollment", - "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentity" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -178509,17 +178627,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentity", "Variants": [ "List" ], - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrollment", - "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentity" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -178534,17 +178652,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentityCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrollment", - "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentityCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -178559,18 +178677,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -178585,17 +178703,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", "Variants": [ "List" ], - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -178610,17 +178728,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummaryCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummaryCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -178635,18 +178753,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -178661,17 +178779,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "Variants": [ "List" ], - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -178686,17 +178804,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -178723,18 +178841,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsMalwareInformation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementWindowsMalwareInformation" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/windowsMalwareInformation", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -178761,17 +178879,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsMalwareInformation", "Variants": [ "List" ], - "Uri": "/deviceManagement/windowsMalwareInformation", - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementWindowsMalwareInformation" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/windowsMalwareInformation/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -178798,17 +178916,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsMalwareInformationCount", "Variants": [ "Get" ], - "Uri": "/deviceManagement/windowsMalwareInformation/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementWindowsMalwareInformationCount" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -178835,18 +178953,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", + "Method": "GET", + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -178873,17 +178991,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Variants": [ "List" ], - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/$count", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -178910,18 +179028,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount" + "ApiVersion": "v1.0" }, { + "Uri": "/devices/{device-id}/getMemberGroups", + "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Application.Read.All", @@ -178990,20 +179108,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Get-MgDeviceMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/devices/{device-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceMemberGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/devices/{device-id}/getMemberObjects", + "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Application.Read.All", @@ -179078,33 +179196,33 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgDeviceMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/devices/{device-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceMemberObject" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDeviceMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceMemberOf" + "ApiVersion": "v1.0" }, { + "Uri": "/devices/{device-id}/memberOf", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -179131,67 +179249,67 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceMemberOf", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/memberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceMemberOf" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDeviceMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceMemberOfAsAdministrativeUnit" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/memberOf/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDeviceMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/memberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceMemberOfAsAdministrativeUnit" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDeviceMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceMemberOfAsGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/memberOf/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDeviceMemberOfAsGroup", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/memberOf/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceMemberOfAsGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/devices/{device-id}/memberOf/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -179218,44 +179336,44 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/memberOf/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceMemberOfCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/memberOf/administrativeUnit/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDeviceMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/memberOf/administrativeUnit/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceMemberOfCountAsAdministrativeUnit" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/memberOf/group/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDeviceMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/memberOf/group/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceMemberOfCountAsGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/devices/{device-id}/registeredOwners", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -179282,117 +179400,117 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceRegisteredOwner", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/registeredOwners", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredOwner" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/appRoleAssignment", "Method": "GET", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDeviceRegisteredOwnerAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/appRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredOwnerAsAppRoleAssignment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/registeredOwners/appRoleAssignment", "Method": "GET", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDeviceRegisteredOwnerAsAppRoleAssignment", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/registeredOwners/appRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredOwnerAsAppRoleAssignment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDeviceRegisteredOwnerAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredOwnerAsEndpoint" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/registeredOwners/endpoint", "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDeviceRegisteredOwnerAsEndpoint", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/registeredOwners/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredOwnerAsEndpoint" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDeviceRegisteredOwnerAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredOwnerAsUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/registeredOwners/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDeviceRegisteredOwnerAsUser", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/registeredOwners/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredOwnerAsUser" + "ApiVersion": "v1.0" }, { + "Uri": "/devices/{device-id}/registeredOwners/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -179419,17 +179537,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceRegisteredOwnerByRef", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/registeredOwners/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredOwnerByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/devices/{device-id}/registeredOwners/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -179456,70 +179574,70 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceRegisteredOwnerCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/registeredOwners/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredOwnerCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/devices/{device-id}/registeredOwners/appRoleAssignment/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredOwnerCountAsAppRoleAssignment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDeviceRegisteredOwnerCountAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/devices/{device-id}/registeredOwners/endpoint/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredOwnerCountAsEndpoint" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDeviceRegisteredOwnerCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredOwnerCountAsServicePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDeviceRegisteredOwnerCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/devices/{device-id}/registeredOwners/user/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredOwnerCountAsUser" + "Permissions": [], + "Command": "Get-MgDeviceRegisteredOwnerCountAsUser", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/devices/{device-id}/registeredUsers", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -179546,117 +179664,117 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceRegisteredUser", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/registeredUsers", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/appRoleAssignment", "Method": "GET", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDeviceRegisteredUserAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/appRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredUserAsAppRoleAssignment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/registeredUsers/appRoleAssignment", "Method": "GET", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDeviceRegisteredUserAsAppRoleAssignment", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/registeredUsers/appRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredUserAsAppRoleAssignment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDeviceRegisteredUserAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredUserAsEndpoint" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/registeredUsers/endpoint", "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDeviceRegisteredUserAsEndpoint", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/registeredUsers/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredUserAsEndpoint" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDeviceRegisteredUserAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredUserAsServicePrincipal" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDeviceRegisteredUserAsServicePrincipal", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredUserAsServicePrincipal" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDeviceRegisteredUserAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredUserAsUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/registeredUsers/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDeviceRegisteredUserAsUser", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/registeredUsers/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredUserAsUser" + "ApiVersion": "v1.0" }, { + "Uri": "/devices/{device-id}/registeredUsers/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -179683,17 +179801,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceRegisteredUserByRef", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/registeredUsers/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredUserByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/devices/{device-id}/registeredUsers/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -179720,83 +179838,83 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceRegisteredUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/registeredUsers/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredUserCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/devices/{device-id}/registeredUsers/appRoleAssignment/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredUserCountAsAppRoleAssignment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDeviceRegisteredUserCountAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/devices/{device-id}/registeredUsers/endpoint/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredUserCountAsEndpoint" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDeviceRegisteredUserCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredUserCountAsServicePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDeviceRegisteredUserCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/devices/{device-id}/registeredUsers/user/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredUserCountAsUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDeviceRegisteredUserCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceTransitiveMemberOf" + "Permissions": [], + "Command": "Get-MgDeviceTransitiveMemberOf", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/devices/{device-id}/transitiveMemberOf", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -179823,67 +179941,67 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceTransitiveMemberOf", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/transitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceTransitiveMemberOf" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDeviceTransitiveMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceTransitiveMemberOfAsGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/transitiveMemberOf/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDeviceTransitiveMemberOfAsGroup", "Variants": [ "List" ], - "Uri": "/devices/{device-id}/transitiveMemberOf/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceTransitiveMemberOfAsGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/devices/{device-id}/transitiveMemberOf/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -179910,56 +180028,56 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDeviceTransitiveMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/transitiveMemberOf/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceTransitiveMemberOfCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDeviceTransitiveMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceTransitiveMemberOfCountAsAdministrativeUnit" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/transitiveMemberOf/group/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDeviceTransitiveMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/devices/{device-id}/transitiveMemberOf/group/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceTransitiveMemberOfCountAsGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectory", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectory", "Variants": [ "Get" ], - "Uri": "/directory", - "OutputType": "IMicrosoftGraphDirectory", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectory" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -179986,18 +180104,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnit" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/administrativeUnits", + "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -180024,17 +180142,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnit", "Variants": [ "List" ], - "Uri": "/directory/administrativeUnits", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnit" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/administrativeUnits/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -180061,17 +180179,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitCount", "Variants": [ "Get" ], - "Uri": "/directory/administrativeUnits/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitCount" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/administrativeUnits/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -180098,55 +180216,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitDelta", "Variants": [ "Delta" ], - "Uri": "/directory/administrativeUnits/delta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryAdministrativeUnitExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", "Method": "GET", + "OutputType": "IMicrosoftGraphExtension", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryAdministrativeUnitExtension", "Variants": [ "List" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryAdministrativeUnitExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitExtensionCount" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -180173,30 +180291,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMember", "Variants": [ "List" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMember" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application", + "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -180223,30 +180341,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication", "Variants": [ "List" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device", + "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -180273,30 +180391,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice", "Variants": [ "List" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -180323,30 +180441,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup", "Variants": [ "List" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact", + "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -180373,30 +180491,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact", "Variants": [ "List" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", + "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -180423,67 +180541,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal", "Variants": [ "List" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser" + "ApiVersion": "v1.0" }, { - "Permissions": [ - { - "Name": "AdministrativeUnit.Read.All", - "Description": "Read administrative units", - "FullDescription": "Allows the app to read administrative units and administrative unit membership on your behalf.", - "IsAdmin": true - }, - { - "Name": "AdministrativeUnit.ReadWrite.All", - "Description": "Read and write administrative units", - "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", - "IsAdmin": true - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true - } - ], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser" - }, - { "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -180510,17 +180591,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser", "Variants": [ "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberByRef" - }, - { "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -180547,18 +180628,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberByRef", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberCount" - }, - { "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -180585,18 +180665,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsApplication" - }, - { "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -180623,56 +180703,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsDevice" + "ApiVersion": "v1.0" }, { - "Permissions": [ - { - "Name": "AdministrativeUnit.Read.All", - "Description": "Read administrative units", - "FullDescription": "Allows the app to read administrative units and administrative unit membership on your behalf.", - "IsAdmin": true - }, - { - "Name": "AdministrativeUnit.ReadWrite.All", - "Description": "Read and write administrative units", - "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", - "IsAdmin": true - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true - } - ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device/$count", "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group/$count", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsGroup" - }, - { "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -180699,56 +180741,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsOrgContact" + "ApiVersion": "v1.0" }, { - "Permissions": [ - { - "Name": "AdministrativeUnit.Read.All", - "Description": "Read administrative units", - "FullDescription": "Allows the app to read administrative units and administrative unit membership on your behalf.", - "IsAdmin": true - }, - { - "Name": "AdministrativeUnit.ReadWrite.All", - "Description": "Read and write administrative units", - "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", - "IsAdmin": true - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true - } - ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group/$count", "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsServicePrincipal" - }, - { "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -180775,18 +180779,132 @@ "IsAdmin": true } ], + "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsGroup", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" + }, + { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [ + { + "Name": "AdministrativeUnit.Read.All", + "Description": "Read administrative units", + "FullDescription": "Allows the app to read administrative units and administrative unit membership on your behalf.", + "IsAdmin": true + }, + { + "Name": "AdministrativeUnit.ReadWrite.All", + "Description": "Read and write administrative units", + "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", + "IsAdmin": true + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory.", + "IsAdmin": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", + "IsAdmin": true + } + ], + "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [ + { + "Name": "AdministrativeUnit.Read.All", + "Description": "Read administrative units", + "FullDescription": "Allows the app to read administrative units and administrative unit membership on your behalf.", + "IsAdmin": true + }, + { + "Name": "AdministrativeUnit.ReadWrite.All", + "Description": "Read and write administrative units", + "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", + "IsAdmin": true + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory.", + "IsAdmin": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", + "IsAdmin": true + } + ], + "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsServicePrincipal", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsUser" + "Permissions": [ + { + "Name": "AdministrativeUnit.Read.All", + "Description": "Read administrative units", + "FullDescription": "Allows the app to read administrative units and administrative unit membership on your behalf.", + "IsAdmin": true + }, + { + "Name": "AdministrativeUnit.ReadWrite.All", + "Description": "Read and write administrative units", + "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", + "IsAdmin": true + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory.", + "IsAdmin": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", + "IsAdmin": true + } + ], + "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsUser", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -180813,18 +180931,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "Method": "GET", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -180851,17 +180969,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", "Variants": [ "List" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -180888,18 +181006,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMemberCount" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/attributeSets/{attributeSet-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttributeSet", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -180914,18 +181032,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryAttributeSet", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/attributeSets/{attributeSet-id}", - "OutputType": "IMicrosoftGraphAttributeSet", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAttributeSet" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/attributeSets", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttributeSet", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -180940,17 +181058,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryAttributeSet", "Variants": [ "List" ], - "Uri": "/directory/attributeSets", - "OutputType": "IMicrosoftGraphAttributeSet", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAttributeSet" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/attributeSets/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -180965,17 +181083,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryAttributeSetCount", "Variants": [ "Get" ], - "Uri": "/directory/attributeSets/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAttributeSetCount" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -180990,18 +181108,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/customSecurityAttributeDefinitions", + "Method": "GET", + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -181016,17 +181134,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition", "Variants": [ "List" ], - "Uri": "/directory/customSecurityAttributeDefinitions", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAllowedValue", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -181041,18 +181159,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "OutputType": "IMicrosoftGraphAllowedValue", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", + "Method": "GET", + "OutputType": "IMicrosoftGraphAllowedValue", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -181067,17 +181185,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", "Variants": [ "List" ], - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", - "OutputType": "IMicrosoftGraphAllowedValue", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -181092,18 +181210,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValueCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValueCount" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/customSecurityAttributeDefinitions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -181118,427 +181236,427 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionCount", "Variants": [ "Get" ], - "Uri": "/directory/customSecurityAttributeDefinitions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryDeletedItem", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/deletedItems/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryDeletedItemAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/deletedItems/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemAsAdministrativeUnit" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryDeletedItemAsAdministrativeUnit", "Variants": [ "List" ], - "Uri": "/directory/deletedItems/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemAsAdministrativeUnit" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}/application", "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryDeletedItemAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/deletedItems/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemAsApplication" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/application", "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryDeletedItemAsApplication", "Variants": [ "List" ], - "Uri": "/directory/deletedItems/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemAsApplication" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryDeletedItemAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/deletedItems/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemAsDevice" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryDeletedItemAsDevice", "Variants": [ "List" ], - "Uri": "/directory/deletedItems/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemAsDevice" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryDeletedItemAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/deletedItems/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemAsGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryDeletedItemAsGroup", "Variants": [ "List" ], - "Uri": "/directory/deletedItems/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemAsGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryDeletedItemAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/deletedItems/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemAsServicePrincipal" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryDeletedItemAsServicePrincipal", "Variants": [ "List" ], - "Uri": "/directory/deletedItems/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemAsServicePrincipal" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryDeletedItemAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/deletedItems/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemAsUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryDeletedItemAsUser", "Variants": [ "List" ], - "Uri": "/directory/deletedItems/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemAsUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryDeletedItemById", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/directory/deletedItems/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemById" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get" - ], "Uri": "/directory/deletedItems/administrativeUnit/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemCountAsAdministrativeUnit" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemCountAsAdministrativeUnit", "Variants": [ "Get" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/deletedItems/application/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemCountAsApplication" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemCountAsApplication", "Variants": [ "Get" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/deletedItems/device/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemCountAsDevice" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemCountAsDevice", "Variants": [ "Get" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/deletedItems/group/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemCountAsGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemCountAsGroup", "Variants": [ "Get" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/deletedItems/servicePrincipal/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemCountAsServicePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemCountAsServicePrincipal", "Variants": [ "Get" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/deletedItems/user/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemCountAsUser" + "Permissions": [], + "Command": "Get-MgDirectoryDeletedItemCountAsUser", + "Variants": [ + "Get" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryDeletedItemMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemMemberGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryDeletedItemMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemMemberObject" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryFederationConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryFederationConfiguration" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/federationConfigurations", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryFederationConfiguration", "Variants": [ "List" ], - "Uri": "/directory/federationConfigurations", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryFederationConfiguration" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/federationConfigurations/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryFederationConfigurationCount", "Variants": [ "Get" ], - "Uri": "/directory/federationConfigurations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryFederationConfigurationCount" + "ApiVersion": "v1.0" }, { + "Uri": "/directoryObjects/{directoryObject-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "DirectoryObjects", "Permissions": { "Name": "Directory.Read.All", "Description": "Read directory data", "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directoryObjects/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "DirectoryObjects", - "Command": "Get-MgDirectoryObject" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directoryObjects", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "DirectoryObjects", + "Permissions": [], + "Command": "Get-MgDirectoryObject", "Variants": [ "List" ], - "Uri": "/directoryObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "DirectoryObjects", - "Command": "Get-MgDirectoryObject" + "ApiVersion": "v1.0" }, { + "Uri": "/directoryObjects/getAvailableExtensionProperties", + "Method": "POST", + "OutputType": "IMicrosoftGraphExtensionProperty", + "Module": "DirectoryObjects", "Permissions": { "Name": "Directory.Read.All", "Description": "Read directory data", "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true }, - "Method": "POST", + "Command": "Get-MgDirectoryObjectAvailableExtensionProperty", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/directoryObjects/getAvailableExtensionProperties", - "OutputType": "IMicrosoftGraphExtensionProperty", - "ApiVersion": "v1.0", - "Module": "DirectoryObjects", - "Command": "Get-MgDirectoryObjectAvailableExtensionProperty" + "ApiVersion": "v1.0" }, { + "Uri": "/directoryObjects/getByIds", + "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "DirectoryObjects", "Permissions": { "Name": "Directory.Read.All", "Description": "Read directory data", "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true }, - "Method": "POST", + "Command": "Get-MgDirectoryObjectById", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/directoryObjects/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "DirectoryObjects", - "Command": "Get-MgDirectoryObjectById" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directoryObjects/$count", "Method": "GET", + "OutputType": null, + "Module": "DirectoryObjects", + "Permissions": [], + "Command": "Get-MgDirectoryObjectCount", "Variants": [ "Get" ], - "Uri": "/directoryObjects/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DirectoryObjects", - "Command": "Get-MgDirectoryObjectCount" + "ApiVersion": "v1.0" }, { + "Uri": "/directoryObjects/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "DirectoryObjects", "Permissions": { "Name": "Directory.Read.All", "Description": "Read directory data", "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgDirectoryObjectDelta", "Variants": [ "Delta" ], - "Uri": "/directoryObjects/delta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "DirectoryObjects", - "Command": "Get-MgDirectoryObjectDelta" + "ApiVersion": "v1.0" }, { + "Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups", + "Method": "POST", + "OutputType": null, + "Module": "DirectoryObjects", "Permissions": [ { "Name": "Application.Read.All", @@ -181607,20 +181725,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Get-MgDirectoryObjectMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DirectoryObjects", - "Command": "Get-MgDirectoryObjectMemberGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects", + "Method": "POST", + "OutputType": null, + "Module": "DirectoryObjects", "Permissions": [ { "Name": "Application.Read.All", @@ -181695,33 +181813,33 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgDirectoryObjectMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DirectoryObjects", - "Command": "Get-MgDirectoryObjectMemberObject" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryOnPremiseSynchronization", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryOnPremiseSynchronization" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/onPremisesSynchronization", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "OnPremDirectorySynchronization.Read.All", @@ -181736,17 +181854,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryOnPremiseSynchronization", "Variants": [ "List" ], - "Uri": "/directory/onPremisesSynchronization", - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryOnPremiseSynchronization" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/onPremisesSynchronization/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "OnPremDirectorySynchronization.Read.All", @@ -181761,17 +181879,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryOnPremiseSynchronizationCount", "Variants": [ "Get" ], - "Uri": "/directory/onPremisesSynchronization/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryOnPremiseSynchronizationCount" + "ApiVersion": "v1.0" }, { + "Uri": "/directoryRoles/{directoryRole-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -181798,18 +181916,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directoryRoles/{directoryRole-id}", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRole" + "ApiVersion": "v1.0" }, { + "Uri": "/directoryRoles", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -181836,30 +181954,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryRole", "Variants": [ "List" ], - "Uri": "/directoryRoles", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directoryRoles/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryRoleById", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/directoryRoles/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleById" + "ApiVersion": "v1.0" }, { + "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -181886,18 +182004,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryRoleByRoleTemplateId", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleByRoleTemplateId" + "ApiVersion": "v1.0" }, { + "Uri": "/directoryRoles/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -181924,17 +182042,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryRoleCount", "Variants": [ "Get" ], - "Uri": "/directoryRoles/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleCount" + "ApiVersion": "v1.0" }, { + "Uri": "/directoryRoles/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -181961,17 +182079,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryRoleDelta", "Variants": [ "Delta" ], - "Uri": "/directoryRoles/delta", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleDelta" + "ApiVersion": "v1.0" }, { + "Uri": "/directoryRoles/{directoryRole-id}/members", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -181998,167 +182116,167 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryRoleMember", "Variants": [ "List" ], - "Uri": "/directoryRoles/{directoryRole-id}/members", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMember" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application", "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryRoleMemberAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberAsApplication" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/application", "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryRoleMemberAsApplication", "Variants": [ "List" ], - "Uri": "/directoryRoles/{directoryRole-id}/members/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberAsApplication" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryRoleMemberAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberAsDevice" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryRoleMemberAsDevice", "Variants": [ "List" ], - "Uri": "/directoryRoles/{directoryRole-id}/members/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberAsDevice" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryRoleMemberAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberAsGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryRoleMemberAsGroup", "Variants": [ "List" ], - "Uri": "/directoryRoles/{directoryRole-id}/members/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberAsGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact", "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryRoleMemberAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberAsOrgContact" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact", "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryRoleMemberAsOrgContact", "Variants": [ "List" ], - "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberAsOrgContact" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryRoleMemberAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberAsServicePrincipal" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryRoleMemberAsServicePrincipal", "Variants": [ "List" ], - "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberAsServicePrincipal" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryRoleMemberAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberAsUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryRoleMemberAsUser", "Variants": [ "List" ], - "Uri": "/directoryRoles/{directoryRole-id}/members/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberAsUser" + "ApiVersion": "v1.0" }, { + "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -182185,17 +182303,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberByRef", "Variants": [ "List" ], - "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/directoryRoles/{directoryRole-id}/members/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -182222,139 +182340,139 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directoryRoles/{directoryRole-id}/members/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/directoryRoles/{directoryRole-id}/members/application/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberCountAsApplication" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/members/device/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberCountAsDevice" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/members/group/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberCountAsGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberCountAsOrgContact" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberCountAsServicePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/members/user/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberCountAsUser" + "Permissions": [], + "Command": "Get-MgDirectoryRoleMemberCountAsUser", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryRoleMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryRoleMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberObject" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryRoleScopedMember", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleScopedMember" + "ApiVersion": "v1.0" }, { + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", + "Method": "GET", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -182381,17 +182499,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryRoleScopedMember", "Variants": [ "List" ], - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleScopedMember" + "ApiVersion": "v1.0" }, { + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -182418,18 +182536,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryRoleScopedMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleScopedMemberCount" + "ApiVersion": "v1.0" }, { + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -182456,18 +182574,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryRoleTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleTemplate" + "ApiVersion": "v1.0" }, { + "Uri": "/directoryRoleTemplates", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -182494,67 +182612,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryRoleTemplate", "Variants": [ "List" ], - "Uri": "/directoryRoleTemplates", - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleTemplate" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directoryRoleTemplates/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryRoleTemplateById", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/directoryRoleTemplates/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleTemplateById" + "ApiVersion": "v1.0" }, { - "Permissions": [ - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true - }, - { - "Name": "RoleManagement.Read.Directory", - "Description": "Read directory RBAC settings", - "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.", - "IsAdmin": true - }, - { - "Name": "RoleManagement.ReadWrite.Directory", - "Description": "Read and write directory RBAC settings", - "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", - "IsAdmin": true - } - ], - "Method": "GET", - "Variants": [ - "Get" - ], "Uri": "/directoryRoleTemplates/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleTemplateCount" - }, - { "Permissions": [ { "Name": "Directory.Read.All", @@ -182581,47 +182662,84 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDirectoryRoleTemplateCount", "Variants": [ - "Delta" + "Get" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/directoryRoleTemplates/delta", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleTemplateDelta" + "Permissions": [ + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory.", + "IsAdmin": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", + "IsAdmin": true + }, + { + "Name": "RoleManagement.Read.Directory", + "Description": "Read directory RBAC settings", + "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.", + "IsAdmin": true + }, + { + "Name": "RoleManagement.ReadWrite.Directory", + "Description": "Read and write directory RBAC settings", + "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", + "IsAdmin": true + } + ], + "Command": "Get-MgDirectoryRoleTemplateDelta", + "Variants": [ + "Delta" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryRoleTemplateMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleTemplateMemberGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDirectoryRoleTemplateMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleTemplateMemberObject" + "ApiVersion": "v1.0" }, { + "Uri": "/domains/{domain-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDomain", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -182642,18 +182760,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDomain", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/domains/{domain-id}", - "OutputType": "IMicrosoftGraphDomain", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDomain" + "ApiVersion": "v1.0" }, { + "Uri": "/domains", + "Method": "GET", + "OutputType": "IMicrosoftGraphDomain", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -182674,17 +182792,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDomain", "Variants": [ "List" ], - "Uri": "/domains", - "OutputType": "IMicrosoftGraphDomain", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDomain" + "ApiVersion": "v1.0" }, { + "Uri": "/domains/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -182705,17 +182823,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDomainCount", "Variants": [ "Get" ], - "Uri": "/domains/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDomainCount" + "ApiVersion": "v1.0" }, { + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Domain.Read.All", @@ -182730,56 +182848,56 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDomainFederationConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "OutputType": "IMicrosoftGraphInternalDomainFederation", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDomainFederationConfiguration" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/domains/{domain-id}/federationConfiguration", "Method": "GET", + "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDomainFederationConfiguration", "Variants": [ "List" ], - "Uri": "/domains/{domain-id}/federationConfiguration", - "OutputType": "IMicrosoftGraphInternalDomainFederation", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDomainFederationConfiguration" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/domains/{domain-id}/federationConfiguration/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDomainFederationConfigurationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/domains/{domain-id}/federationConfiguration/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDomainFederationConfigurationCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDomainNameReference", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDomainNameReference" + "ApiVersion": "v1.0" }, { + "Uri": "/domains/{domain-id}/domainNameReferences", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Domain.Read.All", @@ -182794,17 +182912,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDomainNameReference", "Variants": [ "List" ], - "Uri": "/domains/{domain-id}/domainNameReferences", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDomainNameReference" + "ApiVersion": "v1.0" }, { + "Uri": "/domains/{domain-id}/domainNameReferences/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Domain.Read.All", @@ -182819,31 +182937,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDomainNameReferenceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/domains/{domain-id}/domainNameReferences/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDomainNameReferenceCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDomainServiceConfigurationRecord", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", - "OutputType": "IMicrosoftGraphDomainDnsRecord", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDomainServiceConfigurationRecord" + "ApiVersion": "v1.0" }, { + "Uri": "/domains/{domain-id}/serviceConfigurationRecords", + "Method": "GET", + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Domain.Read.All", @@ -182858,17 +182976,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDomainServiceConfigurationRecord", "Variants": [ "List" ], - "Uri": "/domains/{domain-id}/serviceConfigurationRecords", - "OutputType": "IMicrosoftGraphDomainDnsRecord", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDomainServiceConfigurationRecord" + "ApiVersion": "v1.0" }, { + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Domain.Read.All", @@ -182883,31 +183001,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDomainServiceConfigurationRecordCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDomainServiceConfigurationRecordCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgDomainVerificationDnsRecord", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", - "OutputType": "IMicrosoftGraphDomainDnsRecord", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDomainVerificationDnsRecord" + "ApiVersion": "v1.0" }, { + "Uri": "/domains/{domain-id}/verificationDnsRecords", + "Method": "GET", + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Domain.Read.All", @@ -182922,17 +183040,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDomainVerificationDnsRecord", "Variants": [ "List" ], - "Uri": "/domains/{domain-id}/verificationDnsRecords", - "OutputType": "IMicrosoftGraphDomainDnsRecord", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDomainVerificationDnsRecord" + "ApiVersion": "v1.0" }, { + "Uri": "/domains/{domain-id}/verificationDnsRecords/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Domain.Read.All", @@ -182947,18 +183065,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgDomainVerificationDnsRecordCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/domains/{domain-id}/verificationDnsRecords/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDomainVerificationDnsRecordCount" + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDrive", + "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -182997,209 +183115,209 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgDrive", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDrive" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives", "Method": "GET", + "OutputType": "IMicrosoftGraphDrive", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgDrive", "Variants": [ "List" ], - "Uri": "/drives", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDrive" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgDriveBundle", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveBundle" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/drives/{drive-id}/bundles", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveBundle" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveBundle", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveBundleContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveBundleContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/bundles/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveBundleCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveBundleCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveContentTypeBase" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveContentTypeBase", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveContentTypeBaseType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveContentTypeBaseType", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveContentTypeBaseType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveContentTypeBaseType", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveContentTypeBaseTypeCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveContentTypeBaseTypeCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/following/{driveItem-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveFollowing" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveFollowing", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/following", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveFollowing" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveFollowing", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveFollowingContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveFollowingContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/following/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveFollowingCount" + "Permissions": [], + "Command": "Get-MgDriveFollowingCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -183250,30 +183368,30 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items", "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgDriveItem", "Variants": [ "List" ], - "Uri": "/drives/{drive-id}/items", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveItem" + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", + "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -183312,20 +183430,20 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgDriveItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveItemActivityByInterval" + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "Method": "GET", + "OutputType": "IMicrosoftGraphItemAnalytics", + "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -183364,68 +183482,68 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgDriveItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveItemAnalytic" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgDriveItemAnalyticItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveItemAnalyticItemActivityStat" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveItemAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveItemAnalyticItemActivityStat", "Variants": [ "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveItemAnalyticItemActivityStatActivity" + "Permissions": [], + "Command": "Get-MgDriveItemAnalyticItemActivityStatActivity", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", "Method": "GET", + "OutputType": null, + "Module": "Files", + "Permissions": [], + "Command": "Get-MgDriveItemAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveItemAnalyticItemActivityStatCount" + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -183464,18 +183582,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgDriveItemAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveItemAnalyticLastSevenDay" + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", + "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -183514,31 +183632,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgDriveItemAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveItemAnalyticTime" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgDriveItemChild", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveItemChild" + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", + "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -183577,30 +183695,30 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgDriveItemChild", "Variants": [ "List" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveItemChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "Method": "GET", + "OutputType": null, + "Module": "Files", + "Permissions": [], + "Command": "Get-MgDriveItemChildContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveItemChildContent" + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/$count", + "Method": "GET", + "OutputType": null, + "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -183639,18 +183757,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgDriveItemChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveItemChildCount" + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", + "Method": "GET", + "OutputType": null, + "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -183689,336 +183807,336 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveItemContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/drives/{drive-id}/items/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveItemCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveItemCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveItemCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveItemCreatedByUserMailboxSetting" + "Permissions": [], + "Command": "Get-MgDriveItemCreatedByUserMailboxSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgDriveItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveItemDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgDriveItemItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveItemItemLastModifiedByUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgDriveItemItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveItemItemLastModifiedByUserMailboxSetting" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgDriveItemLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveItemLastModifiedByUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgDriveItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveItemLastModifiedByUserMailboxSetting" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", "Method": "GET", + "OutputType": "IMicrosoftGraphListItem", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgDriveItemListItem", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", - "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveItemListItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgDriveItemListItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveItemListItemActivityByInterval" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveItemListItemAnalytic" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveItemListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveItemListItemCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveItemListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveItemListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveItemListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveItemListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveItemListItemDocumentSetVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveItemListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveItemListItemDocumentSetVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveItemListItemDocumentSetVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveItemListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveItemListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveItemListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveItemListItemDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveItemListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveItemListItemDriveItemContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveItemListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveItemListItemField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveItemListItemField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveItemListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveItemListItemVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveItemListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveItemListItemVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveItemListItemVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveItemListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveItemListItemVersionField" + "Permissions": [], + "Command": "Get-MgDriveItemListItemVersionField", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPermission", + "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -184057,18 +184175,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgDriveItemPermission", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveItemPermission" + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", + "Method": "GET", + "OutputType": "IMicrosoftGraphPermission", + "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -184107,17 +184225,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgDriveItemPermission", "Variants": [ "List" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveItemPermission" + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -184156,69 +184274,69 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgDriveItemPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveItemPermissionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSubscription", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgDriveItemSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveItemSubscription" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", "Method": "GET", + "OutputType": "IMicrosoftGraphSubscription", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgDriveItemSubscription", "Variants": [ "List" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveItemSubscription" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", "Method": "GET", + "OutputType": null, + "Module": "Files", + "Permissions": [], + "Command": "Get-MgDriveItemSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveItemSubscriptionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphThumbnailSet", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgDriveItemThumbnail", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveItemThumbnail" + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "Method": "GET", + "OutputType": "IMicrosoftGraphThumbnailSet", + "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -184257,17 +184375,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgDriveItemThumbnail", "Variants": [ "List" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveItemThumbnail" + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", + "Method": "GET", + "OutputType": null, + "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -184306,18 +184424,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgDriveItemThumbnailCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveItemThumbnailCount" + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -184356,18 +184474,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgDriveItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveItemVersion" + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", + "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -184406,17 +184524,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgDriveItemVersion", "Variants": [ "List" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveItemVersion" + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "Method": "GET", + "OutputType": null, + "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -184455,18 +184573,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgDriveItemVersionContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveItemVersionContent" + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -184505,845 +184623,845 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgDriveItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveItemVersionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/lastModifiedByUser", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgDriveLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/drives/{drive-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveLastModifiedByUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgDriveLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveLastModifiedByUserMailboxSetting" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/drives/{drive-id}/list", + "Method": "GET", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveList" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveList", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListColumn", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/columns", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListColumn", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/columns/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListColumnCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListColumnCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListColumnSourceColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListContentType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListContentType", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListContentType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListContentType", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListContentTypeColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListContentTypeColumn", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListContentTypeColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListContentTypeColumn", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListContentTypeColumnCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListContentTypeColumnLink", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListContentTypeColumnLink", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListContentTypeColumnLinkCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListContentTypeColumnPosition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListContentTypeColumnPosition", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListContentTypeColumnPosition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListContentTypeColumnPosition", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListContentTypeColumnPositionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListContentTypeColumnSourceColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListContentTypeCompatibleHubContentType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListContentTypeCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/drive", + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListDrive" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListDrive", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListItem", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items", + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListItem" + "Permissions": [], + "Command": "Get-MgDriveListItem", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgDriveListItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveListItemActivityByInterval" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics", + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListItemAnalytic" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListItemCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListItemCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListItemCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListItemDocumentSetVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListItemDocumentSetVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListItemDocumentSetVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListItemDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListItemDriveItemContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListItemField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListItemField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListItemVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListItemVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListItemVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListItemVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListOperation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListOperation", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/operations", + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListOperation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListOperation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/operations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListOperationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListOperationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListSubscription", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/subscriptions", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListSubscription", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/subscriptions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveListSubscriptionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveListSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRoot" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRoot", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/getActivitiesByInterval", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootActivityByInterval" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootActivityByInterval", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/analytics", + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootAnalytic" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootAnalytic", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootAnalyticItemActivityStat", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootAnalyticItemActivityStat", "Variants": [ "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootAnalyticItemActivityStatActivity" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootAnalyticItemActivityStatActivity", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootAnalyticItemActivityStatCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/analytics/lastSevenDays", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootAnalyticLastSevenDay" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/analytics/allTime", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootAnalyticTime" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/children/{driveItem-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootChild" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootChild", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/children", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootChild" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootChild", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootChildContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootChildContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/children/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootChildCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootChildCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootCreatedByUserMailboxSetting" + "Permissions": [], + "Command": "Get-MgDriveRootCreatedByUserMailboxSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/root/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -185382,496 +185500,496 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgDriveRootDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Uri": "/drives/{drive-id}/root/delta", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgDriveRootDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootItemLastModifiedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/lastModifiedByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootLastModifiedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem", + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootListItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootListItem", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootListItemActivityByInterval" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootListItemActivityByInterval", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/analytics", + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootListItemAnalytic" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootListItemCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootListItemDocumentSetVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootListItemDocumentSetVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootListItemDocumentSetVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/driveItem", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootListItemDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootListItemDriveItemContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootListItemField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootListItemField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootListItemVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootListItemVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootListItemVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootListItemVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootPermission" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootPermission", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/permissions", + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootPermission" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootPermission", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/permissions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootPermissionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootSubscription", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/subscriptions", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootSubscription", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/subscriptions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootSubscriptionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootThumbnail" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootThumbnail", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/thumbnails", + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootThumbnail" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootThumbnail", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/thumbnails/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootThumbnailCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootThumbnailCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/versions", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootVersionContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootVersionContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/versions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveRootVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveRootVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/special/{driveItem-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveSpecial" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveSpecial", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/special", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveSpecial" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveSpecial", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveSpecialContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgDriveSpecialContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/special/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgDriveSpecialCount" + "Permissions": [], + "Command": "Get-MgDriveSpecialCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationClass", + "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -185892,18 +186010,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClass", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClass" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationClass", + "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -185924,17 +186042,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClass", "Variants": [ "List" ], - "Uri": "/education/classes", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClass" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -185985,18 +186103,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClassAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -186047,17 +186165,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClassAssignment", "Variants": [ "List" ], - "Uri": "/education/classes/{educationClass-id}/assignments", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationCategory", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -186108,18 +186226,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClassAssignmentCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentCategory" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignmentCategories", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationCategory", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -186170,18 +186288,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClassAssignmentCategory", "Variants": [ "List", "List1" ], - "Uri": "/education/classes/{educationClass-id}/assignmentCategories", - "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentCategory" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -186232,17 +186350,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClassAssignmentCategoryByRef", "Variants": [ "List" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentCategoryByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/$count", + "Method": "GET", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -186293,20 +186411,20 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClassAssignmentCategoryCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentCategoryCount" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationCategory", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -186357,20 +186475,20 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClassAssignmentCategoryDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta", - "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentCategoryDelta" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -186421,18 +186539,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClassAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentCount" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -186483,18 +186601,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClassAssignmentDefault", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentDefault" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -186545,18 +186663,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClassAssignmentDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/delta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentDelta" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -186607,18 +186725,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClassAssignmentResource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentResource" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -186669,17 +186787,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClassAssignmentResource", "Variants": [ "List" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentResource" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count", + "Method": "GET", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -186730,18 +186848,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClassAssignmentResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentResourceCount" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationRubric", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -186792,18 +186910,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClassAssignmentRubric", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentRubric" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -186854,18 +186972,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClassAssignmentRubricByRef", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentRubricByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignmentSettings", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationAssignmentSettings", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -186916,18 +187034,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignmentSettings", - "OutputType": "IMicrosoftGraphEducationAssignmentSettings", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentSetting" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -186978,18 +187096,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmission", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentSubmission" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -187040,17 +187158,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmission", "Variants": [ "List" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentSubmission" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -187101,31 +187219,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentSubmissionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphEducationOutcome", + "Module": "Education", + "Permissions": [], + "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentSubmissionOutcome" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationOutcome", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -187176,17 +187294,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", "Variants": [ "List" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentSubmissionOutcome" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", + "Method": "GET", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -187237,18 +187355,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmissionOutcomeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentSubmissionOutcomeCount" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -187299,18 +187417,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmissionResource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentSubmissionResource" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -187361,17 +187479,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmissionResource", "Variants": [ "List" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentSubmissionResource" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", + "Method": "GET", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -187422,18 +187540,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmissionResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentSubmissionResourceCount" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -187484,18 +187602,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -187546,17 +187664,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", "Variants": [ "List" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", + "Method": "GET", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -187607,18 +187725,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResourceCount" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/$count", + "Method": "GET", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -187639,17 +187757,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClassCount", "Variants": [ "Get" ], - "Uri": "/education/classes/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassCount" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationClass", + "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read", @@ -187688,17 +187806,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClassDelta", "Variants": [ "Delta" ], - "Uri": "/education/classes/delta", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassDelta" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/group", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Education", "Permissions": [ { "Name": "Directory.Read.All", @@ -187737,55 +187855,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClassGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [ - { - "Name": "EduRoster.Read.All", - "Description": "Read the organization's roster", - "FullDescription": "Allows the app to read the structure of schools and classes in the organization's roster and education-specific information about all users to be read.", - "IsAdmin": false - }, - { - "Name": "EduRoster.ReadBasic", - "Description": "View a limited subset of your school, class and user information", - "FullDescription": "Allows the app to view minimal  information about both schools and classes in your organization and education-related information about you and other users on your behalf.", - "IsAdmin": true - }, - { - "Name": "EduRoster.ReadWrite.All", - "Description": "Read and write the organization's roster", - "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", - "IsAdmin": false - }, - { - "Name": "Member.Read.Hidden", - "Description": "Read all hidden memberships", - "FullDescription": "Allows the app to read the memberships of hidden groups and administrative units without a signed-in user.", - "IsAdmin": false - } - ], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/education/classes/{educationClass-id}/members", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationClassMember" - }, - { "Permissions": [ { "Name": "EduRoster.Read.All", @@ -187812,17 +187893,54 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClassMember", "Variants": [ "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/classes/{educationClass-id}/members/$ref", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationClassMemberByRef" + "Permissions": [ + { + "Name": "EduRoster.Read.All", + "Description": "Read the organization's roster", + "FullDescription": "Allows the app to read the structure of schools and classes in the organization's roster and education-specific information about all users to be read.", + "IsAdmin": false + }, + { + "Name": "EduRoster.ReadBasic", + "Description": "View a limited subset of your school, class and user information", + "FullDescription": "Allows the app to view minimal  information about both schools and classes in your organization and education-related information about you and other users on your behalf.", + "IsAdmin": true + }, + { + "Name": "EduRoster.ReadWrite.All", + "Description": "Read and write the organization's roster", + "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", + "IsAdmin": false + }, + { + "Name": "Member.Read.Hidden", + "Description": "Read all hidden memberships", + "FullDescription": "Allows the app to read the memberships of hidden groups and administrative units without a signed-in user.", + "IsAdmin": false + } + ], + "Command": "Get-MgEducationClassMemberByRef", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/members/$count", + "Method": "GET", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -187849,31 +187967,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClassMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/members/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassMemberCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSchool", + "Module": "Education", + "Permissions": [], + "Command": "Get-MgEducationClassSchool", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassSchool" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/schools", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSchool", + "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -187894,17 +188012,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClassSchool", "Variants": [ "List" ], - "Uri": "/education/classes/{educationClass-id}/schools", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassSchool" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/schools/$count", + "Method": "GET", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -187925,18 +188043,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClassSchoolCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/schools/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassSchoolCount" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/teachers", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationUser", + "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -187957,17 +188075,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClassTeacher", "Variants": [ "List" ], - "Uri": "/education/classes/{educationClass-id}/teachers", - "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassTeacher" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/teachers/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -187988,17 +188106,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClassTeacherByRef", "Variants": [ "List" ], - "Uri": "/education/classes/{educationClass-id}/teachers/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassTeacherByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/teachers/$count", + "Method": "GET", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -188019,18 +188137,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationClassTeacherCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/teachers/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationClassTeacherCount" + "ApiVersion": "v1.0" }, { + "Uri": "/education/me", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationUser", + "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -188051,30 +188169,30 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationMe", "Variants": [ "Get" ], - "Uri": "/education/me", - "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationMe" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Module": "Education", + "Permissions": [], + "Command": "Get-MgEducationMeAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/me/assignments/{educationAssignment-id}", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationMeAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/education/me/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -188125,67 +188243,67 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationMeAssignment", "Variants": [ "List" ], - "Uri": "/education/me/assignments", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationMeAssignment" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/education/me/assignments/{educationAssignment-id}/categories", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationMeAssignmentCategory" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEducationMeAssignmentCategory", "Variants": [ "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationMeAssignmentCategoryByRef" + "Permissions": [], + "Command": "Get-MgEducationMeAssignmentCategoryByRef", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$count", "Method": "GET", + "OutputType": null, + "Module": "Education", + "Permissions": [], + "Command": "Get-MgEducationMeAssignmentCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationMeAssignmentCategoryCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphEducationCategory", + "Module": "Education", + "Permissions": [], + "Command": "Get-MgEducationMeAssignmentCategoryDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta", - "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationMeAssignmentCategoryDelta" + "ApiVersion": "v1.0" }, { + "Uri": "/education/me/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -188236,258 +188354,258 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationMeAssignmentCount", "Variants": [ "Get" ], - "Uri": "/education/me/assignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationMeAssignmentCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/me/assignments/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Module": "Education", + "Permissions": [], + "Command": "Get-MgEducationMeAssignmentDelta", "Variants": [ "Delta" ], - "Uri": "/education/me/assignments/delta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationMeAssignmentDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Module": "Education", + "Permissions": [], + "Command": "Get-MgEducationMeAssignmentResource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationMeAssignmentResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/education/me/assignments/{educationAssignment-id}/resources", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationMeAssignmentResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEducationMeAssignmentResource", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/resources/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationMeAssignmentResourceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEducationMeAssignmentResourceCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationMeAssignmentRubric" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEducationMeAssignmentRubric", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationMeAssignmentRubricByRef" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEducationMeAssignmentRubricByRef", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationMeAssignmentSubmission" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEducationMeAssignmentSubmission", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationMeAssignmentSubmission" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEducationMeAssignmentSubmission", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationMeAssignmentSubmissionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEducationMeAssignmentSubmissionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationMeAssignmentSubmissionOutcome" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationMeAssignmentSubmissionOutcome" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationMeAssignmentSubmissionOutcomeCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEducationMeAssignmentSubmissionOutcomeCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationMeAssignmentSubmissionResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEducationMeAssignmentSubmissionResource", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationMeAssignmentSubmissionResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEducationMeAssignmentSubmissionResource", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationMeAssignmentSubmissionResourceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEducationMeAssignmentSubmissionResourceCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResourceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResourceCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/classes/{educationClass-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationMeClass" + "Permissions": [], + "Command": "Get-MgEducationMeClass", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/education/me/classes", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationClass", + "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -188508,17 +188626,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationMeClass", "Variants": [ "List" ], - "Uri": "/education/me/classes", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationMeClass" + "ApiVersion": "v1.0" }, { + "Uri": "/education/me/classes/$count", + "Method": "GET", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -188539,17 +188657,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationMeClassCount", "Variants": [ "Get" ], - "Uri": "/education/me/classes/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationMeClassCount" + "ApiVersion": "v1.0" }, { + "Uri": "/education/me/rubrics/{educationRubric-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationRubric", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -188576,18 +188694,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgEducationMeRubric", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/me/rubrics/{educationRubric-id}", - "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationMeRubric" + "ApiVersion": "v1.0" }, { + "Uri": "/education/me/rubrics", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationRubric", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -188614,17 +188732,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgEducationMeRubric", "Variants": [ "List" ], - "Uri": "/education/me/rubrics", - "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationMeRubric" + "ApiVersion": "v1.0" }, { + "Uri": "/education/me/rubrics/$count", + "Method": "GET", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -188651,30 +188769,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgEducationMeRubricCount", "Variants": [ "Get" ], - "Uri": "/education/me/rubrics/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationMeRubricCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/me/schools/{educationSchool-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSchool", + "Module": "Education", + "Permissions": [], + "Command": "Get-MgEducationMeSchool", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/me/schools/{educationSchool-id}", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationMeSchool" + "ApiVersion": "v1.0" }, { + "Uri": "/education/me/schools", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSchool", + "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -188695,17 +188813,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationMeSchool", "Variants": [ "List" ], - "Uri": "/education/me/schools", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationMeSchool" + "ApiVersion": "v1.0" }, { + "Uri": "/education/me/schools/$count", + "Method": "GET", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -188726,30 +188844,30 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationMeSchoolCount", "Variants": [ "Get" ], - "Uri": "/education/me/schools/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationMeSchoolCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/me/taughtClasses/{educationClass-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphEducationClass", + "Module": "Education", + "Permissions": [], + "Command": "Get-MgEducationMeTaughtClass", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/me/taughtClasses/{educationClass-id}", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationMeTaughtClass" + "ApiVersion": "v1.0" }, { + "Uri": "/education/me/taughtClasses", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationClass", + "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -188770,17 +188888,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationMeTaughtClass", "Variants": [ "List" ], - "Uri": "/education/me/taughtClasses", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationMeTaughtClass" + "ApiVersion": "v1.0" }, { + "Uri": "/education/me/taughtClasses/$count", + "Method": "GET", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -188801,17 +188919,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationMeTaughtClassCount", "Variants": [ "Get" ], - "Uri": "/education/me/taughtClasses/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationMeTaughtClassCount" + "ApiVersion": "v1.0" }, { + "Uri": "/education/me/user", + "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Education", "Permissions": [ { "Name": "Directory.Read.All", @@ -188856,41 +188974,41 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationMeUser", "Variants": [ "Get" ], - "Uri": "/education/me/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationMeUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get" - ], "Uri": "/education/me/user/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationMeUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEducationMeUserMailboxSetting", "Variants": [ "Get" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationRoot", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationRoot" + "Permissions": [], + "Command": "Get-MgEducationRoot", + "Variants": [ + "Get" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/education/schools/{educationSchool-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSchool", + "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -188911,18 +189029,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationSchool", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/schools/{educationSchool-id}", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationSchool" + "ApiVersion": "v1.0" }, { + "Uri": "/education/schools", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSchool", + "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -188943,17 +189061,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationSchool", "Variants": [ "List" ], - "Uri": "/education/schools", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationSchool" + "ApiVersion": "v1.0" }, { + "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", + "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Education", "Permissions": [ { "Name": "Directory.Read.All", @@ -188992,18 +189110,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationSchoolAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationSchoolAdministrativeUnit" + "ApiVersion": "v1.0" }, { + "Uri": "/education/schools/{educationSchool-id}/classes", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationClass", + "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -189024,17 +189142,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationSchoolClass", "Variants": [ "List" ], - "Uri": "/education/schools/{educationSchool-id}/classes", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationSchoolClass" + "ApiVersion": "v1.0" }, { + "Uri": "/education/schools/{educationSchool-id}/classes/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -189055,17 +189173,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationSchoolClassByRef", "Variants": [ "List" ], - "Uri": "/education/schools/{educationSchool-id}/classes/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationSchoolClassByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/education/schools/{educationSchool-id}/classes/$count", + "Method": "GET", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -189086,18 +189204,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationSchoolClassCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/schools/{educationSchool-id}/classes/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationSchoolClassCount" + "ApiVersion": "v1.0" }, { + "Uri": "/education/schools/$count", + "Method": "GET", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -189118,17 +189236,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationSchoolCount", "Variants": [ "Get" ], - "Uri": "/education/schools/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationSchoolCount" + "ApiVersion": "v1.0" }, { + "Uri": "/education/schools/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSchool", + "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read", @@ -189173,17 +189291,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationSchoolDelta", "Variants": [ "Delta" ], - "Uri": "/education/schools/delta", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationSchoolDelta" + "ApiVersion": "v1.0" }, { + "Uri": "/education/schools/{educationSchool-id}/users", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationUser", + "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -189198,17 +189316,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationSchoolUser", "Variants": [ "List" ], - "Uri": "/education/schools/{educationSchool-id}/users", - "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationSchoolUser" + "ApiVersion": "v1.0" }, { + "Uri": "/education/schools/{educationSchool-id}/users/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -189223,17 +189341,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationSchoolUserByRef", "Variants": [ "List" ], - "Uri": "/education/schools/{educationSchool-id}/users/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationSchoolUserByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/education/schools/{educationSchool-id}/users/$count", + "Method": "GET", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -189248,18 +189366,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationSchoolUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/schools/{educationSchool-id}/users/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationSchoolUserCount" + "ApiVersion": "v1.0" }, { + "Uri": "/education/users/{educationUser-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationUser", + "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -189280,20 +189398,20 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/education/users/{educationUser-id}", - "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationUser" + "ApiVersion": "v1.0" }, { + "Uri": "/education/users", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationUser", + "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -189308,141 +189426,30 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationUser", "Variants": [ "List" ], - "Uri": "/education/users", - "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationUserAssignment" - }, - { - "Permissions": [ - { - "Name": "EduAssignments.Read", - "Description": "View your assignments and grades", - "FullDescription": "Allows the app to view your assignments on your behalf including grades.", - "IsAdmin": true - }, - { - "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 - }, - { - "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 - }, - { - "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 - }, - { - "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 - }, - { - "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 - }, - { - "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 - }, - { - "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 - } - ], "Method": "GET", - "Variants": [ - "List" - ], - "Uri": "/education/users/{educationUser-id}/assignments", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationUserAssignment" - }, - { "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", - "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationUserAssignmentCategory" - }, - { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationUserAssignmentCategoryByRef" - }, - { - "Permissions": [], - "Method": "GET", + "Command": "Get-MgEducationUserAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationUserAssignmentCategoryCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments", "Method": "GET", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta", - "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", "Module": "Education", - "Command": "Get-MgEducationUserAssignmentCategoryDelta" - }, - { "Permissions": [ { "Name": "EduAssignments.Read", @@ -189493,260 +189500,371 @@ "IsAdmin": false } ], + "Command": "Get-MgEducationUserAssignment", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" + }, + { + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", "Method": "GET", + "OutputType": "IMicrosoftGraphEducationCategory", + "Module": "Education", + "Permissions": [], + "Command": "Get-MgEducationUserAssignmentCategory", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Uri": "/education/users/{educationUser-id}/assignments/$count", + "ApiVersion": "v1.0" + }, + { + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationUserAssignmentCount" + "Permissions": [], + "Command": "Get-MgEducationUserAssignmentCategoryByRef", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count", + "Method": "GET", + "OutputType": null, + "Module": "Education", "Permissions": [], + "Command": "Get-MgEducationUserAssignmentCategoryCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" + }, + { + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphEducationCategory", + "Module": "Education", + "Permissions": [], + "Command": "Get-MgEducationUserAssignmentCategoryDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/education/users/{educationUser-id}/assignments/delta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationUserAssignmentDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/$count", "Method": "GET", + "OutputType": null, + "Module": "Education", + "Permissions": [ + { + "Name": "EduAssignments.Read", + "Description": "View your assignments and grades", + "FullDescription": "Allows the app to view your assignments on your behalf including grades.", + "IsAdmin": true + }, + { + "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 + }, + { + "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 + }, + { + "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 + }, + { + "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 + }, + { + "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 + }, + { + "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 + }, + { + "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 + } + ], + "Command": "Get-MgEducationUserAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationUserAssignmentResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Module": "Education", + "Permissions": [], + "Command": "Get-MgEducationUserAssignmentDelta", "Variants": [ - "List" + "Delta", + "DeltaViaIdentity" ], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationUserAssignmentResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Module": "Education", + "Permissions": [], + "Command": "Get-MgEducationUserAssignmentResource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationUserAssignmentResourceCount" + "ApiVersion": "v1.0" }, { + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Module": "Education", "Permissions": [], + "Command": "Get-MgEducationUserAssignmentResource", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" + }, + { + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count", "Method": "GET", + "OutputType": null, + "Module": "Education", + "Permissions": [], + "Command": "Get-MgEducationUserAssignmentResourceCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationUserAssignmentRubric" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEducationUserAssignmentRubric", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationUserAssignmentRubricByRef" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEducationUserAssignmentRubricByRef", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationUserAssignmentSubmission" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEducationUserAssignmentSubmission", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationUserAssignmentSubmission" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEducationUserAssignmentSubmission", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationUserAssignmentSubmissionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEducationUserAssignmentSubmissionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationUserAssignmentSubmissionOutcome" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationUserAssignmentSubmissionOutcome" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationUserAssignmentSubmissionOutcomeCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEducationUserAssignmentSubmissionOutcomeCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationUserAssignmentSubmissionResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEducationUserAssignmentSubmissionResource", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationUserAssignmentSubmissionResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEducationUserAssignmentSubmissionResource", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationUserAssignmentSubmissionResourceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEducationUserAssignmentSubmissionResourceCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResourceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResourceCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationUserClass" + "Permissions": [], + "Command": "Get-MgEducationUserClass", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/education/users/{educationUser-id}/classes", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationClass", + "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -189767,17 +189885,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationUserClass", "Variants": [ "List" ], - "Uri": "/education/users/{educationUser-id}/classes", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationUserClass" + "ApiVersion": "v1.0" }, { + "Uri": "/education/users/{educationUser-id}/classes/$count", + "Method": "GET", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -189798,18 +189916,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationUserClassCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/users/{educationUser-id}/classes/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationUserClassCount" + "ApiVersion": "v1.0" }, { + "Uri": "/education/users/$count", + "Method": "GET", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -189824,17 +189942,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationUserCount", "Variants": [ "Get" ], - "Uri": "/education/users/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationUserCount" + "ApiVersion": "v1.0" }, { + "Uri": "/education/users/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationUser", + "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read", @@ -189879,81 +189997,81 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationUserDelta", "Variants": [ "Delta" ], - "Uri": "/education/users/delta", - "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationUserDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Education", + "Permissions": [], + "Command": "Get-MgEducationUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationUserMailboxSetting" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphEducationRubric", + "Module": "Education", + "Permissions": [], + "Command": "Get-MgEducationUserRubric", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", - "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationUserRubric" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/users/{educationUser-id}/rubrics", "Method": "GET", + "OutputType": "IMicrosoftGraphEducationRubric", + "Module": "Education", + "Permissions": [], + "Command": "Get-MgEducationUserRubric", "Variants": [ "List" ], - "Uri": "/education/users/{educationUser-id}/rubrics", - "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationUserRubric" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/users/{educationUser-id}/rubrics/$count", "Method": "GET", + "OutputType": null, + "Module": "Education", + "Permissions": [], + "Command": "Get-MgEducationUserRubricCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/users/{educationUser-id}/rubrics/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationUserRubricCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSchool", + "Module": "Education", + "Permissions": [], + "Command": "Get-MgEducationUserSchool", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationUserSchool" + "ApiVersion": "v1.0" }, { + "Uri": "/education/users/{educationUser-id}/schools", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSchool", + "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -189974,17 +190092,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationUserSchool", "Variants": [ "List" ], - "Uri": "/education/users/{educationUser-id}/schools", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationUserSchool" + "ApiVersion": "v1.0" }, { + "Uri": "/education/users/{educationUser-id}/schools/$count", + "Method": "GET", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -190005,31 +190123,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationUserSchoolCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/users/{educationUser-id}/schools/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationUserSchoolCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphEducationClass", + "Module": "Education", + "Permissions": [], + "Command": "Get-MgEducationUserTaughtClass", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationUserTaughtClass" + "ApiVersion": "v1.0" }, { + "Uri": "/education/users/{educationUser-id}/taughtClasses", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationClass", + "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -190050,17 +190168,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationUserTaughtClass", "Variants": [ "List" ], - "Uri": "/education/users/{educationUser-id}/taughtClasses", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationUserTaughtClass" + "ApiVersion": "v1.0" }, { + "Uri": "/education/users/{educationUser-id}/taughtClasses/$count", + "Method": "GET", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -190081,18 +190199,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgEducationUserTaughtClassCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/education/users/{educationUser-id}/taughtClasses/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Get-MgEducationUserTaughtClassCount" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackage", + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -190107,18 +190225,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAccessPackage" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackage", + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -190133,17 +190251,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackage", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages", - "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAccessPackage" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", + "Method": "POST", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements", + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -190158,30 +190276,30 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgEntitlementManagementAccessPackageApplicablePolicyRequirement", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAccessPackageApplicablePolicyRequirement" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalCount" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphApprovalStage", + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -190196,18 +190314,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", - "OutputType": "IMicrosoftGraphApprovalStage", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", + "Method": "GET", + "OutputType": "IMicrosoftGraphApprovalStage", + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -190222,17 +190340,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", - "OutputType": "IMicrosoftGraphApprovalStage", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -190247,56 +190365,56 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStageCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/catalog", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementAccessPackageCatalog", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/catalog", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAccessPackageCatalog" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -190311,17 +190429,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAccessPackageCount" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackage", + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -190336,17 +190454,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages", - "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -190361,17 +190479,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -190386,17 +190504,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroup", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -190411,30 +190529,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackage", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", - "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackage", + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -190449,17 +190567,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", - "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -190474,18 +190592,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/assignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -190500,17 +190618,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignment", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/assignments", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/assignments/additionalAccess", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -190525,19 +190643,19 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentAdditional", "Variants": [ "Access", "Access1", "AccessViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/assignments/additionalAccess", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignmentAdditional" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/assignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -190552,17 +190670,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/entitlementManagement/assignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignmentCount" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -190577,20 +190695,20 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentPolicy", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignmentPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -190605,43 +190723,43 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentPolicy", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignmentPolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackage", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementAssignmentPolicyAccessPackage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage", - "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignmentPolicyAccessPackage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/catalog", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementAssignmentPolicyCatalog", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/catalog", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignmentPolicyCatalog" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -190656,106 +190774,106 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentPolicyCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignmentPolicyCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}/customExtension", + "Method": "GET", "OutputType": "IMicrosoftGraphCustomCalloutExtension", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCustomExtension" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCustomExtension", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageQuestion", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageQuestion", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion" + "Permissions": [], + "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestionCount" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -190770,18 +190888,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignmentRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -190796,17 +190914,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentRequest", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignmentRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -190821,17 +190939,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentRequestCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignmentRequestCount" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -190846,18 +190964,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalog", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalog" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/catalogs", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -190872,30 +190990,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalog", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalog" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogAccessPackageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogAccessPackageCount" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/catalogs/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -190910,108 +191028,108 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions", "Method": "GET", + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtension", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtensionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogResource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", - "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogResource", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources", - "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceEnvironment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogResourceRole", "Variants": [ "Get", "Get1", @@ -191020,29 +191138,29 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogResourceRole", "Variants": [ "List", "List1", "List2" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogResourceRoleCount", "Variants": [ "Get", "Get1", @@ -191051,156 +191169,156 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceRoleCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResource", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceEnvironment", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceEnvironment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScope", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScope" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScope", "Variants": [ "List", "List1" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScope" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceEnvironment", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceEnvironment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRoleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRoleCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogResourceScope", "Variants": [ "Get", "Get1", @@ -191209,29 +191327,29 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceScope" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogResourceScope", "Variants": [ "List", "List1", "List2" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceScope" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogResourceScopeCount", "Variants": [ "Get", "Get1", @@ -191240,154 +191358,154 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceScopeCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResource", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceEnvironment", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceEnvironment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRole", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRole", "Variants": [ "List", "List1" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceEnvironment", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceEnvironment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScopeCount" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphConnectedOrganization", + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -191402,18 +191520,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgEntitlementManagementConnectedOrganization", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", - "OutputType": "IMicrosoftGraphConnectedOrganization", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementConnectedOrganization" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", + "Method": "GET", + "OutputType": "IMicrosoftGraphConnectedOrganization", + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -191428,17 +191546,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgEntitlementManagementConnectedOrganization", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", - "OutputType": "IMicrosoftGraphConnectedOrganization", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementConnectedOrganization" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -191453,17 +191571,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgEntitlementManagementConnectedOrganizationCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementConnectedOrganizationCount" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -191478,32 +191596,32 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsor", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsor" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorById", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorById" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -191518,17 +191636,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -191543,31 +191661,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/delta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorDelta" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -191582,32 +191700,32 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsor", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsor" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorById", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorById" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -191622,17 +191740,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -191647,70 +191765,70 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/delta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementResource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", - "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementResource", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/resources", - "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementResourceCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/entitlementManagement/resources/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementResourceEnvironment", "Variants": [ "Get", "Get1", @@ -191719,498 +191837,498 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementResourceEnvironment", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementResourceEnvironmentCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementResourceEnvironmentResource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", - "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResource", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRole" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRole", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRole" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRole", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResource", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceEnvironment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResourceEnvironment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScope", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScope", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResource", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceEnvironment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResourceEnvironment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequest", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequest", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageCatalog", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalog" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalog", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/{accessPackage-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackage", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackage", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackageCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackageCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphCustomCalloutExtension", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions", + "Method": "GET", "OutputType": "IMicrosoftGraphCustomCalloutExtension", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtensionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResource", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResource", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceEnvironment" + "Permissions": [], + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceEnvironment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRole", "Variants": [ "Get", "Get1", @@ -192219,29 +192337,29 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRole", "Variants": [ "List", "List1", "List2" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleCount", "Variants": [ "Get", "Get1", @@ -192250,156 +192368,156 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceEnvironment", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceEnvironment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", "Variants": [ "List", "List1" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceEnvironment", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceEnvironment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRoleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRoleCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScope", "Variants": [ "Get", "Get1", @@ -192408,29 +192526,29 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScope" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScope", "Variants": [ "List", "List1", "List2" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScope" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeCount", "Variants": [ "Get", "Get1", @@ -192439,1086 +192557,1086 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceEnvironment", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceEnvironment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", "Variants": [ "List", "List1" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceEnvironment", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceEnvironment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", "Variants": [ "List" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScopeCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get" - ], "Uri": "/identityGovernance/entitlementManagement/resourceRequests/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCount", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResource", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceEnvironment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceRole" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRole", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceRole" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRole", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResource", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceEnvironment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResourceEnvironment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScope", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScope", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResource", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceEnvironment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResourceEnvironment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRole" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRole", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRole" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRole", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleResource", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleResourceEnvironment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleResourceScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleResourceScope", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleResourceScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleResourceScope", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeResource", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeResourceEnvironment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScope", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScope", "Variants": [ - "Get" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeCount", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResource", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceEnvironment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRole" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRole", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRole" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRole", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResource", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceEnvironment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScopeCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScopeCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScope", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScope", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScopeCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScopeCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRole" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRole", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResource", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceEnvironment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRoleCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRoleCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceEnvironment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRoleCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRoleCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceScope", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceScope", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceScopeCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceScopeCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceScopeResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceScopeResource", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceScopeResourceEnvironment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceScopeResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceScopeResourceRole" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceScopeResourceRole", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceScopeResourceRole" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceScopeResourceRole", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleResource", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleResourceEnvironment" + "Permissions": [], + "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleResourceEnvironment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/settings", + "Method": "GET", + "OutputType": "IMicrosoftGraphEntitlementManagementSettings", + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -193533,29 +193651,29 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgEntitlementManagementSetting", "Variants": [ "Get" ], - "Uri": "/identityGovernance/entitlementManagement/settings", - "OutputType": "IMicrosoftGraphEntitlementManagementSettings", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementSetting" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/external", "Method": "GET", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Module": "Search", + "Permissions": [], + "Command": "Get-MgExternal", "Variants": [ "Get" ], - "Uri": "/external", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "Get-MgExternal" + "ApiVersion": "v1.0" }, { + "Uri": "/external/connections/{externalConnection-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Module": "Search", "Permissions": [ { "Name": "ExternalConnection.Read.All", @@ -193576,18 +193694,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgExternalConnection", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/external/connections/{externalConnection-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "Get-MgExternalConnection" + "ApiVersion": "v1.0" }, { + "Uri": "/external/connections", + "Method": "GET", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Module": "Search", "Permissions": [ { "Name": "ExternalConnection.Read.All", @@ -193608,17 +193726,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgExternalConnection", "Variants": [ "List" ], - "Uri": "/external/connections", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "Get-MgExternalConnection" + "ApiVersion": "v1.0" }, { + "Uri": "/external/connections/$count", + "Method": "GET", + "OutputType": null, + "Module": "Search", "Permissions": [ { "Name": "ExternalConnection.Read.All", @@ -193639,17 +193757,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgExternalConnectionCount", "Variants": [ "Get" ], - "Uri": "/external/connections/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "Get-MgExternalConnectionCount" + "ApiVersion": "v1.0" }, { + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Module": "Search", "Permissions": [ { "Name": "ExternalItem.Read.All", @@ -193670,81 +193788,81 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgExternalConnectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "Get-MgExternalConnectionGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/groups", "Method": "GET", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Module": "Search", + "Permissions": [], + "Command": "Get-MgExternalConnectionGroup", "Variants": [ "List" ], - "Uri": "/external/connections/{externalConnection-id}/groups", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "Get-MgExternalConnectionGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/groups/$count", "Method": "GET", + "OutputType": null, + "Module": "Search", + "Permissions": [], + "Command": "Get-MgExternalConnectionGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/external/connections/{externalConnection-id}/groups/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "Get-MgExternalConnectionGroupCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Module": "Search", + "Permissions": [], + "Command": "Get-MgExternalConnectionGroupMember", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "Get-MgExternalConnectionGroupMember" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", "Method": "GET", + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Module": "Search", + "Permissions": [], + "Command": "Get-MgExternalConnectionGroupMember", "Variants": [ "List" ], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "Get-MgExternalConnectionGroupMember" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count", "Method": "GET", + "OutputType": null, + "Module": "Search", + "Permissions": [], + "Command": "Get-MgExternalConnectionGroupMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "Get-MgExternalConnectionGroupMemberCount" + "ApiVersion": "v1.0" }, { + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Module": "Search", "Permissions": [ { "Name": "ExternalItem.Read.All", @@ -193765,94 +193883,94 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgExternalConnectionItem", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "Get-MgExternalConnectionItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/items", "Method": "GET", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Module": "Search", + "Permissions": [], + "Command": "Get-MgExternalConnectionItem", "Variants": [ "List" ], - "Uri": "/external/connections/{externalConnection-id}/items", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "Get-MgExternalConnectionItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Module": "Search", + "Permissions": [], + "Command": "Get-MgExternalConnectionItemActivity", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "Get-MgExternalConnectionItemActivity" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", + "Method": "GET", "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", - "ApiVersion": "v1.0", "Module": "Search", - "Command": "Get-MgExternalConnectionItemActivity" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgExternalConnectionItemActivity", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Search", - "Command": "Get-MgExternalConnectionItemActivityCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgExternalConnectionItemActivityCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy", + "Method": "GET", "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", - "ApiVersion": "v1.0", "Module": "Search", - "Command": "Get-MgExternalConnectionItemActivityPerformedBy" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgExternalConnectionItemActivityPerformedBy", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/external/connections/{externalConnection-id}/items/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Search", - "Command": "Get-MgExternalConnectionItemCount" + "Permissions": [], + "Command": "Get-MgExternalConnectionItemCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Module": "Search", "Permissions": [ { "Name": "ExternalConnection.Read.All", @@ -193873,43 +193991,43 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgExternalConnectionOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "Get-MgExternalConnectionOperation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/operations", "Method": "GET", + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Module": "Search", + "Permissions": [], + "Command": "Get-MgExternalConnectionOperation", "Variants": [ "List" ], - "Uri": "/external/connections/{externalConnection-id}/operations", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "Get-MgExternalConnectionOperation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/operations/$count", "Method": "GET", + "OutputType": null, + "Module": "Search", + "Permissions": [], + "Command": "Get-MgExternalConnectionOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/external/connections/{externalConnection-id}/operations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "Get-MgExternalConnectionOperationCount" + "ApiVersion": "v1.0" }, { + "Uri": "/external/connections/{externalConnection-id}/schema", + "Method": "GET", + "OutputType": "IMicrosoftGraphExternalConnectorsSchema", + "Module": "Search", "Permissions": [ { "Name": "ExternalConnection.Read.All", @@ -193930,18 +194048,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgExternalConnectionSchema", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/external/connections/{externalConnection-id}/schema", - "OutputType": "IMicrosoftGraphExternalConnectorsSchema", - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "Get-MgExternalConnectionSchema" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -193974,18 +194092,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/groups", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -194018,17 +194136,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroup", "Variants": [ "List" ], - "Uri": "/groups", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/acceptedSenders", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -194043,17 +194161,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupAcceptedSender", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/acceptedSenders", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupAcceptedSender" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/acceptedSenders/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -194068,17 +194186,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupAcceptedSenderByRef", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/acceptedSenders/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupAcceptedSenderByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/acceptedSenders/$count", + "Method": "GET", + "OutputType": null, + "Module": "Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -194093,31 +194211,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupAcceptedSenderCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/acceptedSenders/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupAcceptedSenderCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgGroupAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgGroupAppRoleAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/appRoleAssignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Applications", "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -194138,17 +194256,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupAppRoleAssignment", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/appRoleAssignments", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgGroupAppRoleAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/appRoleAssignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -194169,44 +194287,44 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupAppRoleAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/appRoleAssignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgGroupAppRoleAssignmentCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupById", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/groups/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupById" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/calendar", "Method": "GET", + "OutputType": "IMicrosoftGraphCalendar", + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgGroupCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/calendar", - "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgGroupCalendar" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/calendar/events/{event-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Calendar", "Permissions": [ { "Name": "Calendars.Read", @@ -194233,18 +194351,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupCalendarEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/calendar/events/{event-id}", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgGroupCalendarEvent" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/calendar/events", + "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Calendar", "Permissions": [ { "Name": "Group.Read.All", @@ -194259,17 +194377,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupCalendarEvent", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/calendar/events", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgGroupCalendarEvent" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/calendar/events/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Groups", "Permissions": [ { "Name": "Calendars.Read", @@ -194290,88 +194408,88 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgGroupCalendarEventDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/groups/{group-id}/calendar/events/delta", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupCalendarEventDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphCalendarPermission", + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgGroupCalendarPermission", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", - "OutputType": "IMicrosoftGraphCalendarPermission", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgGroupCalendarPermission" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/calendar/calendarPermissions", "Method": "GET", + "OutputType": "IMicrosoftGraphCalendarPermission", + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgGroupCalendarPermission", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/calendar/calendarPermissions", - "OutputType": "IMicrosoftGraphCalendarPermission", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgGroupCalendarPermission" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/calendar/calendarPermissions/$count", "Method": "GET", + "OutputType": null, + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgGroupCalendarPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/calendar/calendarPermissions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgGroupCalendarPermissionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/calendar/getSchedule", "Method": "POST", + "OutputType": "IMicrosoftGraphScheduleInformation", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupCalendarSchedule", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/calendar/getSchedule", - "OutputType": "IMicrosoftGraphScheduleInformation", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupCalendarSchedule" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/calendar/calendarView", + "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Calendar", "Permissions": { "Name": "Group.Read.All", "Description": "Read all groups", "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgGroupCalendarView", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/calendar/calendarView", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgGroupCalendarView" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/conversations/{conversation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphConversation", + "Module": "Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -194386,18 +194504,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupConversation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}", - "OutputType": "IMicrosoftGraphConversation", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupConversation" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/conversations", + "Method": "GET", + "OutputType": "IMicrosoftGraphConversation", + "Module": "Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -194412,17 +194530,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupConversation", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/conversations", - "OutputType": "IMicrosoftGraphConversation", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupConversation" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/conversations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -194437,18 +194555,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupConversationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/conversations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupConversationCount" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphConversationThread", + "Module": "Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -194463,18 +194581,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupConversationThread", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupConversationThread" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", + "Method": "GET", + "OutputType": "IMicrosoftGraphConversationThread", + "Module": "Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -194489,17 +194607,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupConversationThread", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupConversationThread" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/$count", + "Method": "GET", + "OutputType": null, + "Module": "Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -194514,18 +194632,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupConversationThreadCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupConversationThreadCount" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPost", + "Module": "Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -194540,20 +194658,20 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupConversationThreadPost", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", - "OutputType": "IMicrosoftGraphPost", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupConversationThreadPost" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", + "Method": "GET", + "OutputType": "IMicrosoftGraphPost", + "Module": "Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -194568,30 +194686,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupConversationThreadPost", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", - "OutputType": "IMicrosoftGraphPost", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupConversationThreadPost" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupConversationThreadPostAttachment" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -194606,17 +194724,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupConversationThreadPostAttachment", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupConversationThreadPostAttachment" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -194631,18 +194749,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupConversationThreadPostAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupConversationThreadPostAttachmentCount" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count", + "Method": "GET", + "OutputType": null, + "Module": "Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -194657,132 +194775,132 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupConversationThreadPostCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupConversationThreadPostCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "Method": "GET", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupConversationThreadPostExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "Method": "GET", + "OutputType": "IMicrosoftGraphExtension", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostExtension", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupConversationThreadPostExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", "Method": "GET", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupConversationThreadPostExtensionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", "Method": "GET", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostInReplyToAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupConversationThreadPostInReplyToAttachmentCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "Method": "GET", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupConversationThreadPostInReplyToExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", "Method": "GET", + "OutputType": "IMicrosoftGraphExtension", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupConversationThreadPostInReplyToExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", "Method": "GET", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostInReplyToExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupConversationThreadPostInReplyToExtensionCount" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/$count", + "Method": "GET", + "OutputType": null, + "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -194815,30 +194933,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupCount", "Variants": [ "Get" ], - "Uri": "/groups/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/createdOnBehalfOf", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupCreatedOnBehalfOf", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/createdOnBehalfOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupCreatedOnBehalfOf" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/drive", + "Method": "GET", + "OutputType": "IMicrosoftGraphDrive", + "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -194877,18 +194995,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgGroupDefaultDrive", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/drive", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgGroupDefaultDrive" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -194921,30 +195039,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupDelta", "Variants": [ "Delta" ], - "Uri": "/groups/delta", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDrive", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgGroupDrive", "Variants": [ "Get1", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/drives/{drive-id}", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgGroupDrive" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/drives", + "Method": "GET", + "OutputType": "IMicrosoftGraphDrive", + "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -194983,119 +195101,119 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgGroupDrive", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/drives", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgGroupDrive" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgGroupDriveBundle", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgGroupDriveBundle" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveBundle" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveBundle", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveBundleContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveBundleContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveBundleCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveBundleCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveContentTypeBase" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveContentTypeBase", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveContentTypeBaseType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveContentTypeBaseType", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveContentTypeBaseType" + "Permissions": [], + "Command": "Get-MgGroupDriveContentTypeBaseType", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", "Method": "GET", + "OutputType": null, + "Module": "Files", + "Permissions": [], + "Command": "Get-MgGroupDriveContentTypeBaseTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgGroupDriveContentTypeBaseTypeCount" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/drives/$count", + "Method": "GET", + "OutputType": null, + "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -195134,2076 +195252,2076 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgGroupDriveCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/drives/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgGroupDriveCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveFollowing" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveFollowing", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/following", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveFollowing" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveFollowing", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveFollowingContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveFollowingContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/following/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveFollowingCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveFollowingCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItem", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItem" + "Permissions": [], + "Command": "Get-MgGroupDriveItem", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupDriveItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupDriveItemActivityByInterval" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemAnalytic" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat", "Variants": [ "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatActivity" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatActivity", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemAnalyticLastSevenDay" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemAnalyticTime" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemChild" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemChild", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemChild" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemChild", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemChildContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemChildContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemChildCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemChildCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemCreatedByUserMailboxSetting" + "Permissions": [], + "Command": "Get-MgGroupDriveItemCreatedByUserMailboxSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupDriveItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupDriveItemDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgGroupDriveItemItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgGroupDriveItemItemLastModifiedByUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgGroupDriveItemItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgGroupDriveItemItemLastModifiedByUserMailboxSetting" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgGroupDriveItemLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgGroupDriveItemLastModifiedByUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgGroupDriveItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgGroupDriveItemLastModifiedByUserMailboxSetting" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "Method": "GET", + "OutputType": "IMicrosoftGraphListItem", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgGroupDriveItemListItem", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgGroupDriveItemListItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupDriveItemListItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupDriveItemListItemActivityByInterval" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemListItemAnalytic" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemListItemCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemListItemDocumentSetVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemListItemDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemListItemDriveItemContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemListItemField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemListItemVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemListItemVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemPermission" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemPermission", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemPermission" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemPermission", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemPermissionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemSubscription", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemSubscription", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemSubscriptionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemThumbnail" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemThumbnail", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemThumbnail" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemThumbnail", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemThumbnailCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemThumbnailCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemVersionContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemVersionContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveItemVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveItemVersionCount", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveLastModifiedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveLastModifiedByUserMailboxSetting", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "Method": "GET", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveList" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveList", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListColumn", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListColumn", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListColumnCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListColumnCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListColumnSourceColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListContentType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListContentType", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListContentType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListContentType", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListContentTypeColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeColumn", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListContentTypeColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeColumn", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListContentTypeColumnCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeColumnLink", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeColumnLink", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListContentTypeColumnLinkCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListContentTypeColumnPosition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeColumnPosition", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListContentTypeColumnPosition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeColumnPosition", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListContentTypeColumnPositionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListContentTypeColumnSourceColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupDriveListContentTypeCompatibleHubContentType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListContentTypeCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive", + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListDrive" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListDrive", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListItem", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListItem" + "Permissions": [], + "Command": "Get-MgGroupDriveListItem", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupDriveListItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupDriveListItemActivityByInterval" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListItemAnalytic" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListItemCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListItemDocumentSetVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListItemDocumentSetVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListItemDocumentSetVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListItemDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListItemDriveItemContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListItemField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListItemField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListItemVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListItemVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListItemVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListItemVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListOperation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListOperation", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListOperation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListOperation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListOperationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListOperationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListSubscription", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListSubscription", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveListSubscriptionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveListSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRoot" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRoot", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupDriveRootActivityByInterval" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootActivityByInterval", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootAnalytic" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootAnalytic", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat", "Variants": [ "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatActivity" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatActivity", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootAnalyticLastSevenDay" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootAnalyticTime" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootChild" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootChild", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootChild" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootChild", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootChildContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootChildContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootChildCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootChildCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootCreatedByUserMailboxSetting" + "Permissions": [], + "Command": "Get-MgGroupDriveRootCreatedByUserMailboxSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupDriveRootDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupDriveRootDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootItemLastModifiedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootLastModifiedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootListItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootListItem", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupDriveRootListItemActivityByInterval" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemActivityByInterval", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics", + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootListItemAnalytic" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootListItemCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootListItemDocumentSetVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootListItemDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootListItemDriveItemContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootListItemField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootListItemVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootListItemVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootPermission" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootPermission", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootPermission" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootPermission", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootPermissionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootSubscription", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootSubscription", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootSubscriptionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootThumbnail" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootThumbnail", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootThumbnail" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootThumbnail", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootThumbnailCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootThumbnailCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootVersionContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootVersionContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveRootVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveRootVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveSpecial" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveSpecial", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/special", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveSpecial" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveSpecial", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveSpecialContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupDriveSpecialContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/special/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgGroupDriveSpecialCount" + "Permissions": [], + "Command": "Get-MgGroupDriveSpecialCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/events/{event-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Calendar", "Permissions": [ { "Name": "Calendars.Read", @@ -197230,18 +197348,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/events/{event-id}", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgGroupEvent" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/events", + "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Calendar", "Permissions": [ { "Name": "Group.Read.All", @@ -197256,78 +197374,78 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupEvent", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/events", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgGroupEvent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgGroupEventAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgGroupEventAttachment" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/events/{event-id}/attachments", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Calendar", "Permissions": { "Name": "Calendars.Read", "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgGroupEventAttachment", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/events/{event-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgGroupEventAttachment" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/events/{event-id}/attachments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Calendar", "Permissions": { "Name": "Calendars.Read", "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgGroupEventAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/events/{event-id}/attachments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgGroupEventAttachmentCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/calendar", "Method": "GET", + "OutputType": "IMicrosoftGraphCalendar", + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgGroupEventCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/events/{event-id}/calendar", - "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgGroupEventCalendar" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/events/$count", + "Method": "GET", + "OutputType": null, + "Module": "Calendar", "Permissions": [ { "Name": "Group.Read.All", @@ -197342,18 +197460,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupEventCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/events/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgGroupEventCount" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/events/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Groups", "Permissions": [ { "Name": "Calendars.Read", @@ -197374,69 +197492,69 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgGroupEventDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/groups/{group-id}/events/delta", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupEventDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", "Method": "GET", + "OutputType": null, + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgGroupEventExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgGroupEventExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/extensions", "Method": "GET", + "OutputType": "IMicrosoftGraphExtension", + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgGroupEventExtension", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/events/{event-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgGroupEventExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/extensions/$count", "Method": "GET", + "OutputType": null, + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgGroupEventExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/events/{event-id}/extensions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgGroupEventExtensionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgGroupEventInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgGroupEventInstance" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/events/{event-id}/instances", + "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Calendar", "Permissions": [ { "Name": "Calendars.Read", @@ -197451,68 +197569,68 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgGroupEventInstance", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/events/{event-id}/instances", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgGroupEventInstance" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgGroupEventInstanceAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgGroupEventInstanceAttachment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgGroupEventInstanceAttachment", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgGroupEventInstanceAttachment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/$count", "Method": "GET", + "OutputType": null, + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgGroupEventInstanceAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgGroupEventInstanceAttachmentCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar", "Method": "GET", + "OutputType": "IMicrosoftGraphCalendar", + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgGroupEventInstanceCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar", - "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgGroupEventInstanceCalendar" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/events/{event-id}/instances/$count", + "Method": "GET", + "OutputType": null, + "Module": "Calendar", "Permissions": [ { "Name": "Calendars.Read", @@ -197527,94 +197645,94 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgGroupEventInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/events/{event-id}/instances/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgGroupEventInstanceCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "Method": "GET", + "OutputType": null, + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgGroupEventInstanceExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgGroupEventInstanceExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", "Method": "GET", + "OutputType": "IMicrosoftGraphExtension", + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgGroupEventInstanceExtension", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", - "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgGroupEventInstanceExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/$count", "Method": "GET", + "OutputType": null, + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgGroupEventInstanceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgGroupEventInstanceExtensionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/extensions/{extension-id}", "Method": "GET", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/extensions", "Method": "GET", + "OutputType": "IMicrosoftGraphExtension", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupExtension", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/extensions/$count", "Method": "GET", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/extensions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupExtensionCount" + "ApiVersion": "v1.0" }, { + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -197629,20 +197747,20 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupLifecyclePolicy", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupLifecyclePolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/groupLifecyclePolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -197657,17 +197775,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupLifecyclePolicy", "Variants": [ "List" ], - "Uri": "/groupLifecyclePolicies", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupLifecyclePolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/groupLifecyclePolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -197682,17 +197800,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupLifecyclePolicyByGroup", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/groupLifecyclePolicies", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupLifecyclePolicyByGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/groupLifecyclePolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -197707,17 +197825,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupLifecyclePolicyCount", "Variants": [ "Get" ], - "Uri": "/groupLifecyclePolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupLifecyclePolicyCount" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/members", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -197750,167 +197868,167 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupMember", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/members", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupMember" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/members/{directoryObject-id}/application", "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupMemberAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/members/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupMemberAsApplication" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/members/application", "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupMemberAsApplication", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/members/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupMemberAsApplication" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/members/{directoryObject-id}/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupMemberAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/members/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupMemberAsDevice" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/members/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupMemberAsDevice", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/members/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupMemberAsDevice" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/members/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupMemberAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/members/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupMemberAsGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/members/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupMemberAsGroup", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/members/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupMemberAsGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact", "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupMemberAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupMemberAsOrgContact" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/members/orgContact", "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupMemberAsOrgContact", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/members/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupMemberAsOrgContact" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/members/{directoryObject-id}/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupMemberAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/members/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupMemberAsServicePrincipal" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/members/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupMemberAsServicePrincipal", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/members/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupMemberAsServicePrincipal" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/members/{directoryObject-id}/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupMemberAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/members/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupMemberAsUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/members/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupMemberAsUser", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/members/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupMemberAsUser" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/members/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -197943,17 +198061,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupMemberByRef", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/members/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupMemberByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/members/$count", + "Method": "GET", + "OutputType": null, + "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -197986,96 +198104,96 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/members/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupMemberCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/groups/{group-id}/members/application/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupMemberCountAsApplication" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupMemberCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/members/device/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupMemberCountAsDevice" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupMemberCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/members/group/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupMemberCountAsGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupMemberCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/members/orgContact/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupMemberCountAsOrgContact" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupMemberCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/members/servicePrincipal/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupMemberCountAsServicePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupMemberCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/members/user/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupMemberCountAsUser" + "Permissions": [], + "Command": "Get-MgGroupMemberCountAsUser", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/getMemberGroups", + "Method": "POST", + "OutputType": null, + "Module": "Groups", "Permissions": [ { "Name": "Application.Read.All", @@ -198144,20 +198262,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Get-MgGroupMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupMemberGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/getMemberObjects", + "Method": "POST", + "OutputType": null, + "Module": "Groups", "Permissions": [ { "Name": "Application.Read.All", @@ -198232,33 +198350,33 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgGroupMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupMemberObject" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupMemberOf" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/memberOf", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -198285,67 +198403,67 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupMemberOf", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/memberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupMemberOf" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupMemberOfAsAdministrativeUnit" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/memberOf/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/memberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupMemberOfAsAdministrativeUnit" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupMemberOfAsGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/memberOf/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupMemberOfAsGroup", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/memberOf/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupMemberOfAsGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/memberOf/$count", + "Method": "GET", + "OutputType": null, + "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -198372,310 +198490,310 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/memberOf/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupMemberOfCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/groups/{group-id}/memberOf/administrativeUnit/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupMemberOfCountAsAdministrativeUnit" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/memberOf/group/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupMemberOfCountAsGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseError" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseError", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseError" + "Permissions": [], + "Command": "Get-MgGroupMemberWithLicenseError", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application", "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupMemberWithLicenseErrorAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorAsApplication" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/application", "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupMemberWithLicenseErrorAsApplication", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/membersWithLicenseErrors/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorAsApplication" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupMemberWithLicenseErrorAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorAsDevice" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupMemberWithLicenseErrorAsDevice", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/membersWithLicenseErrors/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorAsDevice" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupMemberWithLicenseErrorAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorAsGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupMemberWithLicenseErrorAsGroup", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/membersWithLicenseErrors/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorAsGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact", "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact", "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupMemberWithLicenseErrorAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorAsUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/groups/{group-id}/membersWithLicenseErrors/user", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorAsUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorAsUser", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/application/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorCountAsApplication" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/device/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorCountAsDevice" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/group/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorCountAsGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorCountAsOrgContact" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorCountAsServicePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/user/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorCountAsUser" + "Permissions": [], + "Command": "Get-MgGroupMemberWithLicenseErrorCountAsUser", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphNotebook", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -198708,18 +198826,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgGroupOnenoteNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgGroupOnenoteNotebook" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/notebooks", + "Method": "GET", + "OutputType": "IMicrosoftGraphNotebook", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -198752,17 +198870,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgGroupOnenoteNotebook", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/onenote/notebooks", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgGroupOnenoteNotebook" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/notebooks/$count", + "Method": "GET", + "OutputType": null, + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -198795,18 +198913,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgGroupOnenoteNotebookCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/onenote/notebooks/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgGroupOnenoteNotebookCount" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl", + "Method": "POST", + "OutputType": "IMicrosoftGraphCopyNotebookModel", + "Module": "Groups", "Permissions": [ { "Name": "Notes.Create", @@ -198839,20 +198957,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Get-MgGroupOnenoteNotebookFromWebUrl", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl", - "OutputType": "IMicrosoftGraphCopyNotebookModel", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupOnenoteNotebookFromWebUrl" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -198885,17 +199003,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgGroupOnenoteNotebookSection", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgGroupOnenoteNotebookSection" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Method": "GET", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -198928,17 +199046,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgGroupOnenoteNotebookSectionGroup", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgGroupOnenoteNotebookSectionGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -198971,31 +199089,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgGroupOnenoteOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgGroupOnenoteOperation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/onenote/operations/$count", "Method": "GET", + "OutputType": null, + "Module": "Notes", + "Permissions": [], + "Command": "Get-MgGroupOnenoteOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/onenote/operations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgGroupOnenoteOperationCount" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenotePage", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Read", @@ -199022,18 +199140,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgGroupOnenotePage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgGroupOnenotePage" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/pages", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenotePage", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Read", @@ -199060,30 +199178,30 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgGroupOnenotePage", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/onenote/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgGroupOnenotePage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", "Method": "GET", + "OutputType": null, + "Module": "Notes", + "Permissions": [], + "Command": "Get-MgGroupOnenotePageContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgGroupOnenotePageContent" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/pages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Notes", "Permissions": [ { "Name": "Notes.Read", @@ -199110,18 +199228,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgGroupOnenotePageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/onenote/pages/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgGroupOnenotePageCount" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "Method": "GET", + "OutputType": "IMicrosoftGraphRecentNotebook", + "Module": "Groups", "Permissions": [ { "Name": "Notes.Create", @@ -199154,31 +199272,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgGroupOnenoteRecentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "OutputType": "IMicrosoftGraphRecentNotebook", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupOnenoteRecentNotebook" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphOnenoteResource", + "Module": "Notes", + "Permissions": [], + "Command": "Get-MgGroupOnenoteResource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", - "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgGroupOnenoteResource" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", + "Method": "GET", + "OutputType": null, + "Module": "Notes", "Permissions": [ { "Name": "Notes.Read", @@ -199205,31 +199323,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgGroupOnenoteResourceContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgGroupOnenoteResourceContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/onenote/resources/$count", "Method": "GET", + "OutputType": null, + "Module": "Notes", + "Permissions": [], + "Command": "Get-MgGroupOnenoteResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/onenote/resources/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgGroupOnenoteResourceCount" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -199262,18 +199380,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgGroupOnenoteSection", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgGroupOnenoteSection" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/sections", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -199306,17 +199424,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgGroupOnenoteSection", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/onenote/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgGroupOnenoteSection" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/sections/$count", + "Method": "GET", + "OutputType": null, + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -199349,18 +199467,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgGroupOnenoteSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/onenote/sections/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgGroupOnenoteSectionCount" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -199393,18 +199511,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgGroupOnenoteSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgGroupOnenoteSectionGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/sectionGroups", + "Method": "GET", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -199437,18 +199555,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgGroupOnenoteSectionGroup", "Variants": [ "List", "List1" ], - "Uri": "/groups/{group-id}/onenote/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgGroupOnenoteSectionGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "Method": "GET", + "OutputType": null, + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -199481,20 +199599,20 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgGroupOnenoteSectionGroupCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgGroupOnenoteSectionGroupCount" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -199527,17 +199645,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgGroupOnenoteSectionGroupSection", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgGroupOnenoteSectionGroupSection" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenotePage", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Read", @@ -199564,17 +199682,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgGroupOnenoteSectionPage", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgGroupOnenoteSectionPage" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/owners", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -199607,167 +199725,167 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupOwner", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/owners", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupOwner" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application", "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupOwnerAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupOwnerAsApplication" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/owners/application", "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupOwnerAsApplication", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/owners/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupOwnerAsApplication" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupOwnerAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupOwnerAsDevice" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/owners/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupOwnerAsDevice", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/owners/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupOwnerAsDevice" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupOwnerAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupOwnerAsGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/owners/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupOwnerAsGroup", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/owners/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupOwnerAsGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact", "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupOwnerAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupOwnerAsOrgContact" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/owners/orgContact", "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupOwnerAsOrgContact", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/owners/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupOwnerAsOrgContact" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupOwnerAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupOwnerAsServicePrincipal" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/owners/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupOwnerAsServicePrincipal", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/owners/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupOwnerAsServicePrincipal" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupOwnerAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupOwnerAsUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/owners/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupOwnerAsUser", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/owners/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupOwnerAsUser" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/owners/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -199800,17 +199918,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupOwnerByRef", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/owners/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupOwnerByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/owners/$count", + "Method": "GET", + "OutputType": null, + "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -199843,109 +199961,109 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupOwnerCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/owners/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupOwnerCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/groups/{group-id}/owners/application/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupOwnerCountAsApplication" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupOwnerCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/owners/device/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupOwnerCountAsDevice" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupOwnerCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/owners/group/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupOwnerCountAsGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupOwnerCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/owners/orgContact/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupOwnerCountAsOrgContact" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupOwnerCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/owners/servicePrincipal/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupOwnerCountAsServicePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupOwnerCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/owners/user/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupOwnerCountAsUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupOwnerCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupPermissionGrant" + "Permissions": [], + "Command": "Get-MgGroupPermissionGrant", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/permissionGrants", + "Method": "GET", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Module": "Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -199972,32 +200090,32 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupPermissionGrant", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/permissionGrants", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupPermissionGrant" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/permissionGrants/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupPermissionGrantById", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/permissionGrants/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupPermissionGrantById" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/permissionGrants/$count", + "Method": "GET", + "OutputType": null, + "Module": "Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -200024,162 +200142,162 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupPermissionGrantCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/permissionGrants/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupPermissionGrantCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/permissionGrants/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupPermissionGrantDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/groups/{group-id}/permissionGrants/delta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupPermissionGrantDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupPermissionGrantMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupPermissionGrantMemberGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupPermissionGrantMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupPermissionGrantMemberObject" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/photo", + "Method": "GET", + "OutputType": "IMicrosoftGraphProfilePhoto", + "Module": "Groups", "Permissions": { "Name": "Group.Read.All", "Description": "Read all groups", "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgGroupPhoto", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupPhoto" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/photos", + "Method": "GET", + "OutputType": "IMicrosoftGraphProfilePhoto", + "Module": "Groups", "Permissions": { "Name": "Group.Read.All", "Description": "Read all groups", "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgGroupPhoto", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/photos", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupPhoto" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/photo/$value", + "Method": "GET", + "OutputType": null, + "Module": "Groups", "Permissions": { "Name": "Group.Read.All", "Description": "Read all groups", "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgGroupPhotoContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/photo/$value", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupPhotoContent" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/photos/$count", + "Method": "GET", + "OutputType": null, + "Module": "Groups", "Permissions": { "Name": "Group.Read.All", "Description": "Read all groups", "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgGroupPhotoCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/photos/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupPhotoCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/planner", "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerGroup", + "Module": "Planner", + "Permissions": [], + "Command": "Get-MgGroupPlanner", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/planner", - "OutputType": "IMicrosoftGraphPlannerGroup", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Get-MgGroupPlanner" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Module": "Planner", + "Permissions": [], + "Command": "Get-MgGroupPlannerPlan", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Get-MgGroupPlannerPlan" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/planner/plans", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Module": "Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -200218,29 +200336,29 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgGroupPlannerPlan", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/planner/plans", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Get-MgGroupPlannerPlan" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerBucket", + "Module": "Planner", + "Permissions": [], + "Command": "Get-MgGroupPlannerPlanBucket", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", - "OutputType": "IMicrosoftGraphPlannerBucket", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Get-MgGroupPlannerPlanBucket" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/planner/plans/$count", + "Method": "GET", + "OutputType": null, + "Module": "Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -200279,43 +200397,43 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgGroupPlannerPlanCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/planner/plans/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Get-MgGroupPlannerPlanCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Module": "Planner", + "Permissions": [], + "Command": "Get-MgGroupPlannerPlanDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", - "OutputType": "IMicrosoftGraphPlannerPlanDetails", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Get-MgGroupPlannerPlanDetail" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerTask", + "Module": "Planner", + "Permissions": [], + "Command": "Get-MgGroupPlannerPlanTask", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Get-MgGroupPlannerPlanTask" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/rejectedSenders", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -200330,17 +200448,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupRejectedSender", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/rejectedSenders", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupRejectedSender" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/rejectedSenders/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -200355,17 +200473,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupRejectedSenderByRef", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/rejectedSenders/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupRejectedSenderByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/rejectedSenders/$count", + "Method": "GET", + "OutputType": null, + "Module": "Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -200380,18 +200498,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupRejectedSenderCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/rejectedSenders/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupRejectedSenderCount" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/settings/{groupSetting-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupSetting", + "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -200418,20 +200536,20 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/settings/{groupSetting-id}", - "OutputType": "IMicrosoftGraphGroupSetting", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupSetting" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/settings", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupSetting", + "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -200458,18 +200576,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupSetting", "Variants": [ "List", "List1" ], - "Uri": "/groups/{group-id}/settings", - "OutputType": "IMicrosoftGraphGroupSetting", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupSetting" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/settings/$count", + "Method": "GET", + "OutputType": null, + "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -200496,32 +200614,32 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupSettingCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/settings/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupSettingCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groupSettingTemplates/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupSettingTemplateById", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/groupSettingTemplates/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupSettingTemplateById" + "ApiVersion": "v1.0" }, { + "Uri": "/groupSettingTemplates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -200536,17 +200654,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupSettingTemplateCount", "Variants": [ "Get" ], - "Uri": "/groupSettingTemplates/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupSettingTemplateCount" + "ApiVersion": "v1.0" }, { + "Uri": "/groupSettingTemplates/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -200561,17 +200679,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupSettingTemplateDelta", "Variants": [ "Delta" ], - "Uri": "/groupSettingTemplates/delta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupSettingTemplateDelta" + "ApiVersion": "v1.0" }, { + "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupSettingTemplate", + "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -200586,18 +200704,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupSettingTemplateGroupSettingTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", - "OutputType": "IMicrosoftGraphGroupSettingTemplate", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupSettingTemplateGroupSettingTemplate" + "ApiVersion": "v1.0" }, { + "Uri": "/groupSettingTemplates", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupSettingTemplate", + "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -200612,2473 +200730,2473 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupSettingTemplateGroupSettingTemplate", "Variants": [ "List" ], - "Uri": "/groupSettingTemplates", - "OutputType": "IMicrosoftGraphGroupSettingTemplate", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupSettingTemplateGroupSettingTemplate" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/getMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupSettingTemplateMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupSettingTemplateMemberGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/getMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupSettingTemplateMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupSettingTemplateMemberObject" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSite", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSite", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/sites/{site-id}", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSite" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites", "Method": "GET", + "OutputType": "IMicrosoftGraphSite", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSite", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/sites", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSite" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval", "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupSiteActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupSiteActivityByInterval" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics", "Method": "GET", + "OutputType": "IMicrosoftGraphItemAnalytics", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/sites/{site-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteAnalytic" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteAnalyticItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteAnalyticItemActivityStat" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteAnalyticItemActivityStat", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteAnalyticItemActivityStat" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivity", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivity", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivity" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivity" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivity", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItem", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteAnalyticItemActivityStatCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteAnalyticLastSevenDay" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/analytics/allTime", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteAnalyticTime" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupSiteApplicableContentTypeForList" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteApplicableContentTypeForList", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')", + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupSiteByPath" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteByPath", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteColumn", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/columns", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteColumn", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/columns/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteColumnCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteColumnCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteColumnSourceColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteContentType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteContentType", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteContentType" + "Permissions": [], + "Command": "Get-MgGroupSiteContentType", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base", "Method": "GET", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteContentTypeBase", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteContentTypeBase" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteContentTypeBaseType", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteContentTypeBaseType" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", "Method": "GET", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteContentTypeBaseType", "Variants": [ "List", "List1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteContentTypeBaseType" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteContentTypeBaseTypeCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteContentTypeBaseTypeCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteContentTypeColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteContentTypeColumn" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteContentTypeColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeColumn", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteContentTypeColumnCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeColumnLink", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeColumnLink", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteContentTypeColumnLinkCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteContentTypeColumnPosition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeColumnPosition", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteContentTypeColumnPosition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeColumnPosition", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteContentTypeColumnPositionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteContentTypeColumnSourceColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupSiteContentTypeCompatibleHubContentType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteContentTypeCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeCount", "Variants": [ - "Get1", - "GetViaIdentity1" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteCount", "Variants": [ - "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/drive", + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteDefaultDrive" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteDefaultDrive", "Variants": [ - "Get1", - "GetViaIdentity1" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteDrive" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteDrive", "Variants": [ - "List" + "Get1", + "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/drives", + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteDrive" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteDrive", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/drives/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteDriveCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteDriveCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteExternalColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteExternalColumn", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteExternalColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteExternalColumn", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteExternalColumnCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteExternalColumnCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphBaseItem", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteItem", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/items", + "Method": "GET", "OutputType": "IMicrosoftGraphBaseItem", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteItem", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/items/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteItemCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteItemCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteItemLastModifiedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteItemLastModifiedByUserMailboxSetting" + "Permissions": [], + "Command": "Get-MgGroupSiteItemLastModifiedByUserMailboxSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteLastModifiedByUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteLastModifiedByUserMailboxSetting" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphList", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteList", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", - "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteList" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists", "Method": "GET", + "OutputType": "IMicrosoftGraphList", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteList", "Variants": [ "List1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/lists", - "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteList" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteListColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteListColumn" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteListColumn", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListColumnCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteListColumnCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListColumnSourceColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteListColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListContentType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteListContentType", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListContentType" + "Permissions": [], + "Command": "Get-MgGroupSiteListContentType", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteListContentTypeColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteListContentTypeColumn" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteListContentTypeColumn", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteListContentTypeColumn" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteListContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteListContentTypeColumnCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphColumnLink", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteListContentTypeColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "v1.0" + }, + { + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteListContentTypeColumnLink", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteListContentTypeColumnLink" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListContentTypeColumnLinkCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteListContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListContentTypeColumnPosition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteListContentTypeColumnPosition", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListContentTypeColumnPosition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteListContentTypeColumnPosition", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListContentTypeColumnPositionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteListContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListContentTypeColumnSourceColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteListContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupSiteListContentTypeCompatibleHubContentType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteListContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListContentTypeCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteListContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteListCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteListCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteListCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive", + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListDrive" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteListDrive", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteListItem", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListItem" + "Permissions": [], + "Command": "Get-MgGroupSiteListItem", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval", "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupSiteListItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupSiteListItemActivityByInterval" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListItemAnalytic" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListItemCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteListItemDocumentSetVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteListItemDocumentSetVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListItemDocumentSetVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListItemDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListItemDriveItemContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListItemField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteListItemField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteListItemVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteListItemVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListItemVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListItemVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListOperation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteListOperation", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListOperation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteListOperation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListOperationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteListOperationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteListSubscription", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteListSubscription", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteListSubscriptionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteListSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenote", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenote" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenote", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebook" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebook", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebook" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebook", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSection" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSection", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSection" + "Permissions": [], + "Command": "Get-MgGroupSiteOnenoteNotebookSection", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteOnenoteNotebookSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroup", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", "Method": "GET", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroup", "Variants": [ "List", "List1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupParentNotebook" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupParentSectionGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupParentSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSection" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSection", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSection" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSection", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionPage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionPage", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionPage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionPage", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageParentNotebook" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageParentSection" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageParentSection", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionParentNotebook" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionParentSectionGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionParentSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteOperation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteOperation", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteOperation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteOperation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteOperationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteOperationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenotePage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenotePage", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenotePage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenotePage", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenotePageContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenotePageContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenotePageCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenotePageCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenotePageParentNotebook" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenotePageParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenotePageParentSection" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenotePageParentSection", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteResource", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteResource" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteResource", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteResourceContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteResourceContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteResourceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteResourceCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSection" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSection", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSection" + "Permissions": [], + "Command": "Get-MgGroupSiteOnenoteSection", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteOnenoteSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteOnenoteSectionGroup", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", "Method": "GET", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteOnenoteSectionGroup", "Variants": [ "List", "List1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteOnenoteSectionGroupCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionGroupCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionGroupParentNotebook" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionGroupParentSectionGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupParentSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionGroupSection" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSection", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionGroupSection" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSection", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPage", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPage", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageParentNotebook" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageParentSection" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageParentSection", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionParentNotebook" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionParentSectionGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionParentSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionPage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionPage", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionPage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionPage", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionPageContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionPageContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionPageCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionPageCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionPageParentNotebook" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionPageParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionPageParentSection" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionPageParentSection", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook", + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionParentNotebook" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionParentSectionGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionParentSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOperation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOperation", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/operations", + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOperation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOperation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/operations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteOperationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteOperationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSitePermission" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSitePermission", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/permissions", + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSitePermission" + "Permissions": [], + "Command": "Get-MgGroupSitePermission", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSitePermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSitePermissionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStore", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStore", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore", - "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStore" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStores", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStore", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStore", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores", - "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStore" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroup", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", - "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroup", "Variants": [ "List", "List1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", - "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSet", "Variants": [ "List", "List1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetChild", "Variants": [ "Get", "Get1", @@ -203089,30 +203207,30 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetChild", "Variants": [ "List", "List1", "List2", "List3" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetChildCount", "Variants": [ "Get", "Get1", @@ -203123,15 +203241,15 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetChildCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation", "Variants": [ "Get", "Get1", @@ -203142,30 +203260,30 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "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", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation", "Variants": [ "List", "List1", "List2", "List3" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationCount", "Variants": [ "Get", "Get1", @@ -203176,15 +203294,15 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationFromTerm", "Variants": [ "Get", "Get1", @@ -203195,15 +203313,15 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "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", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationFromTerm" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationSet", "Variants": [ "Get", "Get1", @@ -203214,15 +203332,15 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "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", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationToTerm", "Variants": [ "Get", "Get1", @@ -203233,15 +203351,15 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "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", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationToTerm" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetChildSet", "Variants": [ "Get", "Get1", @@ -203252,453 +203370,453 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetChildSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetParentGroup", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetParentGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", "Variants": [ "List", "List1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetRelationCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetRelationFromTerm" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetRelationSet" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetRelationToTerm" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTerm" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", "Variants": [ "List", "List1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTerm" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", "Variants": [ "List", "List1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "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", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation", "Variants": [ "List", "List1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationToTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Method": "GET", - "Variants": [ - "List", - "List1" - ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationCount" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", + "Variants": [ + "List", + "List1" + ], + "ApiVersion": "v1.0" + }, + { + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationToTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSet" + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSet", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSet", "Variants": [ "List", "List1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetChild", "Variants": [ "Get", "Get1", @@ -203709,30 +203827,30 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetChild", "Variants": [ "List", "List1", "List2", "List3" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetChildCount", "Variants": [ "Get", "Get1", @@ -203743,15 +203861,15 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetChildCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetChildRelation", "Variants": [ "Get", "Get1", @@ -203762,30 +203880,30 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetChildRelation", "Variants": [ "List", "List1", "List2", "List3" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetChildRelationCount", "Variants": [ "Get", "Get1", @@ -203796,15 +203914,15 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetChildRelationCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetChildRelationFromTerm", "Variants": [ "Get", "Get1", @@ -203815,15 +203933,15 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetChildRelationFromTerm" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetChildRelationSet", "Variants": [ "Get", "Get1", @@ -203834,15 +203952,15 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetChildRelationSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetChildRelationToTerm", "Variants": [ "Get", "Get1", @@ -203853,15 +203971,15 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetChildRelationToTerm" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetChildSet", "Variants": [ "Get", "Get1", @@ -203872,73 +203990,73 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetChildSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroup", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet", "Variants": [ "List", "List1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild", "Variants": [ "Get", "Get1", @@ -203949,30 +204067,30 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild", "Variants": [ "List", "List1", "List2", "List3" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildCount", "Variants": [ "Get", "Get1", @@ -203983,15 +204101,15 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Get", "Get1", @@ -204002,30 +204120,30 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "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", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "List", "List1", "List2", "List3" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationCount", "Variants": [ "Get", "Get1", @@ -204036,15 +204154,15 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "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, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm", "Variants": [ "Get", "Get1", @@ -204055,15 +204173,15 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "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", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationSet", "Variants": [ "Get", "Get1", @@ -204074,15 +204192,15 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "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", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationToTerm", "Variants": [ "Get", "Get1", @@ -204093,15 +204211,15 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "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", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationToTerm" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildSet", "Variants": [ "Get", "Get1", @@ -204112,2307 +204230,2307 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation", "Variants": [ "List", "List1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationToTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm" + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm", "Variants": [ "List", "List1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "List", "List1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "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", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "List", "List1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "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", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "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", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "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", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", "Method": "GET", - "Variants": [ - "List", - "List1" - ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationCount" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation", + "Variants": [ + "List", + "List1" + ], + "ApiVersion": "v1.0" + }, + { + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationToTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "Method": "GET", - "Variants": [ - "List", - "List1" - ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetRelation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetRelationCount" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetRelation", + "Variants": [ + "List", + "List1" + ], + "ApiVersion": "v1.0" + }, + { + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetRelationToTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTerm" + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetTerm", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetTerm", "Variants": [ "List", "List1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTerm" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetTermChild", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTermChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetTermChild", "Variants": [ "List", "List1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTermChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetTermChildCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTermChildCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation", "Variants": [ "List", "List1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationToTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTermChildSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermChildSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTermCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTermRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Method": "GET", - "Variants": [ - "List", - "List1" - ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTermRelation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTermRelationCount" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetTermRelation", + "Variants": [ + "List", + "List1" + ], + "ApiVersion": "v1.0" + }, + { + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetTermRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTermRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTermRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTermRelationToTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTermSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermSet", "Variants": [ + "Get", "Get1", + "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}", + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSubSite" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupSubSite", "Variants": [ - "List2" + "Get1", + "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/sites", + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgGroupSubSite" + "Permissions": [], + "Command": "Get-MgGroupSubSite", + "Variants": [ + "List2" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/sites/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgGroupSubSiteCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/sites/{site-id}/sites/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgGroupSubSiteCount" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/team", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeam", + "Module": "Teams", "Permissions": { "Name": "Group.Read.All", "Description": "Read all groups", "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgGroupTeam", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/team", - "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgGroupTeam" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphChannel", + "Module": "Teams", "Permissions": { "Name": "Group.Read.All", "Description": "Read all groups", "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgGroupTeamChannel", "Variants": [ "Get1", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/team/channels/{channel-id}", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannel" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/team/channels", + "Method": "GET", + "OutputType": "IMicrosoftGraphChannel", + "Module": "Teams", "Permissions": { "Name": "Group.Read.All", "Description": "Read all groups", "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgGroupTeamChannel", "Variants": [ "List1" ], - "Uri": "/groups/{group-id}/team/channels", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannel" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/team/channels/$count", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": { "Name": "Group.Read.All", "Description": "Read all groups", "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgGroupTeamChannelCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/team/channels/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamChannelFileFolder" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamChannelFileFolder", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamChannelFileFolderContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamChannelFileFolderContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamChannelMember" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamChannelMember", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamChannelMember" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamChannelMember", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamChannelMemberCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamChannelMemberCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamChannelMessage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamChannelMessage", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamChannelMessage" + "Permissions": [], + "Command": "Get-MgGroupTeamChannelMessage", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/$count", "Method": "GET", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgGroupTeamChannelMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelMessageCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgGroupTeamChannelMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelMessageHostedContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgGroupTeamChannelMessageHostedContent", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelMessageHostedContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", "Method": "GET", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgGroupTeamChannelMessageHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelMessageHostedContentCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgGroupTeamChannelMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelMessageReply" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgGroupTeamChannelMessageReply", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelMessageReply" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", "Method": "GET", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgGroupTeamChannelMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelMessageReplyCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "Method": "GET", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgGroupTeamChannelMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelMessageReplyHostedContentCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgGroupTeamChannelSharedWithTeam", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelSharedWithTeam" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", "Method": "GET", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgGroupTeamChannelSharedWithTeam", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelSharedWithTeam" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMemberCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMemberCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamChannelSharedWithTeamCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamChannelSharedWithTeamCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamChannelTab" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamChannelTab", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamChannelTab" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamChannelTab", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamChannelTabCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamChannelTabCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamChannelTabTeamApp" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamChannelTabTeamApp", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/group", + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamIncomingChannel" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamIncomingChannel", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/incomingChannels", + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamIncomingChannel" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamIncomingChannel", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/incomingChannels/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamIncomingChannelCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamIncomingChannelCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamInstalledApp" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamInstalledApp", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/installedApps", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamInstalledApp" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamInstalledApp", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/installedApps/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamInstalledAppCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamInstalledAppCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamInstalledAppTeamApp" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamInstalledAppTeamApp", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamInstalledAppTeamAppDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamInstalledAppTeamAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamMember" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamMember", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/members", + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamMember" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamMember", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/members/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamMemberCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamMemberCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamOperation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamOperation", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/operations", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamOperation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamOperation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/operations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamOperationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamOperationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamPermissionGrant" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamPermissionGrant", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/permissionGrants", + "Method": "GET", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamPermissionGrant" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamPermissionGrant", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/permissionGrants/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamPermissionGrantCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamPermissionGrantCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/photo", + "Method": "GET", "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamPhoto" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamPhoto", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/photo/$value", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamPhotoContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamPhotoContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel", + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannel" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannel", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelFileFolder" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelFileFolder", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelFileFolderContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelFileFolderContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelMember" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelMember", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/members", + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelMember" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelMember", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/members/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelMemberCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelMemberCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelMessage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelMessage", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelMessage" + "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelMessage", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/$count", "Method": "GET", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelMessageCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", "Method": "GET", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContentCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelMessageReply" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelMessageReply" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count", "Method": "GET", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "Method": "GET", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContentCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", "Method": "GET", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelTab" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelTab", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/tabs", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelTab" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelTab", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/tabs/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelTabCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelTabCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelTabTeamApp" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelTabTeamApp", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule", + "Method": "GET", "OutputType": "IMicrosoftGraphSchedule", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamSchedule" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamSchedule", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphOfferShiftRequest", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleOfferShiftRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", + "Method": "GET", "OutputType": "IMicrosoftGraphOfferShiftRequest", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleOfferShiftRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleOfferShiftRequestCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamScheduleOfferShiftRequestCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphOpenShift", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleOpenShift" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamScheduleOpenShift", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShifts", + "Method": "GET", "OutputType": "IMicrosoftGraphOpenShift", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleOpenShift" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamScheduleOpenShift", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", + "Method": "GET", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequestCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequestCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShifts/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleOpenShiftCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamScheduleOpenShiftCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSchedulingGroup", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleSchedulingGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamScheduleSchedulingGroup", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", + "Method": "GET", "OutputType": "IMicrosoftGraphSchedulingGroup", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleSchedulingGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamScheduleSchedulingGroup", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleSchedulingGroupCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamScheduleSchedulingGroupCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleShift" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamScheduleShift", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/shifts", + "Method": "GET", "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleShift" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamScheduleShift", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/shifts/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleShiftCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamScheduleShiftCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", + "Method": "GET", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequestCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequestCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTimeOff", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleTimeOff" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamScheduleTimeOff", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/timesOff", + "Method": "GET", "OutputType": "IMicrosoftGraphTimeOff", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleTimeOff" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamScheduleTimeOff", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/timesOff/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleTimeOffCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamScheduleTimeOffCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTimeOffReason", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleTimeOffReason" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamScheduleTimeOffReason", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", + "Method": "GET", "OutputType": "IMicrosoftGraphTimeOffReason", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleTimeOffReason" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamScheduleTimeOffReason", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleTimeOffReasonCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamScheduleTimeOffReasonCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTimeOffRequest", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleTimeOffRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamScheduleTimeOffRequest", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", + "Method": "GET", "OutputType": "IMicrosoftGraphTimeOffRequest", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleTimeOffRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamScheduleTimeOffRequest", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleTimeOffRequestCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamScheduleTimeOffRequestCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamworkTag", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamTag" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamTag", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/tags", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamworkTag", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamTag" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamTag", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/tags/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamTagCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamTagCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamTagMember" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamTagMember", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamTagMember" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamTagMember", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamTagMemberCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTeamTagMemberCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/template", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgGroupTeamTemplate" + "Permissions": [], + "Command": "Get-MgGroupTeamTemplate", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphConversationThread", + "Module": "Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -206427,18 +206545,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupThread", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupThread" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/threads", + "Method": "GET", + "OutputType": "IMicrosoftGraphConversationThread", + "Module": "Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -206453,17 +206571,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupThread", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/threads", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupThread" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/threads/$count", + "Method": "GET", + "OutputType": null, + "Module": "Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -206478,18 +206596,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupThreadCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/threads/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupThreadCount" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPost", + "Module": "Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -206504,20 +206622,20 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupThreadPost", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", - "OutputType": "IMicrosoftGraphPost", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupThreadPost" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts", + "Method": "GET", + "OutputType": "IMicrosoftGraphPost", + "Module": "Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -206532,30 +206650,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupThreadPost", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts", - "OutputType": "IMicrosoftGraphPost", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupThreadPost" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupThreadPostAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupThreadPostAttachment" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -206570,17 +206688,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupThreadPostAttachment", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupThreadPostAttachment" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -206595,18 +206713,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupThreadPostAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupThreadPostAttachmentCount" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/$count", + "Method": "GET", + "OutputType": null, + "Module": "Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -206621,145 +206739,145 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupThreadPostCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupThreadPostCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "Method": "GET", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupThreadPostExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupThreadPostExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "Method": "GET", + "OutputType": "IMicrosoftGraphExtension", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupThreadPostExtension", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupThreadPostExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", "Method": "GET", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupThreadPostExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupThreadPostExtensionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupThreadPostInReplyToAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupThreadPostInReplyToAttachment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupThreadPostInReplyToAttachment", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupThreadPostInReplyToAttachment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", "Method": "GET", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupThreadPostInReplyToAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupThreadPostInReplyToAttachmentCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "Method": "GET", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupThreadPostInReplyToExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupThreadPostInReplyToExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", "Method": "GET", + "OutputType": "IMicrosoftGraphExtension", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupThreadPostInReplyToExtension", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupThreadPostInReplyToExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", "Method": "GET", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupThreadPostInReplyToExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupThreadPostInReplyToExtensionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupTransitiveMember", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMember" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/transitiveMembers", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -206792,167 +206910,167 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupTransitiveMember", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/transitiveMembers", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMember" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application", "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupTransitiveMemberAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberAsApplication" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/application", "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupTransitiveMemberAsApplication", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/transitiveMembers/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberAsApplication" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupTransitiveMemberAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberAsDevice" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupTransitiveMemberAsDevice", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/transitiveMembers/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberAsDevice" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupTransitiveMemberAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberAsGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupTransitiveMemberAsGroup", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/transitiveMembers/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberAsGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact", "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupTransitiveMemberAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberAsOrgContact" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/orgContact", "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupTransitiveMemberAsOrgContact", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/transitiveMembers/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberAsOrgContact" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupTransitiveMemberAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberAsServicePrincipal" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupTransitiveMemberAsServicePrincipal", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberAsServicePrincipal" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupTransitiveMemberAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberAsUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupTransitiveMemberAsUser", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/transitiveMembers/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberAsUser" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/transitiveMembers/$count", + "Method": "GET", + "OutputType": null, + "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -206985,109 +207103,109 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/transitiveMembers/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/groups/{group-id}/transitiveMembers/application/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberCountAsApplication" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/transitiveMembers/device/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberCountAsDevice" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/transitiveMembers/group/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberCountAsGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/transitiveMembers/orgContact/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberCountAsOrgContact" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberCountAsServicePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/transitiveMembers/user/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberCountAsUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberOf" + "Permissions": [], + "Command": "Get-MgGroupTransitiveMemberOf", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/transitiveMemberOf", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -207114,67 +207232,67 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberOf", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/transitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberOf" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupTransitiveMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberOfAsGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMemberOf/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupTransitiveMemberOfAsGroup", "Variants": [ "List" ], - "Uri": "/groups/{group-id}/transitiveMemberOf/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberOfAsGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/transitiveMemberOf/$count", + "Method": "GET", + "OutputType": null, + "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -207201,96 +207319,96 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/transitiveMemberOf/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberOfCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count", "Method": "GET", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupTransitiveMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberOfCountAsAdministrativeUnit" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMemberOf/group/$count", "Method": "GET", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Get-MgGroupTransitiveMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/groups/{group-id}/transitiveMemberOf/group/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberOfCountAsGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Module": "Identity.SignIns", "Permissions": { "Name": "APIConnectors.ReadWrite.All", "Description": "Read and write API connectors for authentication flows", "FullDescription": "Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgIdentityApiConnector", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/apiConnectors/{identityApiConnector-id}", - "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityApiConnector" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/apiConnectors", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Module": "Identity.SignIns", "Permissions": { "Name": "APIConnectors.ReadWrite.All", "Description": "Read and write API connectors for authentication flows", "FullDescription": "Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgIdentityApiConnector", "Variants": [ "List" ], - "Uri": "/identity/apiConnectors", - "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityApiConnector" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/apiConnectors/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "APIConnectors.ReadWrite.All", "Description": "Read and write API connectors for authentication flows", "FullDescription": "Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgIdentityApiConnectorCount", "Variants": [ "Get" ], - "Uri": "/identity/apiConnectors/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityApiConnectorCount" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -207305,18 +207423,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlow", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlow" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/b2xUserFlows", + "Method": "GET", + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -207331,35 +207449,35 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlow", "Variants": [ "List" ], - "Uri": "/identity/b2xUserFlows", - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlow" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserFlowApiConnectorConfiguration", + "Module": "Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowApiConnectorConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration", - "OutputType": "IMicrosoftGraphUserFlowApiConnectorConfiguration", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowApiConnectorConfiguration" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/b2xUserFlows/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -207374,85 +207492,85 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowCount", "Variants": [ "Get" ], - "Uri": "/identity/b2xUserFlows/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityProvider", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", - "OutputType": "IMicrosoftGraphIdentityProvider", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowIdentityProvider" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityProvider", + "Module": "Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", "Variants": [ "List", "List1" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders", - "OutputType": "IMicrosoftGraphIdentityProvider", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowIdentityProvider" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowIdentityProviderByRef", "Variants": [ "List" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowIdentityProviderByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowIdentityProviderCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowIdentityProviderCount" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -207467,18 +207585,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowLanguage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowLanguage" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -207493,17 +207611,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowLanguage", "Variants": [ "List" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowLanguage" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -207518,18 +207636,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowLanguageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowLanguageCount" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -207544,18 +207662,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserFlowLanguagePage", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -207570,17 +207688,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", "Variants": [ "List" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", - "OutputType": "IMicrosoftGraphUserFlowLanguagePage", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -207595,18 +207713,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageContent" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -207621,18 +207739,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageCount" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -207647,18 +207765,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserFlowLanguagePage", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -207673,17 +207791,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", "Variants": [ "List" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", - "OutputType": "IMicrosoftGraphUserFlowLanguagePage", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -207698,18 +207816,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageContent" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -207724,70 +207842,70 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowPostAttributeCollection" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowPostAttributeCollection", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowPostAttributeCollectionByRef" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowPostAttributeCollectionByRef", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowPostFederationSignup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowPostFederationSignup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowPostFederationSignupByRef" + "Permissions": [], + "Command": "Get-MgIdentityB2XUserFlowPostFederationSignupByRef", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -207802,18 +207920,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -207828,17 +207946,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", "Variants": [ "List" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -207853,18 +207971,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentCount" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -207879,61 +207997,61 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentOrder" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentUserAttribute", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentUserAttribute" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identity/conditionalAccess", "Method": "GET", + "OutputType": "IMicrosoftGraphConditionalAccessRoot", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgIdentityConditionalAccess", "Variants": [ "Get" ], - "Uri": "/identity/conditionalAccess", - "OutputType": "IMicrosoftGraphConditionalAccessRoot", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityConditionalAccess" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.Read.ConditionalAccess", "Description": "Read your organization's conditional access policies", "FullDescription": "Allows the app to read your organization's conditional access policies on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", + "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ConditionalAccess", @@ -207948,17 +208066,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", "Variants": [ "List" ], - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ConditionalAccess", @@ -207973,173 +208091,173 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReferenceCount", "Variants": [ "Get" ], - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReferenceCount" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphNamedLocation", + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.Read.All", "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgIdentityConditionalAccessNamedLocation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "OutputType": "IMicrosoftGraphNamedLocation", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityConditionalAccessNamedLocation" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/conditionalAccess/namedLocations", + "Method": "GET", + "OutputType": "IMicrosoftGraphNamedLocation", + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.Read.All", "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgIdentityConditionalAccessNamedLocation", "Variants": [ "List" ], - "Uri": "/identity/conditionalAccess/namedLocations", - "OutputType": "IMicrosoftGraphNamedLocation", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityConditionalAccessNamedLocation" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/conditionalAccess/namedLocations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.Read.All", "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgIdentityConditionalAccessNamedLocationCount", "Variants": [ "Get" ], - "Uri": "/identity/conditionalAccess/namedLocations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityConditionalAccessNamedLocationCount" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.Read.All", "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgIdentityConditionalAccessPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityConditionalAccessPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/conditionalAccess/policies", + "Method": "GET", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.Read.All", "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgIdentityConditionalAccessPolicy", "Variants": [ "List" ], - "Uri": "/identity/conditionalAccess/policies", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityConditionalAccessPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/conditionalAccess/policies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.Read.All", "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgIdentityConditionalAccessPolicyCount", "Variants": [ "Get" ], - "Uri": "/identity/conditionalAccess/policies/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityConditionalAccessPolicyCount" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphConditionalAccessTemplate", + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.Read.All", "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgIdentityConditionalAccessTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}", - "OutputType": "IMicrosoftGraphConditionalAccessTemplate", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityConditionalAccessTemplate" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/conditionalAccess/templates", + "Method": "GET", + "OutputType": "IMicrosoftGraphConditionalAccessTemplate", + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.Read.All", "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgIdentityConditionalAccessTemplate", "Variants": [ "List" ], - "Uri": "/identity/conditionalAccess/templates", - "OutputType": "IMicrosoftGraphConditionalAccessTemplate", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityConditionalAccessTemplate" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/conditionalAccess/templates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.Read.All", "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgIdentityConditionalAccessTemplateCount", "Variants": [ "Get" ], - "Uri": "/identity/conditionalAccess/templates/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityConditionalAccessTemplateCount" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -208154,18 +208272,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinition" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -208180,17 +208298,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", "Variants": [ "List" ], - "Uri": "/identityGovernance/accessReviews/definitions", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinition" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -208205,17 +208323,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/accessReviews/definitions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionCount" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -208230,18 +208348,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", - "OutputType": "IMicrosoftGraphAccessReviewInstance", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -208256,30 +208374,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", "Variants": [ "List" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", - "OutputType": "IMicrosoftGraphAccessReviewInstance", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -208294,17 +208412,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "Variants": [ "List" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -208319,18 +208437,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -208345,18 +208463,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceCount" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -208371,18 +208489,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -208397,17 +208515,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "List" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -208422,56 +208540,56 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", "Method": "GET", + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Variants": [ "List" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -208486,18 +208604,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", - "OutputType": "IMicrosoftGraphAccessReviewStage", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -208512,17 +208630,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", "Variants": [ "List" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", - "OutputType": "IMicrosoftGraphAccessReviewStage", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -208537,18 +208655,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageCount" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -208563,18 +208681,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -208589,17 +208707,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Variants": [ "List" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -208614,143 +208732,143 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Variants": [ "Get", "GetViaIdentity" ], - "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", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", "Method": "GET", + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Variants": [ "List" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Module": "Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/historyDefinitions", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Module": "Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", "Variants": [ "List" ], - "Uri": "/identityGovernance/accessReviews/historyDefinitions", - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/historyDefinitions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/accessReviews/historyDefinitions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Module": "Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Variants": [ "List" ], - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAppConsentRequest", + "Module": "Identity.Governance", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -208765,18 +208883,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceAppConsentRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", - "OutputType": "IMicrosoftGraphAppConsentRequest", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAppConsentRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/appConsent/appConsentRequests", + "Method": "GET", + "OutputType": "IMicrosoftGraphAppConsentRequest", + "Module": "Identity.Governance", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -208791,17 +208909,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceAppConsentRequest", "Variants": [ "List" ], - "Uri": "/identityGovernance/appConsent/appConsentRequests", - "OutputType": "IMicrosoftGraphAppConsentRequest", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAppConsentRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/appConsent/appConsentRequests/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -208816,17 +208934,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceAppConsentRequestCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAppConsentRequestCount" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserConsentRequest", + "Module": "Identity.Governance", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -208841,18 +208959,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", - "OutputType": "IMicrosoftGraphUserConsentRequest", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserConsentRequest", + "Module": "Identity.Governance", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -208867,68 +208985,68 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", "Variants": [ "List" ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", - "OutputType": "IMicrosoftGraphUserConsentRequest", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", "Method": "GET", + "OutputType": "IMicrosoftGraphApproval", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", - "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphApprovalStage", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", - "OutputType": "IMicrosoftGraphApprovalStage", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages", "Method": "GET", + "OutputType": "IMicrosoftGraphApprovalStage", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", "Variants": [ "List" ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages", - "OutputType": "IMicrosoftGraphApprovalStage", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStageCount" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -208943,18 +209061,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestCount" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -208969,18 +209087,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflow", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflow" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -208995,17 +209113,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflow", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflow" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -209020,43 +209138,43 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedBy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedBy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -209071,18 +209189,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -209097,17 +209215,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -209122,99 +209240,99 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", + "Method": "GET", "OutputType": "IMicrosoftGraphDeletedItemContainer", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItem" + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItem", + "Variants": [ + "Get" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Module": "Identity.Governance", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", "Description": "Read and write all lifecycle workflows resources", "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -209229,17 +209347,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -209254,206 +209372,206 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs", - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -209468,17 +209586,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -209493,44 +209611,44 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScopeCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedBy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedBy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -209545,18 +209663,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -209571,17 +209689,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs", - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -209596,31 +209714,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -209635,17 +209753,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -209660,57 +209778,57 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask" + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -209725,18 +209843,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -209751,17 +209869,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -209776,57 +209894,57 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult" + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -209841,17 +209959,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/settings", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -209866,55 +209984,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowSetting", "Variants": [ "Get" ], - "Uri": "/identityGovernance/lifecycleWorkflows/settings", - "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowSetting" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTask", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTask" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTask", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTask" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskCount" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -209929,18 +210047,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -209955,17 +210073,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -209980,107 +210098,107 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinitionCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinitionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport" + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -210095,17 +210213,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -210120,57 +210238,57 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTask" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTask", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult" + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -210185,17 +210303,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -210210,57 +210328,57 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask" + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -210275,18 +210393,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -210301,17 +210419,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -210326,209 +210444,209 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult" + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -210543,17 +210661,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -210568,18 +210686,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -210594,17 +210712,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -210619,83 +210737,83 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedBy" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedBy", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTask" + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTask", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -210710,17 +210828,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTask", "Variants": [ "List" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTask" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -210735,341 +210853,341 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask" + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAgreement", + "Module": "Identity.Governance", "Permissions": { "Name": "Agreement.Read.All", "Description": "Read all terms of use agreements", "FullDescription": "Allows the app to read terms of use agreements on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreement", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "OutputType": "IMicrosoftGraphAgreement", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreement" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/termsOfUse/agreements", + "Method": "GET", + "OutputType": "IMicrosoftGraphAgreement", + "Module": "Identity.Governance", "Permissions": { "Name": "Agreement.Read.All", "Description": "Read all terms of use agreements", "FullDescription": "Allows the app to read terms of use agreements on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreement", "Variants": [ "List" ], - "Uri": "/identityGovernance/termsOfUse/agreements", - "OutputType": "IMicrosoftGraphAgreement", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreement" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", - "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", "Method": "GET", + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance", "Variants": [ "List", "List1" ], - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", - "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptanceCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptanceCount" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/termsOfUse/agreements/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": { "Name": "Agreement.Read.All", "Description": "Read all terms of use agreements", "FullDescription": "Allows the app to read terms of use agreements on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementCount", "Variants": [ "Get" ], - "Uri": "/identityGovernance/termsOfUse/agreements/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", "Method": "GET", + "OutputType": "IMicrosoftGraphAgreementFile", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", - "OutputType": "IMicrosoftGraphAgreementFile", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFile" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", "Method": "GET", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFile", "Variants": [ "List" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFile" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", "Method": "GET", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", "Variants": [ "List" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "Method": "GET", + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Variants": [ "List" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", "Method": "GET", + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion", "Variants": [ "List" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersionCount" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -211084,18 +211202,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityProvider", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/identityProviders/{identityProviderBase-id}", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityProvider" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/identityProviders", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -211110,17 +211228,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityProvider", "Variants": [ "List" ], - "Uri": "/identity/identityProviders", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityProvider" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/identityProviders/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -211135,17 +211253,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityProviderCount", "Variants": [ "Get" ], - "Uri": "/identity/identityProviders/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityProviderCount" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -211160,18 +211278,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityUserFlowAttribute", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityUserFlowAttribute" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/userFlowAttributes", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -211186,17 +211304,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityUserFlowAttribute", "Variants": [ "List" ], - "Uri": "/identity/userFlowAttributes", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityUserFlowAttribute" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/userFlowAttributes/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -211211,41 +211329,41 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgIdentityUserFlowAttributeCount", "Variants": [ "Get" ], - "Uri": "/identity/userFlowAttributes/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityUserFlowAttributeCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get" - ], "Uri": "/informationProtection", + "Method": "GET", "OutputType": "IMicrosoftGraphInformationProtection", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Get-MgInformationProtection" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgInformationProtection", "Variants": [ "Get" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/informationProtection/bitlocker", + "Method": "GET", "OutputType": "IMicrosoftGraphBitlocker", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Get-MgInformationProtectionBitlocker" + "Permissions": [], + "Command": "Get-MgInformationProtectionBitlocker", + "Variants": [ + "Get" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "BitLockerKey.Read.All", @@ -211260,18 +211378,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgInformationProtectionBitlockerRecoveryKey" + "ApiVersion": "v1.0" }, { + "Uri": "/informationProtection/bitlocker/recoveryKeys", + "Method": "GET", + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "BitLockerKey.Read.All", @@ -211286,17 +211404,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", "Variants": [ "List" ], - "Uri": "/informationProtection/bitlocker/recoveryKeys", - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgInformationProtectionBitlockerRecoveryKey" + "ApiVersion": "v1.0" }, { + "Uri": "/informationProtection/bitlocker/recoveryKeys/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "BitLockerKey.Read.All", @@ -211311,17 +211429,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgInformationProtectionBitlockerRecoveryKeyCount", "Variants": [ "Get" ], - "Uri": "/informationProtection/bitlocker/recoveryKeys/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgInformationProtectionBitlockerRecoveryKeyCount" + "ApiVersion": "v1.0" }, { + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "ThreatAssessment.Read.All", @@ -211336,18 +211454,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgInformationProtectionThreatAssessmentRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgInformationProtectionThreatAssessmentRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/informationProtection/threatAssessmentRequests", + "Method": "GET", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "ThreatAssessment.Read.All", @@ -211362,17 +211480,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgInformationProtectionThreatAssessmentRequest", "Variants": [ "List" ], - "Uri": "/informationProtection/threatAssessmentRequests", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgInformationProtectionThreatAssessmentRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/informationProtection/threatAssessmentRequests/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "ThreatAssessment.Read.All", @@ -211387,105 +211505,105 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgInformationProtectionThreatAssessmentRequestCount", "Variants": [ "Get" ], - "Uri": "/informationProtection/threatAssessmentRequests/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgInformationProtectionThreatAssessmentRequestCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", "Method": "GET", + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", "Variants": [ "List" ], - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgInformationProtectionThreatAssessmentRequestResultCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgInformationProtectionThreatAssessmentRequestResultCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/invitations/{invitation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphInvitation", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgInvitation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/invitations/{invitation-id}", - "OutputType": "IMicrosoftGraphInvitation", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgInvitation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/invitations", "Method": "GET", + "OutputType": "IMicrosoftGraphInvitation", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgInvitation", "Variants": [ "List" ], - "Uri": "/invitations", - "OutputType": "IMicrosoftGraphInvitation", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgInvitation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/invitations/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgInvitationCount", "Variants": [ "Get" ], - "Uri": "/invitations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgInvitationCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgInvitationInvitedUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgInvitationInvitedUserMailboxSetting" + "ApiVersion": "v1.0" }, { + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -211506,18 +211624,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgOauth2PermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgOauth2PermissionGrant" + "ApiVersion": "v1.0" }, { + "Uri": "/oauth2PermissionGrants", + "Method": "GET", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -211538,17 +211656,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgOauth2PermissionGrant", "Variants": [ "List" ], - "Uri": "/oauth2PermissionGrants", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgOauth2PermissionGrant" + "ApiVersion": "v1.0" }, { + "Uri": "/oauth2PermissionGrants/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -211569,17 +211687,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgOauth2PermissionGrantCount", "Variants": [ "Get" ], - "Uri": "/oauth2PermissionGrants/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgOauth2PermissionGrantCount" + "ApiVersion": "v1.0" }, { + "Uri": "/oauth2PermissionGrants/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -211600,17 +211718,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgOauth2PermissionGrantDelta", "Variants": [ "Delta" ], - "Uri": "/oauth2PermissionGrants/delta", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgOauth2PermissionGrantDelta" + "ApiVersion": "v1.0" }, { + "Uri": "/organization/{organization-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOrganization", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -211637,18 +211755,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgOrganization", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/organization/{organization-id}", - "OutputType": "IMicrosoftGraphOrganization", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganization" + "ApiVersion": "v1.0" }, { + "Uri": "/organization", + "Method": "GET", + "OutputType": "IMicrosoftGraphOrganization", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -211705,17 +211823,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgOrganization", "Variants": [ "List" ], - "Uri": "/organization", - "OutputType": "IMicrosoftGraphOrganization", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganization" + "ApiVersion": "v1.0" }, { + "Uri": "/organization/{organization-id}/branding", + "Method": "GET", + "OutputType": "IMicrosoftGraphOrganizationalBranding", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Organization.Read.All", @@ -211736,83 +211854,83 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgOrganizationBranding", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/organization/{organization-id}/branding", - "OutputType": "IMicrosoftGraphOrganizationalBranding", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationBranding" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/organization/{organization-id}/branding/backgroundImage", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationBrandingBackgroundImage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgOrganizationBrandingBackgroundImage", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/branding/bannerLogo", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationBrandingBannerLogo" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgOrganizationBrandingBannerLogo", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/branding/customCSS", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationBrandingCustomCss" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgOrganizationBrandingCustomCss", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/branding/favicon", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationBrandingFavicon" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgOrganizationBrandingFavicon", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/branding/headerLogo", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationBrandingHeaderLogo" + "Permissions": [], + "Command": "Get-MgOrganizationBrandingHeaderLogo", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Organization.Read.All", @@ -211833,18 +211951,75 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgOrganizationBrandingLocalization", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", + "ApiVersion": "v1.0" + }, + { + "Uri": "/organization/{organization-id}/branding/localizations", + "Method": "GET", "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationBrandingLocalization" + "Permissions": [ + { + "Name": "Organization.Read.All", + "Description": "Read organization information", + "FullDescription": "Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": true + }, + { + "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 + }, + { + "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 + } + ], + "Command": "Get-MgOrganizationBrandingLocalization", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" + }, + { + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", + "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgOrganizationBrandingLocalizationBackgroundImage", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" + }, + { + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", + "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgOrganizationBrandingLocalizationBannerLogo", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/organization/{organization-id}/branding/localizations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Organization.Read.All", @@ -211865,179 +212040,122 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgOrganizationBrandingLocalizationCount", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Uri": "/organization/{organization-id}/branding/localizations", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationBrandingLocalization" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationBrandingLocalizationBackgroundImage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgOrganizationBrandingLocalizationCustomCss", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationBrandingLocalizationBannerLogo" + "ApiVersion": "v1.0" }, { - "Permissions": [ - { - "Name": "Organization.Read.All", - "Description": "Read organization information", - "FullDescription": "Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", - "IsAdmin": true - }, - { - "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 - }, - { - "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 - } - ], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/organization/{organization-id}/branding/localizations/$count", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationBrandingLocalizationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgOrganizationBrandingLocalizationFavicon", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationBrandingLocalizationCustomCss" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationBrandingLocalizationFavicon" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgOrganizationBrandingLocalizationHeaderLogo", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationBrandingLocalizationHeaderLogo" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationBrandingLocalizationSquareLogo" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgOrganizationBrandingLocalizationSquareLogo", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationBrandingLocalizationSquareLogoDark" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgOrganizationBrandingLocalizationSquareLogoDark", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/branding/squareLogo", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationBrandingSquareLogo" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgOrganizationBrandingSquareLogo", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/branding/squareLogoDark", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationBrandingSquareLogoDark" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Get-MgOrganizationBrandingSquareLogoDark", "Variants": [ "Get", - "GetExpanded" + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/getByIds", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationById" + "Permissions": [], + "Command": "Get-MgOrganizationById", + "Variants": [ + "Get", + "GetExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Organization.Read.All", @@ -212052,18 +212170,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration" + "ApiVersion": "v1.0" }, { + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", + "Method": "GET", + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Organization.Read.All", @@ -212078,17 +212196,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", "Variants": [ "List" ], - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration" + "ApiVersion": "v1.0" }, { + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Organization.Read.All", @@ -212103,18 +212221,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgOrganizationCertificateBasedAuthConfigurationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgOrganizationCertificateBasedAuthConfigurationCount" + "ApiVersion": "v1.0" }, { + "Uri": "/organization/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -212171,203 +212289,203 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgOrganizationCount", "Variants": [ "Get" ], - "Uri": "/organization/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/organization/{organization-id}/extensions/{extension-id}", "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgOrganizationExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/organization/{organization-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/organization/{organization-id}/extensions", "Method": "GET", + "OutputType": "IMicrosoftGraphExtension", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgOrganizationExtension", "Variants": [ "List" ], - "Uri": "/organization/{organization-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/organization/{organization-id}/extensions/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgOrganizationExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/organization/{organization-id}/extensions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationExtensionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/organization/{organization-id}/getMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgOrganizationMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/organization/{organization-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationMemberGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/organization/{organization-id}/getMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Get-MgOrganizationMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/organization/{organization-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationMemberObject" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/places/{place-id}/room", "Method": "GET", + "OutputType": "IMicrosoftGraphRoom", + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgPlaceAsRoom", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/places/{place-id}/room", - "OutputType": "IMicrosoftGraphRoom", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgPlaceAsRoom" + "ApiVersion": "v1.0" }, { + "Uri": "/places/room", + "Method": "GET", + "OutputType": "IMicrosoftGraphRoom", + "Module": "Calendar", "Permissions": { "Name": "Place.Read.All", "Description": "Read all company places", "FullDescription": "Allows the app to read your company's places (conference rooms and room lists) for calendar events and other applications, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgPlaceAsRoom", "Variants": [ "List" ], - "Uri": "/places/room", - "OutputType": "IMicrosoftGraphRoom", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgPlaceAsRoom" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/places/{place-id}/roomList", "Method": "GET", + "OutputType": "IMicrosoftGraphRoomList", + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgPlaceAsRoomList", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/places/{place-id}/roomList", - "OutputType": "IMicrosoftGraphRoomList", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgPlaceAsRoomList" + "ApiVersion": "v1.0" }, { + "Uri": "/places/roomList", + "Method": "GET", + "OutputType": "IMicrosoftGraphRoomList", + "Module": "Calendar", "Permissions": { "Name": "Place.Read.All", "Description": "Read all company places", "FullDescription": "Allows the app to read your company's places (conference rooms and room lists) for calendar events and other applications, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgPlaceAsRoomList", "Variants": [ "List" ], - "Uri": "/places/roomList", - "OutputType": "IMicrosoftGraphRoomList", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgPlaceAsRoomList" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/places/$count", "Method": "GET", + "OutputType": null, + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgPlaceCount", "Variants": [ "Get" ], - "Uri": "/places/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgPlaceCount" + "ApiVersion": "v1.0" }, { + "Uri": "/places/room/$count", + "Method": "GET", + "OutputType": null, + "Module": "Calendar", "Permissions": { "Name": "Place.Read.All", "Description": "Read all company places", "FullDescription": "Allows the app to read your company's places (conference rooms and room lists) for calendar events and other applications, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgPlaceCountAsRoom", "Variants": [ "Get" ], - "Uri": "/places/room/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgPlaceCountAsRoom" + "ApiVersion": "v1.0" }, { + "Uri": "/places/roomList/$count", + "Method": "GET", + "OutputType": null, + "Module": "Calendar", "Permissions": { "Name": "Place.Read.All", "Description": "Read all company places", "FullDescription": "Allows the app to read your company's places (conference rooms and room lists) for calendar events and other applications, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgPlaceCountAsRoomList", "Variants": [ "Get" ], - "Uri": "/places/roomList/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgPlaceCountAsRoomList" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/planner", "Method": "GET", + "OutputType": "IMicrosoftGraphPlanner", + "Module": "Planner", + "Permissions": [], + "Command": "Get-MgPlanner", "Variants": [ "Get" ], - "Uri": "/planner", - "OutputType": "IMicrosoftGraphPlanner", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Get-MgPlanner" + "ApiVersion": "v1.0" }, { + "Uri": "/planner/buckets/{plannerBucket-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerBucket", + "Module": "Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -212406,18 +212524,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgPlannerBucket", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/planner/buckets/{plannerBucket-id}", - "OutputType": "IMicrosoftGraphPlannerBucket", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Get-MgPlannerBucket" + "ApiVersion": "v1.0" }, { + "Uri": "/planner/buckets", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerBucket", + "Module": "Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -212456,17 +212574,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgPlannerBucket", "Variants": [ "List" ], - "Uri": "/planner/buckets", - "OutputType": "IMicrosoftGraphPlannerBucket", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Get-MgPlannerBucket" + "ApiVersion": "v1.0" }, { + "Uri": "/planner/buckets/$count", + "Method": "GET", + "OutputType": null, + "Module": "Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -212505,17 +212623,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgPlannerBucketCount", "Variants": [ "Get" ], - "Uri": "/planner/buckets/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Get-MgPlannerBucketCount" + "ApiVersion": "v1.0" }, { + "Uri": "/planner/buckets/{plannerBucket-id}/tasks", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerTask", + "Module": "Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -212554,17 +212672,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgPlannerBucketTask", "Variants": [ "List" ], - "Uri": "/planner/buckets/{plannerBucket-id}/tasks", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Get-MgPlannerBucketTask" + "ApiVersion": "v1.0" }, { + "Uri": "/planner/plans/{plannerPlan-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Module": "Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -212603,18 +212721,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgPlannerPlan", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/planner/plans/{plannerPlan-id}", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Get-MgPlannerPlan" + "ApiVersion": "v1.0" }, { + "Uri": "/planner/plans", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Module": "Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -212653,17 +212771,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgPlannerPlan", "Variants": [ "List" ], - "Uri": "/planner/plans", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Get-MgPlannerPlan" + "ApiVersion": "v1.0" }, { + "Uri": "/planner/plans/{plannerPlan-id}/buckets", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerBucket", + "Module": "Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -212702,17 +212820,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgPlannerPlanBucket", "Variants": [ "List" ], - "Uri": "/planner/plans/{plannerPlan-id}/buckets", - "OutputType": "IMicrosoftGraphPlannerBucket", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Get-MgPlannerPlanBucket" + "ApiVersion": "v1.0" }, { + "Uri": "/planner/plans/$count", + "Method": "GET", + "OutputType": null, + "Module": "Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -212751,17 +212869,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgPlannerPlanCount", "Variants": [ "Get" ], - "Uri": "/planner/plans/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Get-MgPlannerPlanCount" + "ApiVersion": "v1.0" }, { + "Uri": "/planner/plans/{plannerPlan-id}/details", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Module": "Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -212800,18 +212918,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgPlannerPlanDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/planner/plans/{plannerPlan-id}/details", - "OutputType": "IMicrosoftGraphPlannerPlanDetails", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Get-MgPlannerPlanDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/planner/plans/{plannerPlan-id}/tasks", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerTask", + "Module": "Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -212850,17 +212968,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgPlannerPlanTask", "Variants": [ "List" ], - "Uri": "/planner/plans/{plannerPlan-id}/tasks", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Get-MgPlannerPlanTask" + "ApiVersion": "v1.0" }, { + "Uri": "/planner/tasks/{plannerTask-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerTask", + "Module": "Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -212899,18 +213017,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgPlannerTask", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/planner/tasks/{plannerTask-id}", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Get-MgPlannerTask" + "ApiVersion": "v1.0" }, { + "Uri": "/planner/tasks", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerTask", + "Module": "Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -212949,17 +213067,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgPlannerTask", "Variants": [ "List" ], - "Uri": "/planner/tasks", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Get-MgPlannerTask" + "ApiVersion": "v1.0" }, { + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "Module": "Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -212998,18 +213116,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgPlannerTaskAssignedToTaskBoardFormat", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Get-MgPlannerTaskAssignedToTaskBoardFormat" + "ApiVersion": "v1.0" }, { + "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", + "Module": "Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -213048,18 +213166,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgPlannerTaskBucketTaskBoardFormat", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Get-MgPlannerTaskBucketTaskBoardFormat" + "ApiVersion": "v1.0" }, { + "Uri": "/planner/tasks/$count", + "Method": "GET", + "OutputType": null, + "Module": "Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -213098,17 +213216,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgPlannerTaskCount", "Variants": [ "Get" ], - "Uri": "/planner/tasks/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Get-MgPlannerTaskCount" + "ApiVersion": "v1.0" }, { + "Uri": "/planner/tasks/{plannerTask-id}/details", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "Module": "Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -213147,18 +213265,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgPlannerTaskDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/planner/tasks/{plannerTask-id}/details", - "OutputType": "IMicrosoftGraphPlannerTaskDetails", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Get-MgPlannerTaskDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", + "Module": "Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -213197,18 +213315,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgPlannerTaskProgressTaskBoardFormat", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Get-MgPlannerTaskProgressTaskBoardFormat" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -213223,18 +213341,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyActivityBasedTimeoutPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/activityBasedTimeoutPolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -213249,55 +213367,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", "Variants": [ "List" ], - "Uri": "/policies/activityBasedTimeoutPolicies", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyActivityBasedTimeoutPolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyTo", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyTo" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyTo", "Variants": [ "List" ], - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyTo" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyToCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyToCount" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/activityBasedTimeoutPolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -213312,17 +213430,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyActivityBasedTimeoutPolicyCount", "Variants": [ "Get" ], - "Uri": "/policies/activityBasedTimeoutPolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyActivityBasedTimeoutPolicyCount" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/adminConsentRequestPolicy", + "Method": "GET", + "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Directory.Read.All", @@ -213349,17 +213467,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyAdminConsentRequestPolicy", "Variants": [ "Get" ], - "Uri": "/policies/adminConsentRequestPolicy", - "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAdminConsentRequestPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -213374,18 +213492,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyAppManagementPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "OutputType": "IMicrosoftGraphAppManagementPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAppManagementPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/appManagementPolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -213400,30 +213518,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyAppManagementPolicy", "Variants": [ "List" ], - "Uri": "/policies/appManagementPolicies", - "OutputType": "IMicrosoftGraphAppManagementPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAppManagementPolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgPolicyAppManagementPolicyApplyTo", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAppManagementPolicyApplyTo" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Application.Read.All", @@ -213444,17 +213562,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyAppManagementPolicyApplyTo", "Variants": [ "List" ], - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAppManagementPolicyApplyTo" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Application.Read.All", @@ -213475,18 +213593,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyAppManagementPolicyApplyToCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAppManagementPolicyApplyToCount" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/appManagementPolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -213501,17 +213619,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyAppManagementPolicyCount", "Variants": [ "Get" ], - "Uri": "/policies/appManagementPolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAppManagementPolicyCount" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/authenticationFlowsPolicy", + "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -213526,71 +213644,71 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyAuthenticationFlowPolicy", "Variants": [ "Get" ], - "Uri": "/policies/authenticationFlowsPolicy", - "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAuthenticationFlowPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/authenticationMethodsPolicy", + "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.AuthenticationMethod", "Description": "Read and write your authentication method policies ", "FullDescription": "Allows the app to read and write the authentication method policies for your tenant, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgPolicyAuthenticationMethodPolicy", "Variants": [ "Get" ], - "Uri": "/policies/authenticationMethodsPolicy", - "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAuthenticationMethodPolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Variants": [ "List" ], - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount", "Variants": [ "Get" ], - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -213611,18 +213729,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyAuthenticationStrengthPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAuthenticationStrengthPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/authenticationStrengthPolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -213643,55 +213761,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyAuthenticationStrengthPolicy", "Variants": [ "List" ], - "Uri": "/policies/authenticationStrengthPolicies", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAuthenticationStrengthPolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "List" ], - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfigurationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfigurationCount" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/authenticationStrengthPolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -213712,17 +213830,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyAuthenticationStrengthPolicyCount", "Variants": [ "Get" ], - "Uri": "/policies/authenticationStrengthPolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAuthenticationStrengthPolicyCount" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/authorizationPolicy", + "Method": "GET", + "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -213737,17 +213855,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyAuthorizationPolicy", "Variants": [ "Get" ], - "Uri": "/policies/authorizationPolicy", - "OutputType": "IMicrosoftGraphAuthorizationPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAuthorizationPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -213762,18 +213880,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyClaimMappingPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyClaimMappingPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/claimsMappingPolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -213788,30 +213906,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyClaimMappingPolicy", "Variants": [ "List" ], - "Uri": "/policies/claimsMappingPolicies", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyClaimMappingPolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgPolicyClaimMappingPolicyApplyTo", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyClaimMappingPolicyApplyTo" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Application.Read.All", @@ -213838,17 +213956,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyClaimMappingPolicyApplyTo", "Variants": [ "List" ], - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyClaimMappingPolicyApplyTo" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Application.Read.All", @@ -213875,18 +213993,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyClaimMappingPolicyApplyToCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyClaimMappingPolicyApplyToCount" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/claimsMappingPolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -213901,29 +214019,29 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyClaimMappingPolicyCount", "Variants": [ "Get" ], - "Uri": "/policies/claimsMappingPolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyClaimMappingPolicyCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/conditionalAccessPolicies/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgPolicyConditionalAccessPolicyCount", "Variants": [ "Get" ], - "Uri": "/policies/conditionalAccessPolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyConditionalAccessPolicyCount" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/crossTenantAccessPolicy", + "Method": "GET", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -213938,17 +214056,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyCrossTenantAccessPolicy", "Variants": [ "Get" ], - "Uri": "/policies/crossTenantAccessPolicy", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyCrossTenantAccessPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/crossTenantAccessPolicy/default", + "Method": "GET", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -213963,17 +214081,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyCrossTenantAccessPolicyDefault", "Variants": [ "Get" ], - "Uri": "/policies/crossTenantAccessPolicy/default", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyCrossTenantAccessPolicyDefault" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "Method": "GET", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -213988,18 +214106,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/crossTenantAccessPolicy/partners", + "Method": "GET", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -214014,17 +214132,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", "Variants": [ "List" ], - "Uri": "/policies/crossTenantAccessPolicy/partners", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/crossTenantAccessPolicy/partners/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -214039,17 +214157,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerCount", "Variants": [ "Get" ], - "Uri": "/policies/crossTenantAccessPolicy/partners/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerCount" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "Method": "GET", + "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -214064,18 +214182,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/defaultAppManagementPolicy", + "Method": "GET", + "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -214090,134 +214208,134 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyDefaultAppManagementPolicy", "Variants": [ "Get" ], - "Uri": "/policies/defaultAppManagementPolicy", - "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyDefaultAppManagementPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Module": "Identity.SignIns", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgPolicyFeatureRolloutPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyFeatureRolloutPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/featureRolloutPolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Module": "Identity.SignIns", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgPolicyFeatureRolloutPolicy", "Variants": [ "List" ], - "Uri": "/policies/featureRolloutPolicies", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyFeatureRolloutPolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgPolicyFeatureRolloutPolicyApplyTo", "Variants": [ "List" ], - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyFeatureRolloutPolicyApplyTo" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToById", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToById" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToByRef", "Variants": [ "List" ], - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToByRef" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/delta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToDelta" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/featureRolloutPolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgPolicyFeatureRolloutPolicyCount", "Variants": [ "Get" ], - "Uri": "/policies/featureRolloutPolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyFeatureRolloutPolicyCount" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -214232,18 +214350,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/homeRealmDiscoveryPolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -214258,30 +214376,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", "Variants": [ "List" ], - "Uri": "/policies/homeRealmDiscoveryPolicies", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Application.Read.All", @@ -214308,17 +214426,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo", "Variants": [ "List" ], - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Application.Read.All", @@ -214345,18 +214463,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyToCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyToCount" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/homeRealmDiscoveryPolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -214371,34 +214489,34 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyCount", "Variants": [ "Get" ], - "Uri": "/policies/homeRealmDiscoveryPolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyCount" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.Read.All", "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy", "Variants": [ "Get" ], - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", - "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -214413,18 +214531,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyPermissionGrantPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyPermissionGrantPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/permissionGrantPolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -214439,17 +214557,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyPermissionGrantPolicy", "Variants": [ "List" ], - "Uri": "/policies/permissionGrantPolicies", - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyPermissionGrantPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/permissionGrantPolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -214464,30 +214582,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyPermissionGrantPolicyCount", "Variants": [ "Get" ], - "Uri": "/policies/permissionGrantPolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyPermissionGrantPolicyCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgPolicyPermissionGrantPolicyExclude", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyPermissionGrantPolicyExclude" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", + "Method": "GET", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Directory.Read.All", @@ -214502,17 +214620,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyPermissionGrantPolicyExclude", "Variants": [ "List" ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyPermissionGrantPolicyExclude" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Directory.Read.All", @@ -214527,31 +214645,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyPermissionGrantPolicyExcludeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyPermissionGrantPolicyExcludeCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgPolicyPermissionGrantPolicyInclude", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyPermissionGrantPolicyInclude" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", + "Method": "GET", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Directory.Read.All", @@ -214566,17 +214684,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyPermissionGrantPolicyInclude", "Variants": [ "List" ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyPermissionGrantPolicyInclude" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Directory.Read.All", @@ -214591,18 +214709,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyPermissionGrantPolicyIncludeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyPermissionGrantPolicyIncludeCount" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "RoleManagement.Read.All", @@ -214635,18 +214753,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyRoleManagementPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/roleManagementPolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "RoleManagement.Read.All", @@ -214679,17 +214797,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicy", "Variants": [ "List" ], - "Uri": "/policies/roleManagementPolicies", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyRoleManagementPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "RoleManagement.Read.All", @@ -214722,18 +214840,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyRoleManagementPolicyAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/roleManagementPolicyAssignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "RoleManagement.Read.All", @@ -214766,17 +214884,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicyAssignment", "Variants": [ "List" ], - "Uri": "/policies/roleManagementPolicyAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyRoleManagementPolicyAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/roleManagementPolicyAssignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "RoleManagement.Read.All", @@ -214809,30 +214927,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicyAssignmentCount", "Variants": [ "Get" ], - "Uri": "/policies/roleManagementPolicyAssignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyRoleManagementPolicyAssignmentCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgPolicyRoleManagementPolicyAssignmentPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyRoleManagementPolicyAssignmentPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/roleManagementPolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "RoleManagement.Read.All", @@ -214865,30 +214983,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicyCount", "Variants": [ "Get" ], - "Uri": "/policies/roleManagementPolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyRoleManagementPolicyCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "RoleManagement.Read.All", @@ -214921,17 +215039,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", "Variants": [ "List" ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "RoleManagement.Read.All", @@ -214964,18 +215082,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRuleCount" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "RoleManagement.Read.All", @@ -215008,18 +215126,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicyRule", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyRoleManagementPolicyRule" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "RoleManagement.Read.All", @@ -215052,17 +215170,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicyRule", "Variants": [ "List" ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyRoleManagementPolicyRule" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "RoleManagement.Read.All", @@ -215095,18 +215213,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicyRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyRoleManagementPolicyRuleCount" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -215121,18 +215239,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyTokenIssuancePolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyTokenIssuancePolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/tokenIssuancePolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -215147,30 +215265,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyTokenIssuancePolicy", "Variants": [ "List" ], - "Uri": "/policies/tokenIssuancePolicies", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyTokenIssuancePolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgPolicyTokenIssuancePolicyApplyTo", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyTokenIssuancePolicyApplyTo" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Application.Read.All", @@ -215197,17 +215315,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyTokenIssuancePolicyApplyTo", "Variants": [ "List" ], - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyTokenIssuancePolicyApplyTo" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Application.Read.All", @@ -215234,18 +215352,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyTokenIssuancePolicyApplyToCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyTokenIssuancePolicyApplyToCount" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/tokenIssuancePolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -215260,17 +215378,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyTokenIssuancePolicyCount", "Variants": [ "Get" ], - "Uri": "/policies/tokenIssuancePolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyTokenIssuancePolicyCount" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -215285,18 +215403,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyTokenLifetimePolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyTokenLifetimePolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/tokenLifetimePolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -215311,30 +215429,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyTokenLifetimePolicy", "Variants": [ "List" ], - "Uri": "/policies/tokenLifetimePolicies", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyTokenLifetimePolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgPolicyTokenLifetimePolicyApplyTo", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyTokenLifetimePolicyApplyTo" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Application.Read.All", @@ -215361,17 +215479,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyTokenLifetimePolicyApplyTo", "Variants": [ "List" ], - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyTokenLifetimePolicyApplyTo" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Application.Read.All", @@ -215398,18 +215516,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyTokenLifetimePolicyApplyToCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyTokenLifetimePolicyApplyToCount" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/tokenLifetimePolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -215424,29 +215542,29 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPolicyTokenLifetimePolicyCount", "Variants": [ "Get" ], - "Uri": "/policies/tokenLifetimePolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyTokenLifetimePolicyCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/print", "Method": "GET", + "OutputType": "IMicrosoftGraphPrint", + "Module": "Devices.CloudPrint", + "Permissions": [], + "Command": "Get-MgPrint", "Variants": [ "Get" ], - "Uri": "/print", - "OutputType": "IMicrosoftGraphPrint", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrint" + "ApiVersion": "v1.0" }, { + "Uri": "/print/connectors/{printConnector-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintConnector", + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -215461,18 +215579,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrintConnector", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/connectors/{printConnector-id}", - "OutputType": "IMicrosoftGraphPrintConnector", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintConnector" + "ApiVersion": "v1.0" }, { + "Uri": "/print/connectors", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintConnector", + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -215487,17 +215605,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrintConnector", "Variants": [ "List" ], - "Uri": "/print/connectors", - "OutputType": "IMicrosoftGraphPrintConnector", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintConnector" + "ApiVersion": "v1.0" }, { + "Uri": "/print/connectors/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -215512,17 +215630,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrintConnectorCount", "Variants": [ "Get" ], - "Uri": "/print/connectors/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintConnectorCount" + "ApiVersion": "v1.0" }, { + "Uri": "/print/operations/{printOperation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintOperation", + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "Printer.Create", @@ -215543,42 +215661,42 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrintOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/operations/{printOperation-id}", - "OutputType": "IMicrosoftGraphPrintOperation", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintOperation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/print/operations", "Method": "GET", + "OutputType": "IMicrosoftGraphPrintOperation", + "Module": "Devices.CloudPrint", + "Permissions": [], + "Command": "Get-MgPrintOperation", "Variants": [ "List" ], - "Uri": "/print/operations", - "OutputType": "IMicrosoftGraphPrintOperation", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintOperation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/print/operations/$count", "Method": "GET", + "OutputType": null, + "Module": "Devices.CloudPrint", + "Permissions": [], + "Command": "Get-MgPrintOperationCount", "Variants": [ "Get" ], - "Uri": "/print/operations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintOperationCount" + "ApiVersion": "v1.0" }, { + "Uri": "/print/printers/{printer-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrinter", + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "Printer.FullControl.All", @@ -215617,18 +215735,113 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrintPrinter", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/printers/{printer-id}", + "ApiVersion": "v1.0" + }, + { + "Uri": "/print/printers", + "Method": "GET", "OutputType": "IMicrosoftGraphPrinter", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinter" + "Permissions": [ + { + "Name": "Printer.FullControl.All", + "Description": "Register, read, update, and unregister printers", + "FullDescription": "Allows the application to create (register), read, update, and delete (unregister) printers on your behalf.  ", + "IsAdmin": true + }, + { + "Name": "Printer.Read.All", + "Description": "Read printers", + "FullDescription": "Allows the application to read printers on your behalf. ", + "IsAdmin": true + }, + { + "Name": "Printer.ReadWrite.All", + "Description": "Read and update printers", + "FullDescription": "Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.", + "IsAdmin": true + } + ], + "Command": "Get-MgPrintPrinter", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" + }, + { + "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintConnector", + "Module": "Devices.CloudPrint", + "Permissions": [], + "Command": "Get-MgPrintPrinterConnector", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" + }, + { + "Uri": "/print/printers/{printer-id}/connectors", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintConnector", + "Module": "Devices.CloudPrint", + "Permissions": [ + { + "Name": "PrintConnector.Read.All", + "Description": "Read print connectors", + "FullDescription": "Allows the application to read print connectors on your behalf.", + "IsAdmin": true + }, + { + "Name": "PrintConnector.ReadWrite.All", + "Description": "Read and write print connectors", + "FullDescription": "Allows the application to read and write print connectors on your behalf.", + "IsAdmin": true + } + ], + "Command": "Get-MgPrintPrinterConnector", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" + }, + { + "Uri": "/print/printers/{printer-id}/connectors/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CloudPrint", + "Permissions": [ + { + "Name": "PrintConnector.Read.All", + "Description": "Read print connectors", + "FullDescription": "Allows the application to read print connectors on your behalf.", + "IsAdmin": true + }, + { + "Name": "PrintConnector.ReadWrite.All", + "Description": "Read and write print connectors", + "FullDescription": "Allows the application to read and write print connectors on your behalf.", + "IsAdmin": true + } + ], + "Command": "Get-MgPrintPrinterConnectorCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/print/printers/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "Printer.FullControl.All", @@ -215649,112 +215862,17 @@ "IsAdmin": true } ], - "Method": "GET", - "Variants": [ - "List" - ], - "Uri": "/print/printers", - "OutputType": "IMicrosoftGraphPrinter", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinter" - }, - { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}", - "OutputType": "IMicrosoftGraphPrintConnector", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterConnector" - }, - { - "Permissions": [ - { - "Name": "PrintConnector.Read.All", - "Description": "Read print connectors", - "FullDescription": "Allows the application to read print connectors on your behalf.", - "IsAdmin": true - }, - { - "Name": "PrintConnector.ReadWrite.All", - "Description": "Read and write print connectors", - "FullDescription": "Allows the application to read and write print connectors on your behalf.", - "IsAdmin": true - } - ], - "Method": "GET", - "Variants": [ - "List" - ], - "Uri": "/print/printers/{printer-id}/connectors", - "OutputType": "IMicrosoftGraphPrintConnector", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterConnector" - }, - { - "Permissions": [ - { - "Name": "PrintConnector.Read.All", - "Description": "Read print connectors", - "FullDescription": "Allows the application to read print connectors on your behalf.", - "IsAdmin": true - }, - { - "Name": "PrintConnector.ReadWrite.All", - "Description": "Read and write print connectors", - "FullDescription": "Allows the application to read and write print connectors on your behalf.", - "IsAdmin": true - } - ], - "Method": "GET", + "Command": "Get-MgPrintPrinterCount", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Uri": "/print/printers/{printer-id}/connectors/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterConnectorCount" + "ApiVersion": "v1.0" }, { - "Permissions": [ - { - "Name": "Printer.FullControl.All", - "Description": "Register, read, update, and unregister printers", - "FullDescription": "Allows the application to create (register), read, update, and delete (unregister) printers on your behalf.  ", - "IsAdmin": true - }, - { - "Name": "Printer.Read.All", - "Description": "Read printers", - "FullDescription": "Allows the application to read printers on your behalf. ", - "IsAdmin": true - }, - { - "Name": "Printer.ReadWrite.All", - "Description": "Read and update printers", - "FullDescription": "Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.", - "IsAdmin": true - } - ], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", "Method": "GET", - "Variants": [ - "Get" - ], - "Uri": "/print/printers/$count", - "OutputType": null, - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrintJob", "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterCount" - }, - { "Permissions": [ { "Name": "PrintJob.Read", @@ -215805,18 +215923,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrintPrinterJob", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterJob" + "ApiVersion": "v1.0" }, { + "Uri": "/print/printers/{printer-id}/jobs", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintJob", + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Read", @@ -215867,17 +215985,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrintPrinterJob", "Variants": [ "List" ], - "Uri": "/print/printers/{printer-id}/jobs", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterJob" + "ApiVersion": "v1.0" }, { + "Uri": "/print/printers/{printer-id}/jobs/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Read", @@ -215928,18 +216046,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrintPrinterJobCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/printers/{printer-id}/jobs/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterJobCount" + "ApiVersion": "v1.0" }, { + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintDocument", + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Read", @@ -215966,30 +216084,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrintPrinterJobDocument", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterJobDocument" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", "Method": "GET", + "OutputType": "IMicrosoftGraphPrintDocument", + "Module": "Devices.CloudPrint", + "Permissions": [], + "Command": "Get-MgPrintPrinterJobDocument", "Variants": [ "List" ], - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", - "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterJobDocument" + "ApiVersion": "v1.0" }, { + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Read", @@ -216016,95 +216134,95 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrintPrinterJobDocumentContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterJobDocumentContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterJobDocumentCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgPrintPrinterJobDocumentCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterJobTask" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgPrintPrinterJobTask", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterJobTask" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgPrintPrinterJobTask", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterJobTaskCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgPrintPrinterJobTaskCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTaskDefinition", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterJobTaskDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgPrintPrinterJobTaskDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterJobTaskTrigger" + "Permissions": [], + "Command": "Get-MgPrintPrinterJobTaskTrigger", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/print/printers/{printer-id}/shares/{printerShare-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrinterShare", + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -216125,18 +216243,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrintPrinterShare", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/printers/{printer-id}/shares/{printerShare-id}", - "OutputType": "IMicrosoftGraphPrinterShare", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterShare" + "ApiVersion": "v1.0" }, { + "Uri": "/print/printers/{printer-id}/shares", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrinterShare", + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -216157,17 +216275,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrintPrinterShare", "Variants": [ "List" ], - "Uri": "/print/printers/{printer-id}/shares", - "OutputType": "IMicrosoftGraphPrinterShare", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterShare" + "ApiVersion": "v1.0" }, { + "Uri": "/print/printers/{printer-id}/shares/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -216188,18 +216306,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrintPrinterShareCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/printers/{printer-id}/shares/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterShareCount" + "ApiVersion": "v1.0" }, { + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "Printer.FullControl.All", @@ -216220,18 +216338,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrintPrinterTaskTrigger", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterTaskTrigger" + "ApiVersion": "v1.0" }, { + "Uri": "/print/printers/{printer-id}/taskTriggers", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "Printer.FullControl.All", @@ -216252,17 +216370,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrintPrinterTaskTrigger", "Variants": [ "List" ], - "Uri": "/print/printers/{printer-id}/taskTriggers", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterTaskTrigger" + "ApiVersion": "v1.0" }, { + "Uri": "/print/printers/{printer-id}/taskTriggers/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "Printer.FullControl.All", @@ -216283,31 +216401,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrintPrinterTaskTriggerCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/printers/{printer-id}/taskTriggers/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterTaskTriggerCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition", "Method": "GET", + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Module": "Devices.CloudPrint", + "Permissions": [], + "Command": "Get-MgPrintPrinterTaskTriggerDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterTaskTriggerDefinition" + "ApiVersion": "v1.0" }, { + "Uri": "/print/services/{printService-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintService", + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -216424,18 +216542,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrintService", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/services/{printService-id}", - "OutputType": "IMicrosoftGraphPrintService", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintService" + "ApiVersion": "v1.0" }, { + "Uri": "/print/services", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintService", + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -216552,17 +216670,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrintService", "Variants": [ "List" ], - "Uri": "/print/services", - "OutputType": "IMicrosoftGraphPrintService", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintService" + "ApiVersion": "v1.0" }, { + "Uri": "/print/services/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -216679,17 +216797,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrintServiceCount", "Variants": [ "Get" ], - "Uri": "/print/services/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintServiceCount" + "ApiVersion": "v1.0" }, { + "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -216806,18 +216924,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrintServiceEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", - "OutputType": "IMicrosoftGraphPrintServiceEndpoint", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintServiceEndpoint" + "ApiVersion": "v1.0" }, { + "Uri": "/print/services/{printService-id}/endpoints", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -216934,17 +217052,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrintServiceEndpoint", "Variants": [ "List" ], - "Uri": "/print/services/{printService-id}/endpoints", - "OutputType": "IMicrosoftGraphPrintServiceEndpoint", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintServiceEndpoint" + "ApiVersion": "v1.0" }, { + "Uri": "/print/services/{printService-id}/endpoints/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -217061,18 +217179,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrintServiceEndpointCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/services/{printService-id}/endpoints/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintServiceEndpointCount" + "ApiVersion": "v1.0" }, { + "Uri": "/print/shares/{printerShare-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrinterShare", + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -217093,18 +217211,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrintShare", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/shares/{printerShare-id}", - "OutputType": "IMicrosoftGraphPrinterShare", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShare" + "ApiVersion": "v1.0" }, { + "Uri": "/print/shares", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrinterShare", + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -217125,17 +217243,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrintShare", "Variants": [ "List" ], - "Uri": "/print/shares", - "OutputType": "IMicrosoftGraphPrinterShare", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShare" + "ApiVersion": "v1.0" }, { + "Uri": "/print/shares/{printerShare-id}/allowedGroups", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -217150,17 +217268,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrintShareAllowedGroup", "Variants": [ "List" ], - "Uri": "/print/shares/{printerShare-id}/allowedGroups", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareAllowedGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -217175,17 +217293,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrintShareAllowedGroupByRef", "Variants": [ "List" ], - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareAllowedGroupByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -217200,18 +217318,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrintShareAllowedGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareAllowedGroupCount" + "ApiVersion": "v1.0" }, { + "Uri": "/print/shares/{printerShare-id}/allowedUsers", + "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -217226,17 +217344,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrintShareAllowedUser", "Variants": [ "List" ], - "Uri": "/print/shares/{printerShare-id}/allowedUsers", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareAllowedUser" + "ApiVersion": "v1.0" }, { + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -217251,17 +217369,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrintShareAllowedUserByRef", "Variants": [ "List" ], - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareAllowedUserByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -217276,31 +217394,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrintShareAllowedUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareAllowedUserCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Devices.CloudPrint", + "Permissions": [], + "Command": "Get-MgPrintShareAllowedUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareAllowedUserMailboxSetting" + "ApiVersion": "v1.0" }, { + "Uri": "/print/shares/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -217321,17 +217439,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrintShareCount", "Variants": [ "Get" ], - "Uri": "/print/shares/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareCount" + "ApiVersion": "v1.0" }, { + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintJob", + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Read", @@ -217382,18 +217500,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrintShareJob", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareJob" + "ApiVersion": "v1.0" }, { + "Uri": "/print/shares/{printerShare-id}/jobs", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintJob", + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Read", @@ -217444,17 +217562,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrintShareJob", "Variants": [ "List" ], - "Uri": "/print/shares/{printerShare-id}/jobs", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareJob" + "ApiVersion": "v1.0" }, { + "Uri": "/print/shares/{printerShare-id}/jobs/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Read", @@ -217505,133 +217623,133 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrintShareJobCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/shares/{printerShare-id}/jobs/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareJobCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphPrintDocument", + "Module": "Devices.CloudPrint", + "Permissions": [], + "Command": "Get-MgPrintShareJobDocument", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareJobDocument" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", + "Method": "GET", "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareJobDocument" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgPrintShareJobDocument", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareJobDocumentContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgPrintShareJobDocumentContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareJobDocumentCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgPrintShareJobDocumentCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareJobTask" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgPrintShareJobTask", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareJobTask" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgPrintShareJobTask", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareJobTaskCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgPrintShareJobTaskCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTaskDefinition", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareJobTaskDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgPrintShareJobTaskDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareJobTaskTrigger" + "Permissions": [], + "Command": "Get-MgPrintShareJobTaskTrigger", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/print/shares/{printerShare-id}/printer", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrinter", + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "Printer.FullControl.All", @@ -217652,138 +217770,138 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrintSharePrinter", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/shares/{printerShare-id}/printer", - "OutputType": "IMicrosoftGraphPrinter", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintSharePrinter" + "ApiVersion": "v1.0" }, { + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Module": "Devices.CloudPrint", "Permissions": { "Name": "PrintTaskDefinition.ReadWrite.All", "Description": "Read, write and update print task definitions", "FullDescription": "Allows the application to read and update print task definitions without a signed-in user. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgPrintTaskDefinition", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintTaskDefinition" + "ApiVersion": "v1.0" }, { + "Uri": "/print/taskDefinitions", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Module": "Devices.CloudPrint", "Permissions": { "Name": "PrintTaskDefinition.ReadWrite.All", "Description": "Read, write and update print task definitions", "FullDescription": "Allows the application to read and update print task definitions without a signed-in user. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgPrintTaskDefinition", "Variants": [ "List" ], - "Uri": "/print/taskDefinitions", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintTaskDefinition" + "ApiVersion": "v1.0" }, { + "Uri": "/print/taskDefinitions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CloudPrint", "Permissions": { "Name": "PrintTaskDefinition.ReadWrite.All", "Description": "Read, write and update print task definitions", "FullDescription": "Allows the application to read and update print task definitions without a signed-in user. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgPrintTaskDefinitionCount", "Variants": [ "Get" ], - "Uri": "/print/taskDefinitions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintTaskDefinitionCount" + "ApiVersion": "v1.0" }, { + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintTask", + "Module": "Devices.CloudPrint", "Permissions": { "Name": "PrintTaskDefinition.ReadWrite.All", "Description": "Read, write and update print task definitions", "FullDescription": "Allows the application to read and update print task definitions without a signed-in user. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgPrintTaskDefinitionTask", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", - "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintTaskDefinitionTask" + "ApiVersion": "v1.0" }, { + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintTask", + "Module": "Devices.CloudPrint", "Permissions": { "Name": "PrintTaskDefinition.ReadWrite.All", "Description": "Read, write and update print task definitions", "FullDescription": "Allows the application to read and update print task definitions without a signed-in user. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgPrintTaskDefinitionTask", "Variants": [ "List" ], - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", - "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintTaskDefinitionTask" + "ApiVersion": "v1.0" }, { + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.CloudPrint", "Permissions": { "Name": "PrintTaskDefinition.ReadWrite.All", "Description": "Read, write and update print task definitions", "FullDescription": "Allows the application to read and update print task definitions without a signed-in user. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgPrintTaskDefinitionTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintTaskDefinitionTaskCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger", "Method": "GET", + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Module": "Devices.CloudPrint", + "Permissions": [], + "Command": "Get-MgPrintTaskDefinitionTaskTrigger", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintTaskDefinitionTaskTrigger" + "ApiVersion": "v1.0" }, { + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Module": "Compliance", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -217798,18 +217916,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "ApiVersion": "v1.0", - "Module": "Compliance", - "Command": "Get-MgPrivacySubjectRightsRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/privacy/subjectRightsRequests", + "Method": "GET", + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Module": "Compliance", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -217824,17 +217942,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequest", "Variants": [ "List" ], - "Uri": "/privacy/subjectRightsRequests", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "ApiVersion": "v1.0", - "Module": "Compliance", - "Command": "Get-MgPrivacySubjectRightsRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/privacy/subjectRightsRequests/$count", + "Method": "GET", + "OutputType": null, + "Module": "Compliance", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -217849,30 +217967,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestCount", "Variants": [ "Get" ], - "Uri": "/privacy/subjectRightsRequests/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Compliance", - "Command": "Get-MgPrivacySubjectRightsRequestCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAuthoredNote", + "Module": "Compliance", + "Permissions": [], + "Command": "Get-MgPrivacySubjectRightsRequestNote", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "OutputType": "IMicrosoftGraphAuthoredNote", - "ApiVersion": "v1.0", - "Module": "Compliance", - "Command": "Get-MgPrivacySubjectRightsRequestNote" + "ApiVersion": "v1.0" }, { + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "Method": "GET", + "OutputType": "IMicrosoftGraphAuthoredNote", + "Module": "Compliance", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -217887,17 +218005,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestNote", "Variants": [ "List" ], - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "OutputType": "IMicrosoftGraphAuthoredNote", - "ApiVersion": "v1.0", - "Module": "Compliance", - "Command": "Get-MgPrivacySubjectRightsRequestNote" + "ApiVersion": "v1.0" }, { + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", + "Method": "GET", + "OutputType": null, + "Module": "Compliance", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -217912,43 +218030,43 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestNoteCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Compliance", - "Command": "Get-MgPrivacySubjectRightsRequestNoteCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team", "Method": "GET", + "OutputType": "IMicrosoftGraphTeam", + "Module": "Compliance", + "Permissions": [], + "Command": "Get-MgPrivacySubjectRightsRequestTeam", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team", - "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "v1.0", - "Module": "Compliance", - "Command": "Get-MgPrivacySubjectRightsRequestTeam" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/reports/authenticationMethods", "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot", + "Module": "Reports", + "Permissions": [], + "Command": "Get-MgReportAuthenticationMethod", "Variants": [ "Get" ], - "Uri": "/reports/authenticationMethods", - "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot", - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportAuthenticationMethod" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Module": "Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -217963,18 +218081,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", - "OutputType": "IMicrosoftGraphUserRegistrationDetails", - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/authenticationMethods/userRegistrationDetails", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Module": "Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -217989,17 +218107,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail", "Variants": [ "List" ], - "Uri": "/reports/authenticationMethods/userRegistrationDetails", - "OutputType": "IMicrosoftGraphUserRegistrationDetails", - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/authenticationMethods/userRegistrationDetails/$count", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -218014,1847 +218132,1847 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetailCount", "Variants": [ "Get" ], - "Uri": "/reports/authenticationMethods/userRegistrationDetails/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetailCount" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportDailyPrintUsageByPrinter", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportDailyPrintUsageByPrinter" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/dailyPrintUsageByPrinter", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportDailyPrintUsageByPrinter", "Variants": [ "List" ], - "Uri": "/reports/dailyPrintUsageByPrinter", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportDailyPrintUsageByPrinter" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/dailyPrintUsageByPrinter/$count", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportDailyPrintUsageByPrinterCount", "Variants": [ "Get" ], - "Uri": "/reports/dailyPrintUsageByPrinter/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportDailyPrintUsageByPrinterCount" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportDailyPrintUsageByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", - "OutputType": "IMicrosoftGraphPrintUsageByUser", - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportDailyPrintUsageByUser" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/dailyPrintUsageByUser", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportDailyPrintUsageByUser", "Variants": [ "List" ], - "Uri": "/reports/dailyPrintUsageByUser", - "OutputType": "IMicrosoftGraphPrintUsageByUser", - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportDailyPrintUsageByUser" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/dailyPrintUsageByUser/$count", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportDailyPrintUsageByUserCount", "Variants": [ "Get" ], - "Uri": "/reports/dailyPrintUsageByUser/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportDailyPrintUsageByUserCount" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/deviceConfigurationDeviceActivity", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "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.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportDeviceConfigurationDeviceActivity", "Variants": [ "Device" ], - "Uri": "/reports/deviceConfigurationDeviceActivity", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportDeviceConfigurationDeviceActivity" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/deviceConfigurationUserActivity", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "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.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportDeviceConfigurationUserActivity", "Variants": [ "Device" ], - "Uri": "/reports/deviceConfigurationUserActivity", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportDeviceConfigurationUserActivity" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getEmailActivityCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportEmailActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getEmailActivityCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportEmailActivityCount" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getEmailActivityUserCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportEmailActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getEmailActivityUserCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportEmailActivityUserCount" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getEmailActivityUserDetail(date={date})", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportEmailActivityUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/reports/getEmailActivityUserDetail(date={date})", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportEmailActivityUserDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportEmailAppUsageAppUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportEmailAppUsageAppUserCount" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportEmailAppUsageUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportEmailAppUsageUserCount" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getEmailAppUsageUserDetail(date={date})", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportEmailAppUsageUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/reports/getEmailAppUsageUserDetail(date={date})", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportEmailAppUsageUserDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportEmailAppUsageVersionUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportEmailAppUsageVersionUserCount" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "Method": "GET", + "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportGroupArchivedPrintJob", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphArchivedPrintJob", - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportGroupArchivedPrintJob" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportM365AppPlatformUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportM365AppPlatformUserCount" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getM365AppUserCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportM365AppUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getM365AppUserCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportM365AppUserCount" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getM365AppUserDetail(date={date})", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportM365AppUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/reports/getM365AppUserDetail(date={date})", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportM365AppUserDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getMailboxUsageDetail(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportMailboxUsageDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getMailboxUsageDetail(period='{period}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportMailboxUsageDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportMailboxUsageMailboxCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportMailboxUsageMailboxCount" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportMailboxUsageQuotaStatusMailboxCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportMailboxUsageQuotaStatusMailboxCount" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getMailboxUsageStorage(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportMailboxUsageStorage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getMailboxUsageStorage(period='{period}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportMailboxUsageStorage" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/managedDeviceEnrollmentFailureDetails", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportManagedDeviceEnrollmentFailureDetail", "Variants": [ "Detail", "Detail1", "DetailViaIdentity" ], - "Uri": "/reports/managedDeviceEnrollmentFailureDetails", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportManagedDeviceEnrollmentFailureDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/managedDeviceEnrollmentTopFailures", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportManagedDeviceEnrollmentTopFailure", "Variants": [ "Top", "Top1", "TopViaIdentity" ], - "Uri": "/reports/managedDeviceEnrollmentTopFailures", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportManagedDeviceEnrollmentTopFailure" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportMonthlyPrintUsageByPrinter", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportMonthlyPrintUsageByPrinter" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/monthlyPrintUsageByPrinter", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportMonthlyPrintUsageByPrinter", "Variants": [ "List" ], - "Uri": "/reports/monthlyPrintUsageByPrinter", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportMonthlyPrintUsageByPrinter" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/monthlyPrintUsageByPrinter/$count", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportMonthlyPrintUsageByPrinterCount", "Variants": [ "Get" ], - "Uri": "/reports/monthlyPrintUsageByPrinter/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportMonthlyPrintUsageByPrinterCount" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportMonthlyPrintUsageByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", - "OutputType": "IMicrosoftGraphPrintUsageByUser", - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportMonthlyPrintUsageByUser" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/monthlyPrintUsageByUser", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportMonthlyPrintUsageByUser", "Variants": [ "List" ], - "Uri": "/reports/monthlyPrintUsageByUser", - "OutputType": "IMicrosoftGraphPrintUsageByUser", - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportMonthlyPrintUsageByUser" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/monthlyPrintUsageByUser/$count", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportMonthlyPrintUsageByUserCount", "Variants": [ "Get" ], - "Uri": "/reports/monthlyPrintUsageByUser/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportMonthlyPrintUsageByUserCount" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getOffice365ActivationCounts", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportOffice365ActivationCount", "Variants": [ "Get" ], - "Uri": "/reports/getOffice365ActivationCounts", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportOffice365ActivationCount" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getOffice365ActivationsUserCounts", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportOffice365ActivationUserCount", "Variants": [ "Get" ], - "Uri": "/reports/getOffice365ActivationsUserCounts", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportOffice365ActivationUserCount" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getOffice365ActivationsUserDetail", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportOffice365ActivationUserDetail", "Variants": [ "Get" ], - "Uri": "/reports/getOffice365ActivationsUserDetail", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportOffice365ActivationUserDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportOffice365ActiveUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportOffice365ActiveUserCount" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getOffice365ActiveUserDetail(date={date})", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportOffice365ActiveUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/reports/getOffice365ActiveUserDetail(date={date})", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportOffice365ActiveUserDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportOffice365GroupActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportOffice365GroupActivityCount" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportOffice365GroupActivityDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportOffice365GroupActivityDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportOffice365GroupActivityFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportOffice365GroupActivityFileCount" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportOffice365GroupActivityGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportOffice365GroupActivityGroupCount" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportOffice365GroupActivityStorage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportOffice365GroupActivityStorage" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportOffice365ServiceUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportOffice365ServiceUserCount" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportOneDriveActivityFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportOneDriveActivityFileCount" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportOneDriveActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportOneDriveActivityUserCount" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getOneDriveActivityUserDetail(date={date})", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportOneDriveActivityUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/reports/getOneDriveActivityUserDetail(date={date})", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportOneDriveActivityUserDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportOneDriveUsageAccountCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportOneDriveUsageAccountCount" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportOneDriveUsageAccountDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportOneDriveUsageAccountDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportOneDriveUsageFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportOneDriveUsageFileCount" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getOneDriveUsageStorage(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportOneDriveUsageStorage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getOneDriveUsageStorage(period='{period}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportOneDriveUsageStorage" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "Method": "GET", + "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportPrinterArchivedPrintJob", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphArchivedPrintJob", - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportPrinterArchivedPrintJob" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/reports/security", "Method": "GET", + "OutputType": null, + "Module": "Reports", + "Permissions": [], + "Command": "Get-MgReportSecurity", "Variants": [ "Get" ], - "Uri": "/reports/security", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportSecurity" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/security/getAttackSimulationRepeatOffenders", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", + "Module": "Reports", "Permissions": { "Name": "AttackSimulation.Read.All", "Description": "Read attack simulation data of an organization", "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportSecurityAttackSimulationRepeatOffender", "Variants": [ "Get" ], - "Uri": "/reports/security/getAttackSimulationRepeatOffenders", - "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportSecurityAttackSimulationRepeatOffender" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", + "Module": "Reports", "Permissions": { "Name": "AttackSimulation.Read.All", "Description": "Read attack simulation data of an organization", "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportSecurityAttackSimulationTrainingUserCoverage", "Variants": [ "Get" ], - "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage", - "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportSecurityAttackSimulationTrainingUserCoverage" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", + "Module": "Reports", "Permissions": { "Name": "AttackSimulation.Read.All", "Description": "Read attack simulation data of an organization", "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportSecurityAttackSimulationUserCoverage", "Variants": [ "Get" ], - "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage", - "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportSecurityAttackSimulationUserCoverage" + "ApiVersion": "v1.0" }, { - "Permissions": { - "Name": "Reports.Read.All", - "Description": "Read all usage reports", - "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", - "IsAdmin": true - }, - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Reports", - "Command": "Get-MgReportSharePointActivityFileCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportSharePointActivityFileCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSharePointActivityPages(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Reports", - "Command": "Get-MgReportSharePointActivityPage" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportSharePointActivityPage", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Reports", - "Command": "Get-MgReportSharePointActivityUserCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportSharePointActivityUserCount", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSharePointActivityUserDetail(date={date})", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Reports", - "Command": "Get-MgReportSharePointActivityUserDetail" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportSharePointActivityUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSharePointSiteUsageDetail(date={date})", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Reports", - "Command": "Get-MgReportSharePointSiteUsageDetail" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportSharePointSiteUsageDetail", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Reports", - "Command": "Get-MgReportSharePointSiteUsageFileCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportSharePointSiteUsageFileCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Reports", - "Command": "Get-MgReportSharePointSiteUsagePage" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportSharePointSiteUsagePage", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Reports", - "Command": "Get-MgReportSharePointSiteUsageSiteCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportSharePointSiteUsageSiteCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Reports", - "Command": "Get-MgReportSharePointSiteUsageStorage" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportSharePointSiteUsageStorage", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Reports", - "Command": "Get-MgReportSkypeForBusinessActivityCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessActivityCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Reports", - "Command": "Get-MgReportSkypeForBusinessActivityUserCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessActivityUserCount", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Reports", - "Command": "Get-MgReportSkypeForBusinessActivityUserDetail" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessActivityUserDetail", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Reports", - "Command": "Get-MgReportSkypeForBusinessDeviceUsageDistributionUserCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessDeviceUsageDistributionUserCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Reports", - "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserCount", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Reports", - "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserDetail" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserDetail", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Reports", - "Command": "Get-MgReportSkypeForBusinessOrganizerActivityCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessOrganizerActivityCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Reports", - "Command": "Get-MgReportSkypeForBusinessOrganizerActivityMinuteCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessOrganizerActivityMinuteCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Reports", - "Command": "Get-MgReportSkypeForBusinessOrganizerActivityUserCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessOrganizerActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Reports", - "Command": "Get-MgReportSkypeForBusinessParticipantActivityCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessParticipantActivityCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Reports", - "Command": "Get-MgReportSkypeForBusinessParticipantActivityMinuteCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessParticipantActivityMinuteCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Reports", - "Command": "Get-MgReportSkypeForBusinessParticipantActivityUserCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessParticipantActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Reports", - "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Reports", - "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityMinuteCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityMinuteCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Reports", - "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityUserCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getTeamsTeamActivityCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Reports", - "Command": "Get-MgReportTeamActivityCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportTeamActivityCount", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getTeamsTeamActivityDetail(date={date})", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Reports", - "Command": "Get-MgReportTeamActivityDetail" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportTeamActivityDetail", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getTeamsTeamActivityDistributionCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Reports", - "Command": "Get-MgReportTeamActivityDistributionCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportTeamActivityDistributionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getTeamsTeamCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Reports", - "Command": "Get-MgReportTeamCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportTeamCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Reports", - "Command": "Get-MgReportTeamDeviceUsageDistributionUserCount" - }, - { "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportTeamDeviceUsageDistributionUserCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Reports", - "Command": "Get-MgReportTeamDeviceUsageUserCount" + "Permissions": { + "Name": "Reports.Read.All", + "Description": "Read all usage reports", + "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", + "IsAdmin": true + }, + "Command": "Get-MgReportTeamDeviceUsageUserCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportTeamDeviceUsageUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportTeamDeviceUsageUserDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportTeamUserActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportTeamUserActivityCount" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportTeamUserActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportTeamUserActivityUserCount" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportTeamUserActivityUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportTeamUserActivityUserDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "Method": "GET", + "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportUserArchivedPrintJob", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphArchivedPrintJob", - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportUserArchivedPrintJob" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getYammerActivityCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportYammerActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getYammerActivityCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportYammerActivityCount" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getYammerActivityUserCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportYammerActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getYammerActivityUserCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportYammerActivityUserCount" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getYammerActivityUserDetail(date={date})", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportYammerActivityUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/reports/getYammerActivityUserDetail(date={date})", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportYammerActivityUserDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportYammerDeviceUsageDistributionUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportYammerDeviceUsageDistributionUserCount" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportYammerDeviceUsageUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportYammerDeviceUsageUserCount" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportYammerDeviceUsageUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportYammerDeviceUsageUserDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportYammerGroupActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportYammerGroupActivityCount" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getYammerGroupsActivityDetail(date={date})", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportYammerGroupActivityDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/reports/getYammerGroupsActivityDetail(date={date})", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportYammerGroupActivityDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')", + "Method": "GET", + "OutputType": null, + "Module": "Reports", "Permissions": { "Name": "Reports.Read.All", "Description": "Read all usage reports", "FullDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgReportYammerGroupActivityGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Get-MgReportYammerGroupActivityGroupCount" + "ApiVersion": "v1.0" }, { + "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphRiskDetection", + "Module": "Identity.SignIns", "Permissions": { "Name": "IdentityRiskEvent.Read.All", "Description": "Read identity risk event information", "FullDescription": "Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgRiskDetection", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityProtection/riskDetections/{riskDetection-id}", - "OutputType": "IMicrosoftGraphRiskDetection", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgRiskDetection" + "ApiVersion": "v1.0" }, { + "Uri": "/identityProtection/riskDetections", + "Method": "GET", + "OutputType": "IMicrosoftGraphRiskDetection", + "Module": "Identity.SignIns", "Permissions": { "Name": "IdentityRiskEvent.Read.All", "Description": "Read identity risk event information", "FullDescription": "Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgRiskDetection", "Variants": [ "List" ], - "Uri": "/identityProtection/riskDetections", - "OutputType": "IMicrosoftGraphRiskDetection", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgRiskDetection" + "ApiVersion": "v1.0" }, { + "Uri": "/identityProtection/riskDetections/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "IdentityRiskEvent.Read.All", "Description": "Read identity risk event information", "FullDescription": "Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgRiskDetectionCount", "Variants": [ "Get" ], - "Uri": "/identityProtection/riskDetections/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgRiskDetectionCount" + "ApiVersion": "v1.0" }, { + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -219869,18 +219987,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRiskyServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", - "OutputType": "IMicrosoftGraphRiskyServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgRiskyServicePrincipal" + "ApiVersion": "v1.0" }, { + "Uri": "/identityProtection/riskyServicePrincipals", + "Method": "GET", + "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -219895,17 +220013,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRiskyServicePrincipal", "Variants": [ "List" ], - "Uri": "/identityProtection/riskyServicePrincipals", - "OutputType": "IMicrosoftGraphRiskyServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgRiskyServicePrincipal" + "ApiVersion": "v1.0" }, { + "Uri": "/identityProtection/riskyServicePrincipals/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -219920,30 +220038,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRiskyServicePrincipalCount", "Variants": [ "Get" ], - "Uri": "/identityProtection/riskyServicePrincipals/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgRiskyServicePrincipalCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgRiskyServicePrincipalHistory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgRiskyServicePrincipalHistory" + "ApiVersion": "v1.0" }, { + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", + "Method": "GET", + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -219958,17 +220076,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRiskyServicePrincipalHistory", "Variants": [ "List" ], - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgRiskyServicePrincipalHistory" + "ApiVersion": "v1.0" }, { + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -219983,70 +220101,70 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRiskyServicePrincipalHistoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgRiskyServicePrincipalHistoryCount" + "ApiVersion": "v1.0" }, { + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphRiskyUser", + "Module": "Identity.SignIns", "Permissions": { "Name": "IdentityRiskyUser.Read.All", "Description": "Read identity risky user information", "FullDescription": "Allows the app to read identity risky user information for all users in your organization on behalf of the signed-in user.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgRiskyUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", - "OutputType": "IMicrosoftGraphRiskyUser", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgRiskyUser" + "ApiVersion": "v1.0" }, { + "Uri": "/identityProtection/riskyUsers", + "Method": "GET", + "OutputType": "IMicrosoftGraphRiskyUser", + "Module": "Identity.SignIns", "Permissions": { "Name": "IdentityRiskyUser.Read.All", "Description": "Read identity risky user information", "FullDescription": "Allows the app to read identity risky user information for all users in your organization on behalf of the signed-in user.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgRiskyUser", "Variants": [ "List" ], - "Uri": "/identityProtection/riskyUsers", - "OutputType": "IMicrosoftGraphRiskyUser", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgRiskyUser" + "ApiVersion": "v1.0" }, { + "Uri": "/identityProtection/riskyUsers/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "IdentityRiskyUser.Read.All", "Description": "Read identity risky user information", "FullDescription": "Allows the app to read identity risky user information for all users in your organization on behalf of the signed-in user.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgRiskyUserCount", "Variants": [ "Get" ], - "Uri": "/identityProtection/riskyUsers/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgRiskyUserCount" + "ApiVersion": "v1.0" }, { + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -220061,18 +220179,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRiskyUserHistory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgRiskyUserHistory" + "ApiVersion": "v1.0" }, { + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", + "Method": "GET", + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -220087,17 +220205,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRiskyUserHistory", "Variants": [ "List" ], - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgRiskyUserHistory" + "ApiVersion": "v1.0" }, { + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -220112,18 +220230,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRiskyUserHistoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgRiskyUserHistoryCount" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement", + "Method": "GET", + "OutputType": "IMicrosoftGraphRoleManagement", + "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -220150,29 +220268,29 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRoleManagement", "Variants": [ "Get" ], - "Uri": "/roleManagement", - "OutputType": "IMicrosoftGraphRoleManagement", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrollment", - "Command": "Get-MgRoleManagement" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/directory", "Method": "GET", + "OutputType": "IMicrosoftGraphRbacApplication", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgRoleManagementDirectory", "Variants": [ "Get" ], - "Uri": "/roleManagement/directory", - "OutputType": "IMicrosoftGraphRbacApplication", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectory" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.All", @@ -220193,18 +220311,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryResourceNamespace", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryResourceNamespace" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/resourceNamespaces", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.All", @@ -220225,17 +220343,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryResourceNamespace", "Variants": [ "List" ], - "Uri": "/roleManagement/directory/resourceNamespaces", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryResourceNamespace" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/resourceNamespaces/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.All", @@ -220256,17 +220374,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryResourceNamespaceCount", "Variants": [ "Get" ], - "Uri": "/roleManagement/directory/resourceNamespaces/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryResourceNamespaceCount" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.All", @@ -220287,18 +220405,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.All", @@ -220319,17 +220437,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction", "Variants": [ "List" ], - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.All", @@ -220350,18 +220468,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceActionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceActionCount" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Module": "Identity.Governance", "Permissions": [ { "Name": "Directory.Read.All", @@ -220418,18 +220536,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleAssignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Module": "Identity.Governance", "Permissions": [ { "Name": "Directory.Read.All", @@ -220486,30 +220604,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignment", "Variants": [ "List" ], - "Uri": "/roleManagement/directory/roleAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", "Method": "GET", + "OutputType": "IMicrosoftGraphAppScope", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentAppScope" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleAssignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "Directory.Read.All", @@ -220566,56 +220684,56 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentCount", "Variants": [ "Get" ], - "Uri": "/roleManagement/directory/roleAssignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentDirectoryScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentPrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentPrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentRoleDefinition" + "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentRoleDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -220648,18 +220766,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleAssignmentSchedules", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -220692,43 +220810,43 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", "Variants": [ "List" ], - "Uri": "/roleManagement/directory/roleAssignmentSchedules", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", "Method": "GET", + "OutputType": "IMicrosoftGraphAppScope", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleAppScope" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleAssignmentSchedules/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -220761,30 +220879,30 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleCount", "Variants": [ "Get" ], - "Uri": "/roleManagement/directory/roleAssignmentSchedules/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -220817,18 +220935,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -220861,43 +220979,43 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", "Variants": [ "List" ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", "Method": "GET", + "OutputType": "IMicrosoftGraphAppScope", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -220930,69 +221048,69 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceCount", "Variants": [ "Get" ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedulePrincipal" + "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedulePrincipal", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -221025,18 +221143,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -221069,43 +221187,43 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", "Variants": [ "List" ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", "Method": "GET", + "OutputType": "IMicrosoftGraphAppScope", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -221138,82 +221256,82 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestCount", "Variants": [ "Get" ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition" + "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Identity.Governance", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -221306,18 +221424,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleDefinition" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleDefinitions", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Identity.Governance", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -221410,17 +221528,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleDefinition", "Variants": [ "List" ], - "Uri": "/roleManagement/directory/roleDefinitions", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleDefinition" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleDefinitions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -221513,55 +221631,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleDefinitionCount", "Variants": [ "Get" ], - "Uri": "/roleManagement/directory/roleDefinitions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleDefinitionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Variants": [ "List" ], - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -221594,18 +221712,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleEligibilitySchedules", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -221638,30 +221756,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", "Variants": [ "List" ], - "Uri": "/roleManagement/directory/roleEligibilitySchedules", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", "Method": "GET", + "OutputType": "IMicrosoftGraphAppScope", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleAppScope" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleEligibilitySchedules/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -221694,30 +221812,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleCount", "Variants": [ "Get" ], - "Uri": "/roleManagement/directory/roleEligibilitySchedules/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -221750,18 +221868,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -221794,30 +221912,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", "Variants": [ "List" ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", "Method": "GET", + "OutputType": "IMicrosoftGraphAppScope", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -221850,69 +221968,69 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceCount", "Variants": [ "Get" ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedulePrincipal" + "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedulePrincipal", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -221945,18 +222063,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -221989,30 +222107,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", "Variants": [ "List" ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", "Method": "GET", + "OutputType": "IMicrosoftGraphAppScope", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -222045,169 +222163,169 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestCount", "Variants": [ "Get" ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement", + "Method": "GET", "OutputType": "IMicrosoftGraphRbacApplication", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagement" + "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagement", + "Variants": [ + "Get" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace", "Variants": [ "List" ], - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceCount", "Variants": [ "Get" ], - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Variants": [ "List" ], - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceActionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceActionCount" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Module": "Identity.Governance", "Permissions": [ { "Name": "Directory.Read.All", @@ -222264,18 +222382,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/entitlementManagement/roleAssignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Module": "Identity.Governance", "Permissions": [ { "Name": "Directory.Read.All", @@ -222332,30 +222450,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", "Variants": [ "List" ], - "Uri": "/roleManagement/entitlementManagement/roleAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", "Method": "GET", + "OutputType": "IMicrosoftGraphAppScope", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentAppScope" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/entitlementManagement/roleAssignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "Directory.Read.All", @@ -222412,375 +222530,375 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentCount", "Variants": [ "Get" ], - "Uri": "/roleManagement/entitlementManagement/roleAssignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentDirectoryScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentPrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentPrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleCount", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition" + "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Identity.Governance", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -222873,18 +222991,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/entitlementManagement/roleDefinitions", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Identity.Governance", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -222977,17 +223095,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", "Variants": [ "List" ], - "Uri": "/roleManagement/entitlementManagement/roleDefinitions", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -223080,335 +223198,335 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionCount", "Variants": [ "Get" ], - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "List" ], - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", "Variants": [ "List" ], - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", "Method": "GET", + "OutputType": "IMicrosoftGraphAppScope", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleCount", "Variants": [ "Get" ], - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Variants": [ "List" ], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", "Method": "GET", + "OutputType": "IMicrosoftGraphAppScope", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get" - ], "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition" + "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/schemaExtensions/{schemaExtension-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSchemaExtension", + "Module": "SchemaExtensions", "Permissions": [ { "Name": "Application.Read.All", @@ -223423,18 +223541,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSchemaExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/schemaExtensions/{schemaExtension-id}", - "OutputType": "IMicrosoftGraphSchemaExtension", - "ApiVersion": "v1.0", - "Module": "SchemaExtensions", - "Command": "Get-MgSchemaExtension" + "ApiVersion": "v1.0" }, { + "Uri": "/schemaExtensions", + "Method": "GET", + "OutputType": "IMicrosoftGraphSchemaExtension", + "Module": "SchemaExtensions", "Permissions": [ { "Name": "Application.Read.All", @@ -223449,17 +223567,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSchemaExtension", "Variants": [ "List" ], - "Uri": "/schemaExtensions", - "OutputType": "IMicrosoftGraphSchemaExtension", - "ApiVersion": "v1.0", - "Module": "SchemaExtensions", - "Command": "Get-MgSchemaExtension" + "ApiVersion": "v1.0" }, { + "Uri": "/schemaExtensions/$count", + "Method": "GET", + "OutputType": null, + "Module": "SchemaExtensions", "Permissions": [ { "Name": "Application.Read.All", @@ -223474,29 +223592,29 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSchemaExtensionCount", "Variants": [ "Get" ], - "Uri": "/schemaExtensions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "SchemaExtensions", - "Command": "Get-MgSchemaExtensionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/search", "Method": "GET", + "OutputType": null, + "Module": "Search", + "Permissions": [], + "Command": "Get-MgSearchEntity", "Variants": [ "Get" ], - "Uri": "/search", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "Get-MgSearchEntity" + "ApiVersion": "v1.0" }, { + "Uri": "/security/alerts/{alert-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAlert", + "Module": "Security", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -223511,18 +223629,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityAlert", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/alerts/{alert-id}", - "OutputType": "IMicrosoftGraphAlert", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityAlert" + "ApiVersion": "v1.0" }, { + "Uri": "/security/alerts", + "Method": "GET", + "OutputType": "IMicrosoftGraphAlert", + "Module": "Security", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -223537,17 +223655,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityAlert", "Variants": [ "List" ], - "Uri": "/security/alerts", - "OutputType": "IMicrosoftGraphAlert", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityAlert" + "ApiVersion": "v1.0" }, { + "Uri": "/security/alerts/$count", + "Method": "GET", + "OutputType": null, + "Module": "Security", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -223562,17 +223680,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityAlertCount", "Variants": [ "Get" ], - "Uri": "/security/alerts/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityAlertCount" + "ApiVersion": "v1.0" }, { + "Uri": "/security/alerts_v2/{alert-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityAlert", + "Module": "Security", "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -223587,18 +223705,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityAlertV2", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/alerts_v2/{alert-id}", - "OutputType": "IMicrosoftGraphSecurityAlert", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityAlertV2" + "ApiVersion": "v1.0" }, { + "Uri": "/security/alerts_v2", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityAlert", + "Module": "Security", "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -223613,17 +223731,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityAlertV2", "Variants": [ "List" ], - "Uri": "/security/alerts_v2", - "OutputType": "IMicrosoftGraphSecurityAlert", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityAlertV2" + "ApiVersion": "v1.0" }, { + "Uri": "/security/alerts_v2/$count", + "Method": "GET", + "OutputType": null, + "Module": "Security", "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -223638,177 +223756,177 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityAlertV2Count", "Variants": [ "Get1" ], - "Uri": "/security/alerts_v2/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityAlertV2Count" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/attackSimulation", "Method": "GET", + "OutputType": "IMicrosoftGraphAttackSimulationRoot", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityAttackSimulation", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Uri": "/security/attackSimulation", - "OutputType": "IMicrosoftGraphAttackSimulationRoot", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulation" + "ApiVersion": "v1.0" }, { + "Uri": "/security/attackSimulation/simulations", + "Method": "GET", + "OutputType": "IMicrosoftGraphSimulation", + "Module": "Security", "Permissions": { "Name": "AttackSimulation.Read.All", "Description": "Read attack simulation data of an organization", "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityAttackSimulation", "Variants": [ "List" ], - "Uri": "/security/attackSimulation/simulations", - "OutputType": "IMicrosoftGraphSimulation", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulation" + "ApiVersion": "v1.0" }, { + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSimulationAutomation", + "Module": "Security", "Permissions": { "Name": "AttackSimulation.Read.All", "Description": "Read attack simulation data of an organization", "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationAutomation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", - "OutputType": "IMicrosoftGraphSimulationAutomation", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationAutomation" + "ApiVersion": "v1.0" }, { + "Uri": "/security/attackSimulation/simulationAutomations", + "Method": "GET", + "OutputType": "IMicrosoftGraphSimulationAutomation", + "Module": "Security", "Permissions": { "Name": "AttackSimulation.Read.All", "Description": "Read attack simulation data of an organization", "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationAutomation", "Variants": [ "List" ], - "Uri": "/security/attackSimulation/simulationAutomations", - "OutputType": "IMicrosoftGraphSimulationAutomation", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationAutomation" + "ApiVersion": "v1.0" }, { + "Uri": "/security/attackSimulation/simulationAutomations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Security", "Permissions": { "Name": "AttackSimulation.Read.All", "Description": "Read attack simulation data of an organization", "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationAutomationCount", "Variants": [ "Get" ], - "Uri": "/security/attackSimulation/simulationAutomations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationAutomationCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityAttackSimulationAutomationRun", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", - "OutputType": "IMicrosoftGraphSimulationAutomationRun", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationAutomationRun" + "ApiVersion": "v1.0" }, { + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", + "Method": "GET", + "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Module": "Security", "Permissions": { "Name": "AttackSimulation.Read.All", "Description": "Read attack simulation data of an organization", "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationAutomationRun", "Variants": [ "List" ], - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", - "OutputType": "IMicrosoftGraphSimulationAutomationRun", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationAutomationRun" + "ApiVersion": "v1.0" }, { + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count", + "Method": "GET", + "OutputType": null, + "Module": "Security", "Permissions": { "Name": "AttackSimulation.Read.All", "Description": "Read attack simulation data of an organization", "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationAutomationRunCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationAutomationRunCount" + "ApiVersion": "v1.0" }, { + "Uri": "/security/attackSimulation/simulations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Security", "Permissions": { "Name": "AttackSimulation.Read.All", "Description": "Read attack simulation data of an organization", "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationCount", "Variants": [ "Get" ], - "Uri": "/security/attackSimulation/simulations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/cases", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityCasesRoot", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityCase", "Variants": [ "Get" ], - "Uri": "/security/cases", - "OutputType": "IMicrosoftGraphSecurityCasesRoot", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCase" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -223823,18 +223941,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCase", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCase" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -223849,17 +223967,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCase", "Variants": [ "List" ], - "Uri": "/security/cases/ediscoveryCases", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCase" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/$count", + "Method": "GET", + "OutputType": null, + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -223874,17 +223992,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCount", "Variants": [ "Get" ], - "Uri": "/security/cases/ediscoveryCases/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCount" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -223899,18 +224017,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -223925,17 +224043,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", "Variants": [ "List" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count", + "Method": "GET", + "OutputType": null, + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -223950,18 +224068,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianCount" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -223976,31 +224094,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianLastIndexOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianLastIndexOperation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", - "OutputType": "IMicrosoftGraphSecuritySiteSource", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -224015,17 +224133,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", "Variants": [ "List" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", - "OutputType": "IMicrosoftGraphSecuritySiteSource", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count", + "Method": "GET", + "OutputType": null, + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -224040,44 +224158,44 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", "Method": "GET", + "OutputType": "IMicrosoftGraphSite", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceSite", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceSite" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -224092,17 +224210,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "List" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count", + "Method": "GET", + "OutputType": null, + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -224117,44 +224235,44 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityUserSource", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", - "OutputType": "IMicrosoftGraphSecurityUserSource", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityUserSource", + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -224169,17 +224287,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", "Variants": [ "List" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", - "OutputType": "IMicrosoftGraphSecurityUserSource", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count", + "Method": "GET", + "OutputType": null, + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -224194,18 +224312,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSourceCount" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -224220,74 +224338,74 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Variants": [ "List" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count", "Method": "GET", + "OutputType": null, + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Module": "Security", "Permissions": { "Name": "eDiscovery.ReadWrite.All", "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -224302,17 +224420,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", "Variants": [ "List" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -224327,18 +224445,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseOperationCount" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -224353,18 +224471,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -224379,17 +224497,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", "Variants": [ "List" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count", + "Method": "GET", + "OutputType": null, + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -224404,18 +224522,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetCount" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -224430,18 +224548,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -224456,17 +224574,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", "Variants": [ "List" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count", + "Method": "GET", + "OutputType": null, + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -224481,18 +224599,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQueryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQueryCount" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -224507,18 +224625,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -224533,78 +224651,78 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", "Variants": [ "List" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "OutputType": "IMicrosoftGraphSecurityDataSource", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Module": "Security", "Permissions": { "Name": "eDiscovery.ReadWrite.All", "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Variants": [ "List" - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", - "OutputType": "IMicrosoftGraphSecurityDataSource", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count", + "Method": "GET", + "OutputType": null, + "Module": "Security", "Permissions": { "Name": "eDiscovery.ReadWrite.All", "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count", + "Method": "GET", + "OutputType": null, + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -224619,66 +224737,66 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", - "OutputType": "IMicrosoftGraphSecurityDataSource", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Module": "Security", "Permissions": { "Name": "eDiscovery.ReadWrite.All", "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", "Variants": [ "List" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", - "OutputType": "IMicrosoftGraphSecurityDataSource", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count", + "Method": "GET", + "OutputType": null, + "Module": "Security", "Permissions": { "Name": "eDiscovery.ReadWrite.All", "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSourceCount" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation", + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -224693,66 +224811,66 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Module": "Security", "Permissions": { "Name": "eDiscovery.ReadWrite.All", "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", "Variants": [ "List" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count", + "Method": "GET", + "OutputType": null, + "Module": "Security", "Permissions": { "Name": "eDiscovery.ReadWrite.All", "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -224767,18 +224885,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSetting" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -224793,18 +224911,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTag" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -224819,55 +224937,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", "Variants": [ "List" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTag" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", "Variants": [ "List" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count", "Method": "GET", + "OutputType": null, + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTagCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTagCount" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count", + "Method": "GET", + "OutputType": null, + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -224882,31 +225000,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagParent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagParent" + "ApiVersion": "v1.0" }, { + "Uri": "/security/incidents/{incident-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityIncident", + "Module": "Security", "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -224921,18 +225039,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityIncident", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/incidents/{incident-id}", - "OutputType": "IMicrosoftGraphSecurityIncident", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityIncident" + "ApiVersion": "v1.0" }, { + "Uri": "/security/incidents", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityIncident", + "Module": "Security", "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -224947,55 +225065,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityIncident", "Variants": [ "List" ], - "Uri": "/security/incidents", - "OutputType": "IMicrosoftGraphSecurityIncident", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityIncident" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityAlert", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityIncidentAlert", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}", - "OutputType": "IMicrosoftGraphSecurityAlert", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityIncidentAlert" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/incidents/{incident-id}/alerts", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityAlert", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityIncidentAlert", "Variants": [ "List" ], - "Uri": "/security/incidents/{incident-id}/alerts", - "OutputType": "IMicrosoftGraphSecurityAlert", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityIncidentAlert" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/incidents/{incident-id}/alerts/$count", "Method": "GET", + "OutputType": null, + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityIncidentAlertCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/incidents/{incident-id}/alerts/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityIncidentAlertCount" + "ApiVersion": "v1.0" }, { + "Uri": "/security/incidents/$count", + "Method": "GET", + "OutputType": null, + "Module": "Security", "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -225010,17 +225128,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityIncidentCount", "Variants": [ "Get" ], - "Uri": "/security/incidents/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityIncidentCount" + "ApiVersion": "v1.0" }, { + "Uri": "/security/secureScores/{secureScore-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecureScore", + "Module": "Security", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -225035,18 +225153,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecuritySecureScore", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/secureScores/{secureScore-id}", - "OutputType": "IMicrosoftGraphSecureScore", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecuritySecureScore" + "ApiVersion": "v1.0" }, { + "Uri": "/security/secureScores", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecureScore", + "Module": "Security", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -225061,17 +225179,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecuritySecureScore", "Variants": [ "List" ], - "Uri": "/security/secureScores", - "OutputType": "IMicrosoftGraphSecureScore", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecuritySecureScore" + "ApiVersion": "v1.0" }, { + "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Module": "Security", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -225086,18 +225204,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecuritySecureScoreControlProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecuritySecureScoreControlProfile" + "ApiVersion": "v1.0" }, { + "Uri": "/security/secureScoreControlProfiles", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Module": "Security", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -225112,17 +225230,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecuritySecureScoreControlProfile", "Variants": [ "List" ], - "Uri": "/security/secureScoreControlProfiles", - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecuritySecureScoreControlProfile" + "ApiVersion": "v1.0" }, { + "Uri": "/security/secureScoreControlProfiles/$count", + "Method": "GET", + "OutputType": null, + "Module": "Security", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -225137,17 +225255,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecuritySecureScoreControlProfileCount", "Variants": [ "Get" ], - "Uri": "/security/secureScoreControlProfiles/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecuritySecureScoreControlProfileCount" + "ApiVersion": "v1.0" }, { + "Uri": "/security/secureScores/$count", + "Method": "GET", + "OutputType": null, + "Module": "Security", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -225162,845 +225280,845 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecuritySecureScoreCount", "Variants": [ "Get" ], - "Uri": "/security/secureScores/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecuritySecureScoreCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligence", "Variants": [ "Get" ], - "Uri": "/security/threatIntelligence", - "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligence" + "ApiVersion": "v1.0" }, { + "Uri": "/security/threatIntelligence/articles/{article-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityArticle", + "Module": "Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceArticle", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/articles/{article-id}", - "OutputType": "IMicrosoftGraphSecurityArticle", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceArticle" + "ApiVersion": "v1.0" }, { + "Uri": "/security/threatIntelligence/articles", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityArticle", + "Module": "Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceArticle", "Variants": [ "List" ], - "Uri": "/security/threatIntelligence/articles", - "OutputType": "IMicrosoftGraphSecurityArticle", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceArticle" + "ApiVersion": "v1.0" }, { + "Uri": "/security/threatIntelligence/articles/$count", + "Method": "GET", + "OutputType": null, + "Module": "Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceArticleCount", "Variants": [ "Get" ], - "Uri": "/security/threatIntelligence/articles/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceArticleCount" + "ApiVersion": "v1.0" }, { + "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Module": "Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", - "OutputType": "IMicrosoftGraphSecurityArticleIndicator", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/articleIndicators", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator", "Variants": [ "List", "List1" ], - "Uri": "/security/threatIntelligence/articleIndicators", - "OutputType": "IMicrosoftGraphSecurityArticleIndicator", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact", "Method": "GET", + "OutputType": null, + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceArticleIndicatorArtifact", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceArticleIndicatorArtifact" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/articleIndicators/$count", "Method": "GET", + "OutputType": null, + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceArticleIndicatorCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/articleIndicators/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceArticleIndicatorCount" + "ApiVersion": "v1.0" }, { + "Uri": "/security/threatIntelligence/hosts/{host-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHost", + "Module": "Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHost", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/hosts/{host-id}", - "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHost" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/hosts", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHost", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceHost", "Variants": [ "List" ], - "Uri": "/security/threatIntelligence/hosts", - "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHost" + "ApiVersion": "v1.0" }, { + "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Module": "Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostComponent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", - "OutputType": "IMicrosoftGraphSecurityHostComponent", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostComponent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/hostComponents", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceHostComponent", "Variants": [ "List", "List1" ], - "Uri": "/security/threatIntelligence/hostComponents", - "OutputType": "IMicrosoftGraphSecurityHostComponent", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostComponent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/hostComponents/$count", "Method": "GET", + "OutputType": null, + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceHostComponentCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/hostComponents/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostComponentCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}/host", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHost", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceHostComponentHost", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}/host", - "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostComponentHost" + "ApiVersion": "v1.0" }, { + "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Module": "Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostCookie", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", - "OutputType": "IMicrosoftGraphSecurityHostCookie", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostCookie" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/hostCookies", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceHostCookie", "Variants": [ "List", "List1" ], - "Uri": "/security/threatIntelligence/hostCookies", - "OutputType": "IMicrosoftGraphSecurityHostCookie", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostCookie" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/hostCookies/$count", "Method": "GET", + "OutputType": null, + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceHostCookieCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/hostCookies/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostCookieCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}/host", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHost", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceHostCookieHost", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}/host", - "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostCookieHost" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/hosts/$count", "Method": "GET", + "OutputType": null, + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceHostCount", "Variants": [ "Get" ], - "Uri": "/security/threatIntelligence/hosts/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns" + "ApiVersion": "v1.0" }, { + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Module": "Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns", "Variants": [ "List" ], - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns" + "ApiVersion": "v1.0" }, { + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/$count", + "Method": "GET", + "OutputType": null, + "Module": "Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse" + "ApiVersion": "v1.0" }, { + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Module": "Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse", "Variants": [ "List" ], - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse" + "ApiVersion": "v1.0" }, { + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/$count", + "Method": "GET", + "OutputType": null, + "Module": "Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverseCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverseCount" + "ApiVersion": "v1.0" }, { + "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHostReputation", + "Module": "Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostReputation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", - "OutputType": "IMicrosoftGraphSecurityHostReputation", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostReputation" + "ApiVersion": "v1.0" }, { + "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Module": "Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostTracker", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", - "OutputType": "IMicrosoftGraphSecurityHostTracker", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostTracker" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/hostTrackers", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceHostTracker", "Variants": [ "List", "List1" ], - "Uri": "/security/threatIntelligence/hostTrackers", - "OutputType": "IMicrosoftGraphSecurityHostTracker", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostTracker" + "ApiVersion": "v1.0" }, { + "Uri": "/security/threatIntelligence/hosts/{host-id}/trackers/$count", + "Method": "GET", + "OutputType": null, + "Module": "Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostTrackerCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/hosts/{host-id}/trackers/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostTrackerCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}/host", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHost", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceHostTrackerHost", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}/host", - "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostTrackerHost" + "ApiVersion": "v1.0" }, { + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Module": "Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceIntelProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceIntelProfile" + "ApiVersion": "v1.0" }, { + "Uri": "/security/threatIntelligence/intelProfiles", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Module": "Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceIntelProfile", "Variants": [ "List" ], - "Uri": "/security/threatIntelligence/intelProfiles", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceIntelProfile" + "ApiVersion": "v1.0" }, { + "Uri": "/security/threatIntelligence/intelProfiles/$count", + "Method": "GET", + "OutputType": null, + "Module": "Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceIntelProfileCount", "Variants": [ "Get" ], - "Uri": "/security/threatIntelligence/intelProfiles/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceIntelProfileCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator" + "ApiVersion": "v1.0" }, { + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Module": "Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator", "Variants": [ "List" ], - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator" + "ApiVersion": "v1.0" }, { + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/$count", + "Method": "GET", + "OutputType": null, + "Module": "Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicatorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicatorCount" + "ApiVersion": "v1.0" }, { + "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Module": "Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/passiveDnsRecords", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord", "Variants": [ "List" ], - "Uri": "/security/threatIntelligence/passiveDnsRecords", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact", "Method": "GET", + "OutputType": null, + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordArtifact", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordArtifact" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/passiveDnsRecords/$count", "Method": "GET", + "OutputType": null, + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordCount", "Variants": [ "Get" ], - "Uri": "/security/threatIntelligence/passiveDnsRecords/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityHost", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordParentHost", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost", - "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordParentHost" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator", "Variants": [ "List" ], - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact", "Method": "GET", + "OutputType": null, + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceProfileIndicatorArtifact", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceProfileIndicatorArtifact" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/$count", "Method": "GET", + "OutputType": null, + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceProfileIndicatorCount", "Variants": [ "Get" ], - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceProfileIndicatorCount" + "ApiVersion": "v1.0" }, { + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Module": "Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceVulnerability", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", - "OutputType": "IMicrosoftGraphSecurityVulnerability", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceVulnerability" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/vulnerabilities", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceVulnerability", "Variants": [ "List" ], - "Uri": "/security/threatIntelligence/vulnerabilities", - "OutputType": "IMicrosoftGraphSecurityVulnerability", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceVulnerability" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityArticle", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}", - "OutputType": "IMicrosoftGraphSecurityArticle", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityArticle", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle", "Variants": [ "List" ], - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles", - "OutputType": "IMicrosoftGraphSecurityArticle", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/$count", "Method": "GET", + "OutputType": null, + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticleCount" + "ApiVersion": "v1.0" }, { + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Module": "Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent" + "ApiVersion": "v1.0" }, { + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Module": "Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent", "Variants": [ "List" ], - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent" + "ApiVersion": "v1.0" }, { + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count", + "Method": "GET", + "OutputType": null, + "Module": "Security", "Permissions": { "Name": "ThreatIntelligence.Read.All", "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponentCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get" - ], "Uri": "/security/threatIntelligence/vulnerabilities/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityCount", "Variants": [ "Get" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/triggers", + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityTriggersRoot", - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Get-MgSecurityTrigger" + "Permissions": [], + "Command": "Get-MgSecurityTrigger", + "Variants": [ + "Get" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Module": "Security", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -226015,18 +226133,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityTriggerRetentionEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityTriggerRetentionEvent" + "ApiVersion": "v1.0" }, { + "Uri": "/security/triggers/retentionEvents", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Module": "Security", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -226041,17 +226159,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityTriggerRetentionEvent", "Variants": [ "List" ], - "Uri": "/security/triggers/retentionEvents", - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityTriggerRetentionEvent" + "ApiVersion": "v1.0" }, { + "Uri": "/security/triggers/retentionEvents/$count", + "Method": "GET", + "OutputType": null, + "Module": "Security", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -226066,17 +226184,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityTriggerRetentionEventCount", "Variants": [ "Get" ], - "Uri": "/security/triggers/retentionEvents/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityTriggerRetentionEventCount" + "ApiVersion": "v1.0" }, { + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Module": "Security", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -226091,30 +226209,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityTriggerRetentionEventType", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityTriggerRetentionEventType" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/triggerTypes", "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", + "Module": "Security", + "Permissions": [], + "Command": "Get-MgSecurityTriggerType", "Variants": [ "Get" ], - "Uri": "/security/triggerTypes", - "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityTriggerType" + "ApiVersion": "v1.0" }, { + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Module": "Security", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -226129,18 +226247,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityTriggerTypeRetentionEventType", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityTriggerTypeRetentionEventType" + "ApiVersion": "v1.0" }, { + "Uri": "/security/triggerTypes/retentionEventTypes", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Module": "Security", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -226155,17 +226273,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityTriggerTypeRetentionEventType", "Variants": [ "List" ], - "Uri": "/security/triggerTypes/retentionEventTypes", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityTriggerTypeRetentionEventType" + "ApiVersion": "v1.0" }, { + "Uri": "/security/triggerTypes/retentionEventTypes/$count", + "Method": "GET", + "OutputType": null, + "Module": "Security", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -226180,290 +226298,290 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSecurityTriggerTypeRetentionEventTypeCount", "Variants": [ "Get" ], - "Uri": "/security/triggerTypes/retentionEventTypes/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Get-MgSecurityTriggerTypeRetentionEventTypeCount" + "ApiVersion": "v1.0" }, { + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphServiceHealth", + "Module": "Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceHealth.Read.All", "Description": "Read service health", "FullDescription": "Allows the app to read your tenant's service health information on your behalf.Health information may include service issues or service health overviews.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgServiceAnnouncementHealthOverview", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", - "OutputType": "IMicrosoftGraphServiceHealth", - "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", - "Command": "Get-MgServiceAnnouncementHealthOverview" + "ApiVersion": "v1.0" }, { + "Uri": "/admin/serviceAnnouncement/healthOverviews", + "Method": "GET", + "OutputType": "IMicrosoftGraphServiceHealth", + "Module": "Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceHealth.Read.All", "Description": "Read service health", "FullDescription": "Allows the app to read your tenant's service health information on your behalf.Health information may include service issues or service health overviews.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgServiceAnnouncementHealthOverview", "Variants": [ "List" ], - "Uri": "/admin/serviceAnnouncement/healthOverviews", - "OutputType": "IMicrosoftGraphServiceHealth", - "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", - "Command": "Get-MgServiceAnnouncementHealthOverview" + "ApiVersion": "v1.0" }, { + "Uri": "/admin/serviceAnnouncement/healthOverviews/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceHealth.Read.All", "Description": "Read service health", "FullDescription": "Allows the app to read your tenant's service health information on your behalf.Health information may include service issues or service health overviews.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgServiceAnnouncementHealthOverviewCount", "Variants": [ "Get" ], - "Uri": "/admin/serviceAnnouncement/healthOverviews/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", - "Command": "Get-MgServiceAnnouncementHealthOverviewCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Module": "Devices.ServiceAnnouncement", + "Permissions": [], + "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", - "OutputType": "IMicrosoftGraphServiceHealthIssue", - "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", - "Command": "Get-MgServiceAnnouncementHealthOverviewIssue" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", "Method": "GET", + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Module": "Devices.ServiceAnnouncement", + "Permissions": [], + "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", "Variants": [ "List" ], - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", - "OutputType": "IMicrosoftGraphServiceHealthIssue", - "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", - "Command": "Get-MgServiceAnnouncementHealthOverviewIssue" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/$count", "Method": "GET", + "OutputType": null, + "Module": "Devices.ServiceAnnouncement", + "Permissions": [], + "Command": "Get-MgServiceAnnouncementHealthOverviewIssueCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", - "Command": "Get-MgServiceAnnouncementHealthOverviewIssueCount" + "ApiVersion": "v1.0" }, { + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Module": "Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceHealth.Read.All", "Description": "Read service health", "FullDescription": "Allows the app to read your tenant's service health information on your behalf.Health information may include service issues or service health overviews.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgServiceAnnouncementIssue", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", - "OutputType": "IMicrosoftGraphServiceHealthIssue", - "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", - "Command": "Get-MgServiceAnnouncementIssue" + "ApiVersion": "v1.0" }, { + "Uri": "/admin/serviceAnnouncement/issues", + "Method": "GET", + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Module": "Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceHealth.Read.All", "Description": "Read service health", "FullDescription": "Allows the app to read your tenant's service health information on your behalf.Health information may include service issues or service health overviews.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgServiceAnnouncementIssue", "Variants": [ "List" ], - "Uri": "/admin/serviceAnnouncement/issues", - "OutputType": "IMicrosoftGraphServiceHealthIssue", - "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", - "Command": "Get-MgServiceAnnouncementIssue" + "ApiVersion": "v1.0" }, { + "Uri": "/admin/serviceAnnouncement/issues/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceHealth.Read.All", "Description": "Read service health", "FullDescription": "Allows the app to read your tenant's service health information on your behalf.Health information may include service issues or service health overviews.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgServiceAnnouncementIssueCount", "Variants": [ "Get" ], - "Uri": "/admin/serviceAnnouncement/issues/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", - "Command": "Get-MgServiceAnnouncementIssueCount" + "ApiVersion": "v1.0" }, { + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Module": "Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceMessage.Read.All", "Description": "Read service messages", "FullDescription": "Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgServiceAnnouncementMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", - "OutputType": "IMicrosoftGraphServiceUpdateMessage", - "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", - "Command": "Get-MgServiceAnnouncementMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/admin/serviceAnnouncement/messages", + "Method": "GET", + "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Module": "Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceMessage.Read.All", "Description": "Read service messages", "FullDescription": "Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgServiceAnnouncementMessage", "Variants": [ "List" ], - "Uri": "/admin/serviceAnnouncement/messages", - "OutputType": "IMicrosoftGraphServiceUpdateMessage", - "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", - "Command": "Get-MgServiceAnnouncementMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Module": "Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceMessage.Read.All", "Description": "Read service messages", "FullDescription": "Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgServiceAnnouncementMessageAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", - "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", - "Command": "Get-MgServiceAnnouncementMessageAttachment" + "ApiVersion": "v1.0" }, { + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", + "Method": "GET", + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Module": "Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceMessage.Read.All", "Description": "Read service messages", "FullDescription": "Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgServiceAnnouncementMessageAttachment", "Variants": [ "List" ], - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", - "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", - "Command": "Get-MgServiceAnnouncementMessageAttachment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", "Method": "GET", + "OutputType": null, + "Module": "Devices.ServiceAnnouncement", + "Permissions": [], + "Command": "Get-MgServiceAnnouncementMessageAttachmentArchive", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", - "Command": "Get-MgServiceAnnouncementMessageAttachmentArchive" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", "Method": "GET", + "OutputType": null, + "Module": "Devices.ServiceAnnouncement", + "Permissions": [], + "Command": "Get-MgServiceAnnouncementMessageAttachmentContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", - "Command": "Get-MgServiceAnnouncementMessageAttachmentContent" + "ApiVersion": "v1.0" }, { + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceMessage.Read.All", "Description": "Read service messages", "FullDescription": "Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgServiceAnnouncementMessageAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", - "Command": "Get-MgServiceAnnouncementMessageAttachmentCount" + "ApiVersion": "v1.0" }, { + "Uri": "/admin/serviceAnnouncement/messages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceMessage.Read.All", "Description": "Read service messages", "FullDescription": "Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgServiceAnnouncementMessageCount", "Variants": [ "Get" ], - "Uri": "/admin/serviceAnnouncement/messages/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", - "Command": "Get-MgServiceAnnouncementMessageCount" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -226496,18 +226614,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipal" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals", + "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -226540,68 +226658,68 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgServicePrincipal", "Variants": [ "List" ], - "Uri": "/servicePrincipals", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipal" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalAppManagementPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}", - "OutputType": "IMicrosoftGraphAppManagementPolicy", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalAppManagementPolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies", "Method": "GET", + "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalAppManagementPolicy", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies", - "OutputType": "IMicrosoftGraphAppManagementPolicy", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalAppManagementPolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/$count", "Method": "GET", + "OutputType": null, + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalAppManagementPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalAppManagementPolicyCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalAppRoleAssignedTo", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalAppRoleAssignedTo" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", + "Method": "GET", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -226634,17 +226752,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgServicePrincipalAppRoleAssignedTo", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalAppRoleAssignedTo" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/$count", + "Method": "GET", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -226677,31 +226795,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgServicePrincipalAppRoleAssignedToCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalAppRoleAssignedToCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalAppRoleAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -226734,17 +226852,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgServicePrincipalAppRoleAssignment", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalAppRoleAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -226777,18 +226895,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgServicePrincipalAppRoleAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalAppRoleAssignmentCount" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals(appId='{appId}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -226821,68 +226939,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgServicePrincipalByAppId", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals(appId='{appId}')", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalByAppId" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalById", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/servicePrincipals/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalById" + "ApiVersion": "v1.0" }, { - "Permissions": [ - { - "Name": "Application.ReadWrite.All", - "Description": "Read and write applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", - "IsAdmin": true - }, - { - "Name": "Application.ReadWrite.OwnedBy", - "Description": "Manage apps that this app creates or owns", - "FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user.  It cannot update any apps that it is not an owner of.", - "IsAdmin": false - }, - { - "Name": "Policy.Read.All", - "Description": "Read your organization's policies", - "FullDescription": "Allows the app to read your organization's policies on your behalf.", - "IsAdmin": true - }, - { - "Name": "Policy.ReadWrite.ApplicationConfiguration", - "Description": "Read and write your organization's application configuration policies", - "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", - "IsAdmin": true - } - ], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies", + "Method": "GET", "OutputType": "IMicrosoftGraphClaimsMappingPolicy", - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgServicePrincipalClaimMappingPolicy" - }, - { "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -226909,17 +226990,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgServicePrincipalClaimMappingPolicy", "Variants": [ "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgServicePrincipalClaimMappingPolicyByRef" - }, - { "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -226946,18 +227027,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgServicePrincipalClaimMappingPolicyByRef", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgServicePrincipalClaimMappingPolicyCount" + "Permissions": [ + { + "Name": "Application.ReadWrite.All", + "Description": "Read and write applications", + "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", + "IsAdmin": true + }, + { + "Name": "Application.ReadWrite.OwnedBy", + "Description": "Manage apps that this app creates or owns", + "FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user.  It cannot update any apps that it is not an owner of.", + "IsAdmin": false + }, + { + "Name": "Policy.Read.All", + "Description": "Read your organization's policies", + "FullDescription": "Allows the app to read your organization's policies on your behalf.", + "IsAdmin": true + }, + { + "Name": "Policy.ReadWrite.ApplicationConfiguration", + "Description": "Read and write your organization's application configuration policies", + "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", + "IsAdmin": true + } + ], + "Command": "Get-MgServicePrincipalClaimMappingPolicyCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/$count", + "Method": "GET", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -226990,30 +227108,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgServicePrincipalCount", "Variants": [ "Get" ], - "Uri": "/servicePrincipals/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalCreatedObject", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalCreatedObject" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -227046,42 +227164,42 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgServicePrincipalCreatedObject", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalCreatedObject" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalCreatedObjectAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalCreatedObjectAsServicePrincipal" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalCreatedObjectAsServicePrincipal", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalCreatedObjectAsServicePrincipal" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/$count", + "Method": "GET", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -227114,44 +227232,44 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgServicePrincipalCreatedObjectCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalCreatedObjectCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal/$count", "Method": "GET", + "OutputType": null, + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalCreatedObjectCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalCreatedObjectCountAsServicePrincipal" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalDelegatedPermissionClassification" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", + "Method": "GET", + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -227172,17 +227290,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalDelegatedPermissionClassification" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/$count", + "Method": "GET", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -227203,18 +227321,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgServicePrincipalDelegatedPermissionClassificationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalDelegatedPermissionClassificationCount" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -227247,55 +227365,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgServicePrincipalDelta", "Variants": [ "Delta" ], - "Uri": "/servicePrincipals/delta", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalEndpoint" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalEndpoint", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalEndpoint" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/$count", "Method": "GET", + "OutputType": null, + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalEndpointCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalEndpointCount" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -227322,17 +227440,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicy", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -227359,17 +227477,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -227396,18 +227514,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyCount" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups", + "Method": "POST", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -227476,20 +227594,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Get-MgServicePrincipalMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalMemberGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects", + "Method": "POST", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -227564,33 +227682,33 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgServicePrincipalMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalMemberObject" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalMemberOf" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -227623,92 +227741,92 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgServicePrincipalMemberOf", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalMemberOf" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalMemberOfAsAdministrativeUnit" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalMemberOfAsAdministrativeUnit" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/directoryRole", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalMemberOfAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/directoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalMemberOfAsDirectoryRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalMemberOfAsDirectoryRole", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalMemberOfAsDirectoryRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalMemberOfAsGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalMemberOfAsGroup", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalMemberOfAsGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/$count", + "Method": "GET", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -227741,70 +227859,70 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgServicePrincipalMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalMemberOfCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgServicePrincipalMemberOfCountAsAdministrativeUnit" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgServicePrincipalMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgServicePrincipalMemberOfCountAsDirectoryRole" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgServicePrincipalMemberOfCountAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgServicePrincipalMemberOfCountAsGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgServicePrincipalMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgServicePrincipalOauth2PermissionGrant" + "Permissions": [], + "Command": "Get-MgServicePrincipalOauth2PermissionGrant", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants", + "Method": "GET", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Module": "Applications", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -227825,17 +227943,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgServicePrincipalOauth2PermissionGrant", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOauth2PermissionGrant" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$count", + "Method": "GET", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -227856,31 +227974,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgServicePrincipalOauth2PermissionGrantCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOauth2PermissionGrantCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalOwnedObject", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnedObject" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -227913,142 +228031,142 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObject", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnedObject" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application", "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalOwnedObjectAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnedObjectAsApplication" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application", "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalOwnedObjectAsApplication", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnedObjectAsApplication" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/appRoleAssignment", "Method": "GET", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/appRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment", "Method": "GET", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint", "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalOwnedObjectAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnedObjectAsEndpoint" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint", "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalOwnedObjectAsEndpoint", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnedObjectAsEndpoint" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalOwnedObjectAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnedObjectAsGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalOwnedObjectAsGroup", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnedObjectAsGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalOwnedObjectAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnedObjectAsServicePrincipal" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalOwnedObjectAsServicePrincipal", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnedObjectAsServicePrincipal" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/$count", + "Method": "GET", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -228081,83 +228199,83 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnedObjectCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnedObjectCountAsApplication" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnedObjectCountAsAppRoleAssignment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectCountAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnedObjectCountAsEndpoint" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnedObjectCountAsGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnedObjectCountAsServicePrincipal" + "Permissions": [], + "Command": "Get-MgServicePrincipalOwnedObjectCountAsServicePrincipal", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -228190,117 +228308,117 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgServicePrincipalOwner", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwner" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/appRoleAssignment", "Method": "GET", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalOwnerAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/appRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnerAsAppRoleAssignment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment", "Method": "GET", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalOwnerAsAppRoleAssignment", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnerAsAppRoleAssignment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint", "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalOwnerAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnerAsEndpoint" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint", "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalOwnerAsEndpoint", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnerAsEndpoint" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalOwnerAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnerAsServicePrincipal" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalOwnerAsServicePrincipal", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnerAsServicePrincipal" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalOwnerAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnerAsUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalOwnerAsUser", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnerAsUser" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -228333,17 +228451,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgServicePrincipalOwnerByRef", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnerByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$count", + "Method": "GET", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -228376,135 +228494,135 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgServicePrincipalOwnerCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnerCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnerCountAsAppRoleAssignment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgServicePrincipalOwnerCountAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnerCountAsEndpoint" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgServicePrincipalOwnerCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnerCountAsServicePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgServicePrincipalOwnerCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnerCountAsUser" + "Permissions": [], + "Command": "Get-MgServicePrincipalOwnerCountAsUser", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Module": "Identity.SignIns", "Permissions": { "Name": "IdentityRiskEvent.Read.All", "Description": "Read identity risk event information", "FullDescription": "Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgServicePrincipalRiskDetection", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgServicePrincipalRiskDetection" + "ApiVersion": "v1.0" }, { + "Uri": "/identityProtection/servicePrincipalRiskDetections", + "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Module": "Identity.SignIns", "Permissions": { "Name": "IdentityRiskEvent.Read.All", "Description": "Read identity risk event information", "FullDescription": "Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgServicePrincipalRiskDetection", "Variants": [ "List" ], - "Uri": "/identityProtection/servicePrincipalRiskDetections", - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgServicePrincipalRiskDetection" + "ApiVersion": "v1.0" }, { + "Uri": "/identityProtection/servicePrincipalRiskDetections/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "IdentityRiskEvent.Read.All", "Description": "Read identity risk event information", "FullDescription": "Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgServicePrincipalRiskDetectionCount", "Variants": [ "Get" ], - "Uri": "/identityProtection/servicePrincipalRiskDetections/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgServicePrincipalRiskDetectionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", "Method": "GET", + "OutputType": "IMicrosoftGraphSynchronization", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalSynchronization", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", - "OutputType": "IMicrosoftGraphSynchronization", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalSynchronization" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken", + "Method": "POST", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -228519,20 +228637,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Get-MgServicePrincipalSynchronizationAccessToken", "Variants": [ "Acquire", "AcquireExpanded", "AcquireViaIdentity", "AcquireViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalSynchronizationAccessToken" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -228553,18 +228671,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationJob", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", - "OutputType": "IMicrosoftGraphSynchronizationJob", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalSynchronizationJob" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", + "Method": "GET", + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -228585,17 +228703,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationJob", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", - "OutputType": "IMicrosoftGraphSynchronizationJob", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalSynchronizationJob" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/$count", + "Method": "GET", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -228616,18 +228734,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationJobCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalSynchronizationJobCount" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "Method": "GET", + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -228648,69 +228766,69 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationJobSchema", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "OutputType": "IMicrosoftGraphSynchronizationSchema", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalSynchronizationJobSchema" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", "Method": "GET", + "OutputType": null, + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectoryCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets/$count", "Method": "GET", + "OutputType": null, + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalSynchronizationSecretCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalSynchronizationSecretCount" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -228731,18 +228849,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalSynchronizationTemplate" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", + "Method": "GET", + "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -228763,17 +228881,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationTemplate", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalSynchronizationTemplate" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/$count", + "Method": "GET", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -228794,18 +228912,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationTemplateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalSynchronizationTemplateCount" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "Method": "GET", + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -228826,107 +228944,107 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationTemplateSchema", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "OutputType": "IMicrosoftGraphSynchronizationSchema", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalSynchronizationTemplateSchema" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", "Method": "GET", + "OutputType": null, + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectoryCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalTokenIssuancePolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalTokenIssuancePolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies", "Method": "GET", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalTokenIssuancePolicy", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalTokenIssuancePolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count", "Method": "GET", + "OutputType": null, + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalTokenIssuancePolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalTokenIssuancePolicyCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalTokenLifetimePolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalTokenLifetimePolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -228953,17 +229071,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgServicePrincipalTokenLifetimePolicy", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalTokenLifetimePolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -228990,31 +229108,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgServicePrincipalTokenLifetimePolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalTokenLifetimePolicyCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalTransitiveMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalTransitiveMemberOf" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -229041,92 +229159,92 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgServicePrincipalTransitiveMemberOf", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalTransitiveMemberOf" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsGroup", "Variants": [ "List" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$count", + "Method": "GET", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -229153,146 +229271,146 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgServicePrincipalTransitiveMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgServicePrincipalTransitiveMemberOfCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsDirectoryRole" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareContentTypeBase" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareContentTypeBase", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareContentTypeBaseType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareContentTypeBaseType", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareContentTypeBaseType" + "Permissions": [], + "Command": "Get-MgShareContentTypeBaseType", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$count", "Method": "GET", + "OutputType": null, + "Module": "Files", + "Permissions": [], + "Command": "Get-MgShareContentTypeBaseTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgShareContentTypeBaseTypeCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/shares/$count", "Method": "GET", + "OutputType": null, + "Module": "Files", + "Permissions": [], + "Command": "Get-MgShareCount", "Variants": [ "Get" ], - "Uri": "/shares/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgShareCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/createdByUser", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgShareCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/shares/{sharedDriveItem-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgShareCreatedByUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgShareCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgShareCreatedByUserMailboxSetting" + "ApiVersion": "v1.0" }, { + "Uri": "/shares/{sharedDriveItem-id}/driveItem", + "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -229313,18 +229431,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgShareDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/shares/{sharedDriveItem-id}/driveItem", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgShareDriveItem" + "ApiVersion": "v1.0" }, { + "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", + "Method": "GET", + "OutputType": null, + "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -229363,439 +229481,439 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgShareDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgShareDriveItemContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgShareItem", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgShareItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/shares/{sharedDriveItem-id}/items", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareItem", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareItemContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareItemContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/items/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareItemCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareItemCount", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareItemLastModifiedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareItemLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareLastModifiedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareLastModifiedByUserMailboxSetting", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list", + "Method": "GET", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareList" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareList", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareListColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareListColumn", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/columns", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareListColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareListColumn", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/columns/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareListColumnCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareListColumnCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareListColumnSourceColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareListColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareListContentType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareListContentType", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareListContentType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareListContentType", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareListContentTypeColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareListContentTypeColumn", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareListContentTypeColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareListContentTypeColumn", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareListContentTypeColumnCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareListContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareListContentTypeColumnLink", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareListContentTypeColumnLink", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareListContentTypeColumnLinkCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareListContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareListContentTypeColumnPosition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareListContentTypeColumnPosition", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareListContentTypeColumnPosition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareListContentTypeColumnPosition", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareListContentTypeColumnPositionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareListContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareListContentTypeColumnSourceColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareListContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareListContentTypeCompatibleHubContentType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareListContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareListContentTypeCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareListContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareListCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareListCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareListCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareListCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/drive", + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareListDrive" + "Permissions": [], + "Command": "Get-MgShareListDrive", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/listItem", "Method": "GET", + "OutputType": "IMicrosoftGraphListItem", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgShareListItem", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/shares/{sharedDriveItem-id}/listItem", - "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgShareListItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items", "Method": "GET", + "OutputType": "IMicrosoftGraphListItem", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgShareListItem", "Variants": [ "List" ], - "Uri": "/shares/{sharedDriveItem-id}/list/items", - "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgShareListItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval", "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgShareListItemActivityByInterval", "Variants": [ "Get", "Get1", @@ -229806,334 +229924,334 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgShareListItemActivityByInterval" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics", "Method": "GET", + "OutputType": "IMicrosoftGraphItemAnalytics", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgShareListItemAnalytic", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgShareListItemAnalytic" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgShareListItemCreatedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgShareListItemCreatedByUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgShareListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgShareListItemCreatedByUserMailboxSetting" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgShareListItemDocumentSetVersion", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgShareListItemDocumentSetVersion" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", "Method": "GET", + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgShareListItemDocumentSetVersion", "Variants": [ "List", "List1" ], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgShareListItemDocumentSetVersion" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareListItemDocumentSetVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareListItemDocumentSetVersionCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareListItemDocumentSetVersionField", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareListItemDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareListItemDriveItem", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareListItemDriveItemContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareListItemDriveItemContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareListItemField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareListItemField", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareListItemVersion" + "Permissions": [], + "Command": "Get-MgShareListItemVersion", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", "Method": "GET", + "OutputType": "IMicrosoftGraphListItemVersion", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgShareListItemVersion", "Variants": [ "List", "List1" ], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", - "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgShareListItemVersion" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/$count", "Method": "GET", + "OutputType": null, + "Module": "Files", + "Permissions": [], + "Command": "Get-MgShareListItemVersionCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgShareListItemVersionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Method": "GET", + "OutputType": null, + "Module": "Files", + "Permissions": [], + "Command": "Get-MgShareListItemVersionField", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgShareListItemVersionField" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgShareListOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgShareListOperation" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/shares/{sharedDriveItem-id}/list/operations", + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareListOperation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareListOperation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/operations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareListOperationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareListOperationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareListSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareListSubscription", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareListSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareListSubscription", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareListSubscriptionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareListSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/permission", + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgSharePermission" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSharePermission", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/root", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareRoot" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgShareRoot", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/root/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgShareRootContent" + "Permissions": [], + "Command": "Get-MgShareRootContent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/shares/{sharedDriveItem-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSharedDriveItem", + "Module": "Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -230154,43 +230272,43 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgShareSharedDriveItemSharedDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/shares/{sharedDriveItem-id}", - "OutputType": "IMicrosoftGraphSharedDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgShareSharedDriveItemSharedDriveItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/shares", "Method": "GET", + "OutputType": "IMicrosoftGraphSharedDriveItem", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgShareSharedDriveItemSharedDriveItem", "Variants": [ "List" ], - "Uri": "/shares", - "OutputType": "IMicrosoftGraphSharedDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgShareSharedDriveItemSharedDriveItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/site", "Method": "GET", + "OutputType": "IMicrosoftGraphSite", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgShareSite", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/shares/{sharedDriveItem-id}/site", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgShareSite" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSite", + "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -230205,18 +230323,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSite", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSite" + "ApiVersion": "v1.0" }, { + "Uri": "/sites", + "Method": "GET", + "OutputType": "IMicrosoftGraphSite", + "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -230231,17 +230349,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSite", "Variants": [ "List" ], - "Uri": "/sites", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSite" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/getActivitiesByInterval", + "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Module": "Sites", "Permissions": [ { "Name": "Files.Read", @@ -230280,20 +230398,20 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/getActivitiesByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteActivityByInterval" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/analytics", + "Method": "GET", + "OutputType": "IMicrosoftGraphItemAnalytics", + "Module": "Sites", "Permissions": [ { "Name": "Files.Read", @@ -230332,120 +230450,120 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteAnalytic" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteAnalyticItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteAnalyticItemActivityStat" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/analytics/itemActivityStats", "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteAnalyticItemActivityStat", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteAnalyticItemActivityStat" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivity", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteAnalyticItemActivityStatActivity", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteAnalyticItemActivityStatActivity" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteAnalyticItemActivityStatActivity" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteAnalyticItemActivityStatActivity", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteAnalyticItemActivityStatActivityCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteAnalyticItemActivityStatActivityCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteAnalyticItemActivityStatActivityDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteAnalyticItemActivityStatActivityDriveItem", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteAnalyticItemActivityStatActivityDriveItemContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteAnalyticItemActivityStatActivityDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/analytics/itemActivityStats/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteAnalyticItemActivityStatCount" + "Permissions": [], + "Command": "Get-MgSiteAnalyticItemActivityStatCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/analytics/lastSevenDays", + "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Module": "Sites", "Permissions": [ { "Name": "Files.Read", @@ -230484,18 +230602,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/analytics/lastSevenDays", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteAnalyticLastSevenDay" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/analytics/allTime", + "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Module": "Sites", "Permissions": [ { "Name": "Files.Read", @@ -230534,18 +230652,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/analytics/allTime", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteAnalyticTime" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -230572,31 +230690,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteApplicableContentTypeForList", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteApplicableContentTypeForList" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')", "Method": "GET", + "OutputType": "IMicrosoftGraphSite", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteByPath", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/getByPath(path='{path}')", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteByPath" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -230623,18 +230741,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteColumn" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/columns", + "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -230661,17 +230779,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteColumn", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteColumn" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/columns/$count", + "Method": "GET", + "OutputType": null, + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -230698,31 +230816,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/columns/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteColumnCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteColumnSourceColumn" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -230749,18 +230867,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteContentType" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/contentTypes", + "Method": "GET", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -230787,75 +230905,75 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteContentType", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/contentTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteContentType" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/base", "Method": "GET", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteContentTypeBase", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/base", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteContentTypeBase" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteContentTypeBaseType", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteContentTypeBaseType" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", "Method": "GET", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteContentTypeBaseType", "Variants": [ "List", "List1" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteContentTypeBaseType" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteContentTypeBaseTypeCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteContentTypeBaseTypeCount" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -230882,18 +231000,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteContentTypeColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteContentTypeColumn" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", + "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -230920,17 +231038,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteContentTypeColumn", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteContentTypeColumn" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", + "Method": "GET", + "OutputType": null, + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -230957,107 +231075,107 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteContentTypeColumnCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphColumnLink", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteContentTypeColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteContentTypeColumnLink" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "Method": "GET", + "OutputType": "IMicrosoftGraphColumnLink", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteContentTypeColumnLink", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteContentTypeColumnLink" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteContentTypeColumnLinkCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteContentTypeColumnPosition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteContentTypeColumnPosition" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteContentTypeColumnPosition", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteContentTypeColumnPosition" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteContentTypeColumnPositionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteContentTypeColumnSourceColumn" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", + "Method": "GET", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -231072,18 +231190,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteContentTypeCompatibleHubContentType" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/contentTypes/$count", + "Method": "GET", + "OutputType": null, + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -231110,18 +231228,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/contentTypes/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteContentTypeCount" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/$count", + "Method": "GET", + "OutputType": null, + "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -231136,17 +231254,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteCount", "Variants": [ "Get1" ], - "Uri": "/sites/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteCount" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/drive", + "Method": "GET", + "OutputType": "IMicrosoftGraphDrive", + "Module": "Sites", "Permissions": [ { "Name": "Files.Read", @@ -231185,31 +231303,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteDefaultDrive", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/drive", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteDefaultDrive" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/drives/{drive-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDrive", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteDrive", "Variants": [ "Get1", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/drives/{drive-id}", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteDrive" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/drives", + "Method": "GET", + "OutputType": "IMicrosoftGraphDrive", + "Module": "Sites", "Permissions": [ { "Name": "Files.Read", @@ -231248,17 +231366,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteDrive", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/drives", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteDrive" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/drives/$count", + "Method": "GET", + "OutputType": null, + "Module": "Sites", "Permissions": [ { "Name": "Files.Read", @@ -231297,108 +231415,108 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteDriveCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/drives/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteDriveCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteExternalColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteExternalColumn" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/sites/{site-id}/externalColumns", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteExternalColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteExternalColumn", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/externalColumns/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteExternalColumnCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteExternalColumnCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteItemLastModifiedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteLastModifiedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteLastModifiedByUserMailboxSetting" + "Permissions": [], + "Command": "Get-MgSiteLastModifiedByUserMailboxSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphList", + "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -231413,18 +231531,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteList", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}", - "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteList" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists", + "Method": "GET", + "OutputType": "IMicrosoftGraphList", + "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -231439,17 +231557,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteList", "Variants": [ "List1" ], - "Uri": "/sites/{site-id}/lists", - "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteList" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -231476,18 +231594,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteListColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteListColumn" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/columns", + "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -231514,17 +231632,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteListColumn", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/lists/{list-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteListColumn" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/columns/$count", + "Method": "GET", + "OutputType": null, + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -231551,31 +231669,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteListColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/columns/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteListColumnCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteListColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteListColumnSourceColumn" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -231602,18 +231720,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteListContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteListContentType" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", + "Method": "GET", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -231640,17 +231758,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteListContentType", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteListContentType" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -231677,18 +231795,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteListContentTypeColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteListContentTypeColumn" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -231715,17 +231833,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteListContentTypeColumn", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteListContentTypeColumn" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", + "Method": "GET", + "OutputType": null, + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -231752,107 +231870,107 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteListContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteListContentTypeColumnCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphColumnLink", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteListContentTypeColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteListContentTypeColumnLink" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "Method": "GET", + "OutputType": "IMicrosoftGraphColumnLink", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteListContentTypeColumnLink", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteListContentTypeColumnLink" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteListContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteListContentTypeColumnLinkCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteListContentTypeColumnPosition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteListContentTypeColumnPosition" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteListContentTypeColumnPosition", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteListContentTypeColumnPosition" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteListContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteListContentTypeColumnPositionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "Method": "GET", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteListContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteListContentTypeColumnSourceColumn" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", + "Method": "GET", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -231867,18 +231985,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteListContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteListContentTypeCompatibleHubContentType" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/$count", + "Method": "GET", + "OutputType": null, + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -231905,18 +232023,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteListContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteListContentTypeCount" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/$count", + "Method": "GET", + "OutputType": null, + "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -231931,57 +232049,57 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteListCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteListCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteListCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteListCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteListCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteListCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/drive", + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteListDrive" + "Permissions": [], + "Command": "Get-MgSiteListDrive", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphListItem", + "Module": "Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -232002,18 +232120,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteListItem", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteListItem" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items", + "Method": "GET", + "OutputType": "IMicrosoftGraphListItem", + "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -232028,17 +232146,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteListItem", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items", - "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteListItem" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval", + "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Module": "Sites", "Permissions": [ { "Name": "Files.Read", @@ -232077,20 +232195,20 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteListItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteListItemActivityByInterval" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", + "Method": "GET", + "OutputType": "IMicrosoftGraphItemAnalytics", + "Module": "Sites", "Permissions": [ { "Name": "Files.Read", @@ -232129,44 +232247,44 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteListItemAnalytic" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteListItemCreatedByUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteListItemCreatedByUserMailboxSetting" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -232199,18 +232317,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteListItemDocumentSetVersion" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "Method": "GET", + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -232243,17 +232361,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteListItemDocumentSetVersion", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteListItemDocumentSetVersion" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -232286,31 +232404,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteListItemDocumentSetVersionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteListItemDocumentSetVersionField" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", + "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Sites", "Permissions": [ { "Name": "Files.Read", @@ -232349,44 +232467,44 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteListItemDriveItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteListItemDriveItemContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteListItemField" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphListItemVersion", + "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -232401,18 +232519,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteListItemVersion" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "Method": "GET", + "OutputType": "IMicrosoftGraphListItemVersion", + "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -232427,17 +232545,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteListItemVersion", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteListItemVersion" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -232452,106 +232570,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteListItemVersionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteListItemVersionField" - }, - { - "Permissions": [ - { - "Name": "Sites.FullControl.All", - "Description": "Have full control of all your site collections", - "FullDescription": "Allow the application to have full control of all site collections on your behalf.", - "IsAdmin": true - }, - { - "Name": "Sites.Manage.All", - "Description": "Create, edit, and delete items and lists in all your site collections", - "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", - "IsAdmin": false - }, - { - "Name": "Sites.Read.All", - "Description": "Read items in all site collections", - "FullDescription": "Allow the application to read documents and list items in all site collections on your behalf", - "IsAdmin": false - }, - { - "Name": "Sites.ReadWrite.All", - "Description": "Edit or delete items in all site collections", - "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", - "IsAdmin": false - } - ], - "Method": "GET", + "Permissions": [], + "Command": "Get-MgSiteListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteListOperation" + "ApiVersion": "v1.0" }, { - "Permissions": [ - { - "Name": "Sites.FullControl.All", - "Description": "Have full control of all your site collections", - "FullDescription": "Allow the application to have full control of all site collections on your behalf.", - "IsAdmin": true - }, - { - "Name": "Sites.Manage.All", - "Description": "Create, edit, and delete items and lists in all your site collections", - "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", - "IsAdmin": false - }, - { - "Name": "Sites.Read.All", - "Description": "Read items in all site collections", - "FullDescription": "Allow the application to read documents and list items in all site collections on your behalf", - "IsAdmin": false - }, - { - "Name": "Sites.ReadWrite.All", - "Description": "Edit or delete items in all site collections", - "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", - "IsAdmin": false - } - ], + "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "Method": "GET", - "Variants": [ - "List" - ], - "Uri": "/sites/{site-id}/lists/{list-id}/operations", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteListOperation" - }, - { "Permissions": [ { "Name": "Sites.FullControl.All", @@ -232578,56 +232621,131 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteListOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/operations/$count", - "OutputType": null, - "ApiVersion": "v1.0", + "ApiVersion": "v1.0" + }, + { + "Uri": "/sites/{site-id}/lists/{list-id}/operations", + "Method": "GET", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Module": "Sites", - "Command": "Get-MgSiteListOperationCount" + "Permissions": [ + { + "Name": "Sites.FullControl.All", + "Description": "Have full control of all your site collections", + "FullDescription": "Allow the application to have full control of all site collections on your behalf.", + "IsAdmin": true + }, + { + "Name": "Sites.Manage.All", + "Description": "Create, edit, and delete items and lists in all your site collections", + "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", + "IsAdmin": false + }, + { + "Name": "Sites.Read.All", + "Description": "Read items in all site collections", + "FullDescription": "Allow the application to read documents and list items in all site collections on your behalf", + "IsAdmin": false + }, + { + "Name": "Sites.ReadWrite.All", + "Description": "Edit or delete items in all site collections", + "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", + "IsAdmin": false + } + ], + "Command": "Get-MgSiteListOperation", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/operations/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [ + { + "Name": "Sites.FullControl.All", + "Description": "Have full control of all your site collections", + "FullDescription": "Allow the application to have full control of all site collections on your behalf.", + "IsAdmin": true + }, + { + "Name": "Sites.Manage.All", + "Description": "Create, edit, and delete items and lists in all your site collections", + "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", + "IsAdmin": false + }, + { + "Name": "Sites.Read.All", + "Description": "Read items in all site collections", + "FullDescription": "Allow the application to read documents and list items in all site collections on your behalf", + "IsAdmin": false + }, + { + "Name": "Sites.ReadWrite.All", + "Description": "Edit or delete items in all site collections", + "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", + "IsAdmin": false + } + ], + "Command": "Get-MgSiteListOperationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteListSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteListSubscription", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteListSubscription" + "Permissions": [], + "Command": "Get-MgSiteListSubscription", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteListSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteListSubscriptionCount" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphNotebook", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -232660,18 +232778,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteOnenoteNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgSiteOnenoteNotebook" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/notebooks", + "Method": "GET", + "OutputType": "IMicrosoftGraphNotebook", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -232704,17 +232822,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteOnenoteNotebook", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/onenote/notebooks", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgSiteOnenoteNotebook" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/notebooks/$count", + "Method": "GET", + "OutputType": null, + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -232747,18 +232865,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteOnenoteNotebookCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/onenote/notebooks/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgSiteOnenoteNotebookCount" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl", + "Method": "POST", + "OutputType": "IMicrosoftGraphCopyNotebookModel", + "Module": "Sites", "Permissions": [ { "Name": "Notes.Create", @@ -232791,20 +232909,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Get-MgSiteOnenoteNotebookFromWebUrl", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl", - "OutputType": "IMicrosoftGraphCopyNotebookModel", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteOnenoteNotebookFromWebUrl" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -232837,17 +232955,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteOnenoteNotebookSection", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgSiteOnenoteNotebookSection" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Method": "GET", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -232880,17 +232998,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteOnenoteNotebookSectionGroup", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgSiteOnenoteNotebookSectionGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -232923,31 +233041,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteOnenoteOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgSiteOnenoteOperation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/onenote/operations/$count", "Method": "GET", + "OutputType": null, + "Module": "Notes", + "Permissions": [], + "Command": "Get-MgSiteOnenoteOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/onenote/operations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgSiteOnenoteOperationCount" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenotePage", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Read", @@ -232974,18 +233092,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteOnenotePage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgSiteOnenotePage" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/pages", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenotePage", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Read", @@ -233012,30 +233130,30 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteOnenotePage", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/onenote/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgSiteOnenotePage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", "Method": "GET", + "OutputType": null, + "Module": "Notes", + "Permissions": [], + "Command": "Get-MgSiteOnenotePageContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgSiteOnenotePageContent" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/pages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Notes", "Permissions": [ { "Name": "Notes.Read", @@ -233062,31 +233180,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteOnenotePageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/onenote/pages/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgSiteOnenotePageCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphOnenoteResource", + "Module": "Notes", + "Permissions": [], + "Command": "Get-MgSiteOnenoteResource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgSiteOnenoteResource" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "Method": "GET", + "OutputType": null, + "Module": "Notes", "Permissions": [ { "Name": "Notes.Read", @@ -233113,31 +233231,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteOnenoteResourceContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgSiteOnenoteResourceContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/onenote/resources/$count", "Method": "GET", + "OutputType": null, + "Module": "Notes", + "Permissions": [], + "Command": "Get-MgSiteOnenoteResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/onenote/resources/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgSiteOnenoteResourceCount" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -233170,61 +233288,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteOnenoteSection", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgSiteOnenoteSection" + "ApiVersion": "v1.0" }, { - "Permissions": [ - { - "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", - "IsAdmin": false - }, - { - "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", - "IsAdmin": false - } - ], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/sites/{site-id}/onenote/sections", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Notes", - "Command": "Get-MgSiteOnenoteSection" - }, - { "Permissions": [ { "Name": "Notes.Create", @@ -233257,18 +233332,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteOnenoteSection", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/onenote/sections/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Notes", - "Command": "Get-MgSiteOnenoteSectionCount" - }, - { "Permissions": [ { "Name": "Notes.Create", @@ -233301,18 +233375,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteOnenoteSectionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", "Module": "Notes", - "Command": "Get-MgSiteOnenoteSectionGroup" - }, - { "Permissions": [ { "Name": "Notes.Create", @@ -233345,18 +233419,62 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteOnenoteSectionGroup", "Variants": [ - "List", - "List1" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/onenote/sectionGroups", + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", "Module": "Notes", - "Command": "Get-MgSiteOnenoteSectionGroup" + "Permissions": [ + { + "Name": "Notes.Create", + "Description": "Create your OneNote notebooks", + "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "IsAdmin": false + }, + { + "Name": "Notes.Read", + "Description": "Read your OneNote notebooks", + "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "IsAdmin": false + }, + { + "Name": "Notes.Read.All", + "Description": "Read all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "IsAdmin": false + }, + { + "Name": "Notes.ReadWrite", + "Description": "Read and write your OneNote notebooks", + "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "IsAdmin": false + }, + { + "Name": "Notes.ReadWrite.All", + "Description": "Read and write all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "IsAdmin": false + } + ], + "Command": "Get-MgSiteOnenoteSectionGroup", + "Variants": [ + "List", + "List1" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "Method": "GET", + "OutputType": null, + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -233389,20 +233507,20 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteOnenoteSectionGroupCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgSiteOnenoteSectionGroupCount" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -233435,17 +233553,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteOnenoteSectionGroupSection", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgSiteOnenoteSectionGroupSection" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenotePage", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Read", @@ -233472,17 +233590,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteOnenoteSectionPage", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgSiteOnenoteSectionPage" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -233509,18 +233627,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteOperation" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/operations", + "Method": "GET", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -233547,17 +233665,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteOperation", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteOperation" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/operations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -233584,71 +233702,71 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/operations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteOperationCount" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/permissions/{permission-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPermission", + "Module": "Sites", "Permissions": { "Name": "Sites.FullControl.All", "Description": "Have full control of all site collections", "FullDescription": "Allows the app to have full control of all site collections without a signed in user.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgSitePermission", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSitePermission" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/permissions", + "Method": "GET", + "OutputType": "IMicrosoftGraphPermission", + "Module": "Sites", "Permissions": { "Name": "Sites.FullControl.All", "Description": "Have full control of all your site collections", "FullDescription": "Allow the application to have full control of all site collections on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSitePermission", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSitePermission" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/permissions/$count", + "Method": "GET", + "OutputType": null, + "Module": "Sites", "Permissions": { "Name": "Sites.FullControl.All", "Description": "Have full control of all your site collections", "FullDescription": "Allow the application to have full control of all site collections on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Get-MgSitePermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/permissions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSitePermissionCount" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "Method": "GET", + "OutputType": "IMicrosoftGraphRecentNotebook", + "Module": "Sites", "Permissions": [ { "Name": "Notes.Create", @@ -233681,18 +233799,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSiteRecentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "OutputType": "IMicrosoftGraphRecentNotebook", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteRecentNotebook" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStore", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermStore", + "Module": "Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -233707,45 +233825,45 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSiteTermStore", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore", - "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStore" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStores", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStore", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStore", "Variants": [ "List" ], - "Uri": "/sites/{site-id}/termStores", - "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStore" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStores/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/termStores/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreCount" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Module": "Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -233760,20 +233878,20 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSiteTermStoreGroup", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}", - "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStore/groups", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Module": "Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -233788,18 +233906,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSiteTermStoreGroup", "Variants": [ "List", "List1" ], - "Uri": "/sites/{site-id}/termStore/groups", - "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStore/groups/$count", + "Method": "GET", + "OutputType": null, + "Module": "Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -233814,35 +233932,35 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/groups/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSet" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -233857,20 +233975,20 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSet", "Variants": [ "List", "List1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetChild", "Variants": [ "Get", "Get1", @@ -233881,30 +233999,30 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetChild", "Variants": [ "List", "List1", "List2", "List3" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetChildCount", "Variants": [ "Get", "Get1", @@ -233915,15 +234033,15 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetChildCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetChildRelation", "Variants": [ "Get", "Get1", @@ -233934,30 +234052,30 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetChildRelation", "Variants": [ "List", "List1", "List2", "List3" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetChildRelationCount", "Variants": [ "Get", "Get1", @@ -233968,15 +234086,15 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetChildRelationCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetChildRelationFromTerm", "Variants": [ "Get", "Get1", @@ -233987,15 +234105,15 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetChildRelationFromTerm" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetChildRelationSet", "Variants": [ "Get", "Get1", @@ -234006,15 +234124,15 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetChildRelationSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetChildRelationToTerm", "Variants": [ "Get", "Get1", @@ -234025,15 +234143,15 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetChildRelationToTerm" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetChildSet", "Variants": [ "Get", "Get1", @@ -234044,13 +234162,13 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetChildSet" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/$count", + "Method": "GET", + "OutputType": null, + "Module": "Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -234065,123 +234183,123 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetParentGroup", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetParentGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetRelation", "Variants": [ "List", "List1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetRelationCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetRelationFromTerm" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetRelationSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetRelationToTerm" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -234196,297 +234314,297 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTerm" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetTerm", "Variants": [ "List", "List1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTerm" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetTermChild", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTermChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetTermChild", "Variants": [ "List", "List1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTermChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetTermChildCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTermChildCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation", "Variants": [ "List", "List1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationToTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTermChildSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermChildSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTermCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTermRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Method": "GET", - "Variants": [ - "List", - "List1" - ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTermRelation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTermRelationCount" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetTermRelation", + "Variants": [ + "List", + "List1" + ], + "ApiVersion": "v1.0" + }, + { + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetTermRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTermRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTermRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTermRelationToTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTermSet" + "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetTermSet", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -234501,35 +234619,35 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSiteTermStoreSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSet", "Variants": [ "List", "List1" ], - "Uri": "/sites/{site-id}/termStore/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetChild", "Variants": [ "Get", "Get1", @@ -234540,13 +234658,13 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetChild" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -234561,22 +234679,22 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSiteTermStoreSetChild", "Variants": [ "List", "List1", "List2", "List3" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetChildCount", "Variants": [ "Get", "Get1", @@ -234587,15 +234705,15 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetChildCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetChildRelation", "Variants": [ "Get", "Get1", @@ -234606,30 +234724,30 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetChildRelation", "Variants": [ "List", "List1", "List2", "List3" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetChildRelationCount", "Variants": [ "Get", "Get1", @@ -234640,15 +234758,15 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetChildRelationCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetChildRelationFromTerm", "Variants": [ "Get", "Get1", @@ -234659,15 +234777,15 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetChildRelationFromTerm" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetChildRelationSet", "Variants": [ "Get", "Get1", @@ -234678,15 +234796,15 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetChildRelationSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetChildRelationToTerm", "Variants": [ "Get", "Get1", @@ -234697,15 +234815,15 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetChildRelationToTerm" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetChildSet", "Variants": [ "Get", "Get1", @@ -234716,73 +234834,73 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetChildSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/sets/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroup", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSet", "Variants": [ "List", "List1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetChild", "Variants": [ "Get", "Get1", @@ -234793,30 +234911,30 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetChild", "Variants": [ "List", "List1", "List2", "List3" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildCount", "Variants": [ "Get", "Get1", @@ -234827,15 +234945,15 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Get", "Get1", @@ -234846,30 +234964,30 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "List", "List1", "List2", "List3" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationCount", "Variants": [ "Get", "Get1", @@ -234880,15 +234998,15 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationFromTerm", "Variants": [ "Get", "Get1", @@ -234899,15 +235017,15 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationFromTerm" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationSet", "Variants": [ "Get", "Get1", @@ -234918,15 +235036,15 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationToTerm", "Variants": [ "Get", "Get1", @@ -234937,15 +235055,15 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationToTerm" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildSet", "Variants": [ "Get", "Get1", @@ -234956,423 +235074,423 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation", "Variants": [ "List", "List1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationToTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm" + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm", "Variants": [ "List", "List1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "List", "List1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "List", "List1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationToTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", "Method": "GET", - "Variants": [ - "List", - "List1" - ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationCount" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation", + "Variants": [ + "List", + "List1" + ], + "ApiVersion": "v1.0" + }, + { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationToTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetRelation" + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetRelation", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -235387,18 +235505,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSiteTermStoreSetRelation", "Variants": [ "List", "List1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetRelation" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -235413,65 +235531,65 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSiteTermStoreSetRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetRelationCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetRelationFromTerm" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetRelationSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetRelationToTerm" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -235486,48 +235604,48 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTerm" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetTerm", "Variants": [ "List", "List1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTerm" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetTermChild", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTermChild" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -235542,18 +235660,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermChild", "Variants": [ "List", "List1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTermChild" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", + "Method": "GET", + "OutputType": null, + "Module": "Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -235568,153 +235686,153 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermChildCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTermChildCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetTermChildRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTermChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetTermChildRelation", "Variants": [ "List", "List1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTermChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTermChildRelationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermChildRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTermChildRelationFromTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermChildRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTermChildRelationSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermChildRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTermChildRelationToTerm" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermChildRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTermChildSet" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermChildSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTermCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTermRelation" + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetTermRelation", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -235729,18 +235847,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermRelation", "Variants": [ "List", "List1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTermRelation" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -235755,80 +235873,80 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTermRelationCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetTermRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTermRelationFromTerm" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetTermRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTermRelationSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetTermRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTermRelationToTerm" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetTermSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTermSet" + "ApiVersion": "v1.0" }, { + "Uri": "/subscribedSkus/{subscribedSku-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSubscribedSku", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -235855,18 +235973,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSubscribedSku", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/subscribedSkus/{subscribedSku-id}", - "OutputType": "IMicrosoftGraphSubscribedSku", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgSubscribedSku" + "ApiVersion": "v1.0" }, { + "Uri": "/subscribedSkus", + "Method": "GET", + "OutputType": "IMicrosoftGraphSubscribedSku", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -235893,55 +236011,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgSubscribedSku", "Variants": [ "List" ], - "Uri": "/subscribedSkus", - "OutputType": "IMicrosoftGraphSubscribedSku", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgSubscribedSku" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/subscriptions/{subscription-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSubscription", + "Module": "ChangeNotifications", + "Permissions": [], + "Command": "Get-MgSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Module": "ChangeNotifications", - "Command": "Get-MgSubscription" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/subscriptions", "Method": "GET", + "OutputType": "IMicrosoftGraphSubscription", + "Module": "ChangeNotifications", + "Permissions": [], + "Command": "Get-MgSubscription", "Variants": [ "List" ], - "Uri": "/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Module": "ChangeNotifications", - "Command": "Get-MgSubscription" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/sites/{site-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphSite", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgSubSite", "Variants": [ "Get1", "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/sites/{site-id1}", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSubSite" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/sites", + "Method": "GET", + "OutputType": "IMicrosoftGraphSite", + "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -235956,17 +236074,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSubSite", "Variants": [ "List2" ], - "Uri": "/sites/{site-id}/sites", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSubSite" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/sites/$count", + "Method": "GET", + "OutputType": null, + "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -235981,18 +236099,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgSubSiteCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/sites/{site-id}/sites/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgSubSiteCount" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeam", + "Module": "Teams", "Permissions": [ { "Name": "Directory.Read.All", @@ -236049,18 +236167,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgTeam", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}", - "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeam" + "ApiVersion": "v1.0" }, { + "Uri": "/teams", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeam", + "Module": "Teams", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -236081,17 +236199,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeam", "Variants": [ "List" ], - "Uri": "/teams", - "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeam" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphChannel", + "Module": "Teams", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -236148,18 +236266,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamChannel", "Variants": [ "Get1", "GetViaIdentity1" ], - "Uri": "/teams/{team-id}/channels/{channel-id}", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamChannel" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels", + "Method": "GET", + "OutputType": "IMicrosoftGraphChannel", + "Module": "Teams", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -236216,17 +236334,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamChannel", "Variants": [ "List1" ], - "Uri": "/teams/{team-id}/channels", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamChannel" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/$count", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -236283,18 +236401,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamChannelCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/channels/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamChannelCount" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder", + "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Teams", "Permissions": [ { "Name": "File.Read.Group", @@ -236351,31 +236469,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgTeamChannelFileFolder", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamChannelFileFolder" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", "Method": "GET", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamChannelFileFolderContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamChannelFileFolderContent" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Teams", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -236420,18 +236538,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgTeamChannelMember", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamChannelMember" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/members", + "Method": "GET", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Teams", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -236452,17 +236570,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamChannelMember", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamChannelMember" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/members/$count", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -236483,18 +236601,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamChannelMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/members/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamChannelMemberCount" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -236551,57 +236669,20 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamChannelMessage", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamChannelMessage" + "ApiVersion": "v1.0" }, { - "Permissions": [ - { - "Name": "ChannelMessage.Read.All", - "Description": "Read your channel messages", - "FullDescription": "Allows the app to read a channel's messages in Microsoft Teams, on your behalf.", - "IsAdmin": true - }, - { - "Name": "ChannelMessage.Read.Group", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": 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 - }, - { - "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 - } - ], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/teams/{team-id}/channels/{channel-id}/messages", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamChannelMessage" - }, - { "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -236628,18 +236709,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamChannelMessage", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/channels/{channel-id}/messages/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamChannelMessageCount" + "Permissions": [ + { + "Name": "ChannelMessage.Read.All", + "Description": "Read your channel messages", + "FullDescription": "Allows the app to read a channel's messages in Microsoft Teams, on your behalf.", + "IsAdmin": true + }, + { + "Name": "ChannelMessage.Read.Group", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + }, + { + "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 + } + ], + "Command": "Get-MgTeamChannelMessageCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -236666,18 +236784,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamChannelMessageDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamChannelMessageDelta" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -236734,20 +236852,20 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamChannelMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamChannelMessageHostedContent" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -236804,17 +236922,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamChannelMessageHostedContent", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamChannelMessageHostedContent" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -236871,18 +236989,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamChannelMessageHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamChannelMessageHostedContentCount" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -236939,18 +237057,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamChannelMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamChannelMessageReply" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -236977,17 +237095,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamChannelMessageReply", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamChannelMessageReply" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -237014,18 +237132,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamChannelMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamChannelMessageReplyCount" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -237082,18 +237200,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamChannelMessageReplyDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamChannelMessageReplyDelta" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -237150,20 +237268,20 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamChannelMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamChannelMessageReplyHostedContent" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -237220,17 +237338,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamChannelMessageReplyHostedContent", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamChannelMessageReplyHostedContent" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -237287,18 +237405,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamChannelMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamChannelMessageReplyHostedContentCount" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Module": "Teams", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -237313,20 +237431,20 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamChannelSharedWithTeam", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamChannelSharedWithTeam" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", + "Method": "GET", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Module": "Teams", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -237341,30 +237459,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamChannelSharedWithTeam", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamChannelSharedWithTeam" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Method": "GET", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Teams", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -237379,17 +237497,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -237404,18 +237522,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamChannelSharedWithTeamAllowedMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamChannelSharedWithTeamAllowedMemberCount" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/$count", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -237430,18 +237548,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamChannelSharedWithTeamCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamChannelSharedWithTeamCount" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsTab", + "Module": "Teams", "Permissions": [ { "Name": "Directory.Read.All", @@ -237516,18 +237634,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgTeamChannelTab", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamChannelTab" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsTab", + "Module": "Teams", "Permissions": [ { "Name": "Directory.Read.All", @@ -237602,17 +237720,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgTeamChannelTab", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamChannelTab" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/$count", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Directory.Read.All", @@ -237687,31 +237805,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgTeamChannelTabCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamChannelTabCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsApp", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamChannelTabTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", - "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamChannelTabTeamApp" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/$count", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -237732,30 +237850,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamCount", "Variants": [ "Get" ], - "Uri": "/teams/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/incomingChannels/{channel-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphChannel", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamIncomingChannel", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/incomingChannels/{channel-id}", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamIncomingChannel" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/incomingChannels", + "Method": "GET", + "OutputType": "IMicrosoftGraphChannel", + "Module": "Teams", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -237776,17 +237894,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamIncomingChannel", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/incomingChannels", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamIncomingChannel" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/incomingChannels/$count", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -237807,18 +237925,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamIncomingChannelCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/incomingChannels/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamIncomingChannelCount" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Module": "Teams", "Permissions": [ { "Name": "Directory.Read.All", @@ -237917,18 +238035,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgTeamInstalledApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamInstalledApp" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/installedApps", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Module": "Teams", "Permissions": [ { "Name": "Directory.Read.All", @@ -238021,17 +238139,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgTeamInstalledApp", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/installedApps", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamInstalledApp" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/installedApps/$count", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Directory.Read.All", @@ -238124,44 +238242,44 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgTeamInstalledAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/installedApps/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamInstalledAppCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsApp", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamInstalledAppTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", - "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamInstalledAppTeamApp" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamInstalledAppTeamAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamInstalledAppTeamAppDefinition" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/members/{conversationMember-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Teams", "Permissions": [ { "Name": "TeamMember.Read.All", @@ -238182,18 +238300,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamMember", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamMember" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/members", + "Method": "GET", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Teams", "Permissions": [ { "Name": "TeamMember.Read.All", @@ -238214,17 +238332,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamMember", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamMember" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/members/$count", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "TeamMember.Read.All", @@ -238245,69 +238363,69 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/members/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamMemberCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamOperation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/operations", "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamOperation", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/operations", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamOperation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/operations/$count", "Method": "GET", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/operations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamOperationCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamPermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamPermissionGrant" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/permissionGrants", + "Method": "GET", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Module": "Teams", "Permissions": [ { "Name": "TeamsApp.Read.Group", @@ -238358,32 +238476,32 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgTeamPermissionGrant", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/permissionGrants", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamPermissionGrant" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/permissionGrants/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamPermissionGrantById", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/permissionGrants/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamPermissionGrantById" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/permissionGrants/$count", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "TeamsApp.Read.Group", @@ -238434,87 +238552,87 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgTeamPermissionGrantCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/permissionGrants/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamPermissionGrantCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/permissionGrants/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamPermissionGrantDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/teams/{team-id}/permissionGrants/delta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamPermissionGrantDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamPermissionGrantMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamPermissionGrantMemberGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamPermissionGrantMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamPermissionGrantMemberObject" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/photo", "Method": "GET", + "OutputType": "IMicrosoftGraphProfilePhoto", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamPhoto", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamPhoto" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/photo/$value", "Method": "GET", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamPhotoContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/photo/$value", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamPhotoContent" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/primaryChannel", + "Method": "GET", + "OutputType": "IMicrosoftGraphChannel", + "Module": "Teams", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -238547,393 +238665,393 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgTeamPrimaryChannel", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/primaryChannel", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannel" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/teams/{team-id}/primaryChannel/filesFolder", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelFileFolder" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelFileFolder", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelFileFolderContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelFileFolderContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelMember" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelMember", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/members", + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelMember" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelMember", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/members/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelMemberCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelMemberCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelMessage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelMessage", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelMessage" + "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelMessage", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/$count", "Method": "GET", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/primaryChannel/messages/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelMessageCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelMessageDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/teams/{team-id}/primaryChannel/messages/delta", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelMessageDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelMessageHostedContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelMessageHostedContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", "Method": "GET", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelMessageHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelMessageHostedContentCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelMessageReply" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelMessageReply", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelMessageReply" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count", "Method": "GET", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelMessageReplyCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelMessageReplyDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelMessageReplyDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "Method": "GET", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContentCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelSharedWithTeam" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", "Method": "GET", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelSharedWithTeam" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMemberCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMemberCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelSharedWithTeamCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelSharedWithTeamCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelTab" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelTab", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/tabs", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelTab" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelTab", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/tabs/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelTabCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelTabCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelTabTeamApp" + "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelTabTeamApp", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule", + "Method": "GET", + "OutputType": "IMicrosoftGraphSchedule", + "Module": "Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -238960,18 +239078,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/schedule", - "OutputType": "IMicrosoftGraphSchedule", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamSchedule" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Module": "Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -238998,43 +239116,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamScheduleOfferShiftRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", - "OutputType": "IMicrosoftGraphOfferShiftRequest", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamScheduleOfferShiftRequest" + "ApiVersion": "v1.0" }, { - "Permissions": [ - { - "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 - }, - { - "Name": "Schedule.ReadWrite.All", - "Description": "Read and write your schedule items", - "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", - "IsAdmin": true - } - ], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/teams/{team-id}/schedule/offerShiftRequests", + "Method": "GET", "OutputType": "IMicrosoftGraphOfferShiftRequest", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamScheduleOfferShiftRequest" - }, - { "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -239049,37 +239142,24 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamScheduleOfferShiftRequest", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/offerShiftRequests/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamScheduleOfferShiftRequestCount" - }, - { "Permissions": [ - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true - }, { "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 }, - { - "Name": "Schedule.Read.All", - "Description": "Read your schedule items", - "FullDescription": "Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", - "IsAdmin": true - }, { "Name": "Schedule.ReadWrite.All", "Description": "Read and write your schedule items", @@ -239087,55 +239167,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamScheduleOfferShiftRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "OutputType": "IMicrosoftGraphOpenShift", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamScheduleOpenShift" + "ApiVersion": "v1.0" }, { - "Permissions": [ - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true - }, - { - "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 - }, - { - "Name": "Schedule.Read.All", - "Description": "Read your schedule items", - "FullDescription": "Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", - "IsAdmin": true - }, - { - "Name": "Schedule.ReadWrite.All", - "Description": "Read and write your schedule items", - "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", - "IsAdmin": true - } - ], + "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", "Method": "GET", - "Variants": [ - "List" - ], - "Uri": "/teams/{team-id}/schedule/openShifts", "OutputType": "IMicrosoftGraphOpenShift", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamScheduleOpenShift" - }, - { "Permissions": [ { "Name": "Group.Read.All", @@ -239162,18 +239205,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamScheduleOpenShift", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamScheduleOpenShiftChangeRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule/openShifts", + "Method": "GET", + "OutputType": "IMicrosoftGraphOpenShift", + "Module": "Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -239200,17 +239243,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamScheduleOpenShift", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamScheduleOpenShiftChangeRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Module": "Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -239237,18 +239280,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamScheduleOpenShiftChangeRequestCount" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", + "Method": "GET", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Module": "Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -239275,18 +239318,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Uri": "/teams/{team-id}/schedule/openShifts/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamScheduleOpenShiftCount" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/$count", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -239313,55 +239355,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamScheduleOpenShiftChangeRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "OutputType": "IMicrosoftGraphSchedulingGroup", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamScheduleSchedulingGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [ - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true - }, - { - "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 - }, - { - "Name": "Schedule.Read.All", - "Description": "Read your schedule items", - "FullDescription": "Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", - "IsAdmin": true - }, - { - "Name": "Schedule.ReadWrite.All", - "Description": "Read and write your schedule items", - "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", - "IsAdmin": true - } - ], + "Uri": "/teams/{team-id}/schedule/openShifts/$count", "Method": "GET", - "Variants": [ - "List" - ], - "Uri": "/teams/{team-id}/schedule/schedulingGroups", - "OutputType": "IMicrosoftGraphSchedulingGroup", - "ApiVersion": "v1.0", + "OutputType": null, "Module": "Teams", - "Command": "Get-MgTeamScheduleSchedulingGroup" - }, - { "Permissions": [ { "Name": "Group.Read.All", @@ -239388,18 +239393,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamScheduleOpenShiftCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/schedulingGroups/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamScheduleSchedulingGroupCount" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSchedulingGroup", + "Module": "Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -239426,18 +239431,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamScheduleSchedulingGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", - "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamScheduleShift" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule/schedulingGroups", + "Method": "GET", + "OutputType": "IMicrosoftGraphSchedulingGroup", + "Module": "Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -239464,17 +239469,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamScheduleSchedulingGroup", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/schedule/shifts", - "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamScheduleShift" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule/schedulingGroups/$count", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -239501,31 +239506,56 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamScheduleSchedulingGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/shifts/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamScheduleShiftCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphShift", + "Module": "Teams", + "Permissions": [ + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true + }, + { + "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 + }, + { + "Name": "Schedule.Read.All", + "Description": "Read your schedule items", + "FullDescription": "Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", + "IsAdmin": true + }, + { + "Name": "Schedule.ReadWrite.All", + "Description": "Read and write your schedule items", + "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", + "IsAdmin": true + } + ], + "Command": "Get-MgTeamScheduleShift", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamScheduleSwapShiftChangeRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule/shifts", + "Method": "GET", + "OutputType": "IMicrosoftGraphShift", + "Module": "Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -239552,17 +239582,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamScheduleShift", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamScheduleSwapShiftChangeRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule/shifts/$count", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -239589,18 +239619,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamScheduleShiftCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/$count", - "OutputType": null, - "ApiVersion": "v1.0", + "ApiVersion": "v1.0" + }, + { + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Module": "Teams", - "Command": "Get-MgTeamScheduleSwapShiftChangeRequestCount" + "Permissions": [], + "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", + "Method": "GET", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Module": "Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -239627,18 +239670,55 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" + }, + { + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/$count", "Method": "GET", + "OutputType": null, + "Module": "Teams", + "Permissions": [ + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true + }, + { + "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 + }, + { + "Name": "Schedule.Read.All", + "Description": "Read your schedule items", + "FullDescription": "Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", + "IsAdmin": true + }, + { + "Name": "Schedule.ReadWrite.All", + "Description": "Read and write your schedule items", + "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", + "IsAdmin": true + } + ], + "Command": "Get-MgTeamScheduleSwapShiftChangeRequestCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTimeOff", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamScheduleTimeOff" - }, - { "Permissions": [ { "Name": "Group.Read.All", @@ -239665,17 +239745,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamScheduleTimeOff", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/timesOff", + "Method": "GET", "OutputType": "IMicrosoftGraphTimeOff", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamScheduleTimeOff" - }, - { "Permissions": [ { "Name": "Group.Read.All", @@ -239702,18 +239783,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamScheduleTimeOff", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/timesOff/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamScheduleTimeOffCount" - }, - { "Permissions": [ { "Name": "Group.Read.All", @@ -239740,18 +239820,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamScheduleTimeOffCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTimeOffReason", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamScheduleTimeOffReason" - }, - { "Permissions": [ { "Name": "Group.Read.All", @@ -239778,17 +239858,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamScheduleTimeOffReason", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/timeOffReasons", + "Method": "GET", "OutputType": "IMicrosoftGraphTimeOffReason", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamScheduleTimeOffReason" - }, - { "Permissions": [ { "Name": "Group.Read.All", @@ -239815,18 +239896,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamScheduleTimeOffReason", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/timeOffReasons/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamScheduleTimeOffReasonCount" - }, - { "Permissions": [ { "Name": "Group.Read.All", @@ -239853,18 +239933,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamScheduleTimeOffReasonCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTimeOffRequest", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamScheduleTimeOffRequest" - }, - { "Permissions": [ { "Name": "Group.Read.All", @@ -239891,17 +239971,55 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamScheduleTimeOffRequest", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/timeOffRequests", + "Method": "GET", "OutputType": "IMicrosoftGraphTimeOffRequest", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamScheduleTimeOffRequest" + "Permissions": [ + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true + }, + { + "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 + }, + { + "Name": "Schedule.Read.All", + "Description": "Read your schedule items", + "FullDescription": "Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", + "IsAdmin": true + }, + { + "Name": "Schedule.ReadWrite.All", + "Description": "Read and write your schedule items", + "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", + "IsAdmin": true + } + ], + "Command": "Get-MgTeamScheduleTimeOffRequest", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule/timeOffRequests/$count", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -239928,18 +240046,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamScheduleTimeOffRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/timeOffRequests/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamScheduleTimeOffRequestCount" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamworkTag", + "Module": "Teams", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -239966,18 +240084,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgTeamTag", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", - "OutputType": "IMicrosoftGraphTeamworkTag", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamTag" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/tags", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamworkTag", + "Module": "Teams", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -240004,17 +240122,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgTeamTag", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/tags", - "OutputType": "IMicrosoftGraphTeamworkTag", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamTag" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/tags/$count", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -240041,18 +240159,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgTeamTagCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/tags/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamTagCount" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Module": "Teams", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -240079,18 +240197,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgTeamTagMember", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamTagMember" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Module": "Teams", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -240117,17 +240235,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgTeamTagMember", "Variants": [ "List" ], - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", - "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamTagMember" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/$count", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -240154,505 +240272,505 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgTeamTagMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamTagMemberCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/template", "Method": "GET", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teams/{team-id}/template", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamTemplate" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teamwork", "Method": "GET", + "OutputType": "IMicrosoftGraphTeamwork", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamwork", "Variants": [ "Get" ], - "Uri": "/teamwork", - "OutputType": "IMicrosoftGraphTeamwork", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamwork" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDeletedTeam", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeam", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", - "OutputType": "IMicrosoftGraphDeletedTeam", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeam" + "ApiVersion": "v1.0" }, { + "Uri": "/teamwork/deletedTeams", + "Method": "GET", + "OutputType": "IMicrosoftGraphDeletedTeam", + "Module": "Teams", "Permissions": { "Name": "Team.ReadBasic.All", "Description": "Read the names and descriptions of teams", "FullDescription": "Read the names and descriptions of teams, on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeam", "Variants": [ "List" ], - "Uri": "/teamwork/deletedTeams", - "OutputType": "IMicrosoftGraphDeletedTeam", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeam" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphChannel", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannel", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannel" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannel" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannel", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelFileFolder" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelFileFolder", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelFileFolderContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelFileFolderContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelMember" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelMember", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelMember" + "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMember", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count", "Method": "GET", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelMemberCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMessage", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelMessage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMessage", "Variants": [ "List" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelMessage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count", "Method": "GET", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMessageDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent", "Variants": [ "List" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", "Method": "GET", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContentCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply", "Variants": [ "List" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", "Method": "GET", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "Variants": [ "List" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "Method": "GET", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContentCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", "Method": "GET", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam", "Variants": [ "List" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelTab" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelTab", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelTab" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelTab", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelTabCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelTabCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelTabTeamApp" + "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelTabTeamApp", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/teamwork/deletedTeams/$count", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": { "Name": "Team.ReadBasic.All", "Description": "Read the names and descriptions of teams", "FullDescription": "Read the names and descriptions of teams, on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamCount", "Variants": [ "Get" ], - "Uri": "/teamwork/deletedTeams/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamCount" + "ApiVersion": "v1.0" }, { + "Uri": "/teamwork/teamsAppSettings", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsAppSettings", + "Module": "Teams", "Permissions": [ { "Name": "TeamworkAppSettings.Read.All", @@ -240667,17 +240785,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamworkTeamAppSetting", "Variants": [ "Get" ], - "Uri": "/teamwork/teamsAppSettings", - "OutputType": "IMicrosoftGraphTeamsAppSettings", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamworkTeamAppSetting" + "ApiVersion": "v1.0" }, { + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Module": "Teams", "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -240692,18 +240810,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamworkWorkforceIntegration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", - "OutputType": "IMicrosoftGraphWorkforceIntegration", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamworkWorkforceIntegration" + "ApiVersion": "v1.0" }, { + "Uri": "/teamwork/workforceIntegrations", + "Method": "GET", + "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Module": "Teams", "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -240718,17 +240836,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamworkWorkforceIntegration", "Variants": [ "List" ], - "Uri": "/teamwork/workforceIntegrations", - "OutputType": "IMicrosoftGraphWorkforceIntegration", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamworkWorkforceIntegration" + "ApiVersion": "v1.0" }, { + "Uri": "/teamwork/workforceIntegrations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -240743,17 +240861,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTeamworkWorkforceIntegrationCount", "Variants": [ "Get" ], - "Uri": "/teamwork/workforceIntegrations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgTeamworkWorkforceIntegrationCount" + "ApiVersion": "v1.0" }, { + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Module": "Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -240768,18 +240886,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminCustomer", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", - "ApiVersion": "v1.0", - "Module": "Identity.Partner", - "Command": "Get-MgTenantRelationshipDelegatedAdminCustomer" + "ApiVersion": "v1.0" }, { + "Uri": "/tenantRelationships/delegatedAdminCustomers", + "Method": "GET", + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Module": "Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -240794,17 +240912,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminCustomer", "Variants": [ "List" ], - "Uri": "/tenantRelationships/delegatedAdminCustomers", - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", - "ApiVersion": "v1.0", - "Module": "Identity.Partner", - "Command": "Get-MgTenantRelationshipDelegatedAdminCustomer" + "ApiVersion": "v1.0" }, { + "Uri": "/tenantRelationships/delegatedAdminCustomers/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -240819,30 +240937,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerCount", "Variants": [ "Get" ], - "Uri": "/tenantRelationships/delegatedAdminCustomers/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Partner", - "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Module": "Identity.Partner", + "Permissions": [], + "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", - "ApiVersion": "v1.0", - "Module": "Identity.Partner", - "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", + "Method": "GET", + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Module": "Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -240857,17 +240975,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Variants": [ "List" ], - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", - "ApiVersion": "v1.0", - "Module": "Identity.Partner", - "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -240882,18 +241000,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Partner", - "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount" + "ApiVersion": "v1.0" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Module": "Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -240908,18 +241026,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", - "ApiVersion": "v1.0", - "Module": "Identity.Partner", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationship" + "ApiVersion": "v1.0" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships", + "Method": "GET", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Module": "Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -240934,17 +241052,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationship", "Variants": [ "List" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", - "ApiVersion": "v1.0", - "Module": "Identity.Partner", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationship" + "ApiVersion": "v1.0" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Module": "Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -240959,18 +241077,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", - "ApiVersion": "v1.0", - "Module": "Identity.Partner", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Module": "Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -240985,17 +241103,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "Variants": [ "List" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", - "ApiVersion": "v1.0", - "Module": "Identity.Partner", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -241010,18 +241128,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Partner", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount" + "ApiVersion": "v1.0" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -241036,17 +241154,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipCount", "Variants": [ "Get" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Partner", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipCount" + "ApiVersion": "v1.0" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Module": "Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -241061,18 +241179,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", - "ApiVersion": "v1.0", - "Module": "Identity.Partner", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperation" + "ApiVersion": "v1.0" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", + "Method": "GET", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Module": "Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -241087,17 +241205,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperation", "Variants": [ "List" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", - "ApiVersion": "v1.0", - "Module": "Identity.Partner", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperation" + "ApiVersion": "v1.0" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -241112,18 +241230,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Partner", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperationCount" + "ApiVersion": "v1.0" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Module": "Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -241138,18 +241256,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", - "ApiVersion": "v1.0", - "Module": "Identity.Partner", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", + "Method": "GET", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Module": "Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -241164,17 +241282,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequest", "Variants": [ "List" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", - "ApiVersion": "v1.0", - "Module": "Identity.Partner", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -241189,18 +241307,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Partner", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequestCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Users", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -241293,18 +241411,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUser" + "ApiVersion": "v1.0" }, { + "Uri": "/users", + "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Users", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -241385,129 +241503,129 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUser", "Variants": [ "List" ], - "Uri": "/users", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/activities/{userActivity-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphUserActivity", + "Module": "CrossDeviceExperiences", + "Permissions": [], + "Command": "Get-MgUserActivity", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/activities/{userActivity-id}", - "OutputType": "IMicrosoftGraphUserActivity", - "ApiVersion": "v1.0", - "Module": "CrossDeviceExperiences", - "Command": "Get-MgUserActivity" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/activities", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserActivity", + "Module": "CrossDeviceExperiences", "Permissions": { "Name": "UserActivity.ReadWrite.CreatedByApp", "Description": "Read and write app activity to your activity feed", "FullDescription": "Allows the app to read and report your activity in the app.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgUserActivity", "Variants": [ "List" ], - "Uri": "/users/{user-id}/activities", - "OutputType": "IMicrosoftGraphUserActivity", - "ApiVersion": "v1.0", - "Module": "CrossDeviceExperiences", - "Command": "Get-MgUserActivity" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/activities/$count", + "Method": "GET", + "OutputType": null, + "Module": "CrossDeviceExperiences", "Permissions": { "Name": "UserActivity.ReadWrite.CreatedByApp", "Description": "Read and write app activity to your activity feed", "FullDescription": "Allows the app to read and report your activity in the app.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgUserActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/activities/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CrossDeviceExperiences", - "Command": "Get-MgUserActivityCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Module": "CrossDeviceExperiences", + "Permissions": [], + "Command": "Get-MgUserActivityHistoryItem", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", - "OutputType": "IMicrosoftGraphActivityHistoryItem", - "ApiVersion": "v1.0", - "Module": "CrossDeviceExperiences", - "Command": "Get-MgUserActivityHistoryItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", + "Method": "GET", "OutputType": "IMicrosoftGraphActivityHistoryItem", - "ApiVersion": "v1.0", "Module": "CrossDeviceExperiences", - "Command": "Get-MgUserActivityHistoryItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserActivityHistoryItem", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity", + "Method": "GET", "OutputType": "IMicrosoftGraphUserActivity", - "ApiVersion": "v1.0", "Module": "CrossDeviceExperiences", - "Command": "Get-MgUserActivityHistoryItemActivity" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserActivityHistoryItemActivity", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "CrossDeviceExperiences", - "Command": "Get-MgUserActivityHistoryItemCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserActivityHistoryItemCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Get-MgUserAgreementAcceptance" + "Permissions": [], + "Command": "Get-MgUserAgreementAcceptance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/agreementAcceptances", + "Method": "GET", + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Module": "Identity.Governance", "Permissions": [ { "Name": "AgreementAcceptance.Read", @@ -241522,17 +241640,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserAgreementAcceptance", "Variants": [ "List" ], - "Uri": "/users/{user-id}/agreementAcceptances", - "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgUserAgreementAcceptance" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/agreementAcceptances/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "AgreementAcceptance.Read", @@ -241547,31 +241665,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserAgreementAcceptanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/agreementAcceptances/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Get-MgUserAgreementAcceptanceCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Applications", + "Permissions": [], + "Command": "Get-MgUserAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgUserAppRoleAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/appRoleAssignments", + "Method": "GET", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Applications", "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -241592,17 +241710,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserAppRoleAssignment", "Variants": [ "List" ], - "Uri": "/users/{user-id}/appRoleAssignments", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgUserAppRoleAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/appRoleAssignments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -241623,18 +241741,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserAppRoleAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/appRoleAssignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Get-MgUserAppRoleAssignmentCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -241661,18 +241779,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserAuthenticationEmailMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationEmailMethod" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/emailMethods", + "Method": "GET", + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -241699,17 +241817,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserAuthenticationEmailMethod", "Variants": [ "List" ], - "Uri": "/users/{user-id}/authentication/emailMethods", - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationEmailMethod" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/emailMethods/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -241736,18 +241854,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserAuthenticationEmailMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/emailMethods/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationEmailMethodCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -241774,18 +241892,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserAuthenticationFido2Method", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationFido2Method" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/fido2Methods", + "Method": "GET", + "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -241812,17 +241930,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserAuthenticationFido2Method", "Variants": [ "List" ], - "Uri": "/users/{user-id}/authentication/fido2Methods", - "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationFido2Method" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/fido2Methods/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -241849,18 +241967,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserAuthenticationFido2MethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/fido2Methods/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationFido2MethodCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -241887,18 +242005,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserAuthenticationMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationMethod" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/methods", + "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationMethod", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -241925,17 +242043,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserAuthenticationMethod", "Variants": [ "List" ], - "Uri": "/users/{user-id}/authentication/methods", - "OutputType": "IMicrosoftGraphAuthenticationMethod", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationMethod" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/methods/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -241962,18 +242080,56 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserAuthenticationMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/methods/$count", - "OutputType": null, - "ApiVersion": "v1.0", + "ApiVersion": "v1.0" + }, + { + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationMethodCount" + "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 + }, + { + "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 + }, + { + "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 + }, + { + "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 + } + ], + "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", + "Method": "GET", + "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -242000,18 +242156,68 @@ "IsAdmin": true } ], + "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" + }, + { + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count", "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", + "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 + }, + { + "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 + }, + { + "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 + }, + { + "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 + } + ], + "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", - "ApiVersion": "v1.0", + "ApiVersion": "v1.0" + }, + { + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", + "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod" + "Permissions": [], + "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -242038,17 +242244,43 @@ "IsAdmin": true } ], + "Command": "Get-MgUserAuthenticationOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" + }, + { + "Uri": "/users/{user-id}/authentication/operations", "Method": "GET", + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgUserAuthenticationOperation", "Variants": [ "List" ], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", - "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", - "ApiVersion": "v1.0", + "ApiVersion": "v1.0" + }, + { + "Uri": "/users/{user-id}/authentication/operations/$count", + "Method": "GET", + "OutputType": null, "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod" + "Permissions": [], + "Command": "Get-MgUserAuthenticationOperationCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -242075,31 +242307,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserAuthenticationPasswordMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/authentication/passwordMethods", "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice" - }, - { "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -242126,43 +242345,17 @@ "IsAdmin": true } ], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "OutputType": "IMicrosoftGraphLongRunningOperation", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationOperation" - }, - { - "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserAuthenticationPasswordMethod", "Variants": [ "List" ], - "Uri": "/users/{user-id}/authentication/operations", - "OutputType": "IMicrosoftGraphLongRunningOperation", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationOperation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/authentication/passwordMethods/$count", "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/users/{user-id}/authentication/operations/$count", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationOperationCount" - }, - { "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -242189,55 +242382,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserAuthenticationPasswordMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationPasswordMethod" + "ApiVersion": "v1.0" }, { - "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 - }, - { - "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 - }, - { - "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 - }, - { - "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 - } - ], + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", "Method": "GET", - "Variants": [ - "List" - ], - "Uri": "/users/{user-id}/authentication/passwordMethods", - "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationPasswordMethod" - }, - { "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -242264,56 +242420,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserAuthenticationPhoneMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/passwordMethods/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationPasswordMethodCount" + "ApiVersion": "v1.0" }, { - "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 - }, - { - "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 - }, - { - "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 - }, - { - "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 - } - ], + "Uri": "/users/{user-id}/authentication/phoneMethods", "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationPhoneMethod" - }, - { "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -242340,17 +242458,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserAuthenticationPhoneMethod", "Variants": [ "List" ], - "Uri": "/users/{user-id}/authentication/phoneMethods", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationPhoneMethod" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/phoneMethods/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -242377,18 +242495,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserAuthenticationPhoneMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/phoneMethods/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationPhoneMethodCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -242415,18 +242533,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserAuthenticationSoftwareOathMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationSoftwareOathMethod" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/softwareOathMethods", + "Method": "GET", + "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -242453,17 +242571,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserAuthenticationSoftwareOathMethod", "Variants": [ "List" ], - "Uri": "/users/{user-id}/authentication/softwareOathMethods", - "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationSoftwareOathMethod" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/softwareOathMethods/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -242490,18 +242608,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserAuthenticationSoftwareOathMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/softwareOathMethods/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationSoftwareOathMethodCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -242528,18 +242646,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", + "Method": "GET", + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -242566,17 +242684,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", "Variants": [ "List" ], - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -242603,18 +242721,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethodCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -242641,18 +242759,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethod" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -242679,17 +242797,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethod", "Variants": [ "List" ], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", - "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethod" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -242716,94 +242834,57 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethodCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethodDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethodDevice" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Users.Actions", + "Permissions": [], + "Command": "Get-MgUserById", "Variants": [ "Get", "GetExpanded" ], - "Uri": "/users/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Get-MgUserById" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/calendars/{calendar-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphCalendar", + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgUserCalendar", "Variants": [ "Get1", "GetViaIdentity1" ], - "Uri": "/users/{user-id}/calendars/{calendar-id}", - "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgUserCalendar" + "ApiVersion": "v1.0" }, { - "Permissions": [ - { - "Name": "Calendars.Read", - "Description": "Read your calendars ", - "FullDescription": "Allows the app to read events in your calendars. ", - "IsAdmin": false - }, - { - "Name": "Calendars.Read.Shared", - "Description": "Read calendars you can access", - "FullDescription": "Allows the app to read events in all calendars that you can access, including delegate and shared calendars. ", - "IsAdmin": false - }, - { - "Name": "Calendars.ReadBasic", - "Description": "Read basic details of your calendars", - "FullDescription": "Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.", - "IsAdmin": false - }, - { - "Name": "Calendars.ReadWrite", - "Description": "Have full access to your calendars ", - "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", - "IsAdmin": false - } - ], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/users/{user-id}/calendars", + "Method": "GET", "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "v1.0", "Module": "Calendar", - "Command": "Get-MgUserCalendar" - }, - { "Permissions": [ { "Name": "Calendars.Read", @@ -242830,18 +242911,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserCalendar", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/calendars/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Calendar", - "Command": "Get-MgUserCalendarCount" - }, - { "Permissions": [ { "Name": "Calendars.Read", @@ -242849,6 +242929,12 @@ "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false }, + { + "Name": "Calendars.Read.Shared", + "Description": "Read calendars you can access", + "FullDescription": "Allows the app to read events in all calendars that you can access, including delegate and shared calendars. ", + "IsAdmin": false + }, { "Name": "Calendars.ReadBasic", "Description": "Read basic details of your calendars", @@ -242862,17 +242948,49 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserCalendarCount", "Variants": [ - "List1" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/calendars/{calendar-id}/events", + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", "Module": "Calendar", - "Command": "Get-MgUserCalendarEvent" + "Permissions": [ + { + "Name": "Calendars.Read", + "Description": "Read your calendars ", + "FullDescription": "Allows the app to read events in your calendars. ", + "IsAdmin": false + }, + { + "Name": "Calendars.ReadBasic", + "Description": "Read basic details of your calendars", + "FullDescription": "Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.", + "IsAdmin": false + }, + { + "Name": "Calendars.ReadWrite", + "Description": "Have full access to your calendars ", + "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", + "IsAdmin": false + } + ], + "Command": "Get-MgUserCalendarEvent", + "Variants": [ + "List1" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/calendar/events/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Users.Functions", "Permissions": [ { "Name": "Calendars.Read", @@ -242893,20 +243011,20 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserCalendarEventDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Uri": "/users/{user-id}/calendar/events/delta", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Get-MgUserCalendarEventDelta" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphCalendarGroup", + "Module": "Calendar", "Permissions": [ { "Name": "Calendars.Read", @@ -242921,18 +243039,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserCalendarGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", - "OutputType": "IMicrosoftGraphCalendarGroup", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgUserCalendarGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/calendarGroups", + "Method": "GET", + "OutputType": "IMicrosoftGraphCalendarGroup", + "Module": "Calendar", "Permissions": [ { "Name": "Calendars.Read", @@ -242953,17 +243071,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserCalendarGroup", "Variants": [ "List" ], - "Uri": "/users/{user-id}/calendarGroups", - "OutputType": "IMicrosoftGraphCalendarGroup", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgUserCalendarGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", + "Method": "GET", + "OutputType": "IMicrosoftGraphCalendar", + "Module": "Calendar", "Permissions": [ { "Name": "Calendars.Read", @@ -242990,17 +243108,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserCalendarGroupCalendar", "Variants": [ "List" ], - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", - "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgUserCalendarGroupCalendar" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/calendarGroups/$count", + "Method": "GET", + "OutputType": null, + "Module": "Calendar", "Permissions": [ { "Name": "Calendars.Read", @@ -243021,76 +243139,76 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserCalendarGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/calendarGroups/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgUserCalendarGroupCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphCalendarPermission", + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgUserCalendarPermission", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", - "OutputType": "IMicrosoftGraphCalendarPermission", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgUserCalendarPermission" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/calendar/calendarPermissions", "Method": "GET", + "OutputType": "IMicrosoftGraphCalendarPermission", + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgUserCalendarPermission", "Variants": [ "List", "List1" ], - "Uri": "/users/{user-id}/calendar/calendarPermissions", - "OutputType": "IMicrosoftGraphCalendarPermission", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgUserCalendarPermission" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/calendar/calendarPermissions/$count", "Method": "GET", + "OutputType": null, + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgUserCalendarPermissionCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/users/{user-id}/calendar/calendarPermissions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgUserCalendarPermissionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/calendars/{calendar-id}/getSchedule", "Method": "POST", + "OutputType": "IMicrosoftGraphScheduleInformation", + "Module": "Users.Actions", + "Permissions": [], + "Command": "Get-MgUserCalendarSchedule", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Uri": "/users/{user-id}/calendars/{calendar-id}/getSchedule", - "OutputType": "IMicrosoftGraphScheduleInformation", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Get-MgUserCalendarSchedule" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/calendar/calendarView", + "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Calendar", "Permissions": [ { "Name": "Calendars.Read", @@ -243111,18 +243229,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserCalendarView", "Variants": [ "List", "List1" ], - "Uri": "/users/{user-id}/calendar/calendarView", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgUserCalendarView" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/chats/{chat-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphChat", + "Module": "Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -243179,18 +243297,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserChat", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}", - "OutputType": "IMicrosoftGraphChat", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserChat" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/chats", + "Method": "GET", + "OutputType": "IMicrosoftGraphChat", + "Module": "Teams", "Permissions": [ { "Name": "Chat.Read", @@ -243229,17 +243347,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserChat", "Variants": [ "List" ], - "Uri": "/users/{user-id}/chats", - "OutputType": "IMicrosoftGraphChat", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserChat" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/chats/$count", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Chat.Read", @@ -243278,95 +243396,95 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserChatCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/chats/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserChatCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgUserChatInstalledApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserChatInstalledApp" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgUserChatInstalledApp" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserChatInstalledApp", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgUserChatInstalledAppCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserChatInstalledAppCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgUserChatInstalledAppTeamApp" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserChatInstalledAppTeamApp", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgUserChatInstalledAppTeamAppDefinition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserChatInstalledAppTeamAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageInfo", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgUserChatLastMessagePreview" + "Permissions": [], + "Command": "Get-MgUserChatLastMessagePreview", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -243441,18 +243559,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserChatMember", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserChatMember" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/members", + "Method": "GET", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -243527,17 +243645,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserChatMember", "Variants": [ "List" ], - "Uri": "/users/{user-id}/chats/{chat-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserChatMember" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/members/$count", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -243612,18 +243730,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserChatMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/members/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserChatMemberCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -243680,18 +243798,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserChatMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserChatMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", "Permissions": [ { "Name": "Chat.Read", @@ -243724,17 +243842,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserChatMessage", "Variants": [ "List" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserChatMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Chat.Read", @@ -243767,18 +243885,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserChatMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserChatMessageCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Users.Functions", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -243835,18 +243953,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserChatMessageDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Get-MgUserChatMessageDelta" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -243903,20 +244021,20 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserChatMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserChatMessageHostedContent" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -243973,17 +244091,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserChatMessageHostedContent", "Variants": [ "List" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserChatMessageHostedContent" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Read.All", @@ -244040,296 +244158,296 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserChatMessageHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserChatMessageHostedContentCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgUserChatMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserChatMessageReply" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgUserChatMessageReply", "Variants": [ "List" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserChatMessageReply" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", "Method": "GET", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgUserChatMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserChatMessageReplyCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Users.Functions", + "Permissions": [], + "Command": "Get-MgUserChatMessageReplyDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Get-MgUserChatMessageReplyDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgUserChatMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserChatMessageReplyHostedContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgUserChatMessageReplyHostedContent", "Variants": [ "List" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserChatMessageReplyHostedContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "Method": "GET", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgUserChatMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserChatMessageReplyHostedContentCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgUserChatPermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserChatPermissionGrant" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", "Method": "GET", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgUserChatPermissionGrant", "Variants": [ "List" ], - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserChatPermissionGrant" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/getByIds", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Users.Actions", + "Permissions": [], + "Command": "Get-MgUserChatPermissionGrantById", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Get-MgUserChatPermissionGrantById" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/$count", "Method": "GET", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgUserChatPermissionGrantCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserChatPermissionGrantCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Users.Functions", + "Permissions": [], + "Command": "Get-MgUserChatPermissionGrantDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/delta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Get-MgUserChatPermissionGrantDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Get-MgUserChatPermissionGrantMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Get-MgUserChatPermissionGrantMemberGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Get-MgUserChatPermissionGrantMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Get-MgUserChatPermissionGrantMemberObject" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgUserChatPinnedMessage", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserChatPinnedMessage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", "Method": "GET", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgUserChatPinnedMessage", "Variants": [ "List" ], - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserChatPinnedMessage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/$count", "Method": "GET", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgUserChatPinnedMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserChatPinnedMessageCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsTab", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgUserChatTab", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserChatTab" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/tabs", "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsTab", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgUserChatTab", "Variants": [ "List" ], - "Uri": "/users/{user-id}/chats/{chat-id}/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserChatTab" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/$count", "Method": "GET", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgUserChatTabCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserChatTabCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsApp", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgUserChatTabTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", - "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserChatTabTeamApp" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contacts/{contact-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphContact", + "Module": "PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -244344,18 +244462,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserContact", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contacts/{contact-id}", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Get-MgUserContact" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contacts", + "Method": "GET", + "OutputType": "IMicrosoftGraphContact", + "Module": "PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -244370,17 +244488,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserContact", "Variants": [ "List" ], - "Uri": "/users/{user-id}/contacts", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Get-MgUserContact" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contacts/$count", + "Method": "GET", + "OutputType": null, + "Module": "PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -244395,18 +244513,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserContactCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contacts/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contacts/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphContact", + "Module": "Users.Functions", "Permissions": [ { "Name": "Contacts.Read", @@ -244421,56 +244539,56 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserContactDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/contacts/delta", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Get-MgUserContactDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", "Method": "GET", + "OutputType": null, + "Module": "PersonalContacts", + "Permissions": [], + "Command": "Get-MgUserContactExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", "Method": "GET", + "OutputType": "IMicrosoftGraphExtension", + "Module": "PersonalContacts", + "Permissions": [], + "Command": "Get-MgUserContactExtension", "Variants": [ "List" ], - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/$count", "Method": "GET", + "OutputType": null, + "Module": "PersonalContacts", + "Permissions": [], + "Command": "Get-MgUserContactExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactExtensionCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphContactFolder", + "Module": "PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -244485,18 +244603,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserContactFolder", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", - "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolder" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders", + "Method": "GET", + "OutputType": "IMicrosoftGraphContactFolder", + "Module": "PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -244511,30 +244629,30 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserContactFolder", "Variants": [ "List" ], - "Uri": "/users/{user-id}/contactFolders", - "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolder" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphContactFolder", + "Module": "PersonalContacts", + "Permissions": [], + "Command": "Get-MgUserContactFolderChildFolder", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderChildFolder" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", + "Method": "GET", + "OutputType": "IMicrosoftGraphContactFolder", + "Module": "PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -244549,17 +244667,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolder", "Variants": [ "List" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", - "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderChildFolder" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphContact", + "Module": "PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -244574,18 +244692,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolderContact", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderChildFolderContact" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", + "Method": "GET", + "OutputType": "IMicrosoftGraphContact", + "Module": "PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -244600,17 +244718,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolderContact", "Variants": [ "List" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderChildFolderContact" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count", + "Method": "GET", + "OutputType": null, + "Module": "PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -244625,18 +244743,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolderContactCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderChildFolderContactCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphContact", + "Module": "Users.Functions", "Permissions": [ { "Name": "Contacts.Read", @@ -244651,82 +244769,82 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolderContactDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Get-MgUserContactFolderChildFolderContactDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", "Method": "GET", + "OutputType": null, + "Module": "PersonalContacts", + "Permissions": [], + "Command": "Get-MgUserContactFolderChildFolderContactExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderChildFolderContactExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderChildFolderContactExtension" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolderContactExtension", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderChildFolderContactExtensionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolderContactExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", + "Method": "GET", "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "v1.0", "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderChildFolderContactPhoto" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolderContactPhoto", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderChildFolderContactPhotoContent" + "Permissions": [], + "Command": "Get-MgUserContactFolderChildFolderContactPhotoContent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count", + "Method": "GET", + "OutputType": null, + "Module": "PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -244741,31 +244859,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolderCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderChildFolderCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphContactFolder", + "Module": "Users.Functions", + "Permissions": [], + "Command": "Get-MgUserContactFolderChildFolderDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta", - "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Get-MgUserContactFolderChildFolderDelta" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphContact", + "Module": "PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -244780,18 +244898,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserContactFolderContact", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderContact" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", + "Method": "GET", + "OutputType": "IMicrosoftGraphContact", + "Module": "PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -244806,17 +244924,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserContactFolderContact", "Variants": [ "List" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderContact" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count", + "Method": "GET", + "OutputType": null, + "Module": "PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -244831,18 +244949,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserContactFolderContactCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderContactCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphContact", + "Module": "Users.Functions", "Permissions": [ { "Name": "Contacts.Read", @@ -244857,92 +244975,92 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserContactFolderContactDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Get-MgUserContactFolderContactDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", "Method": "GET", + "OutputType": null, + "Module": "PersonalContacts", + "Permissions": [], + "Command": "Get-MgUserContactFolderContactExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderContactExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", "Method": "GET", + "OutputType": "IMicrosoftGraphExtension", + "Module": "PersonalContacts", + "Permissions": [], + "Command": "Get-MgUserContactFolderContactExtension", "Variants": [ "List" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderContactExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count", "Method": "GET", + "OutputType": null, + "Module": "PersonalContacts", + "Permissions": [], + "Command": "Get-MgUserContactFolderContactExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderContactExtensionCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", + "Method": "GET", + "OutputType": "IMicrosoftGraphProfilePhoto", + "Module": "PersonalContacts", "Permissions": { "Name": "Contacts.Read", "Description": "Read your contacts ", "FullDescription": "Allows the app to read contacts in your contact folders. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgUserContactFolderContactPhoto", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderContactPhoto" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", + "Method": "GET", + "OutputType": null, + "Module": "PersonalContacts", "Permissions": { "Name": "Contacts.Read", "Description": "Read your contacts ", "FullDescription": "Allows the app to read contacts in your contact folders. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgUserContactFolderContactPhotoContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderContactPhotoContent" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders/$count", + "Method": "GET", + "OutputType": null, + "Module": "PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -244957,18 +245075,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserContactFolderCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphContactFolder", + "Module": "Users.Functions", "Permissions": [ { "Name": "Contacts.Read", @@ -244983,54 +245101,54 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserContactFolderDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/delta", - "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Get-MgUserContactFolderDelta" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contacts/{contact-id}/photo", + "Method": "GET", + "OutputType": "IMicrosoftGraphProfilePhoto", + "Module": "PersonalContacts", "Permissions": { "Name": "Contacts.Read", "Description": "Read your contacts ", "FullDescription": "Allows the app to read contacts in your contact folders. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgUserContactPhoto", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contacts/{contact-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactPhoto" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", + "Method": "GET", + "OutputType": null, + "Module": "PersonalContacts", "Permissions": { "Name": "Contacts.Read", "Description": "Read your contacts ", "FullDescription": "Allows the app to read contacts in your contact folders. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgUserContactPhotoContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactPhotoContent" + "ApiVersion": "v1.0" }, { + "Uri": "/users/$count", + "Method": "GET", + "OutputType": null, + "Module": "Users", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -245111,30 +245229,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserCount", "Variants": [ "Get" ], - "Uri": "/users/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserCreatedObject", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserCreatedObject" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/createdObjects", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -245173,42 +245291,42 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserCreatedObject", "Variants": [ "List" ], - "Uri": "/users/{user-id}/createdObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserCreatedObject" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserCreatedObjectAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserCreatedObjectAsServicePrincipal" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/createdObjects/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserCreatedObjectAsServicePrincipal", "Variants": [ "List" ], - "Uri": "/users/{user-id}/createdObjects/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserCreatedObjectAsServicePrincipal" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/createdObjects/$count", + "Method": "GET", + "OutputType": null, + "Module": "Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -245247,44 +245365,44 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserCreatedObjectCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/createdObjects/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserCreatedObjectCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/createdObjects/servicePrincipal/$count", "Method": "GET", + "OutputType": null, + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserCreatedObjectCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/createdObjects/servicePrincipal/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserCreatedObjectCountAsServicePrincipal" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/calendar", "Method": "GET", + "OutputType": "IMicrosoftGraphCalendar", + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgUserDefaultCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/calendar", - "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgUserDefaultCalendar" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/calendar/events", + "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Calendar", "Permissions": [ { "Name": "Calendars.Read", @@ -245305,17 +245423,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserDefaultCalendarEvent", "Variants": [ "List" ], - "Uri": "/users/{user-id}/calendar/events", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgUserDefaultCalendarEvent" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/calendar/getSchedule", + "Method": "POST", + "OutputType": "IMicrosoftGraphScheduleInformation", + "Module": "Users.Actions", "Permissions": [ { "Name": "Calendars.Read", @@ -245336,20 +245454,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Get-MgUserDefaultCalendarSchedule", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/calendar/getSchedule", - "OutputType": "IMicrosoftGraphScheduleInformation", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Get-MgUserDefaultCalendarSchedule" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/drive", + "Method": "GET", + "OutputType": "IMicrosoftGraphDrive", + "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -245388,18 +245506,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserDefaultDrive", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/drive", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgUserDefaultDrive" + "ApiVersion": "v1.0" }, { + "Uri": "/users/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Users.Functions", "Permissions": [ { "Name": "Directory.Read.All", @@ -245444,68 +245562,68 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserDelta", "Variants": [ "Delta" ], - "Uri": "/users/delta", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Get-MgUserDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Module": "Devices.CorporateManagement", + "Permissions": [], + "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserDeviceManagementTroubleshootingEvent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Module": "Devices.CorporateManagement", + "Permissions": [], + "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", "Variants": [ "List" ], - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserDeviceManagementTroubleshootingEvent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/$count", "Method": "GET", + "OutputType": null, + "Module": "Devices.CorporateManagement", + "Permissions": [], + "Command": "Get-MgUserDeviceManagementTroubleshootingEventCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserDeviceManagementTroubleshootingEventCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/directReports/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserDirectReport", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/directReports/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserDirectReport" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/directReports", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -245544,67 +245662,67 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserDirectReport", "Variants": [ "List" ], - "Uri": "/users/{user-id}/directReports", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserDirectReport" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/directReports/{directoryObject-id}/orgContact", "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserDirectReportAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/directReports/{directoryObject-id}/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserDirectReportAsOrgContact" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/directReports/orgContact", "Method": "GET", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserDirectReportAsOrgContact", "Variants": [ "List" ], - "Uri": "/users/{user-id}/directReports/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserDirectReportAsOrgContact" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/directReports/{directoryObject-id}/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserDirectReportAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/directReports/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserDirectReportAsUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/directReports/user", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserDirectReportAsUser", "Variants": [ "List" ], - "Uri": "/users/{user-id}/directReports/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserDirectReportAsUser" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/directReports/$count", + "Method": "GET", + "OutputType": null, + "Module": "Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -245643,57 +245761,57 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserDirectReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/directReports/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserDirectReportCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/directReports/orgContact/$count", "Method": "GET", + "OutputType": null, + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserDirectReportCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/directReports/orgContact/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserDirectReportCountAsOrgContact" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/directReports/user/$count", "Method": "GET", + "OutputType": null, + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserDirectReportCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/directReports/user/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserDirectReportCountAsUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDrive", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgUserDrive", "Variants": [ "Get1", "GetViaIdentity1" ], - "Uri": "/users/{user-id}/drives/{drive-id}", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgUserDrive" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/drives", + "Method": "GET", + "OutputType": "IMicrosoftGraphDrive", + "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -245732,119 +245850,119 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserDrive", "Variants": [ "List" ], - "Uri": "/users/{user-id}/drives", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgUserDrive" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgUserDriveBundle", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgUserDriveBundle" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/users/{user-id}/drives/{drive-id}/bundles", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveBundle" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveBundle", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveBundleContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveBundleContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/bundles/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveBundleCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveBundleCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveContentTypeBase" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveContentTypeBase", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveContentTypeBaseType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveContentTypeBaseType", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveContentTypeBaseType" + "Permissions": [], + "Command": "Get-MgUserDriveContentTypeBaseType", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", "Method": "GET", + "OutputType": null, + "Module": "Files", + "Permissions": [], + "Command": "Get-MgUserDriveContentTypeBaseTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgUserDriveContentTypeBaseTypeCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/drives/$count", + "Method": "GET", + "OutputType": null, + "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -245883,2076 +246001,2076 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserDriveCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/drives/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgUserDriveCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveFollowing" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveFollowing", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/following", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveFollowing" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveFollowing", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveFollowingContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveFollowingContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/following/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveFollowingCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveFollowingCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItem", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItem" + "Permissions": [], + "Command": "Get-MgUserDriveItem", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Module": "Users.Functions", + "Permissions": [], + "Command": "Get-MgUserDriveItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Get-MgUserDriveItemActivityByInterval" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemAnalytic" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemAnalyticItemActivityStat", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemAnalyticItemActivityStat", "Variants": [ "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemAnalyticItemActivityStatActivity" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemAnalyticItemActivityStatActivity", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemAnalyticItemActivityStatCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemAnalyticLastSevenDay" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemAnalyticTime" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemChild" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemChild", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemChild" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemChild", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemChildContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemChildContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemChildCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemChildCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemCreatedByUserMailboxSetting" + "Permissions": [], + "Command": "Get-MgUserDriveItemCreatedByUserMailboxSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Users.Functions", + "Permissions": [], + "Command": "Get-MgUserDriveItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Get-MgUserDriveItemDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgUserDriveItemItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgUserDriveItemItemLastModifiedByUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgUserDriveItemItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgUserDriveItemItemLastModifiedByUserMailboxSetting" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", "Method": "GET", + "OutputType": "IMicrosoftGraphUser", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgUserDriveItemLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgUserDriveItemLastModifiedByUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgUserDriveItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgUserDriveItemLastModifiedByUserMailboxSetting" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "Method": "GET", + "OutputType": "IMicrosoftGraphListItem", + "Module": "Files", + "Permissions": [], + "Command": "Get-MgUserDriveItemListItem", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Get-MgUserDriveItemListItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Module": "Users.Functions", + "Permissions": [], + "Command": "Get-MgUserDriveItemListItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Get-MgUserDriveItemListItemActivityByInterval" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemListItemAnalytic" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemListItemCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemListItemDocumentSetVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemListItemDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemListItemDriveItemContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemListItemField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemListItemField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemListItemVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemListItemVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemListItemVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemListItemVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemPermission" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemPermission", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemPermission" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemPermission", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemPermissionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemSubscription", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemSubscription", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemSubscriptionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemThumbnail" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemThumbnail", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemThumbnail" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemThumbnail", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemThumbnailCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemThumbnailCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemVersionContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemVersionContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveItemVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveItemVersionCount", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveLastModifiedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveLastModifiedByUserMailboxSetting", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list", + "Method": "GET", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveList" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveList", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListColumn", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListColumn", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListColumnCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListColumnCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListColumnSourceColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListContentType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListContentType", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListContentType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListContentType", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListContentTypeColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeColumn", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListContentTypeColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeColumn", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListContentTypeColumnCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeColumnLink", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeColumnLink", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListContentTypeColumnLinkCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListContentTypeColumnPosition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeColumnPosition", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListContentTypeColumnPosition" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeColumnPosition", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListContentTypeColumnPositionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListContentTypeColumnSourceColumn" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Users.Functions", - "Command": "Get-MgUserDriveListContentTypeCompatibleHubContentType" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListContentTypeCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/drive", + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListDrive" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListDrive", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListItem", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items", + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListItem" + "Permissions": [], + "Command": "Get-MgUserDriveListItem", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Module": "Users.Functions", + "Permissions": [], + "Command": "Get-MgUserDriveListItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Get-MgUserDriveListItemActivityByInterval" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListItemAnalytic" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListItemCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListItemDocumentSetVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListItemDocumentSetVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListItemDocumentSetVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListItemDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListItemDriveItemContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListItemField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListItemField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListItemVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListItemVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListItemVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListItemVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListOperation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListOperation", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListOperation" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListOperation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListOperationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListOperationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListSubscription", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListSubscription", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveListSubscriptionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveListSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRoot" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRoot", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Users.Functions", - "Command": "Get-MgUserDriveRootActivityByInterval" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootActivityByInterval", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootAnalytic" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootAnalytic", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootAnalyticItemActivityStat", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootAnalyticItemActivityStat", "Variants": [ "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootAnalyticItemActivityStatActivity" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootAnalyticItemActivityStatActivity", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootAnalyticItemActivityStatCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootAnalyticLastSevenDay" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/allTime", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootAnalyticTime" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootChild" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootChild", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/children", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootChild" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootChild", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootChildContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootChildContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/children/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootChildCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootChildCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootCreatedByUserMailboxSetting" + "Permissions": [], + "Command": "Get-MgUserDriveRootCreatedByUserMailboxSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Users.Functions", + "Permissions": [], + "Command": "Get-MgUserDriveRootDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Uri": "/users/{user-id}/drives/{drive-id}/root/delta", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Get-MgUserDriveRootDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootItemLastModifiedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootLastModifiedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootListItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootListItem", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Users.Functions", - "Command": "Get-MgUserDriveRootListItemActivityByInterval" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootListItemActivityByInterval", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics", + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootListItemAnalytic" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootListItemCreatedByUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootListItemDocumentSetVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootListItemDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootListItemDriveItemContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootListItemField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootListItemField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootListItemVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootListItemVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootListItemVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootListItemVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootListItemVersionField" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootPermission" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootPermission", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootPermission" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootPermission", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootPermissionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootSubscription", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootSubscription", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootSubscriptionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootThumbnail" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootThumbnail", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootThumbnail" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootThumbnail", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootThumbnailCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootThumbnailCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootVersion" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootVersionContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootVersionContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveRootVersionCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveRootVersionCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveSpecial" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveSpecial", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/special", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveSpecial" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveSpecial", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveSpecialContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserDriveSpecialContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/special/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Get-MgUserDriveSpecialCount" + "Permissions": [], + "Command": "Get-MgUserDriveSpecialCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/events/{event-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Calendar", "Permissions": [ { "Name": "Calendars.Read", @@ -247967,18 +248085,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/events/{event-id}", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgUserEvent" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/events", + "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Calendar", "Permissions": [ { "Name": "Calendars.Read", @@ -247999,78 +248117,78 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserEvent", "Variants": [ "List" ], - "Uri": "/users/{user-id}/events", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgUserEvent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgUserEventAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgUserEventAttachment" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/events/{event-id}/attachments", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Calendar", "Permissions": { "Name": "Calendars.Read", "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgUserEventAttachment", "Variants": [ "List" ], - "Uri": "/users/{user-id}/events/{event-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgUserEventAttachment" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/events/{event-id}/attachments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Calendar", "Permissions": { "Name": "Calendars.Read", "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgUserEventAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/events/{event-id}/attachments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgUserEventAttachmentCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/calendar", "Method": "GET", + "OutputType": "IMicrosoftGraphCalendar", + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgUserEventCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/events/{event-id}/calendar", - "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgUserEventCalendar" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/events/$count", + "Method": "GET", + "OutputType": null, + "Module": "Calendar", "Permissions": [ { "Name": "Calendars.Read", @@ -248091,18 +248209,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserEventCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/events/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgUserEventCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/events/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Users.Functions", "Permissions": [ { "Name": "Calendars.Read", @@ -248123,69 +248241,69 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserEventDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/events/delta", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Get-MgUserEventDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", "Method": "GET", + "OutputType": null, + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgUserEventExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgUserEventExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/extensions", "Method": "GET", + "OutputType": "IMicrosoftGraphExtension", + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgUserEventExtension", "Variants": [ "List" ], - "Uri": "/users/{user-id}/events/{event-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgUserEventExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/extensions/$count", "Method": "GET", + "OutputType": null, + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgUserEventExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/events/{event-id}/extensions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgUserEventExtensionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgUserEventInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgUserEventInstance" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/events/{event-id}/instances", + "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Calendar", "Permissions": [ { "Name": "Calendars.Read", @@ -248200,68 +248318,68 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserEventInstance", "Variants": [ "List" ], - "Uri": "/users/{user-id}/events/{event-id}/instances", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgUserEventInstance" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgUserEventInstanceAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgUserEventInstanceAttachment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgUserEventInstanceAttachment", "Variants": [ "List" ], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgUserEventInstanceAttachment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/$count", "Method": "GET", + "OutputType": null, + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgUserEventInstanceAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgUserEventInstanceAttachmentCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar", "Method": "GET", + "OutputType": "IMicrosoftGraphCalendar", + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgUserEventInstanceCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar", - "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgUserEventInstanceCalendar" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/events/{event-id}/instances/$count", + "Method": "GET", + "OutputType": null, + "Module": "Calendar", "Permissions": [ { "Name": "Calendars.Read", @@ -248276,120 +248394,120 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserEventInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/events/{event-id}/instances/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgUserEventInstanceCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Users.Functions", + "Permissions": [], + "Command": "Get-MgUserEventInstanceDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/events/{event-id}/instances/delta", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Get-MgUserEventInstanceDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "Method": "GET", + "OutputType": null, + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgUserEventInstanceExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgUserEventInstanceExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", "Method": "GET", + "OutputType": "IMicrosoftGraphExtension", + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgUserEventInstanceExtension", "Variants": [ "List" ], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", - "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgUserEventInstanceExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/$count", "Method": "GET", + "OutputType": null, + "Module": "Calendar", + "Permissions": [], + "Command": "Get-MgUserEventInstanceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Get-MgUserEventInstanceExtensionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/extensions/{extension-id}", "Method": "GET", + "OutputType": null, + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/extensions", "Method": "GET", + "OutputType": "IMicrosoftGraphExtension", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserExtension", "Variants": [ "List" ], - "Uri": "/users/{user-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/extensions/$count", "Method": "GET", + "OutputType": null, + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/extensions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserExtensionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/followedSites/{site-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSite", + "Module": "Sites", + "Permissions": [], + "Command": "Get-MgUserFollowedSite", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/followedSites/{site-id}", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgUserFollowedSite" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/followedSites", + "Method": "GET", + "OutputType": "IMicrosoftGraphSite", + "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -248404,17 +248522,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserFollowedSite", "Variants": [ "List" ], - "Uri": "/users/{user-id}/followedSites", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgUserFollowedSite" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/followedSites/$count", + "Method": "GET", + "OutputType": null, + "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -248429,79 +248547,79 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserFollowedSiteCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/followedSites/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Get-MgUserFollowedSiteCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/inferenceClassification", "Method": "GET", + "OutputType": "IMicrosoftGraphInferenceClassification", + "Module": "Mail", + "Permissions": [], + "Command": "Get-MgUserInferenceClassification", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/inferenceClassification", - "OutputType": "IMicrosoftGraphInferenceClassification", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserInferenceClassification" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Module": "Mail", + "Permissions": [], + "Command": "Get-MgUserInferenceClassificationOverride", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserInferenceClassificationOverride" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/inferenceClassification/overrides", + "Method": "GET", + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Module": "Mail", "Permissions": { "Name": "Mail.Read", "Description": "Read your mail ", "FullDescription": "Allows the app to read email in your mailbox. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgUserInferenceClassificationOverride", "Variants": [ "List" ], - "Uri": "/users/{user-id}/inferenceClassification/overrides", - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserInferenceClassificationOverride" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/inferenceClassification/overrides/$count", + "Method": "GET", + "OutputType": null, + "Module": "Mail", "Permissions": { "Name": "Mail.Read", "Description": "Read your mail ", "FullDescription": "Allows the app to read email in your mailbox. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgUserInferenceClassificationOverrideCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/inferenceClassification/overrides/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserInferenceClassificationOverrideCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/joinedTeams", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeam", + "Module": "Teams", "Permissions": [ { "Name": "Directory.Read.All", @@ -248546,43 +248664,43 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserJoinedTeam", "Variants": [ "List" ], - "Uri": "/users/{user-id}/joinedTeams", - "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserJoinedTeam" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod", "Method": "GET", + "OutputType": null, + "Module": "People", + "Permissions": [], + "Command": "Get-MgUserLastSharedMethodInsight", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "People", - "Command": "Get-MgUserLastSharedMethodInsight" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphLicenseDetails", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserLicenseDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", - "OutputType": "IMicrosoftGraphLicenseDetails", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserLicenseDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/licenseDetails", + "Method": "GET", + "OutputType": "IMicrosoftGraphLicenseDetails", + "Module": "Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -248615,17 +248733,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserLicenseDetail", "Variants": [ "List" ], - "Uri": "/users/{user-id}/licenseDetails", - "OutputType": "IMicrosoftGraphLicenseDetails", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserLicenseDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/licenseDetails/$count", + "Method": "GET", + "OutputType": null, + "Module": "Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -248658,18 +248776,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserLicenseDetailCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/licenseDetails/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserLicenseDetailCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailboxSettings", + "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Users", "Permissions": [ { "Name": "MailboxSettings.Read", @@ -248684,18 +248802,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserMailboxSetting" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphMailFolder", + "Module": "Mail", "Permissions": [ { "Name": "Mail.Read", @@ -248722,18 +248840,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserMailFolder", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMailFolder" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders", + "Method": "GET", + "OutputType": "IMicrosoftGraphMailFolder", + "Module": "Mail", "Permissions": [ { "Name": "Mail.Read", @@ -248760,30 +248878,30 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserMailFolder", "Variants": [ "List" ], - "Uri": "/users/{user-id}/mailFolders", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMailFolder" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", "Method": "GET", + "OutputType": "IMicrosoftGraphMailFolder", + "Module": "Mail", + "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolder", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMailFolderChildFolder" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", + "Method": "GET", + "OutputType": "IMicrosoftGraphMailFolder", + "Module": "Mail", "Permissions": [ { "Name": "Mail.Read", @@ -248810,17 +248928,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolder", "Variants": [ "List" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMailFolderChildFolder" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count", + "Method": "GET", + "OutputType": null, + "Module": "Mail", "Permissions": [ { "Name": "Mail.Read", @@ -248847,214 +248965,214 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMailFolderChildFolderCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphMailFolder", + "Module": "Users.Functions", + "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Get-MgUserMailFolderChildFolderDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Mail", + "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMailFolderChildFolderMessage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", "Method": "GET", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Mail", + "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMessage", "Variants": [ "List" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMailFolderChildFolderMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Mail", "Permissions": { "Name": "Mail.Read", "Description": "Read your mail ", "FullDescription": "Allows the app to read email in your mailbox. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMailFolderChildFolderMessageAttachment" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", "Module": "Mail", - "Command": "Get-MgUserMailFolderChildFolderMessageAttachment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Mail", - "Command": "Get-MgUserMailFolderChildFolderMessageAttachmentCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderMessageAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Mail", - "Command": "Get-MgUserMailFolderChildFolderMessageContent" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderMessageContent", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Mail", - "Command": "Get-MgUserMailFolderChildFolderMessageCount" + "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMessageCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta", "Method": "GET", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Users.Functions", + "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMessageDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Get-MgUserMailFolderChildFolderMessageDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", "Method": "GET", + "OutputType": null, + "Module": "Mail", + "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMessageExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMailFolderChildFolderMessageExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", "Method": "GET", + "OutputType": "IMicrosoftGraphExtension", + "Module": "Mail", + "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMessageExtension", "Variants": [ "List" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMailFolderChildFolderMessageExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count", "Method": "GET", + "OutputType": null, + "Module": "Mail", + "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMessageExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMailFolderChildFolderMessageExtensionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphMessageRule", + "Module": "Mail", + "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMessageRule", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", - "OutputType": "IMicrosoftGraphMessageRule", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMailFolderChildFolderMessageRule" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", "Method": "GET", + "OutputType": "IMicrosoftGraphMessageRule", + "Module": "Mail", + "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMessageRule", "Variants": [ "List" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", - "OutputType": "IMicrosoftGraphMessageRule", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMailFolderChildFolderMessageRule" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count", "Method": "GET", + "OutputType": null, + "Module": "Mail", + "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMessageRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMailFolderChildFolderMessageRuleCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/$count", + "Method": "GET", + "OutputType": null, + "Module": "Mail", "Permissions": [ { "Name": "Mail.Read", @@ -249081,18 +249199,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserMailFolderCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMailFolderCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphMailFolder", + "Module": "Users.Functions", "Permissions": [ { "Name": "Mail.Read", @@ -249119,18 +249237,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserMailFolderDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/delta", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Get-MgUserMailFolderDelta" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Mail", "Permissions": [ { "Name": "Mail.Read", @@ -249151,18 +249269,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserMailFolderMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMailFolderMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", + "Method": "GET", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Mail", "Permissions": [ { "Name": "Mail.Read", @@ -249189,65 +249307,65 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserMailFolderMessage", "Variants": [ "List" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMailFolderMessage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Mail", + "Permissions": [], + "Command": "Get-MgUserMailFolderMessageAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMailFolderMessageAttachment" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Mail", "Permissions": { "Name": "Mail.Read", "Description": "Read your mail ", "FullDescription": "Allows the app to read email in your mailbox. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgUserMailFolderMessageAttachment", "Variants": [ "List" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMailFolderMessageAttachment" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Mail", "Permissions": { "Name": "Mail.Read", "Description": "Read your mail ", "FullDescription": "Allows the app to read email in your mailbox. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgUserMailFolderMessageAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMailFolderMessageAttachmentCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", + "Method": "GET", + "OutputType": null, + "Module": "Mail", "Permissions": [ { "Name": "Mail.Read", @@ -249268,18 +249386,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserMailFolderMessageContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMailFolderMessageContent" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Mail", "Permissions": [ { "Name": "Mail.Read", @@ -249306,18 +249424,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserMailFolderMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMailFolderMessageCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Users.Functions", "Permissions": [ { "Name": "Mail.Read", @@ -249344,94 +249462,94 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserMailFolderMessageDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Get-MgUserMailFolderMessageDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", "Method": "GET", + "OutputType": null, + "Module": "Mail", + "Permissions": [], + "Command": "Get-MgUserMailFolderMessageExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMailFolderMessageExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", "Method": "GET", + "OutputType": "IMicrosoftGraphExtension", + "Module": "Mail", + "Permissions": [], + "Command": "Get-MgUserMailFolderMessageExtension", "Variants": [ "List" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMailFolderMessageExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count", "Method": "GET", + "OutputType": null, + "Module": "Mail", + "Permissions": [], + "Command": "Get-MgUserMailFolderMessageExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMailFolderMessageExtensionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphMessageRule", + "Module": "Mail", + "Permissions": [], + "Command": "Get-MgUserMailFolderMessageRule", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", - "OutputType": "IMicrosoftGraphMessageRule", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMailFolderMessageRule" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", "Method": "GET", + "OutputType": "IMicrosoftGraphMessageRule", + "Module": "Mail", + "Permissions": [], + "Command": "Get-MgUserMailFolderMessageRule", "Variants": [ "List" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", - "OutputType": "IMicrosoftGraphMessageRule", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMailFolderMessageRule" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/$count", "Method": "GET", + "OutputType": null, + "Module": "Mail", + "Permissions": [], + "Command": "Get-MgUserMailFolderMessageRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMailFolderMessageRuleCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/getMailTips", + "Method": "POST", + "OutputType": "IMicrosoftGraphMailTips", + "Module": "Users.Actions", "Permissions": [ { "Name": "Mail.Read", @@ -249446,20 +249564,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Get-MgUserMailTip", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/getMailTips", - "OutputType": "IMicrosoftGraphMailTips", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Get-MgUserMailTip" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus", + "Module": "Users.Functions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -249474,18 +249592,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserManagedAppDiagnosticStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses", - "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus", - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Get-MgUserManagedAppDiagnosticStatus" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/getManagedAppPolicies", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Module": "Users.Functions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -249500,284 +249618,284 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserManagedAppPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/getManagedAppPolicies", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Get-MgUserManagedAppPolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Module": "Devices.CorporateManagement", + "Permissions": [], + "Command": "Get-MgUserManagedAppRegistration", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}", - "OutputType": "IMicrosoftGraphManagedAppRegistration", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedAppRegistration" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "List" - ], "Uri": "/users/{user-id}/managedAppRegistrations", + "Method": "GET", "OutputType": "IMicrosoftGraphManagedAppRegistration", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedAppRegistration" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserManagedAppRegistration", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedAppRegistrations/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedAppRegistrationCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserManagedAppRegistrationCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedDevice" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserManagedDevice", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices", + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedDevice" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserManagedDevice", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedDeviceCategory" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserManagedDeviceCategory", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedDeviceCompliancePolicyState" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserManagedDeviceCompliancePolicyState", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedDeviceCompliancePolicyState" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserManagedDeviceCompliancePolicyState", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedDeviceCompliancePolicyStateCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserManagedDeviceCompliancePolicyStateCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedDeviceConfigurationState" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserManagedDeviceConfigurationState", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedDeviceConfigurationState" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserManagedDeviceConfigurationState", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedDeviceConfigurationStateCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserManagedDeviceConfigurationStateCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedDeviceCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserManagedDeviceCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedDeviceLogCollectionRequestCount" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserManagedDeviceLogCollectionRequestCount", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedDeviceLogCollectionResponse" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserManagedDeviceLogCollectionResponse", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedDeviceLogCollectionResponse" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserManagedDeviceLogCollectionResponse", "Variants": [ "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/users", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedDeviceUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserManagedDeviceUser", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsProtectionState", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedDeviceWindowsProtectionState" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserManagedDeviceWindowsProtectionState", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState" + "Permissions": [], + "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", "Method": "GET", + "OutputType": null, + "Module": "Devices.CorporateManagement", + "Permissions": [], + "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/getManagedDevicesWithAppFailures", + "Method": "GET", + "OutputType": null, + "Module": "Users.Functions", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -249792,18 +249910,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserManagedDeviceWithAppFailure", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/getManagedDevicesWithAppFailures", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Get-MgUserManagedDeviceWithAppFailure" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/manager", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -249830,18 +249948,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserManager", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/manager", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserManager" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/manager/$ref", + "Method": "GET", + "OutputType": null, + "Module": "Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -249868,18 +249986,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserManagerByRef", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/manager/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserManagerByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/getMemberGroups", + "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", "Permissions": [ { "Name": "Application.Read.All", @@ -249948,20 +250066,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Get-MgUserMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Get-MgUserMemberGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/getMemberObjects", + "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", "Permissions": [ { "Name": "Application.Read.All", @@ -250036,20 +250154,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Get-MgUserMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Get-MgUserMemberObject" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Users", "Permissions": [ { "Name": "User.Read", @@ -250064,18 +250182,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserMemberOf" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/memberOf", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -250102,30 +250220,30 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserMemberOf", "Variants": [ "List" ], - "Uri": "/users/{user-id}/memberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserMemberOf" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserMemberOfAsAdministrativeUnit" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/memberOf/administrativeUnit", + "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Users", "Permissions": [ { "Name": "User.Read", @@ -250140,30 +250258,30 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Uri": "/users/{user-id}/memberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserMemberOfAsAdministrativeUnit" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/directoryRole", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserMemberOfAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/directoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserMemberOfAsDirectoryRole" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/memberOf/directoryRole", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Module": "Users", "Permissions": [ { "Name": "User.Read", @@ -250178,30 +250296,30 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserMemberOfAsDirectoryRole", "Variants": [ "List" ], - "Uri": "/users/{user-id}/memberOf/directoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserMemberOfAsDirectoryRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserMemberOfAsGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/memberOf/group", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Users", "Permissions": [ { "Name": "User.Read", @@ -250216,17 +250334,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserMemberOfAsGroup", "Variants": [ "List" ], - "Uri": "/users/{user-id}/memberOf/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserMemberOfAsGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/memberOf/$count", + "Method": "GET", + "OutputType": null, + "Module": "Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -250253,18 +250371,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/memberOf/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserMemberOfCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/memberOf/administrativeUnit/$count", + "Method": "GET", + "OutputType": null, + "Module": "Users", "Permissions": [ { "Name": "User.Read", @@ -250279,18 +250397,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/memberOf/administrativeUnit/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserMemberOfCountAsAdministrativeUnit" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/memberOf/directoryRole/$count", + "Method": "GET", + "OutputType": null, + "Module": "Users", "Permissions": [ { "Name": "User.Read", @@ -250305,18 +250423,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserMemberOfCountAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/memberOf/directoryRole/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserMemberOfCountAsDirectoryRole" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/memberOf/group/$count", + "Method": "GET", + "OutputType": null, + "Module": "Users", "Permissions": [ { "Name": "User.Read", @@ -250331,18 +250449,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/memberOf/group/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserMemberOfCountAsGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/messages/{message-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Mail", "Permissions": [ { "Name": "Mail.Read", @@ -250363,18 +250481,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/messages/{message-id}", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/messages", + "Method": "GET", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Mail", "Permissions": [ { "Name": "Mail.Read", @@ -250401,65 +250519,65 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserMessage", "Variants": [ "List" ], - "Uri": "/users/{user-id}/messages", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMessage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Mail", + "Permissions": [], + "Command": "Get-MgUserMessageAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMessageAttachment" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/messages/{message-id}/attachments", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Mail", "Permissions": { "Name": "Mail.Read", "Description": "Read your mail ", "FullDescription": "Allows the app to read email in your mailbox. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgUserMessageAttachment", "Variants": [ "List" ], - "Uri": "/users/{user-id}/messages/{message-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMessageAttachment" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/messages/{message-id}/attachments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Mail", "Permissions": { "Name": "Mail.Read", "Description": "Read your mail ", "FullDescription": "Allows the app to read email in your mailbox. ", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgUserMessageAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/messages/{message-id}/attachments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMessageAttachmentCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/messages/{message-id}/$value", + "Method": "GET", + "OutputType": null, + "Module": "Mail", "Permissions": [ { "Name": "Mail.Read", @@ -250480,18 +250598,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserMessageContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/messages/{message-id}/$value", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMessageContent" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/messages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Mail", "Permissions": [ { "Name": "Mail.Read", @@ -250518,18 +250636,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/messages/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMessageCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/messages/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Users.Functions", "Permissions": [ { "Name": "Mail.Read", @@ -250550,69 +250668,69 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserMessageDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/messages/delta", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Get-MgUserMessageDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", "Method": "GET", + "OutputType": null, + "Module": "Mail", + "Permissions": [], + "Command": "Get-MgUserMessageExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMessageExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/extensions", "Method": "GET", + "OutputType": "IMicrosoftGraphExtension", + "Module": "Mail", + "Permissions": [], + "Command": "Get-MgUserMessageExtension", "Variants": [ "List" ], - "Uri": "/users/{user-id}/messages/{message-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMessageExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/extensions/$count", "Method": "GET", + "OutputType": null, + "Module": "Mail", + "Permissions": [], + "Command": "Get-MgUserMessageExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/messages/{message-id}/extensions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Get-MgUserMessageExtensionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserOauth2PermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserOauth2PermissionGrant" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/oauth2PermissionGrants", + "Method": "GET", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Module": "Users", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -250633,17 +250751,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserOauth2PermissionGrant", "Variants": [ "List" ], - "Uri": "/users/{user-id}/oauth2PermissionGrants", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserOauth2PermissionGrant" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/oauth2PermissionGrants/$count", + "Method": "GET", + "OutputType": null, + "Module": "Users", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -250664,18 +250782,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserOauth2PermissionGrantCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/oauth2PermissionGrants/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserOauth2PermissionGrantCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphNotebook", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -250708,18 +250826,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserOnenoteNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgUserOnenoteNotebook" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onenote/notebooks", + "Method": "GET", + "OutputType": "IMicrosoftGraphNotebook", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -250752,17 +250870,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserOnenoteNotebook", "Variants": [ "List" ], - "Uri": "/users/{user-id}/onenote/notebooks", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgUserOnenoteNotebook" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onenote/notebooks/$count", + "Method": "GET", + "OutputType": null, + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -250795,18 +250913,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserOnenoteNotebookCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onenote/notebooks/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgUserOnenoteNotebookCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl", + "Method": "POST", + "OutputType": "IMicrosoftGraphCopyNotebookModel", + "Module": "Users.Actions", "Permissions": [ { "Name": "Notes.Create", @@ -250839,20 +250957,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Get-MgUserOnenoteNotebookFromWebUrl", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl", - "OutputType": "IMicrosoftGraphCopyNotebookModel", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Get-MgUserOnenoteNotebookFromWebUrl" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -250885,17 +251003,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserOnenoteNotebookSection", "Variants": [ "List" ], - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgUserOnenoteNotebookSection" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Method": "GET", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -250928,17 +251046,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserOnenoteNotebookSectionGroup", "Variants": [ "List" ], - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgUserOnenoteNotebookSectionGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -250971,31 +251089,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserOnenoteOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgUserOnenoteOperation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onenote/operations/$count", "Method": "GET", + "OutputType": null, + "Module": "Notes", + "Permissions": [], + "Command": "Get-MgUserOnenoteOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onenote/operations/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgUserOnenoteOperationCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenotePage", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Read", @@ -251022,18 +251140,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserOnenotePage", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgUserOnenotePage" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onenote/pages", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenotePage", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Read", @@ -251060,17 +251178,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserOnenotePage", "Variants": [ "List" ], - "Uri": "/users/{user-id}/onenote/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgUserOnenotePage" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", + "Method": "GET", + "OutputType": null, + "Module": "Notes", "Permissions": [ { "Name": "Notes.Read", @@ -251097,18 +251215,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserOnenotePageContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgUserOnenotePageContent" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onenote/pages/$count", + "Method": "GET", + "OutputType": null, + "Module": "Notes", "Permissions": [ { "Name": "Notes.Read", @@ -251135,18 +251253,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserOnenotePageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onenote/pages/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgUserOnenotePageCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "Method": "GET", + "OutputType": "IMicrosoftGraphRecentNotebook", + "Module": "Users.Functions", "Permissions": [ { "Name": "Notes.Create", @@ -251179,32 +251297,133 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserOnenoteRecentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "OutputType": "IMicrosoftGraphRecentNotebook", - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Get-MgUserOnenoteRecentNotebook" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenoteResource", + "Module": "Notes", "Permissions": [], + "Command": "Get-MgUserOnenoteResource", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" + }, + { + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", "Method": "GET", + "OutputType": null, + "Module": "Notes", + "Permissions": [ + { + "Name": "Notes.Read", + "Description": "Read your OneNote notebooks", + "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "IsAdmin": false + }, + { + "Name": "Notes.Read.All", + "Description": "Read all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "IsAdmin": false + }, + { + "Name": "Notes.ReadWrite", + "Description": "Read and write your OneNote notebooks", + "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "IsAdmin": false + }, + { + "Name": "Notes.ReadWrite.All", + "Description": "Read and write all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "IsAdmin": false + } + ], + "Command": "Get-MgUserOnenoteResourceContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}", - "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "v1.0", + "ApiVersion": "v1.0" + }, + { + "Uri": "/users/{user-id}/onenote/resources/$count", + "Method": "GET", + "OutputType": null, + "Module": "Notes", + "Permissions": [], + "Command": "Get-MgUserOnenoteResourceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" + }, + { + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenoteSection", "Module": "Notes", - "Command": "Get-MgUserOnenoteResource" + "Permissions": [ + { + "Name": "Notes.Create", + "Description": "Create your OneNote notebooks", + "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "IsAdmin": false + }, + { + "Name": "Notes.Read", + "Description": "Read your OneNote notebooks", + "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "IsAdmin": false + }, + { + "Name": "Notes.Read.All", + "Description": "Read all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "IsAdmin": false + }, + { + "Name": "Notes.ReadWrite", + "Description": "Read and write your OneNote notebooks", + "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "IsAdmin": false + }, + { + "Name": "Notes.ReadWrite.All", + "Description": "Read and write all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "IsAdmin": false + } + ], + "Command": "Get-MgUserOnenoteSection", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onenote/sections", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Notes", "Permissions": [ + { + "Name": "Notes.Create", + "Description": "Create your OneNote notebooks", + "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "IsAdmin": false + }, { "Name": "Notes.Read", "Description": "Read your OneNote notebooks", @@ -251230,31 +251449,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserOnenoteSection", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgUserOnenoteResourceContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onenote/sections/$count", "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/users/{user-id}/onenote/resources/$count", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Notes", - "Command": "Get-MgUserOnenoteResourceCount" - }, - { "Permissions": [ { "Name": "Notes.Create", @@ -251287,61 +251492,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserOnenoteSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgUserOnenoteSection" + "ApiVersion": "v1.0" }, { - "Permissions": [ - { - "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", - "IsAdmin": false - }, - { - "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", - "IsAdmin": false - } - ], + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", "Method": "GET", - "Variants": [ - "List" - ], - "Uri": "/users/{user-id}/onenote/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSectionGroup", "Module": "Notes", - "Command": "Get-MgUserOnenoteSection" - }, - { "Permissions": [ { "Name": "Notes.Create", @@ -251374,62 +251536,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserOnenoteSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onenote/sections/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgUserOnenoteSectionCount" + "ApiVersion": "v1.0" }, { - "Permissions": [ - { - "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", - "IsAdmin": false - }, - { - "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", - "IsAdmin": false - } - ], + "Uri": "/users/{user-id}/onenote/sectionGroups", "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", "Module": "Notes", - "Command": "Get-MgUserOnenoteSectionGroup" - }, - { "Permissions": [ { "Name": "Notes.Create", @@ -251462,18 +251580,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserOnenoteSectionGroup", "Variants": [ "List", "List1" ], - "Uri": "/users/{user-id}/onenote/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgUserOnenoteSectionGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "Method": "GET", + "OutputType": null, + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -251506,20 +251624,20 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserOnenoteSectionGroupCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgUserOnenoteSectionGroupCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -251552,17 +251670,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserOnenoteSectionGroupSection", "Variants": [ "List" ], - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgUserOnenoteSectionGroupSection" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenotePage", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Read", @@ -251589,17 +251707,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserOnenoteSectionPage", "Variants": [ "List" ], - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Get-MgUserOnenoteSectionPage" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Module": "CloudCommunications", "Permissions": [ { "Name": "OnlineMeetingArtifact.Read.All", @@ -251632,18 +251750,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserOnlineMeeting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgUserOnlineMeeting" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onlineMeetings", + "Method": "GET", + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Module": "CloudCommunications", "Permissions": [ { "Name": "OnlineMeetingArtifact.Read.All", @@ -251676,118 +251794,118 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserOnlineMeeting", "Variants": [ "List" ], - "Uri": "/users/{user-id}/onlineMeetings", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgUserOnlineMeeting" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Module": "CloudCommunications", "Permissions": { "Name": "OnlineMeetingArtifact.Read.All", "Description": "Read user's online meeting artifacts", "FullDescription": "Allows the app to read online meeting artifacts on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgUserOnlineMeetingAttendanceReport", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgUserOnlineMeetingAttendanceReport" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "Method": "GET", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Module": "CloudCommunications", "Permissions": { "Name": "OnlineMeetingArtifact.Read.All", "Description": "Read user's online meeting artifacts", "FullDescription": "Allows the app to read online meeting artifacts on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgUserOnlineMeetingAttendanceReport", "Variants": [ "List" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgUserOnlineMeetingAttendanceReport" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Module": "CloudCommunications", + "Permissions": [], + "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Module": "CloudCommunications", "Permissions": { "Name": "OnlineMeetingArtifact.Read.All", "Description": "Read user's online meeting artifacts", "FullDescription": "Allows the app to read online meeting artifacts on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "List" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "Method": "GET", + "OutputType": null, + "Module": "CloudCommunications", "Permissions": { "Name": "OnlineMeetingArtifact.Read.All", "Description": "Read user's online meeting artifacts", "FullDescription": "Allows the app to read online meeting artifacts on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecordCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecordCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", + "Method": "GET", + "OutputType": null, + "Module": "CloudCommunications", "Permissions": { "Name": "OnlineMeetingArtifact.Read.All", "Description": "Read user's online meeting artifacts", "FullDescription": "Allows the app to read online meeting artifacts on your behalf.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgUserOnlineMeetingAttendanceReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgUserOnlineMeetingAttendanceReportCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "Method": "GET", + "OutputType": null, + "Module": "CloudCommunications", "Permissions": [ { "Name": "OnlineMeetingArtifact.Read.All", @@ -251820,18 +251938,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserOnlineMeetingAttendeeReport", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgUserOnlineMeetingAttendeeReport" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onlineMeetings/$count", + "Method": "GET", + "OutputType": null, + "Module": "CloudCommunications", "Permissions": [ { "Name": "OnlineMeetingArtifact.Read.All", @@ -251864,18 +251982,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserOnlineMeetingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgUserOnlineMeetingCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", + "Method": "GET", + "OutputType": null, + "Module": "Users.Functions", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -251914,84 +252032,84 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserOnlineMeetingVirtualAppointmentJoinWebUrl", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Get-MgUserOnlineMeetingVirtualAppointmentJoinWebUrl" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphOutlookCategory", + "Module": "Users", "Permissions": { "Name": "MailboxSettings.Read", "Description": "Read your mailbox settings", "FullDescription": "Allows the app to read your mailbox settings.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgUserOutlookMasterCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", - "OutputType": "IMicrosoftGraphOutlookCategory", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserOutlookMasterCategory" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/outlook/masterCategories", + "Method": "GET", + "OutputType": "IMicrosoftGraphOutlookCategory", + "Module": "Users", "Permissions": { "Name": "MailboxSettings.Read", "Description": "Read your mailbox settings", "FullDescription": "Allows the app to read your mailbox settings.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgUserOutlookMasterCategory", "Variants": [ "List" ], - "Uri": "/users/{user-id}/outlook/masterCategories", - "OutputType": "IMicrosoftGraphOutlookCategory", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserOutlookMasterCategory" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/outlook/masterCategories/$count", + "Method": "GET", + "OutputType": null, + "Module": "Users", "Permissions": { "Name": "MailboxSettings.Read", "Description": "Read your mailbox settings", "FullDescription": "Allows the app to read your mailbox settings.", "IsAdmin": false }, - "Method": "GET", + "Command": "Get-MgUserOutlookMasterCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/outlook/masterCategories/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserOutlookMasterCategoryCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserOwnedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserOwnedDevice" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/ownedDevices", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -252024,92 +252142,92 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserOwnedDevice", "Variants": [ "List" ], - "Uri": "/users/{user-id}/ownedDevices", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserOwnedDevice" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/appRoleAssignment", "Method": "GET", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserOwnedDeviceAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/appRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserOwnedDeviceAsAppRoleAssignment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/ownedDevices/appRoleAssignment", "Method": "GET", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserOwnedDeviceAsAppRoleAssignment", "Variants": [ "List" ], - "Uri": "/users/{user-id}/ownedDevices/appRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserOwnedDeviceAsAppRoleAssignment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserOwnedDeviceAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserOwnedDeviceAsDevice" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/ownedDevices/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserOwnedDeviceAsDevice", "Variants": [ "List" ], - "Uri": "/users/{user-id}/ownedDevices/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserOwnedDeviceAsDevice" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint", "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserOwnedDeviceAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserOwnedDeviceAsEndpoint" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/ownedDevices/endpoint", "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserOwnedDeviceAsEndpoint", "Variants": [ "List" ], - "Uri": "/users/{user-id}/ownedDevices/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserOwnedDeviceAsEndpoint" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/ownedDevices/$count", + "Method": "GET", + "OutputType": null, + "Module": "Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -252142,70 +252260,70 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserOwnedDeviceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/ownedDevices/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserOwnedDeviceCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/users/{user-id}/ownedDevices/appRoleAssignment/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", - "Command": "Get-MgUserOwnedDeviceCountAsAppRoleAssignment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserOwnedDeviceCountAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/ownedDevices/device/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", - "Command": "Get-MgUserOwnedDeviceCountAsDevice" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserOwnedDeviceCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/ownedDevices/endpoint/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", - "Command": "Get-MgUserOwnedDeviceCountAsEndpoint" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserOwnedDeviceCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Users", - "Command": "Get-MgUserOwnedObject" + "Permissions": [], + "Command": "Get-MgUserOwnedObject", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/ownedObjects", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -252238,92 +252356,92 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserOwnedObject", "Variants": [ "List" ], - "Uri": "/users/{user-id}/ownedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserOwnedObject" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/application", "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserOwnedObjectAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserOwnedObjectAsApplication" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/ownedObjects/application", "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserOwnedObjectAsApplication", "Variants": [ "List" ], - "Uri": "/users/{user-id}/ownedObjects/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserOwnedObjectAsApplication" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserOwnedObjectAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserOwnedObjectAsGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/ownedObjects/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserOwnedObjectAsGroup", "Variants": [ "List" ], - "Uri": "/users/{user-id}/ownedObjects/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserOwnedObjectAsGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserOwnedObjectAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserOwnedObjectAsServicePrincipal" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/ownedObjects/servicePrincipal", "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserOwnedObjectAsServicePrincipal", "Variants": [ "List" ], - "Uri": "/users/{user-id}/ownedObjects/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserOwnedObjectAsServicePrincipal" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/ownedObjects/$count", + "Method": "GET", + "OutputType": null, + "Module": "Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -252356,70 +252474,70 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserOwnedObjectCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/ownedObjects/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserOwnedObjectCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/users/{user-id}/ownedObjects/application/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", - "Command": "Get-MgUserOwnedObjectCountAsApplication" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserOwnedObjectCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/ownedObjects/group/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", - "Command": "Get-MgUserOwnedObjectCountAsGroup" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserOwnedObjectCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/ownedObjects/servicePrincipal/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", - "Command": "Get-MgUserOwnedObjectCountAsServicePrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserOwnedObjectCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/people/{person-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphPerson", - "ApiVersion": "v1.0", "Module": "People", - "Command": "Get-MgUserPerson" + "Permissions": [], + "Command": "Get-MgUserPerson", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/people", + "Method": "GET", + "OutputType": "IMicrosoftGraphPerson", + "Module": "People", "Permissions": [ { "Name": "People.Read", @@ -252434,17 +252552,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserPerson", "Variants": [ "List" ], - "Uri": "/users/{user-id}/people", - "OutputType": "IMicrosoftGraphPerson", - "ApiVersion": "v1.0", - "Module": "People", - "Command": "Get-MgUserPerson" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/people/$count", + "Method": "GET", + "OutputType": null, + "Module": "People", "Permissions": [ { "Name": "People.Read", @@ -252459,18 +252577,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserPersonCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/people/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "People", - "Command": "Get-MgUserPersonCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/photo", + "Method": "GET", + "OutputType": "IMicrosoftGraphProfilePhoto", + "Module": "Users", "Permissions": [ { "Name": "User.Read", @@ -252485,20 +252603,20 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserPhoto", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/users/{user-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserPhoto" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/photos", + "Method": "GET", + "OutputType": "IMicrosoftGraphProfilePhoto", + "Module": "Users", "Permissions": [ { "Name": "User.Read", @@ -252513,17 +252631,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserPhoto", "Variants": [ "List" ], - "Uri": "/users/{user-id}/photos", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserPhoto" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/photo/$value", + "Method": "GET", + "OutputType": null, + "Module": "Users", "Permissions": [ { "Name": "User.Read", @@ -252538,20 +252656,20 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserPhotoContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/users/{user-id}/photo/$value", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserPhotoContent" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/photos/$count", + "Method": "GET", + "OutputType": null, + "Module": "Users", "Permissions": [ { "Name": "User.Read", @@ -252566,18 +252684,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserPhotoCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/photos/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserPhotoCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/planner", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerUser", + "Module": "Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -252610,18 +252728,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserPlanner", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/planner", - "OutputType": "IMicrosoftGraphPlannerUser", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Get-MgUserPlanner" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/planner/plans", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Module": "Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -252648,17 +252766,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserPlannerPlan", "Variants": [ "List" ], - "Uri": "/users/{user-id}/planner/plans", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Get-MgUserPlannerPlan" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/planner/tasks", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerTask", + "Module": "Planner", "Permissions": [ { "Name": "Group.Read.All", @@ -252697,17 +252815,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserPlannerTask", "Variants": [ "List" ], - "Uri": "/users/{user-id}/planner/tasks", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Get-MgUserPlannerTask" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/presence", + "Method": "GET", + "OutputType": "IMicrosoftGraphPresence", + "Module": "CloudCommunications", "Permissions": [ { "Name": "Presence.Read", @@ -252722,31 +252840,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserPresence", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/presence", - "OutputType": "IMicrosoftGraphPresence", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Get-MgUserPresence" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserRegisteredDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserRegisteredDevice" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/registeredDevices", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -252779,92 +252897,92 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserRegisteredDevice", "Variants": [ "List" ], - "Uri": "/users/{user-id}/registeredDevices", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserRegisteredDevice" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/appRoleAssignment", "Method": "GET", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserRegisteredDeviceAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/appRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserRegisteredDeviceAsAppRoleAssignment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/registeredDevices/appRoleAssignment", "Method": "GET", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserRegisteredDeviceAsAppRoleAssignment", "Variants": [ "List" ], - "Uri": "/users/{user-id}/registeredDevices/appRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserRegisteredDeviceAsAppRoleAssignment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserRegisteredDeviceAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserRegisteredDeviceAsDevice" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/registeredDevices/device", "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserRegisteredDeviceAsDevice", "Variants": [ "List" ], - "Uri": "/users/{user-id}/registeredDevices/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserRegisteredDeviceAsDevice" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint", "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserRegisteredDeviceAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserRegisteredDeviceAsEndpoint" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/registeredDevices/endpoint", "Method": "GET", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserRegisteredDeviceAsEndpoint", "Variants": [ "List" ], - "Uri": "/users/{user-id}/registeredDevices/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserRegisteredDeviceAsEndpoint" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/registeredDevices/$count", + "Method": "GET", + "OutputType": null, + "Module": "Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -252897,70 +253015,70 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserRegisteredDeviceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/registeredDevices/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserRegisteredDeviceCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/users/{user-id}/registeredDevices/appRoleAssignment/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", - "Command": "Get-MgUserRegisteredDeviceCountAsAppRoleAssignment" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserRegisteredDeviceCountAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/registeredDevices/device/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", - "Command": "Get-MgUserRegisteredDeviceCountAsDevice" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserRegisteredDeviceCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/registeredDevices/endpoint/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", - "Command": "Get-MgUserRegisteredDeviceCountAsEndpoint" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserRegisteredDeviceCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "Method": "GET", "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgUserScopedRoleMemberOf" + "Permissions": [], + "Command": "Get-MgUserScopedRoleMemberOf", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/scopedRoleMemberOf", + "Method": "GET", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -252975,17 +253093,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserScopedRoleMemberOf", "Variants": [ "List" ], - "Uri": "/users/{user-id}/scopedRoleMemberOf", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgUserScopedRoleMemberOf" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/scopedRoleMemberOf/$count", + "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -253000,18 +253118,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserScopedRoleMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/scopedRoleMemberOf/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgUserScopedRoleMemberOfCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/settings", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserSettings", + "Module": "Users", "Permissions": [ { "Name": "User.Read.All", @@ -253026,18 +253144,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/settings", - "OutputType": "IMicrosoftGraphUserSettings", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserSetting" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/settings/shiftPreferences", + "Method": "GET", + "OutputType": "IMicrosoftGraphShiftPreferences", + "Module": "Users", "Permissions": [ { "Name": "User.Read.All", @@ -253064,18 +253182,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserSettingShiftPreference", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/settings/shiftPreferences", - "OutputType": "IMicrosoftGraphShiftPreferences", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserSettingShiftPreference" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/insights/shared/$count", + "Method": "GET", + "OutputType": null, + "Module": "People", "Permissions": [ { "Name": "Sites.Read.All", @@ -253090,31 +253208,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserSharedCountInsight", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/insights/shared/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "People", - "Command": "Get-MgUserSharedCountInsight" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphSharedInsight", + "Module": "People", + "Permissions": [], + "Command": "Get-MgUserSharedInsight", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", - "OutputType": "IMicrosoftGraphSharedInsight", - "ApiVersion": "v1.0", - "Module": "People", - "Command": "Get-MgUserSharedInsight" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/insights/shared", + "Method": "GET", + "OutputType": "IMicrosoftGraphSharedInsight", + "Module": "People", "Permissions": [ { "Name": "Sites.Read.All", @@ -253129,58 +253247,58 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserSharedInsight", "Variants": [ "List" ], - "Uri": "/users/{user-id}/insights/shared", - "OutputType": "IMicrosoftGraphSharedInsight", - "ApiVersion": "v1.0", - "Module": "People", - "Command": "Get-MgUserSharedInsight" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/resource", "Method": "GET", + "OutputType": null, + "Module": "People", + "Permissions": [], + "Command": "Get-MgUserSharedResourceInsight", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/resource", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "People", - "Command": "Get-MgUserSharedResourceInsight" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/teamwork", "Method": "GET", + "OutputType": "IMicrosoftGraphUserTeamwork", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgUserTeamwork", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/teamwork", - "OutputType": "IMicrosoftGraphUserTeamwork", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserTeamwork" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgUserTeamworkAssociatedTeam", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserTeamworkAssociatedTeam" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/teamwork/associatedTeams", + "Method": "GET", + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Module": "Teams", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -253201,17 +253319,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserTeamworkAssociatedTeam", "Variants": [ "List" ], - "Uri": "/users/{user-id}/teamwork/associatedTeams", - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserTeamworkAssociatedTeam" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/teamwork/associatedTeams/$count", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -253232,18 +253350,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserTeamworkAssociatedTeamCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/teamwork/associatedTeams/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserTeamworkAssociatedTeamCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", + "Module": "Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -253282,18 +253400,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserTeamworkInstalledApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserTeamworkInstalledApp" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/teamwork/installedApps", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", + "Module": "Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -253332,17 +253450,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserTeamworkInstalledApp", "Variants": [ "List" ], - "Uri": "/users/{user-id}/teamwork/installedApps", - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserTeamworkInstalledApp" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", + "Method": "GET", + "OutputType": "IMicrosoftGraphChat", + "Module": "Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -253381,18 +253499,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserTeamworkInstalledAppChat", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", - "OutputType": "IMicrosoftGraphChat", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserTeamworkInstalledAppChat" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/teamwork/installedApps/$count", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -253431,44 +253549,82 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserTeamworkInstalledAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/teamwork/installedApps/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserTeamworkInstalledAppCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp", "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsApp", + "Module": "Teams", + "Permissions": [], + "Command": "Get-MgUserTeamworkInstalledAppTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp", - "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserTeamworkInstalledAppTeamApp" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Module": "Teams", "Permissions": [], + "Command": "Get-MgUserTeamworkInstalledAppTeamAppDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" + }, + { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTodoTaskList", + "Module": "Users", + "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 + }, + { + "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 + }, + { + "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 + }, + { + "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 + } + ], + "Command": "Get-MgUserTodoList", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Get-MgUserTeamworkInstalledAppTeamAppDefinition" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists", + "Method": "GET", + "OutputType": "IMicrosoftGraphTodoTaskList", + "Module": "Users", "Permissions": [ { "Name": "Tasks.Read", @@ -253495,55 +253651,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserTodoList", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "OutputType": "IMicrosoftGraphTodoTaskList", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserTodoList" + "ApiVersion": "v1.0" }, { - "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 - }, - { - "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 - }, - { - "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 - }, - { - "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 - } - ], + "Uri": "/users/{user-id}/todo/lists/$count", "Method": "GET", - "Variants": [ - "List" - ], - "Uri": "/users/{user-id}/todo/lists", - "OutputType": "IMicrosoftGraphTodoTaskList", - "ApiVersion": "v1.0", + "OutputType": null, "Module": "Users", - "Command": "Get-MgUserTodoList" - }, - { "Permissions": [ { "Name": "Tasks.Read", @@ -253570,18 +253688,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserTodoListCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserTodoListCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphTodoTaskList", + "Module": "Users.Functions", "Permissions": [ { "Name": "Tasks.Read.All", @@ -253602,56 +253720,56 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserTodoListDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/delta", - "OutputType": "IMicrosoftGraphTodoTaskList", - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Get-MgUserTodoListDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", "Method": "GET", + "OutputType": null, + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserTodoListExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserTodoListExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", "Method": "GET", + "OutputType": "IMicrosoftGraphExtension", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserTodoListExtension", "Variants": [ "List" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserTodoListExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/$count", "Method": "GET", + "OutputType": null, + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserTodoListExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserTodoListExtensionCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphTodoTask", + "Module": "Users", "Permissions": [ { "Name": "Tasks.Read", @@ -253678,18 +253796,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserTodoTask", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "OutputType": "IMicrosoftGraphTodoTask", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserTodoTask" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", + "Method": "GET", + "OutputType": "IMicrosoftGraphTodoTask", + "Module": "Users", "Permissions": [ { "Name": "Tasks.Read", @@ -253716,17 +253834,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserTodoTask", "Variants": [ "List" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", - "OutputType": "IMicrosoftGraphTodoTask", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserTodoTask" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttachmentBase", + "Module": "Users", "Permissions": [ { "Name": "Tasks.Read", @@ -253753,18 +253871,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserTodoTaskAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", - "OutputType": "IMicrosoftGraphAttachmentBase", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserTodoTaskAttachment" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttachmentBase", + "Module": "Users", "Permissions": [ { "Name": "Tasks.Read", @@ -253791,17 +253909,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserTodoTaskAttachment", "Variants": [ "List" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", - "OutputType": "IMicrosoftGraphAttachmentBase", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserTodoTaskAttachment" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", + "Method": "GET", + "OutputType": null, + "Module": "Users", "Permissions": [ { "Name": "Tasks.Read", @@ -253828,18 +253946,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserTodoTaskAttachmentContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserTodoTaskAttachmentContent" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/$count", + "Method": "GET", + "OutputType": null, + "Module": "Users", "Permissions": [ { "Name": "Tasks.Read", @@ -253866,69 +253984,69 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserTodoTaskAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserTodoTaskAttachmentCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachmentSession", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserTodoTaskAttachmentSession", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", - "OutputType": "IMicrosoftGraphAttachmentSession", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserTodoTaskAttachmentSession" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions", "Method": "GET", + "OutputType": "IMicrosoftGraphAttachmentSession", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserTodoTaskAttachmentSession", "Variants": [ "List" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions", - "OutputType": "IMicrosoftGraphAttachmentSession", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserTodoTaskAttachmentSession" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", "Method": "GET", + "OutputType": null, + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserTodoTaskAttachmentSessionContent", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserTodoTaskAttachmentSessionContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count", "Method": "GET", + "OutputType": null, + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserTodoTaskAttachmentSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserTodoTaskAttachmentSessionCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphChecklistItem", + "Module": "Users", "Permissions": [ { "Name": "Tasks.Read", @@ -253955,18 +254073,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserTodoTaskChecklistItem", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "OutputType": "IMicrosoftGraphChecklistItem", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserTodoTaskChecklistItem" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", + "Method": "GET", + "OutputType": "IMicrosoftGraphChecklistItem", + "Module": "Users", "Permissions": [ { "Name": "Tasks.Read", @@ -253993,17 +254111,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserTodoTaskChecklistItem", "Variants": [ "List" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", - "OutputType": "IMicrosoftGraphChecklistItem", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserTodoTaskChecklistItem" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/$count", + "Method": "GET", + "OutputType": null, + "Module": "Users", "Permissions": [ { "Name": "Tasks.Read", @@ -254030,18 +254148,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserTodoTaskChecklistItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserTodoTaskChecklistItemCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/$count", + "Method": "GET", + "OutputType": null, + "Module": "Users", "Permissions": [ { "Name": "Tasks.Read", @@ -254068,18 +254186,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserTodoTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserTodoTaskCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta", + "Method": "GET", + "OutputType": "IMicrosoftGraphTodoTask", + "Module": "Users.Functions", "Permissions": [ { "Name": "Tasks.Read", @@ -254106,56 +254224,56 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserTodoTaskDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta", - "OutputType": "IMicrosoftGraphTodoTask", - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Get-MgUserTodoTaskDelta" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", "Method": "GET", + "OutputType": null, + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserTodoTaskExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserTodoTaskExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", "Method": "GET", + "OutputType": "IMicrosoftGraphExtension", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserTodoTaskExtension", "Variants": [ "List" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserTodoTaskExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/$count", "Method": "GET", + "OutputType": null, + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserTodoTaskExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserTodoTaskExtensionCount" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", + "Method": "GET", + "OutputType": "IMicrosoftGraphLinkedResource", + "Module": "Users", "Permissions": [ { "Name": "Tasks.Read", @@ -254182,18 +254300,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserTodoTaskLinkedResource", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "OutputType": "IMicrosoftGraphLinkedResource", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserTodoTaskLinkedResource" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", + "Method": "GET", + "OutputType": "IMicrosoftGraphLinkedResource", + "Module": "Users", "Permissions": [ { "Name": "Tasks.Read", @@ -254220,17 +254338,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserTodoTaskLinkedResource", "Variants": [ "List" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", - "OutputType": "IMicrosoftGraphLinkedResource", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserTodoTaskLinkedResource" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/$count", + "Method": "GET", + "OutputType": null, + "Module": "Users", "Permissions": [ { "Name": "Tasks.Read", @@ -254257,31 +254375,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserTodoTaskLinkedResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserTodoTaskLinkedResourceCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserTransitiveMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserTransitiveMemberOf" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/transitiveMemberOf", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -254320,92 +254438,92 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserTransitiveMemberOf", "Variants": [ "List" ], - "Uri": "/users/{user-id}/transitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserTransitiveMemberOf" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserTransitiveMemberOfAsAdministrativeUnit" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit", "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserTransitiveMemberOfAsAdministrativeUnit" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserTransitiveMemberOfAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserTransitiveMemberOfAsDirectoryRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole", "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserTransitiveMemberOfAsDirectoryRole", "Variants": [ "List" ], - "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserTransitiveMemberOfAsDirectoryRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserTransitiveMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserTransitiveMemberOfAsGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/transitiveMemberOf/group", "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Users", + "Permissions": [], + "Command": "Get-MgUserTransitiveMemberOfAsGroup", "Variants": [ "List" ], - "Uri": "/users/{user-id}/transitiveMemberOf/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserTransitiveMemberOfAsGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/transitiveMemberOf/$count", + "Method": "GET", + "OutputType": null, + "Module": "Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -254444,57 +254562,57 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Get-MgUserTransitiveMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/transitiveMemberOf/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Get-MgUserTransitiveMemberOfCount" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", - "Command": "Get-MgUserTransitiveMemberOfCountAsAdministrativeUnit" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserTransitiveMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", - "Command": "Get-MgUserTransitiveMemberOfCountAsDirectoryRole" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Get-MgUserTransitiveMemberOfCountAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/transitiveMemberOf/group/$count", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", - "Command": "Get-MgUserTransitiveMemberOfCountAsGroup" + "Permissions": [], + "Command": "Get-MgUserTransitiveMemberOfCountAsGroup", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/insights/trending/$count", + "Method": "GET", + "OutputType": null, + "Module": "People", "Permissions": [ { "Name": "Sites.Read.All", @@ -254509,31 +254627,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserTrendingCountInsight", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/insights/trending/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "People", - "Command": "Get-MgUserTrendingCountInsight" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/insights/trending/{trending-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphTrending", + "Module": "People", + "Permissions": [], + "Command": "Get-MgUserTrendingInsight", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/insights/trending/{trending-id}", - "OutputType": "IMicrosoftGraphTrending", - "ApiVersion": "v1.0", - "Module": "People", - "Command": "Get-MgUserTrendingInsight" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/insights/trending", + "Method": "GET", + "OutputType": "IMicrosoftGraphTrending", + "Module": "People", "Permissions": [ { "Name": "Sites.Read.All", @@ -254548,17 +254666,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserTrendingInsight", "Variants": [ "List" ], - "Uri": "/users/{user-id}/insights/trending", - "OutputType": "IMicrosoftGraphTrending", - "ApiVersion": "v1.0", - "Module": "People", - "Command": "Get-MgUserTrendingInsight" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/insights/trending/{trending-id}/resource", + "Method": "GET", + "OutputType": null, + "Module": "People", "Permissions": [ { "Name": "Sites.Read.All", @@ -254573,18 +254691,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserTrendingResourceInsight", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/insights/trending/{trending-id}/resource", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "People", - "Command": "Get-MgUserTrendingResourceInsight" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/insights/used/$count", + "Method": "GET", + "OutputType": null, + "Module": "People", "Permissions": [ { "Name": "Sites.Read.All", @@ -254599,31 +254717,31 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserUsedCountInsight", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/insights/used/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "People", - "Command": "Get-MgUserUsedCountInsight" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", "Method": "GET", + "OutputType": "IMicrosoftGraphUsedInsight", + "Module": "People", + "Permissions": [], + "Command": "Get-MgUserUsedInsight", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", - "OutputType": "IMicrosoftGraphUsedInsight", - "ApiVersion": "v1.0", - "Module": "People", - "Command": "Get-MgUserUsedInsight" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/insights/used", + "Method": "GET", + "OutputType": "IMicrosoftGraphUsedInsight", + "Module": "People", "Permissions": [ { "Name": "Sites.Read.All", @@ -254638,17 +254756,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserUsedInsight", "Variants": [ "List" ], - "Uri": "/users/{user-id}/insights/used", - "OutputType": "IMicrosoftGraphUsedInsight", - "ApiVersion": "v1.0", - "Module": "People", - "Command": "Get-MgUserUsedInsight" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/insights/used/{usedInsight-id}/resource", + "Method": "GET", + "OutputType": null, + "Module": "People", "Permissions": [ { "Name": "Sites.Read.All", @@ -254663,93 +254781,93 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Get-MgUserUsedResourceInsight", "Variants": [ "Get", "GetViaIdentity" ], - "Uri": "/users/{user-id}/insights/used/{usedInsight-id}/resource", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "People", - "Command": "Get-MgUserUsedResourceInsight" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Grant", - "GrantExpanded", - "GrantViaIdentity", - "GrantViaIdentityExpanded" - ], "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Grant-MgBetaDriveItemPermission" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Grant-MgBetaDriveItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/grant", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Grant-MgBetaDriveRootPermission" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Grant-MgBetaDriveRootPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Grant-MgBetaGroupDriveItemPermission" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Grant-MgBetaGroupDriveItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Grant-MgBetaGroupDriveRootPermission" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Grant-MgBetaGroupDriveRootPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/grant", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Grant-MgBetaGroupSitePermission" + "Permissions": [], + "Command": "Grant-MgBetaGroupSitePermission", + "Variants": [ + "Grant", + "GrantExpanded", + "GrantViaIdentity", + "GrantViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/shares/{sharedDriveItem-id}/permission/grant", + "Method": "POST", + "OutputType": "IMicrosoftGraphPermission", + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -254770,140 +254888,140 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Grant-MgBetaSharePermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Uri": "/shares/{sharedDriveItem-id}/permission/grant", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Grant-MgBetaSharePermission" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Grant", - "GrantExpanded", - "GrantViaIdentity", - "GrantViaIdentityExpanded" - ], "Uri": "/sites/{site-id}/permissions/{permission-id}/grant", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Grant-MgBetaSitePermission" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Grant-MgBetaSitePermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Grant-MgBetaUserDriveItemPermission" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Grant-MgBetaUserDriveItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Grant-MgBetaUserDriveRootPermission" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Grant-MgBetaUserDriveRootPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Grant-MgDriveItemPermission" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Grant-MgDriveItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/grant", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Grant-MgDriveRootPermission" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Grant-MgDriveRootPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Grant-MgGroupDriveItemPermission" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Grant-MgGroupDriveItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Grant-MgGroupDriveRootPermission" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Grant-MgGroupDriveRootPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/grant", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Grant-MgGroupSitePermission" + "Permissions": [], + "Command": "Grant-MgGroupSitePermission", + "Variants": [ + "Grant", + "GrantExpanded", + "GrantViaIdentity", + "GrantViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/shares/{sharedDriveItem-id}/permission/grant", + "Method": "POST", + "OutputType": "IMicrosoftGraphPermission", + "Module": "Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -254924,334 +255042,334 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Grant-MgSharePermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Uri": "/shares/{sharedDriveItem-id}/permission/grant", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Grant-MgSharePermission" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/permissions/{permission-id}/grant", "Method": "POST", + "OutputType": "IMicrosoftGraphPermission", + "Module": "Sites", + "Permissions": [], + "Command": "Grant-MgSitePermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/permissions/{permission-id}/grant", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Grant-MgSitePermission" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", "Method": "POST", + "OutputType": "IMicrosoftGraphPermission", + "Module": "Users.Actions", + "Permissions": [], + "Command": "Grant-MgUserDriveItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Grant-MgUserDriveItemPermission" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", "Method": "POST", + "OutputType": "IMicrosoftGraphPermission", + "Module": "Users.Actions", + "Permissions": [], + "Command": "Grant-MgUserDriveRootPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Grant-MgUserDriveRootPermission" + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/hideForUser", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": { "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 }, - "Method": "POST", + "Command": "Hide-MgBetaChatForUser", "Variants": [ "Hide", "HideExpanded", "HideViaIdentity", "HideViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/hideForUser", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Hide-MgBetaChatForUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/hideForUser", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Hide-MgBetaUserChatForUser", "Variants": [ "Hide", "HideExpanded", "HideViaIdentity", "HideViaIdentityExpanded" ], - "Uri": "/users/{user-id}/chats/{chat-id}/hideForUser", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Hide-MgBetaUserChatForUser" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/hideForUser", + "Method": "POST", + "OutputType": null, + "Module": "Teams", "Permissions": { "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 }, - "Method": "POST", + "Command": "Hide-MgChatForUser", "Variants": [ "Hide", "HideExpanded", "HideViaIdentity", "HideViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/hideForUser", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Hide-MgChatForUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/hideForUser", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Hide-MgUserChatForUser", "Variants": [ "Hide", "HideExpanded", "HideViaIdentity", "HideViaIdentityExpanded" ], - "Uri": "/users/{user-id}/chats/{chat-id}/hideForUser", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Hide-MgUserChatForUser" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/importAppleDeviceIdentityList", + "Method": "POST", + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentityResult", + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "Import-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityAppleDeviceIdentityList", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/importAppleDeviceIdentityList", - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentityResult", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Import-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityAppleDeviceIdentityList" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/importedDeviceIdentities/importDeviceIdentityList", + "Method": "POST", + "OutputType": "IMicrosoftGraphImportedDeviceIdentityResult", + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "Import-MgBetaDeviceManagementImportedDeviceIdentityList", "Variants": [ "Import", "ImportExpanded" ], - "Uri": "/deviceManagement/importedDeviceIdentities/importDeviceIdentityList", - "OutputType": "IMicrosoftGraphImportedDeviceIdentityResult", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Import-MgBetaDeviceManagementImportedDeviceIdentityList" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/import", + "Method": "POST", + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "Import-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Variants": [ "Import", "ImportExpanded" ], - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/import", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Import-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/importOffice365DeviceConfigurationPolicies", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Import-MgBetaDeviceManagementTemplateMigratableToOffice365DeviceConfigurationPolicy", "Variants": [ "Import", "ImportViaIdentity" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/importOffice365DeviceConfigurationPolicies", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Import-MgBetaDeviceManagementTemplateMigratableToOffice365DeviceConfigurationPolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/importOffice365DeviceConfigurationPolicies", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Import-MgBetaDeviceManagementTemplateOffice365DeviceConfigurationPolicy", "Variants": [ "Import" ], - "Uri": "/deviceManagement/templates/importOffice365DeviceConfigurationPolicies", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Import-MgBetaDeviceManagementTemplateOffice365DeviceConfigurationPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Import", - "ImportExpanded", - "ImportViaIdentity", - "ImportViaIdentityExpanded" - ], "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Import-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Import-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Import-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Import-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Import-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Import-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Import-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Import-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Import-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Import-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Import-MgBetaRoleManagementExchangeResourceNamespaceResourceAction" + "Permissions": [], + "Command": "Import-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", + "Variants": [ + "Import", + "ImportExpanded", + "ImportViaIdentity", + "ImportViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/import", + "Method": "POST", + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Module": "DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "Import-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Variants": [ "Import", "ImportExpanded" ], - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/import", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Import-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity" + "ApiVersion": "v1.0" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/activate", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -255266,18 +255384,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Initialize-MgBetaComplianceEdiscoveryCaseCustodian", "Variants": [ "Activate", "ActivateViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/activate", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Initialize-MgBetaComplianceEdiscoveryCaseCustodian" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/activateDeviceEsim", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -255292,20 +255410,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Initialize-MgBetaDeviceManagementComanagedDeviceEsim", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/activateDeviceEsim", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Initialize-MgBetaDeviceManagementComanagedDeviceEsim" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/activateDeviceEsim", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -255320,94 +255438,94 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Initialize-MgBetaDeviceManagementManagedDeviceEsim", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/activateDeviceEsim", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Initialize-MgBetaDeviceManagementManagedDeviceEsim" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Activate", - "ActivateViaIdentity" - ], "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/activate", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Initialize-MgBetaEducationClassAssignment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Initialize-MgBetaEducationClassAssignment", "Variants": [ "Activate", "ActivateViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/activate", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Initialize-MgBetaEducationMeAssignment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Initialize-MgBetaEducationMeAssignment", "Variants": [ "Activate", "ActivateViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/activate", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Initialize-MgBetaEducationUserAssignment" + "Permissions": [], + "Command": "Initialize-MgBetaEducationUserAssignment", + "Variants": [ + "Activate", + "ActivateViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/activate", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", "Description": "Read and write all lifecycle workflows resources", "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Initialize-MgBetaIdentityGovernanceLifecycleWorkflow", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/activate", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Initialize-MgBetaIdentityGovernanceLifecycleWorkflow" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/activate", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Initialize-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/activate", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Initialize-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -255422,68 +255540,68 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Initialize-MgBetaSecurityCaseEdiscoveryCaseCustodian", "Variants": [ "Activate", "ActivateViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Initialize-MgBetaSecurityCaseEdiscoveryCaseCustodian" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/activateDeviceEsim", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Initialize-MgBetaUserManagedDeviceEsim", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/activateDeviceEsim", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Initialize-MgBetaUserManagedDeviceEsim" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/activate", + "Method": "POST", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", "Description": "Read and write all lifecycle workflows resources", "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Initialize-MgIdentityGovernanceLifecycleWorkflow", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/activate", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Initialize-MgIdentityGovernanceLifecycleWorkflow" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/activate", "Method": "POST", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Initialize-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/activate", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Initialize-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate", + "Method": "POST", + "OutputType": null, + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -255498,18 +255616,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Initialize-MgSecurityCaseEdiscoveryCaseCustodian", "Variants": [ "Activate", "ActivateViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Initialize-MgSecurityCaseEdiscoveryCaseCustodian" + "ApiVersion": "v1.0" }, { + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/abort", + "Method": "POST", + "OutputType": null, + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Manage.All", @@ -255530,183 +255648,183 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgAbortPrintPrinterJob", "Variants": [ "Abort", "AbortExpanded", "AbortViaIdentity", "AbortViaIdentityExpanded" ], - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/abort", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Invoke-MgAbortPrintPrinterJob" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/abort", "Method": "POST", + "OutputType": null, + "Module": "Devices.CloudPrint", + "Permissions": [], + "Command": "Invoke-MgAbortPrintShareJob", "Variants": [ "Abort", "AbortExpanded", "AbortViaIdentity", "AbortViaIdentityExpanded" ], - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/abort", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Invoke-MgAbortPrintShareJob" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/calendar/events/{event-id}/accept", "Method": "POST", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Invoke-MgAcceptGroupCalendarEvent", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/calendar/events/{event-id}/accept", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Invoke-MgAcceptGroupCalendarEvent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", "Method": "POST", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Invoke-MgAcceptGroupCalendarEventTentatively", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Invoke-MgAcceptGroupCalendarEventTentatively" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/accept", "Method": "POST", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Invoke-MgAcceptGroupEvent", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/events/{event-id}/accept", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Invoke-MgAcceptGroupEvent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/tentativelyAccept", "Method": "POST", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Invoke-MgAcceptGroupEventTentatively", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/events/{event-id}/tentativelyAccept", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Invoke-MgAcceptGroupEventTentatively" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/acceptRecommendations", + "Method": "POST", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation", "Variants": [ "Accept", "AcceptViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/acceptRecommendations", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Invoke-MgAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/events/{event-id}/accept", + "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Invoke-MgAcceptUserEvent", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Uri": "/users/{user-id}/events/{event-id}/accept", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Invoke-MgAcceptUserEvent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Invoke-MgAcceptUserEventInstance", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Invoke-MgAcceptUserEventInstance" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Invoke-MgAcceptUserEventInstanceTentatively", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Invoke-MgAcceptUserEventInstanceTentatively" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/events/{event-id}/tentativelyAccept", + "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Invoke-MgAcceptUserEventTentatively", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Uri": "/users/{user-id}/events/{event-id}/tentativelyAccept", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Invoke-MgAcceptUserEventTentatively" + "ApiVersion": "v1.0" }, { + "Uri": "/communications/calls/{call-id}/answer", + "Method": "POST", + "OutputType": null, + "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -255721,38 +255839,38 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgAnswerCommunicationCall", "Variants": [ "Answer", "AnswerExpanded", "AnswerViaIdentity", "AnswerViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/answer", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Invoke-MgAnswerCommunicationCall" + "ApiVersion": "v1.0" }, { + "Uri": "/admin/serviceAnnouncement/messages/archive", + "Method": "POST", + "OutputType": null, + "Module": "Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceMessageViewpoint.Write", "Description": "Update your user status on service announcement messages", "FullDescription": "Allows the app to update service announcement messages' status on your behalf. Your status for messages can be marked as read, archive, or favorite.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgArchiveServiceAnnouncementMessage", "Variants": [ "Archive", "ArchiveExpanded" ], - "Uri": "/admin/serviceAnnouncement/messages/archive", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", - "Command": "Invoke-MgArchiveServiceAnnouncementMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/archive", + "Method": "POST", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -255779,20 +255897,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgArchiveTeam", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/archive", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Invoke-MgArchiveTeam" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -255807,30 +255925,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgAsSecurityCaseEdiscoveryCaseTagHierarchy", "Variants": [ "As", "AsViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Invoke-MgAsSecurityCaseEdiscoveryCaseTagHierarchy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/federationConfigurations/availableProviderTypes", "Method": "GET", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Invoke-MgAvailableDirectoryFederationConfigurationProviderType", "Variants": [ "Available" ], - "Uri": "/directory/federationConfigurations/availableProviderTypes", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Invoke-MgAvailableDirectoryFederationConfigurationProviderType" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/identityProviders/availableProviderTypes", + "Method": "GET", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -255845,37 +255963,37 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgAvailableIdentityProviderType", "Variants": [ "Available" ], - "Uri": "/identity/identityProviders/availableProviderTypes", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Invoke-MgAvailableIdentityProviderType" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions", + "Method": "POST", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision", "Variants": [ "Batch", "BatchExpanded", "BatchViaIdentity", "BatchViaIdentityExpanded" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Invoke-MgBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -255890,18 +256008,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgBeginDeviceManagementRemoteAssistancePartnerOnboarding", "Variants": [ "Begin", "BeginViaIdentity" ], - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Invoke-MgBeginDeviceManagementRemoteAssistancePartnerOnboarding" + "ApiVersion": "v1.0" }, { + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/abort", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Manage.All", @@ -255922,247 +256040,273 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgBetaAbortPrintPrinterJob", "Variants": [ "Abort", "AbortExpanded", "AbortViaIdentity", "AbortViaIdentityExpanded" ], - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/abort", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Invoke-MgBetaAbortPrintPrinterJob" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/abort", "Method": "POST", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", + "Permissions": [], + "Command": "Invoke-MgBetaAbortPrintPrinterShareJob", "Variants": [ "Abort", "AbortExpanded", "AbortViaIdentity", "AbortViaIdentityExpanded" ], - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/abort", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Invoke-MgBetaAbortPrintPrinterShareJob" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/abort", "Method": "POST", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", + "Permissions": [], + "Command": "Invoke-MgBetaAbortPrintShareJob", "Variants": [ "Abort", "AbortExpanded", "AbortViaIdentity", "AbortViaIdentityExpanded" ], - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/abort", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Invoke-MgBetaAbortPrintShareJob" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/calendar/events/{event-id}/accept", "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Invoke-MgBetaAcceptGroupCalendarEvent", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/calendar/events/{event-id}/accept", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaAcceptGroupCalendarEvent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Invoke-MgBetaAcceptGroupCalendarEventTentatively", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaAcceptGroupCalendarEventTentatively" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/accept", "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Invoke-MgBetaAcceptGroupEvent", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/events/{event-id}/accept", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaAcceptGroupEvent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/tentativelyAccept", "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Invoke-MgBetaAcceptGroupEventTentatively", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/events/{event-id}/tentativelyAccept", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaAcceptGroupEventTentatively" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/acceptRecommendations", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDecisionInstanceRecommendation", "Variants": [ "Accept", "AcceptViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/acceptRecommendations", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDecisionInstanceRecommendation" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/acceptRecommendations", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation", "Variants": [ "Accept", "AcceptViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/acceptRecommendations", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events/{event-id}/accept", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Invoke-MgBetaAcceptUserEvent", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Uri": "/users/{user-id}/events/{event-id}/accept", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaAcceptUserEvent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaAcceptUserEventInstance", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaAcceptUserEventInstance" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaAcceptUserEventInstanceTentatively", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaAcceptUserEventInstanceTentatively" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events/{event-id}/tentativelyAccept", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Invoke-MgBetaAcceptUserEventTentatively", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Uri": "/users/{user-id}/events/{event-id}/tentativelyAccept", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaAcceptUserEventTentatively" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/acceptRecommendations", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaAcceptUserPendingAccessReviewInstanceRecommendation", "Variants": [ "Accept", "AcceptViaIdentity" ], - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/acceptRecommendations", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaAcceptUserPendingAccessReviewInstanceRecommendation" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignResourceAccountFromDevice", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaAccountDeviceManagementWindowsAutopilotDeviceIdentity", "Variants": [ "Account", "AccountViaIdentity" ], - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignResourceAccountFromDevice", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/allowNextEnrollment", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceNextEnrollment", + "Variants": [ + "Allow", + "AllowViaIdentity" + ], + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/allowNextEnrollment", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaAccountDeviceManagementWindowsAutopilotDeviceIdentity" + "Permissions": [], + "Command": "Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeviceIdentityNextEnrollment", + "Variants": [ + "Allow", + "AllowViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/communications/calls/{call-id}/answer", + "Method": "POST", + "OutputType": null, + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -256177,20 +256321,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgBetaAnswerCommunicationCall", "Variants": [ "Answer", "AnswerExpanded", "AnswerViaIdentity", "AnswerViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/answer", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Invoke-MgBetaAnswerCommunicationCall" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/appDiagnostics(upn='{upn}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -256205,18 +256349,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaAppDeviceManagementComanagedDeviceDiagnostic", "Variants": [ "App", "AppViaIdentity" ], - "Uri": "/deviceManagement/comanagedDevices/appDiagnostics(upn='{upn}')", - "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Invoke-MgBetaAppDeviceManagementComanagedDeviceDiagnostic" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/appDiagnostics(upn='{upn}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -256231,49 +256375,49 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaAppDeviceManagementManagedDeviceDiagnostic", "Variants": [ "App", "AppViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/appDiagnostics(upn='{upn}')", - "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Invoke-MgBetaAppDeviceManagementManagedDeviceDiagnostic" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/appDiagnostics(upn='{upn}')", "Method": "GET", + "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", + "Module": "Beta.Users.Functions", + "Permissions": [], + "Command": "Invoke-MgBetaAppUserManagedDeviceDiagnostic", "Variants": [ "App", "AppViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/appDiagnostics(upn='{upn}')", - "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Invoke-MgBetaAppUserManagedDeviceDiagnostic" + "ApiVersion": "beta" }, { + "Uri": "/admin/serviceAnnouncement/messages/archive", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceMessageViewpoint.Write", "Description": "Update your user status on service announcement messages", "FullDescription": "Allows the app to update service announcement messages' status on your behalf. Your status for messages can be marked as read, archive, or favorite.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaArchiveServiceAnnouncementMessage", "Variants": [ "Archive", "ArchiveExpanded" ], - "Uri": "/admin/serviceAnnouncement/messages/archive", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Invoke-MgBetaArchiveServiceAnnouncementMessage" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/archive", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -256300,20 +256444,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgBetaArchiveTeam", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/archive", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaArchiveTeam" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/asHierarchy", + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -256328,18 +256472,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaAsComplianceEdiscoveryCaseTagHierarchy", "Variants": [ "As", "AsViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/asHierarchy", - "OutputType": "IMicrosoftGraphEdiscoveryTag", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Invoke-MgBetaAsComplianceEdiscoveryCaseTagHierarchy" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -256354,83 +256498,83 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaAsSecurityCaseEdiscoveryCaseTagHierarchy", "Variants": [ "As", "AsViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Invoke-MgBetaAsSecurityCaseEdiscoveryCaseTagHierarchy" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Assigned", - "AssignedViaIdentity" - ], "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaAssignedRoleManagementCloudPcRoleDefinitionInheritPermissionFromPrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaAssignedRoleManagementCloudPcRoleDefinitionInheritPermissionFromPrincipal", "Variants": [ "Assigned", "AssignedViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaAssignedRoleManagementCloudPcRoleDefinitionPrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaAssignedRoleManagementCloudPcRoleDefinitionPrincipal", "Variants": [ "Assigned", "AssignedViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaAssignedRoleManagementDeviceManagementRoleDefinitionInheritPermissionFromPrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaAssignedRoleManagementDeviceManagementRoleDefinitionInheritPermissionFromPrincipal", "Variants": [ "Assigned", "AssignedViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaAssignedRoleManagementDeviceManagementRoleDefinitionPrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaAssignedRoleManagementDeviceManagementRoleDefinitionPrincipal", "Variants": [ "Assigned", "AssignedViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionInheritPermissionFromPrincipal" + "Permissions": [], + "Command": "Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionInheritPermissionFromPrincipal", + "Variants": [ + "Assigned", + "AssignedViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "Directory.Read.All", @@ -256451,108 +256595,108 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionPrincipal", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionPrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Assigned", - "AssignedViaIdentity" - ], "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromPrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromPrincipal", "Variants": [ "Assigned", "AssignedViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionPrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionPrincipal", "Variants": [ "Assigned", "AssignedViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromPrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromPrincipal", "Variants": [ "Assigned", "AssignedViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionPrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionPrincipal", "Variants": [ "Assigned", "AssignedViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaAssignedRoleManagementExchangeRoleDefinitionInheritPermissionFromPrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaAssignedRoleManagementExchangeRoleDefinitionInheritPermissionFromPrincipal", "Variants": [ "Assigned", "AssignedViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaAssignedRoleManagementExchangeRoleDefinitionPrincipal" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaAssignedRoleManagementExchangeRoleDefinitionPrincipal", "Variants": [ - "Available" + "Assigned", + "AssignedViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/federationConfigurations/availableProviderTypes", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Invoke-MgBetaAvailableDirectoryFederationConfigurationProviderType" + "Permissions": [], + "Command": "Invoke-MgBetaAvailableDirectoryFederationConfigurationProviderType", + "Variants": [ + "Available" + ], + "ApiVersion": "beta" }, { + "Uri": "/identity/identityProviders/availableProviderTypes", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -256567,72 +256711,72 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaAvailableIdentityProviderType", "Variants": [ "Available" ], - "Uri": "/identity/identityProviders/availableProviderTypes", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Invoke-MgBetaAvailableIdentityProviderType" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/batchRecordDecisions", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Invoke-MgBetaBatchIdentityGovernanceAccessReviewDecisionInstanceRecordDecision", "Variants": [ "Batch", "BatchExpanded", "BatchViaIdentity", "BatchViaIdentityExpanded" ], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/batchRecordDecisions", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaBatchIdentityGovernanceAccessReviewDecisionInstanceRecordDecision" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision", "Variants": [ "Batch", "BatchExpanded", "BatchViaIdentity", "BatchViaIdentityExpanded" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/batchRecordDecisions", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaBatchUserPendingAccessReviewInstanceRecordDecision", "Variants": [ "Batch", "BatchExpanded", "BatchViaIdentity", "BatchViaIdentityExpanded" ], - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/batchRecordDecisions", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaBatchUserPendingAccessReviewInstanceRecordDecision" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -256647,328 +256791,328 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgBetaBeginDeviceManagementRemoteAssistancePartnerOnboarding", "Variants": [ "Begin", "BeginViaIdentity" ], - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaBeginDeviceManagementRemoteAssistancePartnerOnboarding" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/decryptBuffer", "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Invoke-MgBetaBufferGroupSiteInformationProtectionDecrypt", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/decryptBuffer", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaBufferGroupSiteInformationProtectionDecrypt" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/encryptBuffer", "Method": "POST", + "OutputType": "IMicrosoftGraphBufferEncryptionResult", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Invoke-MgBetaBufferGroupSiteInformationProtectionEncrypt", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/encryptBuffer", - "OutputType": "IMicrosoftGraphBufferEncryptionResult", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaBufferGroupSiteInformationProtectionEncrypt" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Buffer", - "BufferExpanded" - ], "Uri": "/informationProtection/decryptBuffer", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Invoke-MgBetaBufferInformationProtectionDecrypt" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaBufferInformationProtectionDecrypt", "Variants": [ "Buffer", "BufferExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/encryptBuffer", + "Method": "POST", "OutputType": "IMicrosoftGraphBufferEncryptionResult", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Invoke-MgBetaBufferInformationProtectionEncrypt" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaBufferInformationProtectionEncrypt", "Variants": [ "Buffer", - "BufferExpanded", - "BufferViaIdentity", - "BufferViaIdentityExpanded" + "BufferExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/informationProtection/decryptBuffer", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Invoke-MgBetaBufferSiteInformationProtectionDecrypt" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaBufferSiteInformationProtectionDecrypt", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/informationProtection/encryptBuffer", + "Method": "POST", "OutputType": "IMicrosoftGraphBufferEncryptionResult", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Invoke-MgBetaBufferSiteInformationProtectionEncrypt" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaBufferSiteInformationProtectionEncrypt", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/decryptBuffer", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaBufferUserInformationProtectionDecrypt" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaBufferUserInformationProtectionDecrypt", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/encryptBuffer", + "Method": "POST", "OutputType": "IMicrosoftGraphBufferEncryptionResult", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaBufferUserInformationProtectionEncrypt" + "Permissions": [], + "Command": "Invoke-MgBetaBufferUserInformationProtectionEncrypt", + "Variants": [ + "Buffer", + "BufferExpanded", + "BufferViaIdentity", + "BufferViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/bulkSetCloudPcReviewStatus", "Method": "POST", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Module": "Beta.DeviceManagement.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaBulkDeviceManagementComanagedDeviceSetCloudPcReviewStatus", "Variants": [ "Bulk", "BulkExpanded" ], - "Uri": "/deviceManagement/comanagedDevices/bulkSetCloudPcReviewStatus", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaBulkDeviceManagementComanagedDeviceSetCloudPcReviewStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/bulkSetCloudPcReviewStatus", + "Method": "POST", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaBulkDeviceManagementManagedDeviceSetCloudPcReviewStatus", "Variants": [ "Bulk", "BulkExpanded" ], - "Uri": "/deviceManagement/managedDevices/bulkSetCloudPcReviewStatus", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaBulkDeviceManagementManagedDeviceSetCloudPcReviewStatus" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/bulkResize", "Method": "POST", + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Module": "Beta.DeviceManagement.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaBulkDeviceManagementVirtualEndpointCloudPcResize", "Variants": [ "Bulk", "BulkExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/bulkResize", - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaBulkDeviceManagementVirtualEndpointCloudPcResize" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/bulkReprovisionCloudPc", "Method": "POST", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Module": "Beta.DeviceManagement.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaBulkReprovisionDeviceManagementComanagedDeviceCloudPc", "Variants": [ "Bulk", "BulkExpanded" ], - "Uri": "/deviceManagement/comanagedDevices/bulkReprovisionCloudPc", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaBulkReprovisionDeviceManagementComanagedDeviceCloudPc" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/bulkReprovisionCloudPc", + "Method": "POST", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaBulkReprovisionDeviceManagementManagedDeviceCloudPc", "Variants": [ "Bulk", "BulkExpanded" ], - "Uri": "/deviceManagement/managedDevices/bulkReprovisionCloudPc", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaBulkReprovisionDeviceManagementManagedDeviceCloudPc" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/bulkReprovisionCloudPc", "Method": "POST", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaBulkReprovisionUserManagedDeviceCloudPc", "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" ], - "Uri": "/users/{user-id}/managedDevices/bulkReprovisionCloudPc", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaBulkReprovisionUserManagedDeviceCloudPc" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/bulkRestoreCloudPc", "Method": "POST", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Module": "Beta.DeviceManagement.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaBulkRestoreDeviceManagementComanagedDeviceCloudPc", "Variants": [ "Bulk", "BulkExpanded" ], - "Uri": "/deviceManagement/comanagedDevices/bulkRestoreCloudPc", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaBulkRestoreDeviceManagementComanagedDeviceCloudPc" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/bulkRestoreCloudPc", + "Method": "POST", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaBulkRestoreDeviceManagementManagedDeviceCloudPc", "Variants": [ "Bulk", "BulkExpanded" ], - "Uri": "/deviceManagement/managedDevices/bulkRestoreCloudPc", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaBulkRestoreDeviceManagementManagedDeviceCloudPc" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/bulkRestoreCloudPc", "Method": "POST", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaBulkRestoreUserManagedDeviceCloudPc", "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" ], - "Uri": "/users/{user-id}/managedDevices/bulkRestoreCloudPc", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaBulkRestoreUserManagedDeviceCloudPc" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/cloudPCs/bulkResize", "Method": "POST", + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaBulkUserCloudPcResize", "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" ], - "Uri": "/users/{user-id}/cloudPCs/bulkResize", - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaBulkUserCloudPcResize" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/bulkSetCloudPcReviewStatus", "Method": "POST", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaBulkUserManagedDeviceSetCloudPcReviewStatus", "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" ], - "Uri": "/users/{user-id}/managedDevices/bulkSetCloudPcReviewStatus", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaBulkUserManagedDeviceSetCloudPcReviewStatus" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')", "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Invoke-MgBetaCalendarGroupCalendar", "Variants": [ "Calendar", "CalendarViaIdentity" ], - "Uri": "/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaCalendarGroupCalendar" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/calendar/allowedCalendarSharingRoles(User='{User}')", "Method": "GET", + "OutputType": null, + "Module": "Beta.Users.Functions", + "Permissions": [], + "Command": "Invoke-MgBetaCalendarUserCalendarAllowedCalendarSharingRoles", "Variants": [ "Calendar", "Calendar1", "CalendarViaIdentity", "CalendarViaIdentity1" ], - "Uri": "/users/{user-id}/calendar/allowedCalendarSharingRoles(User='{User}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Invoke-MgBetaCalendarUserCalendarAllowedCalendarSharingRoles" + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -256989,95 +257133,95 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgBetaCheckinDriveItem", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Invoke-MgBetaCheckinDriveItem" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Checkin", - "CheckinExpanded", - "CheckinViaIdentity", - "CheckinViaIdentityExpanded" - ], "Uri": "/drives/{drive-id}/root/checkin", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Invoke-MgBetaCheckinDriveRoot" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaCheckinDriveRoot", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkin", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Invoke-MgBetaCheckinGroupDriveItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaCheckinGroupDriveItem", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkin", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Invoke-MgBetaCheckinGroupDriveRoot" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaCheckinGroupDriveRoot", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkin", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaCheckinUserDriveItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaCheckinUserDriveItem", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/checkin", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaCheckinUserDriveRoot" + "Permissions": [], + "Command": "Invoke-MgBetaCheckinUserDriveRoot", + "Variants": [ + "Checkin", + "CheckinExpanded", + "CheckinViaIdentity", + "CheckinViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -257098,209 +257242,209 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgBetaCheckoutDriveItem", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Invoke-MgBetaCheckoutDriveItem" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Checkout", - "CheckoutViaIdentity" - ], "Uri": "/drives/{drive-id}/root/checkout", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Invoke-MgBetaCheckoutDriveRoot" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaCheckoutDriveRoot", "Variants": [ "Checkout", "CheckoutViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkout", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Invoke-MgBetaCheckoutGroupDriveItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaCheckoutGroupDriveItem", "Variants": [ "Checkout", "CheckoutViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkout", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Invoke-MgBetaCheckoutGroupDriveRoot" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaCheckoutGroupDriveRoot", "Variants": [ "Checkout", "CheckoutViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkout", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaCheckoutUserDriveItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaCheckoutUserDriveItem", "Variants": [ "Checkout", "CheckoutViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/checkout", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaCheckoutUserDriveRoot" + "Permissions": [], + "Command": "Invoke-MgBetaCheckoutUserDriveRoot", + "Variants": [ + "Checkout", + "CheckoutViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/cleanWindowsDevice", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaCleanDeviceManagementComanagedDeviceWindowsDevice", "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/cleanWindowsDevice", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaCleanDeviceManagementComanagedDeviceWindowsDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaCleanDeviceManagementManagedDeviceWindowsDevice", "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaCleanDeviceManagementManagedDeviceWindowsDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaCleanUserManagedDeviceWindowsDevice", "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaCleanUserManagedDeviceWindowsDevice" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/timeCards/clockIn", + "Method": "POST", + "OutputType": "IMicrosoftGraphTimeCard", + "Module": "Beta.Teams", "Permissions": { "Name": "Schedule.ReadWrite.All", "Description": "Read and write your schedule items", "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaClockTeamScheduleTimeCardIn", "Variants": [ "Clock", "ClockExpanded", "ClockViaIdentity", "ClockViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/schedule/timeCards/clockIn", - "OutputType": "IMicrosoftGraphTimeCard", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaClockTeamScheduleTimeCardIn" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/clockOut", + "Method": "POST", + "OutputType": "IMicrosoftGraphTimeCard", + "Module": "Beta.Teams", "Permissions": { "Name": "Schedule.ReadWrite.All", "Description": "Read and write your schedule items", "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaClockTeamScheduleTimeCardOut", "Variants": [ "Clock", "ClockExpanded", "ClockViaIdentity", "ClockViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/clockOut", - "OutputType": "IMicrosoftGraphTimeCard", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaClockTeamScheduleTimeCardOut" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}/consentToDataSharing", + "Method": "POST", + "OutputType": "IMicrosoftGraphDataSharingConsent", + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaConsentDeviceManagementDataSharingConsentToDataSharing", "Variants": [ "Consent", "ConsentViaIdentity" ], - "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}/consentToDataSharing", - "OutputType": "IMicrosoftGraphDataSharingConsent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaConsentDeviceManagementDataSharingConsentToDataSharing" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/createOrGet", "Method": "POST", + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Invoke-MgBetaCreateOrGetCommunicationOnlineMeeting", "Variants": [ "Create1", "CreateExpanded1" ], - "Uri": "/communications/onlineMeetings/createOrGet", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Invoke-MgBetaCreateOrGetCommunicationOnlineMeeting" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings/createOrGet", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -257315,20 +257459,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgBetaCreateOrGetUserOnlineMeeting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onlineMeetings/createOrGet", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaCreateOrGetUserOnlineMeeting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/roleScopeTags/hasCustomRoleScopeTag", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -257355,121 +257499,121 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaCustomDeviceManagementRoleScopeTag", "Variants": [ "Custom" ], - "Uri": "/deviceManagement/roleScopeTags/hasCustomRoleScopeTag", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Invoke-MgBetaCustomDeviceManagementRoleScopeTag" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Deactivate", - "DeactivateViaIdentity" - ], "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/deactivate", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Invoke-MgBetaDeactivateEducationClassAssignment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaDeactivateEducationClassAssignment", "Variants": [ "Deactivate", "DeactivateViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/deactivate", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Invoke-MgBetaDeactivateEducationMeAssignment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaDeactivateEducationMeAssignment", "Variants": [ "Deactivate", "DeactivateViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/deactivate", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Invoke-MgBetaDeactivateEducationUserAssignment" + "Permissions": [], + "Command": "Invoke-MgBetaDeactivateEducationUserAssignment", + "Variants": [ + "Deactivate", + "DeactivateViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/calendar/events/{event-id}/decline", "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Invoke-MgBetaDeclineGroupCalendarEvent", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/calendar/events/{event-id}/decline", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaDeclineGroupCalendarEvent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/decline", "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Invoke-MgBetaDeclineGroupEvent", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/events/{event-id}/decline", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaDeclineGroupEvent" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events/{event-id}/decline", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Invoke-MgBetaDeclineUserEvent", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Uri": "/users/{user-id}/events/{event-id}/decline", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaDeclineUserEvent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaDeclineUserEventInstance", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaDeclineUserEventInstance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deprovision", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -257484,20 +257628,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgBetaDeprovisionDeviceManagementComanagedDevice", "Variants": [ "Deprovision", "DeprovisionExpanded", "DeprovisionViaIdentity", "DeprovisionViaIdentityExpanded" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deprovision", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaDeprovisionDeviceManagementComanagedDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deprovision", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -257512,249 +257656,249 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgBetaDeprovisionDeviceManagementManagedDevice", "Variants": [ "Deprovision", "DeprovisionExpanded", "DeprovisionViaIdentity", "DeprovisionViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deprovision", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaDeprovisionDeviceManagementManagedDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deprovision", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaDeprovisionUserManagedDevice", "Variants": [ "Deprovision", "DeprovisionExpanded", "DeprovisionViaIdentity", "DeprovisionViaIdentityExpanded" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deprovision", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaDeprovisionUserManagedDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignedAccessMultiModeProfiles", "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaDeviceManagementDeviceConfigurationAssignedAccessMultiModeProfile", "Variants": [ "Access", "AccessExpanded", "AccessViaIdentity", "AccessViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignedAccessMultiModeProfiles", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaDeviceManagementDeviceConfigurationAssignedAccessMultiModeProfile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/windowsPrivacyAccessControls", "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaDeviceManagementDeviceConfigurationWindowsPrivacyAccessControl", "Variants": [ "Access1", "AccessExpanded1", "AccessViaIdentity1", "AccessViaIdentityExpanded1" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/windowsPrivacyAccessControls", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaDeviceManagementDeviceConfigurationWindowsPrivacyAccessControl" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/impactedResources/{impactedResource-id}/dismiss", "Method": "POST", + "OutputType": "IMicrosoftGraphImpactedResource", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Invoke-MgBetaDismissDirectoryImpactedResource", "Variants": [ "Dismiss", "DismissExpanded", "DismissViaIdentity", "DismissViaIdentityExpanded" ], - "Uri": "/directory/impactedResources/{impactedResource-id}/dismiss", - "OutputType": "IMicrosoftGraphImpactedResource", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Invoke-MgBetaDismissDirectoryImpactedResource" + "ApiVersion": "beta" }, { + "Uri": "/directory/recommendations/{recommendation-id}/dismiss", + "Method": "POST", + "OutputType": "IMicrosoftGraphRecommendation", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "DirectoryRecommendations.ReadWrite.All", "Description": "Read and update Azure AD recommendations", "FullDescription": "Allows the app to read and update Azure AD recommendations, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaDismissDirectoryRecommendation", "Variants": [ "Dismiss", "DismissExpanded", "DismissViaIdentity", "DismissViaIdentityExpanded" ], - "Uri": "/directory/recommendations/{recommendation-id}/dismiss", - "OutputType": "IMicrosoftGraphRecommendation", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Invoke-MgBetaDismissDirectoryRecommendation" + "ApiVersion": "beta" }, { + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/dismiss", + "Method": "POST", + "OutputType": "IMicrosoftGraphImpactedResource", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "DirectoryRecommendations.ReadWrite.All", "Description": "Read and update Azure AD recommendations", "FullDescription": "Allows the app to read and update Azure AD recommendations, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaDismissDirectoryRecommendationImpactedResource", "Variants": [ "Dismiss", "DismissExpanded", "DismissViaIdentity", "DismissViaIdentityExpanded" ], - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/dismiss", - "OutputType": "IMicrosoftGraphImpactedResource", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Invoke-MgBetaDismissDirectoryRecommendationImpactedResource" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Invoke-MgBetaDismissGroupCalendarEventReminder", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Uri": "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaDismissGroupCalendarEventReminder" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/dismissReminder", "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Invoke-MgBetaDismissGroupEventReminder", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Uri": "/groups/{group-id}/events/{event-id}/dismissReminder", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaDismissGroupEventReminder" + "ApiVersion": "beta" }, { + "Uri": "/identityProtection/riskyServicePrincipals/dismiss", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityRiskyServicePrincipal.ReadWrite.All", "Description": "Read and write all identity risky service principal information", "FullDescription": "Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaDismissRiskyServicePrincipal", "Variants": [ "Dismiss", "DismissExpanded" ], - "Uri": "/identityProtection/riskyServicePrincipals/dismiss", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Invoke-MgBetaDismissRiskyServicePrincipal" + "ApiVersion": "beta" }, { + "Uri": "/identityProtection/riskyUsers/dismiss", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityRiskyUser.ReadWrite.All", "Description": "Read and write identity risky user information", "FullDescription": "Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaDismissRiskyUser", "Variants": [ "Dismiss", "DismissExpanded" ], - "Uri": "/identityProtection/riskyUsers/dismiss", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Invoke-MgBetaDismissRiskyUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaDismissUserEventInstanceReminder", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaDismissUserEventInstanceReminder" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events/{event-id}/dismissReminder", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Invoke-MgBetaDismissUserEventReminder", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Uri": "/users/{user-id}/events/{event-id}/dismissReminder", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaDismissUserEventReminder" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/shutDown", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaDownDeviceManagementComanagedDeviceShut", "Variants": [ "Down", "DownViaIdentity" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/shutDown", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaDownDeviceManagementComanagedDeviceShut" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/shutDown", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaDownDeviceManagementManagedDeviceShut", "Variants": [ "Down", "DownViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/shutDown", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaDownDeviceManagementManagedDeviceShut" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -257769,17 +257913,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", "Variants": [ "Download" ], - "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Invoke-MgBetaDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/downloadAppDiagnostics", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -257794,18 +257938,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgBetaDownloadDeviceManagementComanagedDeviceAppDiagnostic", "Variants": [ "Download", "DownloadExpanded" ], - "Uri": "/deviceManagement/comanagedDevices/downloadAppDiagnostics", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaDownloadDeviceManagementComanagedDeviceAppDiagnostic" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/downloadAppDiagnostics", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -257820,46 +257964,46 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgBetaDownloadDeviceManagementManagedDeviceAppDiagnostic", "Variants": [ "Download", "DownloadExpanded" ], - "Uri": "/deviceManagement/managedDevices/downloadAppDiagnostics", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaDownloadDeviceManagementManagedDeviceAppDiagnostic" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/downloadAppDiagnostics", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaDownloadUserManagedDeviceAppDiagnostic", "Variants": [ "Download", "DownloadExpanded", "DownloadViaIdentity", "DownloadViaIdentityExpanded" ], - "Uri": "/users/{user-id}/managedDevices/downloadAppDiagnostics", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaDownloadUserManagedDeviceAppDiagnostic" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/shutDown", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaDownUserManagedDeviceShut", "Variants": [ "Down", "DownViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/shutDown", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaDownUserManagedDeviceShut" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enrollNowAction", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -257874,18 +258018,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgBetaEnrollDeviceManagementComanagedDeviceNowAction", "Variants": [ "Enroll", "EnrollViaIdentity" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enrollNowAction", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaEnrollDeviceManagementComanagedDeviceNowAction" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enrollNowAction", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -257900,157 +258044,157 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgBetaEnrollDeviceManagementManagedDeviceNowAction", "Variants": [ "Enroll", "EnrollViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enrollNowAction", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaEnrollDeviceManagementManagedDeviceNowAction" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Enroll", - "EnrollViaIdentity" - ], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/enrollNowAction", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaEnrollUserManagedDeviceNowAction" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaEnrollUserManagedDeviceNowAction", "Variants": [ "Enroll", - "EnrollExpanded", - "EnrollViaIdentity", - "EnrollViaIdentityExpanded" + "EnrollViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/enrollAssetsById", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.WindowsUpdates", - "Command": "Invoke-MgBetaEnrollWindowsUpdatesDeploymentAudienceExclusionAssetById" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaEnrollWindowsUpdatesDeploymentAudienceExclusionAssetById", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/enrollAssetsById", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.WindowsUpdates", - "Command": "Invoke-MgBetaEnrollWindowsUpdatesDeploymentAudienceMemberAssetById" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaEnrollWindowsUpdatesDeploymentAudienceMemberAssetById", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/enrollAssets", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.WindowsUpdates", - "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceExclusionAsset" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceExclusionAsset", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/enrollAssetsById", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.WindowsUpdates", - "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceExclusionAssetById" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceExclusionAssetById", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/enrollAssets", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.WindowsUpdates", - "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceMemberAsset" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceMemberAsset", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/enrollAssetsById", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.WindowsUpdates", - "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceMemberAssetById" + "Permissions": [], + "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceMemberAssetById", + "Variants": [ + "Enroll", + "EnrollExpanded", + "EnrollViaIdentity", + "EnrollViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/updatableAssets/enrollAssets", + "Method": "POST", + "OutputType": null, + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaEnrollWindowsUpdatesUpdatableAsset", "Variants": [ "Enroll", "EnrollExpanded" ], - "Uri": "/admin/windows/updates/updatableAssets/enrollAssets", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Invoke-MgBetaEnrollWindowsUpdatesUpdatableAsset" + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/updatableAssets/enrollAssetsById", + "Method": "POST", + "OutputType": null, + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaEnrollWindowsUpdatesUpdatableAssetById", "Variants": [ "Enroll", "EnrollExpanded" ], - "Uri": "/admin/windows/updates/updatableAssets/enrollAssetsById", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Invoke-MgBetaEnrollWindowsUpdatesUpdatableAssetById" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/estimateStatistics", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -258065,18 +258209,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgBetaEstimateComplianceEdiscoveryCaseSourceCollectionStatistics", "Variants": [ "Estimate", "EstimateViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/estimateStatistics", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Invoke-MgBetaEstimateComplianceEdiscoveryCaseSourceCollectionStatistics" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -258091,18 +258235,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgBetaEstimateSecurityCaseEdiscoveryCaseSearchStatistics", "Variants": [ "Estimate", "EstimateViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Invoke-MgBetaEstimateSecurityCaseEdiscoveryCaseSearchStatistics" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/executeAction", + "Method": "POST", + "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -258123,18 +258267,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgBetaExecuteDeviceManagementComanagedDeviceAction", "Variants": [ "Execute", "ExecuteExpanded" ], - "Uri": "/deviceManagement/comanagedDevices/executeAction", - "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaExecuteDeviceManagementComanagedDeviceAction" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/executeAction", + "Method": "POST", + "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -258155,53 +258299,53 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgBetaExecuteDeviceManagementManagedDeviceAction", "Variants": [ "Execute", "ExecuteExpanded" ], - "Uri": "/deviceManagement/managedDevices/executeAction", - "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaExecuteDeviceManagementManagedDeviceAction" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/executeAction", + "Method": "POST", + "OutputType": "IMicrosoftGraphBulkDriverActionResult", + "Module": "Beta.DeviceManagement.Actions", "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaExecuteDeviceManagementWindowsDriverUpdateProfileAction", "Variants": [ "Execute", "ExecuteExpanded", "ExecuteViaIdentity", "ExecuteViaIdentityExpanded" ], - "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/executeAction", - "OutputType": "IMicrosoftGraphBulkDriverActionResult", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaExecuteDeviceManagementWindowsDriverUpdateProfileAction" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/executeAction", "Method": "POST", + "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaExecuteUserManagedDeviceAction", "Variants": [ "Execute", "ExecuteExpanded", "ExecuteViaIdentity", "ExecuteViaIdentityExpanded" ], - "Uri": "/users/{user-id}/managedDevices/executeAction", - "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaExecuteUserManagedDeviceAction" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsSummarizedDeviceScopes", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScopeSummary", + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -258216,18 +258360,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaExperienceDeviceManagement", "Variants": [ "Experience", "Experience1" ], - "Uri": "/deviceManagement/userExperienceAnalyticsSummarizedDeviceScopes", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScopeSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Invoke-MgBetaExperienceDeviceManagement" + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", + "Method": "POST", + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read.All", @@ -258254,72 +258398,72 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgBetaExtractDriveItemSensitivityLabel", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Invoke-MgBetaExtractDriveItemSensitivityLabel" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Extract", - "ExtractViaIdentity" - ], "Uri": "/drives/{drive-id}/root/extractSensitivityLabels", + "Method": "POST", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Invoke-MgBetaExtractDriveRootSensitivityLabel" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaExtractDriveRootSensitivityLabel", "Variants": [ "Extract", "ExtractViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", + "Method": "POST", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Invoke-MgBetaExtractGroupDriveItemSensitivityLabel" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaExtractGroupDriveItemSensitivityLabel", "Variants": [ "Extract", "ExtractViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/extractSensitivityLabels", + "Method": "POST", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Invoke-MgBetaExtractGroupDriveRootSensitivityLabel" + "Permissions": [], + "Command": "Invoke-MgBetaExtractGroupDriveRootSensitivityLabel", + "Variants": [ + "Extract", + "ExtractViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/extractLabel", "Method": "POST", + "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Invoke-MgBetaExtractGroupSiteInformationProtectionPolicyLabel", "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/extractLabel", - "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaExtractGroupSiteInformationProtectionPolicyLabel" + "ApiVersion": "beta" }, { + "Uri": "/informationProtection/policy/labels/extractLabel", + "Method": "POST", + "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -258334,87 +258478,87 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgBetaExtractInformationProtectionPolicyLabel", "Variants": [ "Extract", "ExtractExpanded" ], - "Uri": "/informationProtection/policy/labels/extractLabel", - "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Invoke-MgBetaExtractInformationProtectionPolicyLabel" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/informationProtection/sensitivityLabels/extractContentLabel", "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityContentLabel", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Invoke-MgBetaExtractSecurityInformationProtectionSensitivityLabelContentLabel", "Variants": [ "Extract", "ExtractExpanded" ], - "Uri": "/security/informationProtection/sensitivityLabels/extractContentLabel", - "OutputType": "IMicrosoftGraphSecurityContentLabel", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Invoke-MgBetaExtractSecurityInformationProtectionSensitivityLabelContentLabel" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/informationProtection/policy/labels/extractLabel", "Method": "POST", + "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Invoke-MgBetaExtractSiteInformationProtectionPolicyLabel", "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/informationProtection/policy/labels/extractLabel", - "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Invoke-MgBetaExtractSiteInformationProtectionPolicyLabel" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", "Method": "POST", + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaExtractUserDriveItemSensitivityLabel", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaExtractUserDriveItemSensitivityLabel" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/extractSensitivityLabels", "Method": "POST", + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaExtractUserDriveRootSensitivityLabel", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Uri": "/users/{user-id}/drives/{drive-id}/root/extractSensitivityLabels", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaExtractUserDriveRootSensitivityLabel" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/policy/labels/extractLabel", "Method": "POST", + "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaExtractUserInformationProtectionPolicyLabel", "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" ], - "Uri": "/users/{user-id}/informationProtection/policy/labels/extractLabel", - "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaExtractUserInformationProtectionPolicyLabel" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/extractContentLabel", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityContentLabel", + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -258429,51 +258573,51 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgBetaExtractUserSecurityInformationProtectionSensitivityLabelContentLabel", "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" ], - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/extractContentLabel", - "OutputType": "IMicrosoftGraphSecurityContentLabel", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaExtractUserSecurityInformationProtectionSensitivityLabelContentLabel" + "ApiVersion": "beta" }, { + "Uri": "/admin/serviceAnnouncement/messages/favorite", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceMessageViewpoint.Write", "Description": "Update your user status on service announcement messages", "FullDescription": "Allows the app to update service announcement messages' status on your behalf. Your status for messages can be marked as read, archive, or favorite.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaFavoriteServiceAnnouncementMessage", "Variants": [ "Favorite", "FavoriteExpanded" ], - "Uri": "/admin/serviceAnnouncement/messages/favorite", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Invoke-MgBetaFavoriteServiceAnnouncementMessage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", "Method": "GET", + "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Invoke-MgBetaFilterApplicationSynchronizationJobSchemaOperator", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", - "OutputType": "IMicrosoftGraphFilterOperatorSchema", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Invoke-MgBetaFilterApplicationSynchronizationJobSchemaOperator" + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", + "Method": "GET", + "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -258488,36 +258632,36 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Invoke-MgBetaFilterApplicationSynchronizationTemplateSchemaOperator", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", - "OutputType": "IMicrosoftGraphFilterOperatorSchema", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Invoke-MgBetaFilterApplicationSynchronizationTemplateSchemaOperator" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphApproval", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "GET", + "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/filterByCurrentUser(on='{on}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -258532,18 +258676,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentByCurrentUser" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/filterByCurrentUser(on='{on}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -258558,18 +258702,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentRequestByCurrentUser" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackage", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -258584,70 +258728,70 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageByCurrentUser" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Filter", - "FilterViaIdentity" - ], "Uri": "/identityGovernance/accessReviews/decisions/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionByCurrentUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceDecisionByCurrentUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceDecisionByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewStage", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageByCurrentUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageDecisionByCurrentUser" + "Permissions": [], + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageDecisionByCurrentUser", + "Variants": [ + "Filter", + "FilterViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -258662,18 +258806,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on='{on}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -258688,18 +258832,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessReviewInstance", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -258714,18 +258858,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -258740,18 +258884,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessReviewStage", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -258766,18 +258910,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionByCurrentUser" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphAppConsentRequest", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -258792,18 +258936,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAppConsentRequest", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestByCurrentUser" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserConsentRequest", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -258818,122 +258962,122 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUserConsentRequest", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Filter", - "FilterViaIdentity" - ], "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCurrentUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCurrentUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceByCurrentUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestByCurrentUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByCurrentUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceByCurrentUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestByCurrentUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentApprovalByCurrentUser" + "Permissions": [], + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentApprovalByCurrentUser", + "Variants": [ + "Filter", + "FilterViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -258966,18 +259110,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -259010,18 +259154,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -259054,18 +259198,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -259098,18 +259242,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -259142,18 +259286,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -259186,200 +259330,200 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Filter", - "FilterViaIdentity" - ], "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentApprovalByCurrentUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentApprovalByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleByCurrentUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceByCurrentUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleRequestByCurrentUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleByCurrentUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceByCurrentUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleRequestByCurrentUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentApprovalByCurrentUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentApprovalByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser" + "Permissions": [], + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser", + "Variants": [ + "Filter", + "FilterViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", + "Method": "GET", + "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -259394,18 +259538,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Invoke-MgBetaFilterServicePrincipalSynchronizationJobSchemaOperator", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", - "OutputType": "IMicrosoftGraphFilterOperatorSchema", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Invoke-MgBetaFilterServicePrincipalSynchronizationJobSchemaOperator" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", + "Method": "GET", + "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -259420,148 +259564,148 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Invoke-MgBetaFilterServicePrincipalSynchronizationTemplateSchemaOperator", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", - "OutputType": "IMicrosoftGraphFilterOperatorSchema", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Invoke-MgBetaFilterServicePrincipalSynchronizationTemplateSchemaOperator" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Filter", - "FilterViaIdentity" - ], "Uri": "/users/{user-id}/appConsentRequestsForApproval/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphAppConsentRequest", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Command": "Invoke-MgBetaFilterUserAppConsentRequestForApprovalByCurrentUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaFilterUserAppConsentRequestForApprovalByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/appConsentRequestsForApproval/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphUserConsentRequest", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Command": "Invoke-MgBetaFilterUserAppConsentRequestForApprovalUserConsentRequestByCurrentUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaFilterUserAppConsentRequestForApprovalUserConsentRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/approvals/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Command": "Invoke-MgBetaFilterUserApprovalByCurrentUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaFilterUserApprovalByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/pendingAccessReviewInstances/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewInstance", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceByCurrentUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceDecisionByCurrentUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceDecisionByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewStage", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceStageByCurrentUser" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceStageByCurrentUser", "Variants": [ - "Post", - "PostViaIdentity" + "Filter", + "FilterViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/journals/{journal-id}/post", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Invoke-MgBetaFinancialCompanyJournal" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaFinancialCompanyJournal", "Variants": [ "Post", "PostViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/post", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Invoke-MgBetaFinancialCompanyPurchaseInvoice" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaFinancialCompanyPurchaseInvoice", "Variants": [ "Post", "PostViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/postAndSend", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Invoke-MgBetaFinancialCompanySaleInvoiceAndSend" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaFinancialCompanySaleInvoiceAndSend", "Variants": [ "Post", "PostViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/post", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Invoke-MgBetaFinancialCompanySalesInvoice" + "Permissions": [], + "Command": "Invoke-MgBetaFinancialCompanySalesInvoice", + "Variants": [ + "Post", + "PostViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow", + "Method": "POST", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -259600,316 +259744,316 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgBetaFollowDriveItem", "Variants": [ "Follow", "FollowViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Invoke-MgBetaFollowDriveItem" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Follow", - "FollowViaIdentity" - ], "Uri": "/drives/{drive-id}/root/follow", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Invoke-MgBetaFollowDriveRoot" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaFollowDriveRoot", "Variants": [ "Follow", "FollowViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/follow", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Invoke-MgBetaFollowGroupDriveItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaFollowGroupDriveItem", "Variants": [ "Follow", "FollowViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/follow", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Invoke-MgBetaFollowGroupDriveRoot" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaFollowGroupDriveRoot", "Variants": [ "Follow", "FollowViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/follow", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaFollowUserDriveItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaFollowUserDriveItem", "Variants": [ "Follow", "FollowViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/follow", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaFollowUserDriveRoot" + "Permissions": [], + "Command": "Invoke-MgBetaFollowUserDriveRoot", + "Variants": [ + "Follow", + "FollowViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/domains/{domain-id}/forceDelete", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "Domain.ReadWrite.All", "Description": "Read and write domains", "FullDescription": "Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaForceDomainDelete", "Variants": [ "Force", "ForceExpanded", "ForceViaIdentity", "ForceViaIdentityExpanded" ], - "Uri": "/domains/{domain-id}/forceDelete", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Invoke-MgBetaForceDomainDelete" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/calendar/events/{event-id}/forward", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": { "Name": "Calendars.Read", "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Invoke-MgBetaForwardGroupCalendarEvent", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/calendar/events/{event-id}/forward", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaForwardGroupCalendarEvent" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": { "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 }, - "Method": "POST", + "Command": "Invoke-MgBetaForwardGroupConversationThreadPost", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaForwardGroupConversationThreadPost" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Invoke-MgBetaForwardGroupConversationThreadPostInReplyTo", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaForwardGroupConversationThreadPostInReplyTo" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/events/{event-id}/forward", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": { "Name": "Calendars.Read", "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Invoke-MgBetaForwardGroupEvent", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/events/{event-id}/forward", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaForwardGroupEvent" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": { "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 }, - "Method": "POST", + "Command": "Invoke-MgBetaForwardGroupThreadPost", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaForwardGroupThreadPost" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Invoke-MgBetaForwardGroupThreadPostInReplyTo", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaForwardGroupThreadPostInReplyTo" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events/{event-id}/forward", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": { "Name": "Calendars.Read", "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Invoke-MgBetaForwardUserEvent", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Uri": "/users/{user-id}/events/{event-id}/forward", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaForwardUserEvent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/forward", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaForwardUserEventInstance", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/forward", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaForwardUserEventInstance" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaForwardUserMailFolderChildFolderMessage", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaForwardUserMailFolderChildFolderMessage" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": { "Name": "Mail.Send", "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Invoke-MgBetaForwardUserMailFolderMessage", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaForwardUserMailFolderMessage" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/messages/{message-id}/forward", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": { "Name": "Mail.Send", "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Invoke-MgBetaForwardUserMessage", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Uri": "/users/{user-id}/messages/{message-id}/forward", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaForwardUserMessage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", "Method": "GET", + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Invoke-MgBetaFunctionApplicationSynchronizationJobSchema", "Variants": [ "Function", "FunctionViaIdentity" ], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Invoke-MgBetaFunctionApplicationSynchronizationJobSchema" + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -259924,18 +260068,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Invoke-MgBetaFunctionApplicationSynchronizationTemplateSchema", "Variants": [ "Function", "FunctionViaIdentity" ], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Invoke-MgBetaFunctionApplicationSynchronizationTemplateSchema" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -259950,18 +260094,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Invoke-MgBetaFunctionServicePrincipalSynchronizationJobSchema", "Variants": [ "Function", "FunctionViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Invoke-MgBetaFunctionServicePrincipalSynchronizationJobSchema" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -259976,38 +260120,38 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Invoke-MgBetaFunctionServicePrincipalSynchronizationTemplateSchema", "Variants": [ "Function", "FunctionViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Invoke-MgBetaFunctionServicePrincipalSynchronizationTemplateSchema" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/unhideForUser", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": { "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 }, - "Method": "POST", + "Command": "Invoke-MgBetaGraphChat", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/unhideForUser", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaGraphChat" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/scopedForResource(resource='{resource}')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -260034,87 +260178,87 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaGraphDeviceManagement", "Variants": [ "Graph", "GraphViaIdentity" ], - "Uri": "/deviceManagement/scopedForResource(resource='{resource}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Invoke-MgBetaGraphDeviceManagement" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/unshareForSchoolDataSyncService", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaGraphDeviceManagementDepOnboardingSetting", "Variants": [ "Graph", "GraphViaIdentity" ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/unshareForSchoolDataSyncService", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaGraphDeviceManagementDepOnboardingSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/sharedWithMe", "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Invoke-MgBetaGraphDrive", "Variants": [ "Graph", "GraphViaIdentity" ], - "Uri": "/drives/{drive-id}/sharedWithMe", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Invoke-MgBetaGraphDrive" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/unsubscribeByMail", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": { "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 }, - "Method": "POST", + "Command": "Invoke-MgBetaGraphGroup", "Variants": [ "Graph", "GraphViaIdentity" ], - "Uri": "/groups/{group-id}/unsubscribeByMail", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaGraphGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/sharedWithMe", "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Invoke-MgBetaGraphGroupDrive", "Variants": [ "Graph", "GraphViaIdentity" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/sharedWithMe", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaGraphGroupDrive" + "ApiVersion": "beta" }, { + "Uri": "/reports/authenticationMethods/usersRegisteredByFeature", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserRegistrationFeatureSummary", + "Module": "Beta.Reports", "Permissions": { "Name": "AuditLog.Read.All", "Description": "Read audit log data", "FullDescription": "Allows the app to read and query your audit log activities, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Invoke-MgBetaGraphReportAuthenticationMethod", "Variants": [ "Graph", "Graph1", @@ -260123,294 +260267,294 @@ "GraphViaIdentity", "GraphViaIdentity1" ], - "Uri": "/reports/authenticationMethods/usersRegisteredByFeature", - "OutputType": "IMicrosoftGraphUserRegistrationFeatureSummary", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Invoke-MgBetaGraphReportAuthenticationMethod" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/unhideForUser", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaGraphUserChat", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Uri": "/users/{user-id}/chats/{chat-id}/unhideForUser", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaGraphUserChat" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/sharedWithMe", "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Users.Functions", + "Permissions": [], + "Command": "Invoke-MgBetaGraphUserDrive", "Variants": [ "Graph", "GraphViaIdentity" ], - "Uri": "/users/{user-id}/drives/{drive-id}/sharedWithMe", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Invoke-MgBetaGraphUserDrive" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/unenrollAssetsById", "Method": "POST", + "OutputType": null, + "Module": "Beta.WindowsUpdates", + "Permissions": [], + "Command": "Invoke-MgBetaGraphWindowsUpdatesDeploymentAudienceExclusion", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/unenrollAssetsById", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Invoke-MgBetaGraphWindowsUpdatesDeploymentAudienceExclusion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/unenrollAssetsById", "Method": "POST", + "OutputType": null, + "Module": "Beta.WindowsUpdates", + "Permissions": [], + "Command": "Invoke-MgBetaGraphWindowsUpdatesDeploymentAudienceMember", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/unenrollAssetsById", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Invoke-MgBetaGraphWindowsUpdatesDeploymentAudienceMember" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/unenrollAssetsById", "Method": "POST", + "OutputType": null, + "Module": "Beta.WindowsUpdates", + "Permissions": [], + "Command": "Invoke-MgBetaGraphWindowsUpdatesPolicyAudienceExclusion", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/unenrollAssetsById", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Invoke-MgBetaGraphWindowsUpdatesPolicyAudienceExclusion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/unenrollAssetsById", "Method": "POST", + "OutputType": null, + "Module": "Beta.WindowsUpdates", + "Permissions": [], + "Command": "Invoke-MgBetaGraphWindowsUpdatesPolicyAudienceMember", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/unenrollAssetsById", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Invoke-MgBetaGraphWindowsUpdatesPolicyAudienceMember" + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/updatableAssets/unenrollAssetsById", + "Method": "POST", + "OutputType": null, + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaGraphWindowsUpdatesUpdatableAsset", "Variants": [ "Graph", "GraphExpanded" ], - "Uri": "/admin/windows/updates/updatableAssets/unenrollAssetsById", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Invoke-MgBetaGraphWindowsUpdatesUpdatableAsset" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Link", - "LinkExpanded" - ], "Uri": "/deviceAppManagement/androidManagedAppProtections/hasPayloadLinks", + "Method": "POST", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaHasDeviceAppManagementAndroidManagedAppProtectionPayloadLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaHasDeviceAppManagementAndroidManagedAppProtectionPayloadLink", "Variants": [ "Link", "LinkExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/hasPayloadLinks", + "Method": "POST", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaHasDeviceAppManagementiOSLobAppProvisioningConfigurationPayloadLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaHasDeviceAppManagementiOSLobAppProvisioningConfigurationPayloadLink", "Variants": [ "Link", "LinkExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosManagedAppProtections/hasPayloadLinks", + "Method": "POST", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaHasDeviceAppManagementiOSManagedAppProtectionPayloadLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaHasDeviceAppManagementiOSManagedAppProtectionPayloadLink", "Variants": [ "Link", "LinkExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/hasPayloadLinks", + "Method": "POST", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaHasDeviceAppManagementMdmWindowsInformationProtectionPolicyPayloadLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaHasDeviceAppManagementMdmWindowsInformationProtectionPolicyPayloadLink", "Variants": [ "Link", "LinkExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileApps/hasPayloadLinks", + "Method": "POST", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaHasDeviceAppManagementMobileAppPayloadLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaHasDeviceAppManagementMobileAppPayloadLink", "Variants": [ "Link", "LinkExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/hasPayloadLinks", + "Method": "POST", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaHasDeviceAppManagementTargetedManagedAppConfigurationPayloadLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaHasDeviceAppManagementTargetedManagedAppConfigurationPayloadLink", "Variants": [ "Link", "LinkExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/hasPayloadLinks", + "Method": "POST", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaHasDeviceManagementDeviceCompliancePolicyPayloadLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaHasDeviceManagementDeviceCompliancePolicyPayloadLink", "Variants": [ "Link", "LinkExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/hasPayloadLinks", + "Method": "POST", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaHasDeviceManagementDeviceConfigurationPayloadLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaHasDeviceManagementDeviceConfigurationPayloadLink", "Variants": [ "Link", "LinkExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceEnrollmentConfigurations/hasPayloadLinks", + "Method": "POST", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaHasDeviceManagementDeviceEnrollmentConfigurationPayloadLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaHasDeviceManagementDeviceEnrollmentConfigurationPayloadLink", "Variants": [ "Link", "LinkExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceManagementScripts/hasPayloadLinks", + "Method": "POST", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaHasDeviceManagementScriptPayloadLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaHasDeviceManagementScriptPayloadLink", "Variants": [ "Link", "LinkExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/hasPayloadLinks", + "Method": "POST", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaHasDeviceManagementWindowsAutopilotDeploymentProfilePayloadLink" + "Permissions": [], + "Command": "Invoke-MgBetaHasDeviceManagementWindowsAutopilotDeploymentProfilePayloadLink", + "Variants": [ + "Link", + "LinkExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/zebraFotaConnector/hasActiveDeployments", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaHasDeviceManagementZebraFotaConnectorActiveDeployment", "Variants": [ "Has" ], - "Uri": "/deviceManagement/zebraFotaConnector/hasActiveDeployments", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaHasDeviceManagementZebraFotaConnectorActiveDeployment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/hasPayloadLinks", "Method": "POST", + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaHasUserDeviceEnrollmentConfigurationPayloadLink", "Variants": [ "Link", "LinkExpanded", "LinkViaIdentity", "LinkViaIdentityExpanded" ], - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/hasPayloadLinks", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaHasUserDeviceEnrollmentConfigurationPayloadLink" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -260425,44 +260569,44 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaHaveTeamChannel", "Variants": [ "Have", "HaveViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaHaveTeamChannel" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Invoke-MgBetaHaveTeamPrimaryChannel", "Variants": [ "Have", "HaveViaIdentity" ], - "Uri": "/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaHaveTeamPrimaryChannel" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", "Method": "GET", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Invoke-MgBetaHaveTeamworkDeletedTeamChannel", "Variants": [ "Have", "HaveViaIdentity" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaHaveTeamworkDeletedTeamChannel" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -260477,18 +260621,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceMobileDeviceManagementKeyRecovery", "Variants": [ "Initiate", "InitiateViaIdentity" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceMobileDeviceManagementKeyRecovery" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -260503,20 +260647,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceOnDemandProactiveRemediation", "Variants": [ "Initiate", "InitiateExpanded", "InitiateViaIdentity", "InitiateViaIdentityExpanded" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceOnDemandProactiveRemediation" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -260531,18 +260675,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceMobileDeviceManagementKeyRecovery", "Variants": [ "Initiate", "InitiateViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceMobileDeviceManagementKeyRecovery" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -260557,48 +260701,48 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceOnDemandProactiveRemediation", "Variants": [ "Initiate", "InitiateExpanded", "InitiateViaIdentity", "InitiateViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceOnDemandProactiveRemediation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaInitiateUserManagedDeviceMobileDeviceManagementKeyRecovery", "Variants": [ "Initiate", "InitiateViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaInitiateUserManagedDeviceMobileDeviceManagementKeyRecovery" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaInitiateUserManagedDeviceOnDemandProactiveRemediation", "Variants": [ "Initiate", "InitiateExpanded", "InitiateViaIdentity", "InitiateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaInitiateUserManagedDeviceOnDemandProactiveRemediation" + "ApiVersion": "beta" }, { + "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate", + "Method": "POST", + "OutputType": "IMicrosoftGraphApplicationServicePrincipal", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -260619,20 +260763,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgBetaInstantiateApplicationTemplate", "Variants": [ "Instantiate", "InstantiateExpanded", "InstantiateViaIdentity", "InstantiateViaIdentityExpanded" ], - "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate", - "OutputType": "IMicrosoftGraphApplicationServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Invoke-MgBetaInstantiateApplicationTemplate" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/invalidateAllRefreshTokens", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -260647,38 +260791,38 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgBetaInvalidateAllUserRefreshToken", "Variants": [ "Invalidate", "InvalidateViaIdentity" ], - "Uri": "/users/{user-id}/invalidateAllRefreshTokens", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaInvalidateAllUserRefreshToken" + "ApiVersion": "beta" }, { + "Uri": "/communications/calls/{call-id}/participants/invite", + "Method": "POST", + "OutputType": "IMicrosoftGraphInviteParticipantsOperation", + "Module": "Beta.CloudCommunications", "Permissions": { "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 }, - "Method": "POST", + "Command": "Invoke-MgBetaInviteCommunicationCallParticipant", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/participants/invite", - "OutputType": "IMicrosoftGraphInviteParticipantsOperation", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Invoke-MgBetaInviteCommunicationCallParticipant" + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite", + "Method": "POST", + "OutputType": "IMicrosoftGraphPermission", + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -260699,95 +260843,95 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgBetaInviteDriveItem", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Invoke-MgBetaInviteDriveItem" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Invite", - "InviteExpanded", - "InviteViaIdentity", - "InviteViaIdentityExpanded" - ], "Uri": "/drives/{drive-id}/root/invite", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Invoke-MgBetaInviteDriveRoot" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaInviteDriveRoot", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/invite", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Invoke-MgBetaInviteGroupDriveItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaInviteGroupDriveItem", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/invite", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Invoke-MgBetaInviteGroupDriveRoot" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaInviteGroupDriveRoot", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/invite", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaInviteUserDriveItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaInviteUserDriveItem", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/invite", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaInviteUserDriveRoot" + "Permissions": [], + "Command": "Invoke-MgBetaInviteUserDriveRoot", + "Variants": [ + "Invite", + "InviteExpanded", + "InviteViaIdentity", + "InviteViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceHealthScripts/areGlobalScriptsAvailable", + "Method": "GET", + "OutputType": null, + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -260802,17 +260946,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaIsDeviceManagementDeviceHealthScriptGlobalScriptAvailable", "Variants": [ "Are" ], - "Uri": "/deviceManagement/deviceHealthScripts/areGlobalScriptsAvailable", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Invoke-MgBetaIsDeviceManagementDeviceHealthScriptGlobalScriptAvailable" + "ApiVersion": "beta" }, { + "Uri": "/communications/calls/{call-id}/keepAlive", + "Method": "POST", + "OutputType": null, + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.AccessMedia.All", @@ -260827,18 +260971,18 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgBetaKeepCommunicationCallAlive", "Variants": [ "Keep", "KeepViaIdentity" ], - "Uri": "/communications/calls/{call-id}/keepAlive", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Invoke-MgBetaKeepCommunicationCallAlive" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/reprocessLicenseAssignment", + "Method": "POST", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -260853,281 +260997,281 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgBetaLicenseUser", "Variants": [ "License", "LicenseViaIdentity" ], - "Uri": "/users/{user-id}/reprocessLicenseAssignment", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaLicenseUser" + "ApiVersion": "beta" }, { + "Uri": "/communications/calls/logTeleconferenceDeviceQuality", + "Method": "POST", + "OutputType": null, + "Module": "Beta.CloudCommunications", "Permissions": { "Name": "Calls.AccessMedia.All", "Description": "Access media streams in a call as an app", "FullDescription": "Allows the app to get direct access to media streams in a call, without a signed-in user.", "IsAdmin": false }, - "Method": "POST", + "Command": "Invoke-MgBetaLogCommunicationCallTeleconferenceDeviceQuality", "Variants": [ "Log", "LogExpanded" ], - "Uri": "/communications/calls/logTeleconferenceDeviceQuality", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Invoke-MgBetaLogCommunicationCallTeleconferenceDeviceQuality" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaLogoutDeviceManagementComanagedDeviceSharedAppleDeviceActiveUser", "Variants": [ "Logout", "LogoutViaIdentity" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaLogoutDeviceManagementComanagedDeviceSharedAppleDeviceActiveUser" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser", "Variants": [ "Logout", "LogoutViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaLogoutUserManagedDeviceSharedAppleDeviceActiveUser", "Variants": [ "Logout", "LogoutViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaLogoutUserManagedDeviceSharedAppleDeviceActiveUser" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/markChatReadForUser", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": { "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 }, - "Method": "POST", + "Command": "Invoke-MgBetaMarkChatReadForUser", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/markChatReadForUser", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaMarkChatReadForUser" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/markChatUnreadForUser", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": { "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 }, - "Method": "POST", + "Command": "Invoke-MgBetaMarkChatUnreadForUser", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/markChatUnreadForUser", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaMarkChatUnreadForUser" + "ApiVersion": "beta" }, { + "Uri": "/admin/serviceAnnouncement/messages/markRead", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceMessageViewpoint.Write", "Description": "Update your user status on service announcement messages", "FullDescription": "Allows the app to update service announcement messages' status on your behalf. Your status for messages can be marked as read, archive, or favorite.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaMarkServiceAnnouncementMessageRead", "Variants": [ "Mark", "MarkExpanded" ], - "Uri": "/admin/serviceAnnouncement/messages/markRead", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Invoke-MgBetaMarkServiceAnnouncementMessageRead" + "ApiVersion": "beta" }, { + "Uri": "/admin/serviceAnnouncement/messages/markUnread", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceMessageViewpoint.Write", "Description": "Update your user status on service announcement messages", "FullDescription": "Allows the app to update service announcement messages' status on your behalf. Your status for messages can be marked as read, archive, or favorite.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaMarkServiceAnnouncementMessageUnread", "Variants": [ "Mark", "MarkExpanded" ], - "Uri": "/admin/serviceAnnouncement/messages/markUnread", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Invoke-MgBetaMarkServiceAnnouncementMessageUnread" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Mark", - "MarkExpanded", - "MarkViaIdentity", - "MarkViaIdentityExpanded" - ], "Uri": "/users/{user-id}/chats/{chat-id}/markChatReadForUser", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaMarkUserChatReadForUser" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaMarkUserChatReadForUser", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/markChatUnreadForUser", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaMarkUserChatUnreadForUser" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaMarkUserChatUnreadForUser", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/markAsJunk", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaMarkUserMailFolderChildFolderMessageAsJunk" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaMarkUserMailFolderChildFolderMessageAsJunk", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/markAsNotJunk", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaMarkUserMailFolderChildFolderMessageAsNotJunk" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaMarkUserMailFolderChildFolderMessageAsNotJunk", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/markAsJunk", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaMarkUserMailFolderMessageAsJunk" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaMarkUserMailFolderMessageAsJunk", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/markAsNotJunk", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaMarkUserMailFolderMessageAsNotJunk" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaMarkUserMailFolderMessageAsNotJunk", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/markAsJunk", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaMarkUserMessageAsJunk" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaMarkUserMessageAsJunk", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/markAsNotJunk", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaMarkUserMessageAsNotJunk" + "Permissions": [], + "Command": "Invoke-MgBetaMarkUserMessageAsNotJunk", + "Variants": [ + "Mark", + "MarkExpanded", + "MarkViaIdentity", + "MarkViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/chats/allMessages", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -261184,17 +261328,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Invoke-MgBetaMessageChat", "Variants": [ "Message" ], - "Uri": "/chats/allMessages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaMessageChat" + "ApiVersion": "beta" }, { + "Uri": "/teams/allMessages", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Directory.Read.All", @@ -261251,17 +261395,17 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Invoke-MgBetaMessageTeam", "Variants": [ "Message" ], - "Uri": "/teams/allMessages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaMessageTeam" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/allMessages", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -261318,31 +261462,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaMessageTeamChannel", "Variants": [ "Message", "MessageViaIdentity" ], - "Uri": "/teams/{team-id}/channels/allMessages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaMessageTeamChannel" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/allMessages", "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Invoke-MgBetaMessageTeamworkDeletedTeamChannel", "Variants": [ "Message", "MessageViaIdentity" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/allMessages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaMessageTeamworkDeletedTeamChannel" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/chats/allMessages", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -261399,18 +261543,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Invoke-MgBetaMessageUserChat", "Variants": [ "Message", "MessageViaIdentity" ], - "Uri": "/users/{user-id}/chats/allMessages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Invoke-MgBetaMessageUserChat" + "ApiVersion": "beta" }, { + "Uri": "/communications/calls/{call-id}/participants/muteAll", + "Method": "POST", + "OutputType": "IMicrosoftGraphMuteParticipantsOperation", + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -261425,20 +261569,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgBetaMuteAllCommunicationCallParticipant", "Variants": [ "Mute1", "MuteExpanded1", "MuteViaIdentity1", "MuteViaIdentityExpanded1" ], - "Uri": "/communications/calls/{call-id}/participants/muteAll", - "OutputType": "IMicrosoftGraphMuteParticipantsOperation", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Invoke-MgBetaMuteAllCommunicationCallParticipant" + "ApiVersion": "beta" }, { + "Uri": "/communications/calls/{call-id}/mute", + "Method": "POST", + "OutputType": "IMicrosoftGraphMuteParticipantOperation", + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.AccessMedia.All", @@ -261453,20 +261597,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgBetaMuteCommunicationCall", "Variants": [ "Mute", "MuteExpanded", "MuteViaIdentity", "MuteViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/mute", - "OutputType": "IMicrosoftGraphMuteParticipantOperation", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Invoke-MgBetaMuteCommunicationCall" + "ApiVersion": "beta" }, { + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/mute", + "Method": "POST", + "OutputType": "IMicrosoftGraphMuteParticipantOperation", + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -261481,124 +261625,124 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgBetaMuteCommunicationCallParticipant", "Variants": [ "Mute", "MuteExpanded", "MuteViaIdentity", "MuteViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/mute", - "OutputType": "IMicrosoftGraphMuteParticipantOperation", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Invoke-MgBetaMuteCommunicationCallParticipant" + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoleAssignments/my", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "Directory.AccessAsUser.All", "Description": "Access the directory as you", "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Method": "GET", + "Command": "Invoke-MgBetaMyPrivilegedRoleAssignment", "Variants": [ "My" ], - "Uri": "/privilegedRoleAssignments/my", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaMyPrivilegedRoleAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/privilegedRoleAssignmentRequests/my", "Method": "GET", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Invoke-MgBetaMyPrivilegedRoleAssignmentRequest", "Variants": [ "My" ], - "Uri": "/privilegedRoleAssignmentRequests/my", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaMyPrivilegedRoleAssignmentRequest" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/overrideComplianceState", "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaOverrideDeviceManagementComanagedDeviceComplianceState", "Variants": [ "Override", "OverrideExpanded", "OverrideViaIdentity", "OverrideViaIdentityExpanded" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/overrideComplianceState", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaOverrideDeviceManagementComanagedDeviceComplianceState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/overrideComplianceState", "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaOverrideDeviceManagementManagedDeviceComplianceState", "Variants": [ "Override", "OverrideExpanded", "OverrideViaIdentity", "OverrideViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/overrideComplianceState", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaOverrideDeviceManagementManagedDeviceComplianceState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/overrideComplianceState", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaOverrideUserManagedDeviceComplianceState", "Variants": [ "Override", "OverrideExpanded", "OverrideViaIdentity", "OverrideViaIdentityExpanded" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/overrideComplianceState", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaOverrideUserManagedDeviceComplianceState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", "Method": "POST", + "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Invoke-MgBetaParseApplicationSynchronizationJobSchemaExpression", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", - "OutputType": "IMicrosoftGraphParseExpressionResponse", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Invoke-MgBetaParseApplicationSynchronizationJobSchemaExpression" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", "Method": "POST", + "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Invoke-MgBetaParseApplicationSynchronizationTemplateSchemaExpression", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", - "OutputType": "IMicrosoftGraphParseExpressionResponse", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Invoke-MgBetaParseApplicationSynchronizationTemplateSchemaExpression" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", + "Method": "POST", + "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -261613,20 +261757,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgBetaParseServicePrincipalSynchronizationJobSchemaExpression", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", - "OutputType": "IMicrosoftGraphParseExpressionResponse", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Invoke-MgBetaParseServicePrincipalSynchronizationJobSchemaExpression" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", + "Method": "POST", + "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -261641,20 +261785,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgBetaParseServicePrincipalSynchronizationTemplateSchemaExpression", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", - "OutputType": "IMicrosoftGraphParseExpressionResponse", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Invoke-MgBetaParseServicePrincipalSynchronizationTemplateSchemaExpression" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState", + "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -261669,31 +261813,31 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaPendingUserApp", "Variants": [ "Pending", "PendingViaIdentity" ], - "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps", - "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Invoke-MgBetaPendingUserApp" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/pin", "Method": "POST", + "OutputType": "IMicrosoftGraphEducationModule", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Invoke-MgBetaPinEducationClassModule", "Variants": [ "Pin", "PinViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/pin", - "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Invoke-MgBetaPinEducationClassModule" + "ApiVersion": "beta" }, { + "Uri": "/communications/calls/{call-id}/playPrompt", + "Method": "POST", + "OutputType": "IMicrosoftGraphPlayPromptOperation", + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.AccessMedia.All", @@ -261708,130 +261852,130 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgBetaPlayCommunicationCallPrompt", "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/playPrompt", - "OutputType": "IMicrosoftGraphPlayPromptOperation", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Invoke-MgBetaPlayCommunicationCallPrompt" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/playLostModeSound", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaPlayDeviceManagementComanagedDeviceLostModeSound", "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/playLostModeSound", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaPlayDeviceManagementComanagedDeviceLostModeSound" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/playLostModeSound", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaPlayDeviceManagementManagedDeviceLostModeSound", "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/playLostModeSound", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaPlayDeviceManagementManagedDeviceLostModeSound" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/playLostModeSound", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaPlayUserManagedDeviceLostModeSound", "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/playLostModeSound", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaPlayUserManagedDeviceLostModeSound" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/impactedResources/{impactedResource-id}/postpone", "Method": "POST", + "OutputType": "IMicrosoftGraphImpactedResource", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Invoke-MgBetaPostponeDirectoryImpactedResource", "Variants": [ "Postpone", "PostponeExpanded", "PostponeViaIdentity", "PostponeViaIdentityExpanded" ], - "Uri": "/directory/impactedResources/{impactedResource-id}/postpone", - "OutputType": "IMicrosoftGraphImpactedResource", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Invoke-MgBetaPostponeDirectoryImpactedResource" + "ApiVersion": "beta" }, { + "Uri": "/directory/recommendations/{recommendation-id}/postpone", + "Method": "POST", + "OutputType": "IMicrosoftGraphRecommendation", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "DirectoryRecommendations.ReadWrite.All", "Description": "Read and update Azure AD recommendations", "FullDescription": "Allows the app to read and update Azure AD recommendations, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaPostponeDirectoryRecommendation", "Variants": [ "Postpone", "PostponeExpanded", "PostponeViaIdentity", "PostponeViaIdentityExpanded" ], - "Uri": "/directory/recommendations/{recommendation-id}/postpone", - "OutputType": "IMicrosoftGraphRecommendation", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Invoke-MgBetaPostponeDirectoryRecommendation" + "ApiVersion": "beta" }, { + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/postpone", + "Method": "POST", + "OutputType": "IMicrosoftGraphImpactedResource", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "DirectoryRecommendations.ReadWrite.All", "Description": "Read and update Azure AD recommendations", "FullDescription": "Allows the app to read and update Azure AD recommendations, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaPostponeDirectoryRecommendationImpactedResource", "Variants": [ "Postpone", "PostponeExpanded", "PostponeViaIdentity", "PostponeViaIdentityExpanded" ], - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/postpone", - "OutputType": "IMicrosoftGraphImpactedResource", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Invoke-MgBetaPostponeDirectoryRecommendationImpactedResource" + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview", + "Method": "POST", + "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -261870,235 +262014,235 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgBetaPreviewDriveItem", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview", - "OutputType": "IMicrosoftGraphItemPreviewInfo", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Invoke-MgBetaPreviewDriveItem" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Preview", - "PreviewExpanded", - "PreviewViaIdentity", - "PreviewViaIdentityExpanded" - ], "Uri": "/drives/{drive-id}/root/preview", + "Method": "POST", "OutputType": "IMicrosoftGraphItemPreviewInfo", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Invoke-MgBetaPreviewDriveRoot" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaPreviewDriveRoot", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/preview", + "Method": "POST", "OutputType": "IMicrosoftGraphItemPreviewInfo", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Invoke-MgBetaPreviewGroupDriveItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaPreviewGroupDriveItem", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/preview", + "Method": "POST", "OutputType": "IMicrosoftGraphItemPreviewInfo", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Invoke-MgBetaPreviewGroupDriveRoot" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaPreviewGroupDriveRoot", "Variants": [ "Preview", - "PreviewViaIdentity" + "PreviewExpanded", + "PreviewViaIdentity", + "PreviewViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePagePreview", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Invoke-MgBetaPreviewGroupOnenotePage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaPreviewGroupOnenotePage", "Variants": [ "Preview", "PreviewViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePagePreview", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Invoke-MgBetaPreviewSiteOnenoteNotebookSectionGroupSectionPage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaPreviewSiteOnenoteNotebookSectionGroupSectionPage", "Variants": [ "Preview", "PreviewViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePagePreview", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Invoke-MgBetaPreviewSiteOnenoteNotebookSectionPage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaPreviewSiteOnenoteNotebookSectionPage", "Variants": [ "Preview", "PreviewViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePagePreview", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Invoke-MgBetaPreviewSiteOnenotePage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaPreviewSiteOnenotePage", "Variants": [ "Preview", "PreviewViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePagePreview", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Invoke-MgBetaPreviewSiteOnenoteSectionGroupSectionPage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaPreviewSiteOnenoteSectionGroupSectionPage", "Variants": [ "Preview", "PreviewViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePagePreview", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Invoke-MgBetaPreviewSiteOnenoteSectionPage" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaPreviewSiteOnenoteSectionPage", "Variants": [ "Preview", - "PreviewExpanded", - "PreviewViaIdentity", - "PreviewViaIdentityExpanded" + "PreviewViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/preview", + "Method": "POST", "OutputType": "IMicrosoftGraphItemPreviewInfo", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaPreviewUserDriveItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaPreviewUserDriveItem", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/preview", + "Method": "POST", "OutputType": "IMicrosoftGraphItemPreviewInfo", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaPreviewUserDriveRoot" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaPreviewUserDriveRoot", "Variants": [ "Preview", - "PreviewViaIdentity" + "PreviewExpanded", + "PreviewViaIdentity", + "PreviewViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/preview", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePagePreview", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Command": "Invoke-MgBetaPreviewUserOnenotePage" + "Permissions": [], + "Command": "Invoke-MgBetaPreviewUserOnenotePage", + "Variants": [ + "Preview", + "PreviewViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/domains/{domain-id}/promote", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "Domain.ReadWrite.All", "Description": "Read and write domains", "FullDescription": "Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaPromoteDomain", "Variants": [ "Promote", "PromoteViaIdentity" ], - "Uri": "/domains/{domain-id}/promote", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Invoke-MgBetaPromoteDomain" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/domains/{domain-id}/promoteToInitial", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Invoke-MgBetaPromoteDomainToInitial", "Variants": [ "Promote", "PromoteViaIdentity" ], - "Uri": "/domains/{domain-id}/promoteToInitial", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Invoke-MgBetaPromoteDomainToInitial" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/resourceAccessProfiles/queryByPlatformType", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaQueryDeviceManagementResourceAccessProfileByPlatformType", "Variants": [ "Query", "QueryExpanded" ], - "Uri": "/deviceManagement/resourceAccessProfiles/queryByPlatformType", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaQueryDeviceManagementResourceAccessProfileByPlatformType" + "ApiVersion": "beta" }, { + "Uri": "/search/query", + "Method": "POST", + "OutputType": "IMicrosoftGraphSearchResponse", + "Module": "Beta.Search", "Permissions": [ { "Name": "Acronym.Read.All", @@ -262161,67 +262305,67 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgBetaQuerySearch", "Variants": [ "Query", "QueryExpanded" ], - "Uri": "/search/query", - "OutputType": "IMicrosoftGraphSearchResponse", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Invoke-MgBetaQuerySearch" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/impactedResources/{impactedResource-id}/reactivate", "Method": "POST", + "OutputType": "IMicrosoftGraphImpactedResource", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Invoke-MgBetaReactivateDirectoryImpactedResource", "Variants": [ "Reactivate", "ReactivateViaIdentity" ], - "Uri": "/directory/impactedResources/{impactedResource-id}/reactivate", - "OutputType": "IMicrosoftGraphImpactedResource", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Invoke-MgBetaReactivateDirectoryImpactedResource" + "ApiVersion": "beta" }, { + "Uri": "/directory/recommendations/{recommendation-id}/reactivate", + "Method": "POST", + "OutputType": "IMicrosoftGraphRecommendation", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "DirectoryRecommendations.ReadWrite.All", "Description": "Read and update Azure AD recommendations", "FullDescription": "Allows the app to read and update Azure AD recommendations, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaReactivateDirectoryRecommendation", "Variants": [ "Reactivate", "ReactivateViaIdentity" ], - "Uri": "/directory/recommendations/{recommendation-id}/reactivate", - "OutputType": "IMicrosoftGraphRecommendation", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Invoke-MgBetaReactivateDirectoryRecommendation" + "ApiVersion": "beta" }, { + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/reactivate", + "Method": "POST", + "OutputType": "IMicrosoftGraphImpactedResource", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "DirectoryRecommendations.ReadWrite.All", "Description": "Read and update Azure AD recommendations", "FullDescription": "Allows the app to read and update Azure AD recommendations, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaReactivateDirectoryRecommendationImpactedResource", "Variants": [ "Reactivate", "ReactivateViaIdentity" ], - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/reactivate", - "OutputType": "IMicrosoftGraphImpactedResource", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Invoke-MgBetaReactivateDirectoryRecommendationImpactedResource" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -262248,463 +262392,463 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgBetaReassignEducationClassAssignmentSubmission", "Variants": [ "Reassign", "ReassignViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Invoke-MgBetaReassignEducationClassAssignmentSubmission" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Reassign", - "ReassignViaIdentity" - ], "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Invoke-MgBetaReassignEducationMeAssignmentSubmission" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaReassignEducationMeAssignmentSubmission", "Variants": [ "Reassign", "ReassignViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Invoke-MgBetaReassignEducationUserAssignmentSubmission" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaReassignEducationUserAssignmentSubmission", "Variants": [ - "Reauthorize", - "ReauthorizeViaIdentity" + "Reassign", + "ReassignViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Invoke-MgBetaReauthorizeDriveItemSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeDriveItemSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Invoke-MgBetaReauthorizeDriveListSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeDriveListSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Invoke-MgBetaReauthorizeDriveRootSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeDriveRootSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Invoke-MgBetaReauthorizeGroupDriveItemSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeGroupDriveItemSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Invoke-MgBetaReauthorizeGroupDriveListSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeGroupDriveListSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Invoke-MgBetaReauthorizeGroupDriveRootSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeGroupDriveRootSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Invoke-MgBetaReauthorizeGroupSiteListSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeGroupSiteListSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}/reauthorize", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Invoke-MgBetaReauthorizeShareListSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeShareListSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Invoke-MgBetaReauthorizeSiteListSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeSiteListSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/subscriptions/{subscription-id}/reauthorize", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ChangeNotifications", - "Command": "Invoke-MgBetaReauthorizeSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaReauthorizeUserDriveItemSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeUserDriveItemSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaReauthorizeUserDriveListSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeUserDriveListSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaReauthorizeUserDriveRootSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaReauthorizeUserDriveRootSubscription", "Variants": [ - "Recent", - "RecentViaIdentity" + "Reauthorize", + "ReauthorizeViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/recent", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Invoke-MgBetaRecentDrive" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaRecentDrive", "Variants": [ "Recent", "RecentViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/recent", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Invoke-MgBetaRecentGroupDrive" + "Permissions": [], + "Command": "Invoke-MgBetaRecentGroupDrive", + "Variants": [ + "Recent", + "RecentViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/activities/recent", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserActivity", + "Module": "Beta.Users.Functions", "Permissions": { "Name": "UserActivity.ReadWrite.CreatedByApp", "Description": "Read and write app activity to your activity feed", "FullDescription": "Allows the app to read and report your activity in the app.", "IsAdmin": false }, - "Method": "GET", + "Command": "Invoke-MgBetaRecentUserActivity", "Variants": [ "Recent", "RecentViaIdentity" ], - "Uri": "/users/{user-id}/activities/recent", - "OutputType": "IMicrosoftGraphUserActivity", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Invoke-MgBetaRecentUserActivity" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/recent", "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Users.Functions", + "Permissions": [], + "Command": "Invoke-MgBetaRecentUserDrive", "Variants": [ "Recent", "RecentViaIdentity" ], - "Uri": "/users/{user-id}/drives/{drive-id}/recent", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Invoke-MgBetaRecentUserDrive" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/calls/{call-id}/record", "Method": "POST", + "OutputType": "IMicrosoftGraphRecordOperation", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Invoke-MgBetaRecordCommunicationCall", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/record", - "OutputType": "IMicrosoftGraphRecordOperation", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Invoke-MgBetaRecordCommunicationCall" + "ApiVersion": "beta" }, { + "Uri": "/communications/calls/{call-id}/recordResponse", + "Method": "POST", + "OutputType": "IMicrosoftGraphRecordOperation", + "Module": "Beta.CloudCommunications", "Permissions": { "Name": "Calls.AccessMedia.All", "Description": "Access media streams in a call as an app", "FullDescription": "Allows the app to get direct access to media streams in a call, without a signed-in user.", "IsAdmin": false }, - "Method": "POST", + "Command": "Invoke-MgBetaRecordCommunicationCallResponse", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/recordResponse", - "OutputType": "IMicrosoftGraphRecordOperation", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Invoke-MgBetaRecordCommunicationCallResponse" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Record", - "RecordExpanded" - ], "Uri": "/identityGovernance/accessReviews/decisions/recordAllDecisions", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecision" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecision", "Variants": [ "Record", - "RecordExpanded", - "RecordViaIdentity", - "RecordViaIdentityExpanded" + "RecordExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/recordAllDecisions", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceDecision" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceDecision", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/recordAllDecisions", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceStageDecision" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceStageDecision", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/recordAllDecisions", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceDecision" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/recordAllDecisions", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceStageDecision" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/recordAllDecisions", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaRecordUserPendingAccessReviewInstanceDecision" + "Permissions": [], + "Command": "Invoke-MgBetaRecordUserPendingAccessReviewInstanceDecision", + "Variants": [ + "Record", + "RecordExpanded", + "RecordViaIdentity", + "RecordViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/communications/calls/{call-id}/redirect", + "Method": "POST", + "OutputType": null, + "Module": "Beta.CloudCommunications", "Permissions": { "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 }, - "Method": "POST", + "Command": "Invoke-MgBetaRedirectCommunicationCall", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/redirect", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Invoke-MgBetaRedirectCommunicationCall" + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/redirect", + "Method": "POST", + "OutputType": "IMicrosoftGraphPrintJob", + "Module": "Beta.Devices.CloudPrint", "Permissions": { "Name": "PrintJob.Manage.All", "Description": "Perform advanced operations on print jobs", "FullDescription": "Allows the application to perform advanced operations like redirecting a print job to another printer without a signed-in user. Also allows the application to read and update the metadata of print jobs.", "IsAdmin": false }, - "Method": "POST", + "Command": "Invoke-MgBetaRedirectPrintPrinterJob", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/redirect", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Invoke-MgBetaRedirectPrintPrinterJob" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/redirect", "Method": "POST", + "OutputType": "IMicrosoftGraphPrintJob", + "Module": "Beta.Devices.CloudPrint", + "Permissions": [], + "Command": "Invoke-MgBetaRedirectPrintPrinterShareJob", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/redirect", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Invoke-MgBetaRedirectPrintPrinterShareJob" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/redirect", "Method": "POST", + "OutputType": "IMicrosoftGraphPrintJob", + "Module": "Beta.Devices.CloudPrint", + "Permissions": [], + "Command": "Invoke-MgBetaRedirectPrintShareJob", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/redirect", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Invoke-MgBetaRedirectPrintShareJob" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/reenable", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -262719,18 +262863,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgBetaReenableDeviceManagementComanagedDevice", "Variants": [ "Reenable", "ReenableViaIdentity" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/reenable", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaReenableDeviceManagementComanagedDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/reenable", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -262745,59 +262889,59 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgBetaReenableDeviceManagementManagedDevice", "Variants": [ "Reenable", "ReenableViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/reenable", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaReenableDeviceManagementManagedDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/reenable", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaReenableUserManagedDevice", "Variants": [ "Reenable", "ReenableViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/reenable", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaReenableUserManagedDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/calls/{call-id}/reject", "Method": "POST", + "OutputType": null, + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Invoke-MgBetaRejectCommunicationCall", "Variants": [ "Reject", "RejectExpanded", "RejectViaIdentity", "RejectViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/reject", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Invoke-MgBetaRejectCommunicationCall" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}/remediate", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Invoke-MgBetaRemediateIdentityGovernanceRoleManagementAlertIncident", "Variants": [ "Remediate", "RemediateViaIdentity" ], - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}/remediate", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaRemediateIdentityGovernanceRoleManagementAlertIncident" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/renew", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -262812,18 +262956,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgBetaRenewGroup", "Variants": [ "Renew", "RenewViaIdentity" ], - "Uri": "/groups/{group-id}/renew", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaRenewGroup" + "ApiVersion": "beta" }, { + "Uri": "/groupLifecyclePolicies/renewGroup", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -262838,18 +262982,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgBetaRenewGroupLifecyclePolicy", "Variants": [ "Renew", "RenewExpanded" ], - "Uri": "/groupLifecyclePolicies/renewGroup", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaRenewGroupLifecyclePolicy" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/reopen", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -262864,18 +263008,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgBetaReopenComplianceEdiscoveryCase", "Variants": [ "Reopen", "ReopenViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reopen", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Invoke-MgBetaReopenComplianceEdiscoveryCase" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -262890,512 +263034,512 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgBetaReopenSecurityCaseEdiscoveryCase", "Variants": [ "Reopen", "ReopenViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Invoke-MgBetaReopenSecurityCaseEdiscoveryCase" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/reorder", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaReorderDeviceManagementConfigurationPolicy", "Variants": [ "Reorder", "ReorderExpanded", "ReorderViaIdentity", "ReorderViaIdentityExpanded" ], - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/reorder", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaReorderDeviceManagementConfigurationPolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/reorder", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaReorderDeviceManagementReusablePolicySettingReferencingConfigurationPolicy", "Variants": [ "Reorder", "ReorderExpanded", "ReorderViaIdentity", "ReorderViaIdentityExpanded" ], - "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/reorder", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaReorderDeviceManagementReusablePolicySettingReferencingConfigurationPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaReplyAllUserMailFolderChildFolderMessage", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaReplyAllUserMailFolderChildFolderMessage" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": { "Name": "Mail.Send", "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Invoke-MgBetaReplyAllUserMailFolderMessage", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaReplyAllUserMailFolderMessage" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/messages/{message-id}/replyAll", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": { "Name": "Mail.Send", "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Invoke-MgBetaReplyAllUserMessage", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "Uri": "/users/{user-id}/messages/{message-id}/replyAll", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaReplyAllUserMessage" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": { "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 }, - "Method": "POST", + "Command": "Invoke-MgBetaReplyGroupConversationThread", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaReplyGroupConversationThread" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": { "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 }, - "Method": "POST", + "Command": "Invoke-MgBetaReplyGroupConversationThreadPost", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaReplyGroupConversationThreadPost" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Invoke-MgBetaReplyGroupConversationThreadPostInReplyTo", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaReplyGroupConversationThreadPostInReplyTo" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/reply", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": { "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 }, - "Method": "POST", + "Command": "Invoke-MgBetaReplyGroupThread", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/reply", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaReplyGroupThread" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": { "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 }, - "Method": "POST", + "Command": "Invoke-MgBetaReplyGroupThreadPost", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaReplyGroupThreadPost" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Invoke-MgBetaReplyGroupThreadPostInReplyTo", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaReplyGroupThreadPostInReplyTo" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaReplyUserMailFolderChildFolderMessage", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaReplyUserMailFolderChildFolderMessage" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": { "Name": "Mail.Send", "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Invoke-MgBetaReplyUserMailFolderMessage", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaReplyUserMailFolderMessage" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/messages/{message-id}/reply", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": { "Name": "Mail.Send", "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Invoke-MgBetaReplyUserMessage", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Uri": "/users/{user-id}/messages/{message-id}/reply", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaReplyUserMessage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport", "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.ServiceAnnouncement", + "Permissions": [], + "Command": "Invoke-MgBetaReportServiceAnnouncementHealthOverviewIssueIncident", "Variants": [ "Report", "ReportViaIdentity" ], - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Invoke-MgBetaReportServiceAnnouncementHealthOverviewIssueIncident" + "ApiVersion": "beta" }, { + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceHealth.Read.All", "Description": "Read service health", "FullDescription": "Allows the app to read your tenant's service health information on your behalf.Health information may include service issues or service health overviews.", "IsAdmin": true }, - "Method": "GET", + "Command": "Invoke-MgBetaReportServiceAnnouncementIssueIncident", "Variants": [ "Report", "ReportViaIdentity" ], - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Invoke-MgBetaReportServiceAnnouncementIssueIncident" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/reprovisionCloudPc", "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaReprovisionDeviceManagementComanagedDeviceCloudPc", "Variants": [ "Cloud", "CloudViaIdentity" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/reprovisionCloudPc", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaReprovisionDeviceManagementComanagedDeviceCloudPc" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/reprovisionCloudPc", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaReprovisionDeviceManagementManagedDeviceCloudPc", "Variants": [ "Cloud", "CloudViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/reprovisionCloudPc", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaReprovisionDeviceManagementManagedDeviceCloudPc" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reprovision", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaReprovisionDeviceManagementVirtualEndpointCloudPc", "Variants": [ "Reprovision", "ReprovisionExpanded", "ReprovisionViaIdentity", "ReprovisionViaIdentityExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reprovision", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaReprovisionDeviceManagementVirtualEndpointCloudPc" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/reprovision", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaReprovisionUserCloudPc", "Variants": [ "Reprovision", "ReprovisionExpanded", "ReprovisionViaIdentity", "ReprovisionViaIdentityExpanded" ], - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/reprovision", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaReprovisionUserCloudPc" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/reprovisionCloudPc", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaReprovisionUserManagedDeviceCloudPc", "Variants": [ "Cloud", "CloudViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/reprovisionCloudPc", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaReprovisionUserManagedDeviceCloudPc" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/retire", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaRetireDeviceManagementComanagedDevice", "Variants": [ "Retire", "RetireViaIdentity" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/retire", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaRetireDeviceManagementComanagedDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/retire", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaRetireDeviceManagementManagedDevice", "Variants": [ "Retire", "RetireViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/retire", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaRetireDeviceManagementManagedDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/retire", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaRetireUserManagedDevice", "Variants": [ "Retire", "RetireViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/retire", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaRetireUserManagedDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/contacts/{orgContact-id}/retryServiceProvisioning", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Invoke-MgBetaRetryContactServiceProvisioning", "Variants": [ "Retry", "RetryViaIdentity" ], - "Uri": "/contacts/{orgContact-id}/retryServiceProvisioning", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Invoke-MgBetaRetryContactServiceProvisioning" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/retryPartnerAgentInstallation", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaRetryDeviceManagementVirtualEndpointCloudPcPartnerAgentInstallation", "Variants": [ "Retry", "RetryViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/retryPartnerAgentInstallation", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaRetryDeviceManagementVirtualEndpointCloudPcPartnerAgentInstallation" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Retry", - "RetryViaIdentity" - ], "Uri": "/groups/{group-id}/retryServiceProvisioning", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Invoke-MgBetaRetryGroupServiceProvisioning" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaRetryGroupServiceProvisioning", "Variants": [ "Retry", "RetryViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/retryPartnerAgentInstallation", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaRetryUserCloudPcPartnerAgentInstallation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaRetryUserCloudPcPartnerAgentInstallation", "Variants": [ "Retry", "RetryViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/retryServiceProvisioning", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaRetryUserServiceProvisioning" + "Permissions": [], + "Command": "Invoke-MgBetaRetryUserServiceProvisioning", + "Variants": [ + "Retry", + "RetryViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -263422,62 +263566,62 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgBetaReturnEducationClassAssignmentSubmission", "Variants": [ "Return", "ReturnViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Invoke-MgBetaReturnEducationClassAssignmentSubmission" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", "Method": "POST", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Invoke-MgBetaReturnEducationMeAssignmentSubmission", "Variants": [ "Return", "ReturnViaIdentity" ], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Invoke-MgBetaReturnEducationMeAssignmentSubmission" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", "Method": "POST", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Invoke-MgBetaReturnEducationUserAssignmentSubmission", "Variants": [ "Return", "ReturnViaIdentity" ], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Invoke-MgBetaReturnEducationUserAssignmentSubmission" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}/reupload", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaReuploadDeviceManagementVirtualEndpointDeviceImage", "Variants": [ "Reupload", "ReuploadViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}/reupload", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaReuploadDeviceManagementVirtualEndpointDeviceImage" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateBitLockerKeys", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -263492,36 +263636,36 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceBitLockerKey", "Variants": [ "Rotate", "RotateViaIdentity" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateBitLockerKeys", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceBitLockerKey" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateFileVaultKey", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceFileVaultKey", "Variants": [ "Rotate", "RotateViaIdentity" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateFileVaultKey", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceFileVaultKey" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateLocalAdminPassword", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -263536,18 +263680,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceLocalAdminPassword", "Variants": [ "Rotate", "RotateViaIdentity" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateLocalAdminPassword", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceLocalAdminPassword" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateBitLockerKeys", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -263562,36 +263706,36 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceBitLockerKey", "Variants": [ "Rotate", "RotateViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateBitLockerKeys", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceBitLockerKey" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateFileVaultKey", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceFileVaultKey", "Variants": [ "Rotate", "RotateViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateFileVaultKey", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceFileVaultKey" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateLocalAdminPassword", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -263606,132 +263750,132 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceLocalAdminPassword", "Variants": [ "Rotate", "RotateViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateLocalAdminPassword", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceLocalAdminPassword" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Rotate", - "RotateViaIdentity" - ], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateBitLockerKeys", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaRotateUserManagedDeviceBitLockerKey" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaRotateUserManagedDeviceBitLockerKey", "Variants": [ "Rotate", "RotateViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateFileVaultKey", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaRotateUserManagedDeviceFileVaultKey" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaRotateUserManagedDeviceFileVaultKey", "Variants": [ "Rotate", "RotateViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateLocalAdminPassword", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaRotateUserManagedDeviceLocalAdminPassword" + "Permissions": [], + "Command": "Invoke-MgBetaRotateUserManagedDeviceLocalAdminPassword", + "Variants": [ + "Rotate", + "RotateViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsDefenderScan", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaScanDeviceManagementComanagedDeviceWindowsDefender", "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsDefenderScan", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaScanDeviceManagementComanagedDeviceWindowsDefender" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaScanDeviceManagementManagedDeviceWindowsDefender", "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaScanDeviceManagementManagedDeviceWindowsDefender" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaScanUserManagedDeviceWindowsDefender", "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaScanUserManagedDeviceWindowsDefender" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaScheduleDeviceManagementDeviceCompliancePolicyActionForRule", "Variants": [ "Schedule", "ScheduleExpanded", "ScheduleViaIdentity", "ScheduleViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaScheduleDeviceManagementDeviceCompliancePolicyActionForRule" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "PrivilegedAccess.Read.AzureAD", @@ -263746,17 +263890,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaScheduleRoleManagementDirectory", "Variants": [ "Schedule" ], - "Uri": "/roleManagement/directory/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaScheduleRoleManagementDirectory" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "PrivilegedAccess.Read.AzureAD", @@ -263771,207 +263915,207 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaScheduleRoleManagementDirectoryRole", "Variants": [ "Schedule" ], - "Uri": "/roleManagement/directory/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaScheduleRoleManagementDirectoryRole" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Schedule", - "ScheduleViaIdentity" - ], "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaScheduleRoleManagementEnterpriseApp" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaScheduleRoleManagementEnterpriseApp", "Variants": [ "Schedule", "ScheduleViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaScheduleRoleManagementEnterpriseAppRole" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaScheduleRoleManagementEnterpriseAppRole", "Variants": [ - "Schedule" + "Schedule", + "ScheduleViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaScheduleRoleManagementEntitlementManagement" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgBetaScheduleRoleManagementEntitlementManagement", "Variants": [ "Schedule" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaScheduleRoleManagementEntitlementManagementRole" + "Permissions": [], + "Command": "Invoke-MgBetaScheduleRoleManagementEntitlementManagementRole", + "Variants": [ + "Schedule" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/selfActivate", "Method": "POST", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Invoke-MgBetaSelfPrivilegedApprovalRoleInfoActivate", "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" ], - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/selfActivate", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaSelfPrivilegedApprovalRoleInfoActivate" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/selfDeactivate", "Method": "POST", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Invoke-MgBetaSelfPrivilegedApprovalRoleInfoDeactivate", "Variants": [ "Self", "SelfViaIdentity" ], - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/selfDeactivate", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaSelfPrivilegedApprovalRoleInfoDeactivate" + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoles/{privilegedRole-id}/selfActivate", + "Method": "POST", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "Directory.AccessAsUser.All", "Description": "Access the directory as you", "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaSelfPrivilegedRoleActivate", "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" ], - "Uri": "/privilegedRoles/{privilegedRole-id}/selfActivate", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaSelfPrivilegedRoleActivate" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfActivate", "Method": "POST", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoActivate", "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" ], - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfActivate", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoActivate" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfDeactivate", "Method": "POST", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoDeactivate", "Variants": [ "Self", "SelfViaIdentity" ], - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfDeactivate", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoDeactivate" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfActivate", "Method": "POST", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoActivate", "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" ], - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfActivate", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoActivate" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfDeactivate", "Method": "POST", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoDeactivate", "Variants": [ "Self", "SelfViaIdentity" ], - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfDeactivate", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoDeactivate" + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoles/{privilegedRole-id}/selfDeactivate", + "Method": "POST", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "Directory.AccessAsUser.All", "Description": "Access the directory as you", "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaSelfPrivilegedRoleDeactivate", "Variants": [ "Self", "SelfViaIdentity" ], - "Uri": "/privilegedRoles/{privilegedRole-id}/selfDeactivate", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaSelfPrivilegedRoleDeactivate" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/shareForSchoolDataSyncService", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaShareDeviceManagementDepOnboardingSettingForSchoolDataSyncService", "Variants": [ "Share", "ShareViaIdentity" ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/shareForSchoolDataSyncService", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaShareDeviceManagementDepOnboardingSettingForSchoolDataSyncService" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/share", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -263986,169 +264130,169 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgBetaShareTeamSchedule", "Variants": [ "Share", "ShareExpanded", "ShareViaIdentity", "ShareViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/schedule/share", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaShareTeamSchedule" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/signDigest", "Method": "POST", + "OutputType": "IMicrosoftGraphSigningResult", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Invoke-MgBetaSignGroupSiteInformationProtectionDigest", "Variants": [ "Sign", "SignExpanded", "SignViaIdentity", "SignViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/signDigest", - "OutputType": "IMicrosoftGraphSigningResult", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaSignGroupSiteInformationProtectionDigest" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/informationProtection/signDigest", "Method": "POST", + "OutputType": "IMicrosoftGraphSigningResult", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Invoke-MgBetaSignInformationProtectionDigest", "Variants": [ "Sign", "SignExpanded" ], - "Uri": "/informationProtection/signDigest", - "OutputType": "IMicrosoftGraphSigningResult", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Invoke-MgBetaSignInformationProtectionDigest" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/informationProtection/signDigest", "Method": "POST", + "OutputType": "IMicrosoftGraphSigningResult", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Invoke-MgBetaSignSiteInformationProtectionDigest", "Variants": [ "Sign", "SignExpanded", "SignViaIdentity", "SignViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/informationProtection/signDigest", - "OutputType": "IMicrosoftGraphSigningResult", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Invoke-MgBetaSignSiteInformationProtectionDigest" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/signDigest", "Method": "POST", + "OutputType": "IMicrosoftGraphSigningResult", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaSignUserInformationProtectionDigest", "Variants": [ "Sign", "SignExpanded", "SignViaIdentity", "SignViaIdentityExpanded" ], - "Uri": "/users/{user-id}/informationProtection/signDigest", - "OutputType": "IMicrosoftGraphSigningResult", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaSignUserInformationProtectionDigest" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Invoke-MgBetaSnoozeGroupCalendarEventReminder", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaSnoozeGroupCalendarEventReminder" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/snoozeReminder", "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Invoke-MgBetaSnoozeGroupEventReminder", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/events/{event-id}/snoozeReminder", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaSnoozeGroupEventReminder" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaSnoozeUserEventInstanceReminder", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaSnoozeUserEventInstanceReminder" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events/{event-id}/snoozeReminder", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Invoke-MgBetaSnoozeUserEventReminder", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Uri": "/users/{user-id}/events/{event-id}/snoozeReminder", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaSnoozeUserEventReminder" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/softDelete", "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Invoke-MgBetaSoftChatMessageDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/softDelete", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaSoftChatMessageDelete" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Invoke-MgBetaSoftChatMessageReplyDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaSoftChatMessageReplyDelete" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.ReadWrite", @@ -264163,18 +264307,18 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgBetaSoftTeamChannelMessageDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaSoftTeamChannelMessageDelete" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.ReadWrite", @@ -264189,70 +264333,70 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgBetaSoftTeamChannelMessageReplyDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaSoftTeamChannelMessageReplyDelete" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Soft", - "SoftViaIdentity" - ], "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Invoke-MgBetaSoftTeamPrimaryChannelMessageDelete" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaSoftTeamPrimaryChannelMessageDelete", "Variants": [ "Soft", "SoftViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Invoke-MgBetaSoftTeamPrimaryChannelMessageReplyDelete" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaSoftTeamPrimaryChannelMessageReplyDelete", "Variants": [ "Soft", "SoftViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageDelete" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageDelete", "Variants": [ "Soft", "SoftViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageReplyDelete" + "Permissions": [], + "Command": "Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageReplyDelete", + "Variants": [ + "Soft", + "SoftViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "ChannelMessage.ReadWrite", @@ -264267,69 +264411,69 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgBetaSoftUserChatMessageDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaSoftUserChatMessageDelete" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaSoftUserChatMessageReplyDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaSoftUserChatMessageReplyDelete" + "ApiVersion": "beta" }, { + "Uri": "/communications/calls/{call-id}/subscribeToTone", + "Method": "POST", + "OutputType": "IMicrosoftGraphSubscribeToToneOperation", + "Module": "Beta.CloudCommunications", "Permissions": { "Name": "Calls.AccessMedia.All", "Description": "Access media streams in a call as an app", "FullDescription": "Allows the app to get direct access to media streams in a call, without a signed-in user.", "IsAdmin": false }, - "Method": "POST", + "Command": "Invoke-MgBetaSubscribeCommunicationCallToTone", "Variants": [ "Subscribe", "SubscribeExpanded", "SubscribeViaIdentity", "SubscribeViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/subscribeToTone", - "OutputType": "IMicrosoftGraphSubscribeToToneOperation", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Invoke-MgBetaSubscribeCommunicationCallToTone" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/subscribeByMail", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": { "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 }, - "Method": "POST", + "Command": "Invoke-MgBetaSubscribeGroupByMail", "Variants": [ "Subscribe", "SubscribeViaIdentity" ], - "Uri": "/groups/{group-id}/subscribeByMail", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaSubscribeGroupByMail" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -264356,18 +264500,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticDevicePerformanceDevice", "Variants": [ "Summarize", "SummarizeViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}')", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticDevicePerformanceDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/summarizeDeviceRemoteConnection(summarizeBy='{summarizeBy}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -264382,18 +264526,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticRemoteConnectionDeviceRemoteConnection", "Variants": [ "Summarize", "SummarizeViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/summarizeDeviceRemoteConnection(summarizeBy='{summarizeBy}')", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticRemoteConnectionDeviceRemoteConnection" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/summarizeDeviceResourcePerformance(summarizeBy='{summarizeBy}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", + "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -264408,18 +264552,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticResourcePerformanceDeviceResourcePerformance", "Variants": [ "Summarize", "SummarizeViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/summarizeDeviceResourcePerformance(summarizeBy='{summarizeBy}')", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticResourcePerformanceDeviceResourcePerformance" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceRunSummary", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -264434,18 +264578,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRun", "Variants": [ "Summary", "SummaryViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphIdentityGovernanceRunSummary", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRun" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -264460,18 +264604,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", "Variants": [ "Summary", "SummaryViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReportSummary", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -264486,36 +264630,36 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowTaskReport", "Variants": [ "Summary", "SummaryViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReportSummary", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowTaskReport" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", "Description": "Read and write all lifecycle workflows resources", "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult", "Variants": [ "Summary", "SummaryViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/supportedLanguages", + "Method": "GET", + "OutputType": "IMicrosoftGraphLocaleInfo", + "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "User.Read", @@ -264536,38 +264680,38 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Invoke-MgBetaSupportedUserOutlookLanguage", "Variants": [ "Supported", "SupportedViaIdentity" ], - "Uri": "/users/{user-id}/outlook/supportedLanguages", - "OutputType": "IMicrosoftGraphLocaleInfo", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Invoke-MgBetaSupportedUserOutlookLanguage" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}/unassignTag", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "ManagedTenants.ReadWrite.All", "Description": "Read and write all managed tenant information", "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaTagTenantRelationshipManagedTenantTagUnassign", "Variants": [ "Tag", "TagExpanded", "TagViaIdentity", "TagViaIdentityExpanded" ], - "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}/unassignTag", - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Invoke-MgBetaTagTenantRelationshipManagedTenantTagUnassign" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -264582,20 +264726,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppPolicyApp", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppPolicyApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -264610,20 +264754,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -264638,40 +264782,40 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaTargetDeviceAppManagementTargetedManagedAppConfigurationApp", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaTargetDeviceAppManagementTargetedManagedAppConfigurationApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/targetApps", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -264686,20 +264830,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgBetaTargetDeviceAppManagementWindowsManagedAppProtectionApp", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/targetApps", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaTargetDeviceAppManagementWindowsManagedAppProtectionApp" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenantGroups/tenantSearch", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -264714,36 +264858,36 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgBetaTenantRelationshipManagedTenantGroupSearch", "Variants": [ "Tenant", "TenantExpanded" ], - "Uri": "/tenantRelationships/managedTenants/tenantGroups/tenantSearch", - "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Invoke-MgBetaTenantRelationshipManagedTenantGroupSearch" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}/offboardTenant", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "ManagedTenants.ReadWrite.All", "Description": "Read and write all managed tenant information", "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaTenantRelationshipManagedTenantOffboard", "Variants": [ "Tenant", "TenantViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}/offboardTenant", - "OutputType": "IMicrosoftGraphManagedTenantsTenant", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Invoke-MgBetaTenantRelationshipManagedTenantOffboard" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -264758,18 +264902,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgBetaTerminateDeviceManagementPartner", "Variants": [ "Terminate", "TerminateViaIdentity" ], - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaTerminateDeviceManagementPartner" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/supportedTimeZones", + "Method": "GET", + "OutputType": "IMicrosoftGraphTimeZoneInformation", + "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "User.Read", @@ -264790,20 +264934,20 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Invoke-MgBetaTimeUserOutlook", "Variants": [ "Time", "Time1", "TimeViaIdentity", "TimeViaIdentity1" ], - "Uri": "/users/{user-id}/outlook/supportedTimeZones", - "OutputType": "IMicrosoftGraphTimeZoneInformation", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Invoke-MgBetaTimeUserOutlook" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/translateExchangeIds", + "Method": "POST", + "OutputType": "IMicrosoftGraphConvertIdResult", + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "User.Read", @@ -264836,74 +264980,74 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgBetaTranslateUserExchangeId", "Variants": [ "Translate", "TranslateExpanded", "TranslateViaIdentity", "TranslateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/translateExchangeIds", - "OutputType": "IMicrosoftGraphConvertIdResult", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaTranslateUserExchangeId" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/troubleshoot", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaTroubleshootDeviceManagementVirtualEndpointCloudPc", "Variants": [ "Troubleshoot", "TroubleshootViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/troubleshoot", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaTroubleshootDeviceManagementVirtualEndpointCloudPc" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/troubleshoot", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaTroubleshootUserCloudPc", "Variants": [ "Troubleshoot", "TroubleshootViaIdentity" ], - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/troubleshoot", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaTroubleshootUserCloudPc" + "ApiVersion": "beta" }, { + "Uri": "/admin/serviceAnnouncement/messages/unarchive", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceMessageViewpoint.Write", "Description": "Update your user status on service announcement messages", "FullDescription": "Allows the app to update service announcement messages' status on your behalf. Your status for messages can be marked as read, archive, or favorite.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaUnarchiveServiceAnnouncementMessage", "Variants": [ "Unarchive", "UnarchiveExpanded" ], - "Uri": "/admin/serviceAnnouncement/messages/unarchive", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Invoke-MgBetaUnarchiveServiceAnnouncementMessage" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/unarchive", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -264930,31 +265074,31 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgBetaUnarchiveTeam", "Variants": [ "Unarchive", "UnarchiveViaIdentity" ], - "Uri": "/teams/{team-id}/unarchive", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaUnarchiveTeam" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserFromDevice", "Variants": [ "Unassign", "UnassignViaIdentity" ], - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserFromDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -264969,196 +265113,196 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice", "Variants": [ "Unassign", "UnassignViaIdentity" ], - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidForWorkSettings/unbind", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaUnbindDeviceManagementAndroidForWorkSetting", "Variants": [ "Unbind" ], - "Uri": "/deviceManagement/androidForWorkSettings/unbind", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaUnbindDeviceManagementAndroidForWorkSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/unbind", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaUnbindDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", "Variants": [ "Unbind" ], - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/unbind", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaUnbindDeviceManagementAndroidManagedStoreAccountEnterpriseSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/unenrollAssets", "Method": "POST", + "OutputType": null, + "Module": "Beta.WindowsUpdates", + "Permissions": [], + "Command": "Invoke-MgBetaUnenrollWindowsUpdatesPolicyAudienceExclusionAsset", "Variants": [ "Unenroll", "UnenrollExpanded", "UnenrollViaIdentity", "UnenrollViaIdentityExpanded" ], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/unenrollAssets", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Invoke-MgBetaUnenrollWindowsUpdatesPolicyAudienceExclusionAsset" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/unenrollAssets", "Method": "POST", + "OutputType": null, + "Module": "Beta.WindowsUpdates", + "Permissions": [], + "Command": "Invoke-MgBetaUnenrollWindowsUpdatesPolicyAudienceMemberAsset", "Variants": [ "Unenroll", "UnenrollExpanded", "UnenrollViaIdentity", "UnenrollViaIdentityExpanded" ], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/unenrollAssets", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Invoke-MgBetaUnenrollWindowsUpdatesPolicyAudienceMemberAsset" + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/updatableAssets/unenrollAssets", + "Method": "POST", + "OutputType": null, + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaUnenrollWindowsUpdatesUpdatableAsset", "Variants": [ "Unenroll", "UnenrollExpanded" ], - "Uri": "/admin/windows/updates/updatableAssets/unenrollAssets", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Invoke-MgBetaUnenrollWindowsUpdatesUpdatableAsset" + "ApiVersion": "beta" }, { + "Uri": "/admin/serviceAnnouncement/messages/unfavorite", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceMessageViewpoint.Write", "Description": "Update your user status on service announcement messages", "FullDescription": "Allows the app to update service announcement messages' status on your behalf. Your status for messages can be marked as read, archive, or favorite.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaUnfavoriteServiceAnnouncementMessage", "Variants": [ "Unfavorite", "UnfavoriteExpanded" ], - "Uri": "/admin/serviceAnnouncement/messages/unfavorite", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Invoke-MgBetaUnfavoriteServiceAnnouncementMessage" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Unfollow", - "UnfollowViaIdentity" - ], "Uri": "/drives/{drive-id}/items/{driveItem-id}/unfollow", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Invoke-MgBetaUnfollowDriveItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaUnfollowDriveItem", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/unfollow", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Invoke-MgBetaUnfollowDriveRoot" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaUnfollowDriveRoot", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Invoke-MgBetaUnfollowGroupDriveItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaUnfollowGroupDriveItem", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/unfollow", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Invoke-MgBetaUnfollowGroupDriveRoot" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaUnfollowGroupDriveRoot", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaUnfollowUserDriveItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgBetaUnfollowUserDriveItem", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/unfollow", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaUnfollowUserDriveRoot" + "Permissions": [], + "Command": "Invoke-MgBetaUnfollowUserDriveRoot", + "Variants": [ + "Unfollow", + "UnfollowViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/communications/calls/{call-id}/unmute", + "Method": "POST", + "OutputType": "IMicrosoftGraphUnmuteParticipantOperation", + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.AccessMedia.All", @@ -265173,33 +265317,33 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgBetaUnmuteCommunicationCall", "Variants": [ "Unmute", "UnmuteExpanded", "UnmuteViaIdentity", "UnmuteViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/unmute", - "OutputType": "IMicrosoftGraphUnmuteParticipantOperation", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Invoke-MgBetaUnmuteCommunicationCall" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/unpin", "Method": "POST", + "OutputType": "IMicrosoftGraphEducationModule", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Invoke-MgBetaUnpinEducationClassModule", "Variants": [ "Unpin", "UnpinViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/unpin", - "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Invoke-MgBetaUnpinEducationClassModule" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -265226,128 +265370,128 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgBetaUnsubmitEducationClassAssignmentSubmission", "Variants": [ "Unsubmit", "UnsubmitViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Invoke-MgBetaUnsubmitEducationClassAssignmentSubmission" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", "Method": "POST", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Invoke-MgBetaUnsubmitEducationMeAssignmentSubmission", "Variants": [ "Unsubmit", "UnsubmitViaIdentity" ], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Invoke-MgBetaUnsubmitEducationMeAssignmentSubmission" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", "Method": "POST", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Invoke-MgBetaUnsubmitEducationUserAssignmentSubmission", "Variants": [ "Unsubmit", "UnsubmitViaIdentity" ], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Invoke-MgBetaUnsubmitEducationUserAssignmentSubmission" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/unsubscribe", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaUnsubscribeUserMailFolderChildFolderMessage", "Variants": [ "Unsubscribe", "UnsubscribeViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/unsubscribe", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaUnsubscribeUserMailFolderChildFolderMessage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/unsubscribe", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Invoke-MgBetaUnsubscribeUserMailFolderMessage", "Variants": [ "Unsubscribe", "UnsubscribeViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/unsubscribe", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaUnsubscribeUserMailFolderMessage" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/messages/{message-id}/unsubscribe", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": { "Name": "Mail.Send", "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Invoke-MgBetaUnsubscribeUserMessage", "Variants": [ "Unsubscribe", "UnsubscribeViaIdentity" ], - "Uri": "/users/{user-id}/messages/{message-id}/unsubscribe", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaUnsubscribeUserMessage" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/uploadDepToken", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaUploadDeviceManagementDepOnboardingSettingDepToken", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/uploadDepToken", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaUploadDeviceManagementDepOnboardingSettingDepToken" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/uploadNewVersion", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaUploadDeviceManagementGroupPolicyUploadedDefinitionFileNewVersion", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/uploadNewVersion", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaUploadDeviceManagementGroupPolicyUploadedDefinitionFileNewVersion" + "ApiVersion": "beta" }, { + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/uploadUrl", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -265362,158 +265506,158 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Invoke-MgBetaUploadEducationSynchronizationProfileUrl", "Variants": [ "Upload", "UploadViaIdentity" ], - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/uploadUrl", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Invoke-MgBetaUploadEducationSynchronizationProfileUrl" + "ApiVersion": "beta" }, { + "Uri": "/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate", + "Method": "POST", + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "APIConnectors.ReadWrite.All", "Description": "Read and write API connectors for authentication flows", "FullDescription": "Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaUploadIdentityApiConnectorClientCertificate", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Uri": "/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate", - "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Invoke-MgBetaUploadIdentityApiConnectorClientCertificate" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate", "Method": "POST", + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeCollectionClientCertificate", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate", - "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeCollectionClientCertificate" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate", "Method": "POST", + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSignupClientCertificate", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate", - "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSignupClientCertificate" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance/uploadClientCertificate", "Method": "POST", + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPreTokenIssuanceClientCertificate", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance/uploadClientCertificate", - "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPreTokenIssuanceClientCertificate" + "ApiVersion": "beta" }, { + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadCertificate", + "Method": "POST", + "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "TrustFrameworkKeySet.ReadWrite.All", "Description": "Read and write trust framework key sets", "FullDescription": "Allows the app to read or write trust framework key sets, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetCertificate", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadCertificate", - "OutputType": "IMicrosoftGraphTrustFrameworkKey", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetCertificate" + "ApiVersion": "beta" }, { + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadPkcs12", + "Method": "POST", + "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "TrustFrameworkKeySet.ReadWrite.All", "Description": "Read and write trust framework key sets", "FullDescription": "Allows the app to read or write trust framework key sets, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetPkcs12", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadPkcs12", - "OutputType": "IMicrosoftGraphTrustFrameworkKey", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetPkcs12" + "ApiVersion": "beta" }, { + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadSecret", + "Method": "POST", + "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "TrustFrameworkKeySet.ReadWrite.All", "Description": "Read and write trust framework key sets", "FullDescription": "Allows the app to read or write trust framework key sets, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetSecret", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadSecret", - "OutputType": "IMicrosoftGraphTrustFrameworkKey", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetSecret" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/usage", "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Invoke-MgBetaUsageIdentityConditionalAccessAuthenticationStrengthPolicy", "Variants": [ "Usage", "Usage1", "UsageViaIdentity", "UsageViaIdentity1" ], - "Uri": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/usage", - "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Invoke-MgBetaUsageIdentityConditionalAccessAuthenticationStrengthPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage", + "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -265534,18 +265678,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgBetaUsagePolicyAuthenticationStrengthPolicy", "Variants": [ "Usage", "UsageViaIdentity" ], - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage", - "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Invoke-MgBetaUsagePolicyAuthenticationStrengthPolicy" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphReminder", + "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "Calendars.Read", @@ -265566,46 +265710,46 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Invoke-MgBetaViewUserReminder", "Variants": [ "View", "ViewViaIdentity" ], - "Uri": "/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", - "OutputType": "IMicrosoftGraphReminder", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Invoke-MgBetaViewUserReminder" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')", "Method": "GET", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Invoke-MgCalendarGroupCalendar", "Variants": [ "Calendar", "CalendarViaIdentity" ], - "Uri": "/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Invoke-MgCalendarGroupCalendar" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/calendar/allowedCalendarSharingRoles(User='{User}')", "Method": "GET", + "OutputType": null, + "Module": "Users.Functions", + "Permissions": [], + "Command": "Invoke-MgCalendarUserCalendarAllowedCalendarSharingRoles", "Variants": [ "Calendar", "Calendar1", "CalendarViaIdentity", "CalendarViaIdentity1" ], - "Uri": "/users/{user-id}/calendar/allowedCalendarSharingRoles(User='{User}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Invoke-MgCalendarUserCalendarAllowedCalendarSharingRoles" + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin", + "Method": "POST", + "OutputType": null, + "Module": "Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -265626,95 +265770,95 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgCheckinDriveItem", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Invoke-MgCheckinDriveItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Checkin", - "CheckinExpanded", - "CheckinViaIdentity", - "CheckinViaIdentityExpanded" - ], "Uri": "/drives/{drive-id}/root/checkin", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Invoke-MgCheckinDriveRoot" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgCheckinDriveRoot", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkin", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Invoke-MgCheckinGroupDriveItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgCheckinGroupDriveItem", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkin", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Invoke-MgCheckinGroupDriveRoot" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgCheckinGroupDriveRoot", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkin", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "Invoke-MgCheckinUserDriveItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgCheckinUserDriveItem", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/checkin", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "Invoke-MgCheckinUserDriveRoot" + "Permissions": [], + "Command": "Invoke-MgCheckinUserDriveRoot", + "Variants": [ + "Checkin", + "CheckinExpanded", + "CheckinViaIdentity", + "CheckinViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout", + "Method": "POST", + "OutputType": null, + "Module": "Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -265735,131 +265879,131 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgCheckoutDriveItem", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Invoke-MgCheckoutDriveItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Checkout", - "CheckoutViaIdentity" - ], "Uri": "/drives/{drive-id}/root/checkout", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Invoke-MgCheckoutDriveRoot" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgCheckoutDriveRoot", "Variants": [ "Checkout", "CheckoutViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkout", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Invoke-MgCheckoutGroupDriveItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgCheckoutGroupDriveItem", "Variants": [ "Checkout", "CheckoutViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkout", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Invoke-MgCheckoutGroupDriveRoot" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgCheckoutGroupDriveRoot", "Variants": [ "Checkout", "CheckoutViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkout", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "Invoke-MgCheckoutUserDriveItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgCheckoutUserDriveItem", "Variants": [ "Checkout", "CheckoutViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/checkout", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "Invoke-MgCheckoutUserDriveRoot" + "Permissions": [], + "Command": "Invoke-MgCheckoutUserDriveRoot", + "Variants": [ + "Checkout", + "CheckoutViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgCleanDeviceManagementManagedDeviceWindowsDevice", "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Invoke-MgCleanDeviceManagementManagedDeviceWindowsDevice" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Invoke-MgCleanUserManagedDeviceWindowsDevice", "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Invoke-MgCleanUserManagedDeviceWindowsDevice" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/createOrGet", "Method": "POST", + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Module": "CloudCommunications", + "Permissions": [], + "Command": "Invoke-MgCreateOrGetCommunicationOnlineMeeting", "Variants": [ "Create1", "CreateExpanded1" ], - "Uri": "/communications/onlineMeetings/createOrGet", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Invoke-MgCreateOrGetCommunicationOnlineMeeting" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onlineMeetings/createOrGet", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Module": "Users.Actions", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -265874,196 +266018,196 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgCreateOrGetUserOnlineMeeting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onlineMeetings/createOrGet", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Invoke-MgCreateOrGetUserOnlineMeeting" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/calendar/events/{event-id}/decline", "Method": "POST", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Invoke-MgDeclineGroupCalendarEvent", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/calendar/events/{event-id}/decline", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Invoke-MgDeclineGroupCalendarEvent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/decline", "Method": "POST", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Invoke-MgDeclineGroupEvent", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/events/{event-id}/decline", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Invoke-MgDeclineGroupEvent" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/events/{event-id}/decline", + "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Invoke-MgDeclineUserEvent", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Uri": "/users/{user-id}/events/{event-id}/decline", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Invoke-MgDeclineUserEvent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Invoke-MgDeclineUserEventInstance", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Invoke-MgDeclineUserEventInstance" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", "Method": "POST", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Invoke-MgDismissGroupCalendarEventReminder", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Uri": "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Invoke-MgDismissGroupCalendarEventReminder" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/dismissReminder", "Method": "POST", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Invoke-MgDismissGroupEventReminder", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Uri": "/groups/{group-id}/events/{event-id}/dismissReminder", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Invoke-MgDismissGroupEventReminder" + "ApiVersion": "v1.0" }, { + "Uri": "/identityProtection/riskyServicePrincipals/dismiss", + "Method": "POST", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "IdentityRiskyServicePrincipal.ReadWrite.All", "Description": "Read and write all identity risky service principal information", "FullDescription": "Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgDismissRiskyServicePrincipal", "Variants": [ "Dismiss", "DismissExpanded" ], - "Uri": "/identityProtection/riskyServicePrincipals/dismiss", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Invoke-MgDismissRiskyServicePrincipal" + "ApiVersion": "v1.0" }, { + "Uri": "/identityProtection/riskyUsers/dismiss", + "Method": "POST", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "IdentityRiskyUser.ReadWrite.All", "Description": "Read and write identity risky user information", "FullDescription": "Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgDismissRiskyUser", "Variants": [ "Dismiss", "DismissExpanded" ], - "Uri": "/identityProtection/riskyUsers/dismiss", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Invoke-MgDismissRiskyUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Invoke-MgDismissUserEventInstanceReminder", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Invoke-MgDismissUserEventInstanceReminder" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/events/{event-id}/dismissReminder", + "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Invoke-MgDismissUserEventReminder", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Uri": "/users/{user-id}/events/{event-id}/dismissReminder", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Invoke-MgDismissUserEventReminder" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/shutDown", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgDownDeviceManagementManagedDeviceShut", "Variants": [ "Down", "DownViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/shutDown", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Invoke-MgDownDeviceManagementManagedDeviceShut" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest", + "Method": "GET", + "OutputType": null, + "Module": "DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -266078,30 +266222,30 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", "Variants": [ "Download" ], - "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Functions", - "Command": "Invoke-MgDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/shutDown", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Invoke-MgDownUserManagedDeviceShut", "Variants": [ "Down", "DownViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/shutDown", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Invoke-MgDownUserManagedDeviceShut" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics", + "Method": "POST", + "OutputType": null, + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -266116,18 +266260,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgEstimateSecurityCaseEdiscoveryCaseSearchStatistics", "Variants": [ "Estimate", "EstimateViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Invoke-MgEstimateSecurityCaseEdiscoveryCaseSearchStatistics" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsSummarizeWorkFromAnywhereDevices", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevicesSummary", + "Module": "DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -266142,17 +266286,17 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgExperienceDeviceManagement", "Variants": [ "Experience" ], - "Uri": "/deviceManagement/userExperienceAnalyticsSummarizeWorkFromAnywhereDevices", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevicesSummary", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Functions", - "Command": "Invoke-MgExperienceDeviceManagement" + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", + "Method": "POST", + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Module": "Files", "Permissions": [ { "Name": "Files.Read.All", @@ -266179,114 +266323,114 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgExtractDriveItemSensitivityLabel", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Invoke-MgExtractDriveItemSensitivityLabel" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Extract", - "ExtractViaIdentity" - ], "Uri": "/drives/{drive-id}/root/extractSensitivityLabels", + "Method": "POST", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Invoke-MgExtractDriveRootSensitivityLabel" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgExtractDriveRootSensitivityLabel", "Variants": [ "Extract", "ExtractViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", + "Method": "POST", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Invoke-MgExtractGroupDriveItemSensitivityLabel" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgExtractGroupDriveItemSensitivityLabel", "Variants": [ "Extract", "ExtractViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/extractSensitivityLabels", + "Method": "POST", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Invoke-MgExtractGroupDriveRootSensitivityLabel" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgExtractGroupDriveRootSensitivityLabel", "Variants": [ "Extract", "ExtractViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", + "Method": "POST", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "Invoke-MgExtractUserDriveItemSensitivityLabel" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgExtractUserDriveItemSensitivityLabel", "Variants": [ "Extract", "ExtractViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/extractSensitivityLabels", + "Method": "POST", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "Invoke-MgExtractUserDriveRootSensitivityLabel" + "Permissions": [], + "Command": "Invoke-MgExtractUserDriveRootSensitivityLabel", + "Variants": [ + "Extract", + "ExtractViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/admin/serviceAnnouncement/messages/favorite", + "Method": "POST", + "OutputType": null, + "Module": "Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceMessageViewpoint.Write", "Description": "Update your user status on service announcement messages", "FullDescription": "Allows the app to update service announcement messages' status on your behalf. Your status for messages can be marked as read, archive, or favorite.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgFavoriteServiceAnnouncementMessage", "Variants": [ "Favorite", "FavoriteExpanded" ], - "Uri": "/admin/serviceAnnouncement/messages/favorite", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", - "Command": "Invoke-MgFavoriteServiceAnnouncementMessage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", "Method": "GET", + "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Module": "Applications", + "Permissions": [], + "Command": "Invoke-MgFilterApplicationSynchronizationJobSchemaOperator", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", - "OutputType": "IMicrosoftGraphFilterOperatorSchema", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Invoke-MgFilterApplicationSynchronizationJobSchemaOperator" + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", + "Method": "GET", + "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -266301,36 +266445,36 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Invoke-MgFilterApplicationSynchronizationTemplateSchemaOperator", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", - "OutputType": "IMicrosoftGraphFilterOperatorSchema", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Invoke-MgFilterApplicationSynchronizationTemplateSchemaOperator" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphApproval", + "Module": "Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "GET", + "Command": "Invoke-MgFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackage", + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -266345,18 +266489,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgFilterEntitlementManagementAccessPackageByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterEntitlementManagementAccessPackageByCurrentUser" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on='{on}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -266371,18 +266515,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgFilterEntitlementManagementAssignmentByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterEntitlementManagementAssignmentByCurrentUser" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on='{on}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -266397,18 +266541,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgFilterEntitlementManagementAssignmentRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterEntitlementManagementAssignmentRequestByCurrentUser" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -266423,18 +266567,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on='{on}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -266449,18 +266593,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessReviewInstance", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -266475,18 +266619,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -266501,18 +266645,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessReviewStage", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -266527,18 +266671,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionByCurrentUser" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphAppConsentRequest", + "Module": "Identity.Governance", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -266553,18 +266697,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAppConsentRequest", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestByCurrentUser" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserConsentRequest", + "Module": "Identity.Governance", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -266579,18 +266723,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUserConsentRequest", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -266623,18 +266767,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -266667,18 +266811,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -266711,18 +266855,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -266755,18 +266899,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -266799,18 +266943,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -266843,96 +266987,96 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Filter", - "FilterViaIdentity" - ], "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser" + "Permissions": [], + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser", + "Variants": [ + "Filter", + "FilterViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", + "Method": "GET", + "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -266947,18 +267091,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Invoke-MgFilterServicePrincipalSynchronizationJobSchemaOperator", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", - "OutputType": "IMicrosoftGraphFilterOperatorSchema", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Invoke-MgFilterServicePrincipalSynchronizationJobSchemaOperator" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", + "Method": "GET", + "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -266973,18 +267117,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Invoke-MgFilterServicePrincipalSynchronizationTemplateSchemaOperator", "Variants": [ "Filter", "FilterViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", - "OutputType": "IMicrosoftGraphFilterOperatorSchema", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Invoke-MgFilterServicePrincipalSynchronizationTemplateSchemaOperator" + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow", + "Method": "POST", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -267023,316 +267167,316 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgFollowDriveItem", "Variants": [ "Follow", "FollowViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Invoke-MgFollowDriveItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Follow", - "FollowViaIdentity" - ], "Uri": "/drives/{drive-id}/root/follow", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Invoke-MgFollowDriveRoot" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgFollowDriveRoot", "Variants": [ "Follow", "FollowViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/follow", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Invoke-MgFollowGroupDriveItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgFollowGroupDriveItem", "Variants": [ "Follow", "FollowViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/follow", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Invoke-MgFollowGroupDriveRoot" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgFollowGroupDriveRoot", "Variants": [ "Follow", "FollowViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/follow", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "Invoke-MgFollowUserDriveItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgFollowUserDriveItem", "Variants": [ "Follow", "FollowViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/follow", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "Invoke-MgFollowUserDriveRoot" + "Permissions": [], + "Command": "Invoke-MgFollowUserDriveRoot", + "Variants": [ + "Follow", + "FollowViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/domains/{domain-id}/forceDelete", + "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": { "Name": "Domain.ReadWrite.All", "Description": "Read and write domains", "FullDescription": "Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgForceDomainDelete", "Variants": [ "Force", "ForceExpanded", "ForceViaIdentity", "ForceViaIdentityExpanded" ], - "Uri": "/domains/{domain-id}/forceDelete", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Invoke-MgForceDomainDelete" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/calendar/events/{event-id}/forward", + "Method": "POST", + "OutputType": null, + "Module": "Groups", "Permissions": { "Name": "Calendars.Read", "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Invoke-MgForwardGroupCalendarEvent", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/calendar/events/{event-id}/forward", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Invoke-MgForwardGroupCalendarEvent" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward", + "Method": "POST", + "OutputType": null, + "Module": "Groups", "Permissions": { "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 }, - "Method": "POST", + "Command": "Invoke-MgForwardGroupConversationThreadPost", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Invoke-MgForwardGroupConversationThreadPost" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", "Method": "POST", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Invoke-MgForwardGroupConversationThreadPostInReplyTo", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Invoke-MgForwardGroupConversationThreadPostInReplyTo" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/events/{event-id}/forward", + "Method": "POST", + "OutputType": null, + "Module": "Groups", "Permissions": { "Name": "Calendars.Read", "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Invoke-MgForwardGroupEvent", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/events/{event-id}/forward", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Invoke-MgForwardGroupEvent" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward", + "Method": "POST", + "OutputType": null, + "Module": "Groups", "Permissions": { "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 }, - "Method": "POST", + "Command": "Invoke-MgForwardGroupThreadPost", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Invoke-MgForwardGroupThreadPost" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", "Method": "POST", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Invoke-MgForwardGroupThreadPostInReplyTo", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Invoke-MgForwardGroupThreadPostInReplyTo" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/events/{event-id}/forward", + "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", "Permissions": { "Name": "Calendars.Read", "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Invoke-MgForwardUserEvent", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Uri": "/users/{user-id}/events/{event-id}/forward", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Invoke-MgForwardUserEvent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/forward", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Invoke-MgForwardUserEventInstance", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/forward", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Invoke-MgForwardUserEventInstance" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Invoke-MgForwardUserMailFolderChildFolderMessage", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Invoke-MgForwardUserMailFolderChildFolderMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward", + "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", "Permissions": { "Name": "Mail.Send", "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Invoke-MgForwardUserMailFolderMessage", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Invoke-MgForwardUserMailFolderMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/messages/{message-id}/forward", + "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", "Permissions": { "Name": "Mail.Send", "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Invoke-MgForwardUserMessage", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Uri": "/users/{user-id}/messages/{message-id}/forward", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Invoke-MgForwardUserMessage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", "Method": "GET", + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Module": "Applications", + "Permissions": [], + "Command": "Invoke-MgFunctionApplicationSynchronizationJobSchema", "Variants": [ "Function", "FunctionViaIdentity" ], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Invoke-MgFunctionApplicationSynchronizationJobSchema" + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -267347,18 +267491,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Invoke-MgFunctionApplicationSynchronizationTemplateSchema", "Variants": [ "Function", "FunctionViaIdentity" ], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Invoke-MgFunctionApplicationSynchronizationTemplateSchema" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -267373,18 +267517,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Invoke-MgFunctionServicePrincipalSynchronizationJobSchema", "Variants": [ "Function", "FunctionViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Invoke-MgFunctionServicePrincipalSynchronizationJobSchema" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -267399,89 +267543,89 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Invoke-MgFunctionServicePrincipalSynchronizationTemplateSchema", "Variants": [ "Function", "FunctionViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Invoke-MgFunctionServicePrincipalSynchronizationTemplateSchema" + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/unhideForUser", + "Method": "POST", + "OutputType": null, + "Module": "Teams", "Permissions": { "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 }, - "Method": "POST", + "Command": "Invoke-MgGraphChat", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/unhideForUser", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Invoke-MgGraphChat" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/sharedWithMe", "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Files", + "Permissions": [], + "Command": "Invoke-MgGraphDrive", "Variants": [ "Graph", "GraphViaIdentity" ], - "Uri": "/drives/{drive-id}/sharedWithMe", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Invoke-MgGraphDrive" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/unsubscribeByMail", + "Method": "POST", + "OutputType": null, + "Module": "Groups", "Permissions": { "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 }, - "Method": "POST", + "Command": "Invoke-MgGraphGroup", "Variants": [ "Graph", "GraphViaIdentity" ], - "Uri": "/groups/{group-id}/unsubscribeByMail", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Invoke-MgGraphGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/sharedWithMe", "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Groups", + "Permissions": [], + "Command": "Invoke-MgGraphGroupDrive", "Variants": [ "Graph", "GraphViaIdentity" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/sharedWithMe", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Invoke-MgGraphGroupDrive" + "ApiVersion": "v1.0" }, { + "Uri": "/reports/authenticationMethods/usersRegisteredByFeature", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserRegistrationFeatureSummary", + "Module": "Reports", "Permissions": { "Name": "AuditLog.Read.All", "Description": "Read audit log data", "FullDescription": "Allows the app to read and query your audit log activities, on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Invoke-MgGraphReportAuthenticationMethod", "Variants": [ "Graph", "Graph1", @@ -267490,41 +267634,41 @@ "GraphViaIdentity", "GraphViaIdentity1" ], - "Uri": "/reports/authenticationMethods/usersRegisteredByFeature", - "OutputType": "IMicrosoftGraphUserRegistrationFeatureSummary", - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Invoke-MgGraphReportAuthenticationMethod" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/unhideForUser", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Invoke-MgGraphUserChat", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Uri": "/users/{user-id}/chats/{chat-id}/unhideForUser", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Invoke-MgGraphUserChat" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/sharedWithMe", "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Users.Functions", + "Permissions": [], + "Command": "Invoke-MgGraphUserDrive", "Variants": [ "Graph", "GraphViaIdentity" ], - "Uri": "/users/{user-id}/drives/{drive-id}/sharedWithMe", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Invoke-MgGraphUserDrive" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "Method": "GET", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -267539,44 +267683,44 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgHaveTeamChannel", "Variants": [ "Have", "HaveViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Invoke-MgHaveTeamChannel" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", "Method": "GET", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Invoke-MgHaveTeamPrimaryChannel", "Variants": [ "Have", "HaveViaIdentity" ], - "Uri": "/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Invoke-MgHaveTeamPrimaryChannel" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", "Method": "GET", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Invoke-MgHaveTeamworkDeletedTeamChannel", "Variants": [ "Have", "HaveViaIdentity" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Invoke-MgHaveTeamworkDeletedTeamChannel" + "ApiVersion": "v1.0" }, { + "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate", + "Method": "POST", + "OutputType": "IMicrosoftGraphApplicationServicePrincipal", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -267597,40 +267741,40 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgInstantiateApplicationTemplate", "Variants": [ "Instantiate", "InstantiateExpanded", "InstantiateViaIdentity", "InstantiateViaIdentityExpanded" ], - "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate", - "OutputType": "IMicrosoftGraphApplicationServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Invoke-MgInstantiateApplicationTemplate" + "ApiVersion": "v1.0" }, { + "Uri": "/communications/calls/{call-id}/participants/invite", + "Method": "POST", + "OutputType": "IMicrosoftGraphInviteParticipantsOperation", + "Module": "CloudCommunications", "Permissions": { "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 }, - "Method": "POST", + "Command": "Invoke-MgInviteCommunicationCallParticipant", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/participants/invite", - "OutputType": "IMicrosoftGraphInviteParticipantsOperation", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Invoke-MgInviteCommunicationCallParticipant" + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite", + "Method": "POST", + "OutputType": "IMicrosoftGraphPermission", + "Module": "Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -267651,95 +267795,95 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgInviteDriveItem", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Invoke-MgInviteDriveItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Invite", - "InviteExpanded", - "InviteViaIdentity", - "InviteViaIdentityExpanded" - ], "Uri": "/drives/{drive-id}/root/invite", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Invoke-MgInviteDriveRoot" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgInviteDriveRoot", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/invite", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Invoke-MgInviteGroupDriveItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgInviteGroupDriveItem", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/invite", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Invoke-MgInviteGroupDriveRoot" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgInviteGroupDriveRoot", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/invite", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "Invoke-MgInviteUserDriveItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgInviteUserDriveItem", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/invite", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "Invoke-MgInviteUserDriveRoot" + "Permissions": [], + "Command": "Invoke-MgInviteUserDriveRoot", + "Variants": [ + "Invite", + "InviteExpanded", + "InviteViaIdentity", + "InviteViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/communications/calls/{call-id}/keepAlive", + "Method": "POST", + "OutputType": null, + "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.AccessMedia.All", @@ -267754,18 +267898,18 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgKeepCommunicationCallAlive", "Variants": [ "Keep", "KeepViaIdentity" ], - "Uri": "/communications/calls/{call-id}/keepAlive", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Invoke-MgKeepCommunicationCallAlive" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/reprocessLicenseAssignment", + "Method": "POST", + "OutputType": "IMicrosoftGraphUser", + "Module": "Users.Actions", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -267780,173 +267924,173 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgLicenseUser", "Variants": [ "License", "LicenseViaIdentity" ], - "Uri": "/users/{user-id}/reprocessLicenseAssignment", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Invoke-MgLicenseUser" + "ApiVersion": "v1.0" }, { + "Uri": "/communications/calls/logTeleconferenceDeviceQuality", + "Method": "POST", + "OutputType": null, + "Module": "CloudCommunications", "Permissions": { "Name": "Calls.AccessMedia.All", "Description": "Access media streams in a call as an app", "FullDescription": "Allows the app to get direct access to media streams in a call, without a signed-in user.", "IsAdmin": false }, - "Method": "POST", + "Command": "Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality", "Variants": [ "Log", "LogExpanded" ], - "Uri": "/communications/calls/logTeleconferenceDeviceQuality", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser", "Variants": [ "Logout", "LogoutViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Invoke-MgLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Invoke-MgLogoutUserManagedDeviceSharedAppleDeviceActiveUser", "Variants": [ "Logout", "LogoutViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Invoke-MgLogoutUserManagedDeviceSharedAppleDeviceActiveUser" + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/markChatReadForUser", + "Method": "POST", + "OutputType": null, + "Module": "Teams", "Permissions": { "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 }, - "Method": "POST", + "Command": "Invoke-MgMarkChatReadForUser", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/markChatReadForUser", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Invoke-MgMarkChatReadForUser" + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/markChatUnreadForUser", + "Method": "POST", + "OutputType": null, + "Module": "Teams", "Permissions": { "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 }, - "Method": "POST", + "Command": "Invoke-MgMarkChatUnreadForUser", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/markChatUnreadForUser", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Invoke-MgMarkChatUnreadForUser" + "ApiVersion": "v1.0" }, { + "Uri": "/admin/serviceAnnouncement/messages/markRead", + "Method": "POST", + "OutputType": null, + "Module": "Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceMessageViewpoint.Write", "Description": "Update your user status on service announcement messages", "FullDescription": "Allows the app to update service announcement messages' status on your behalf. Your status for messages can be marked as read, archive, or favorite.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgMarkServiceAnnouncementMessageRead", "Variants": [ "Mark", "MarkExpanded" ], - "Uri": "/admin/serviceAnnouncement/messages/markRead", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", - "Command": "Invoke-MgMarkServiceAnnouncementMessageRead" + "ApiVersion": "v1.0" }, { + "Uri": "/admin/serviceAnnouncement/messages/markUnread", + "Method": "POST", + "OutputType": null, + "Module": "Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceMessageViewpoint.Write", "Description": "Update your user status on service announcement messages", "FullDescription": "Allows the app to update service announcement messages' status on your behalf. Your status for messages can be marked as read, archive, or favorite.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgMarkServiceAnnouncementMessageUnread", "Variants": [ "Mark", "MarkExpanded" ], - "Uri": "/admin/serviceAnnouncement/messages/markUnread", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", - "Command": "Invoke-MgMarkServiceAnnouncementMessageUnread" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/markChatReadForUser", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Invoke-MgMarkUserChatReadForUser", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Uri": "/users/{user-id}/chats/{chat-id}/markChatReadForUser", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Invoke-MgMarkUserChatReadForUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/markChatUnreadForUser", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Invoke-MgMarkUserChatUnreadForUser", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Uri": "/users/{user-id}/chats/{chat-id}/markChatUnreadForUser", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Invoke-MgMarkUserChatUnreadForUser" + "ApiVersion": "v1.0" }, { + "Uri": "/communications/calls/{call-id}/mute", + "Method": "POST", + "OutputType": "IMicrosoftGraphMuteParticipantOperation", + "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.AccessMedia.All", @@ -267961,20 +268105,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgMuteCommunicationCall", "Variants": [ "Mute", "MuteExpanded", "MuteViaIdentity", "MuteViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/mute", - "OutputType": "IMicrosoftGraphMuteParticipantOperation", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Invoke-MgMuteCommunicationCall" + "ApiVersion": "v1.0" }, { + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/mute", + "Method": "POST", + "OutputType": "IMicrosoftGraphMuteParticipantOperation", + "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -267989,50 +268133,50 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgMuteCommunicationCallParticipant", "Variants": [ "Mute", "MuteExpanded", "MuteViaIdentity", "MuteViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/mute", - "OutputType": "IMicrosoftGraphMuteParticipantOperation", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Invoke-MgMuteCommunicationCallParticipant" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", "Method": "POST", + "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Module": "Applications", + "Permissions": [], + "Command": "Invoke-MgParseApplicationSynchronizationJobSchemaExpression", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", - "OutputType": "IMicrosoftGraphParseExpressionResponse", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Invoke-MgParseApplicationSynchronizationJobSchemaExpression" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", "Method": "POST", + "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Module": "Applications", + "Permissions": [], + "Command": "Invoke-MgParseApplicationSynchronizationTemplateSchemaExpression", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", - "OutputType": "IMicrosoftGraphParseExpressionResponse", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Invoke-MgParseApplicationSynchronizationTemplateSchemaExpression" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", + "Method": "POST", + "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -268047,20 +268191,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgParseServicePrincipalSynchronizationJobSchemaExpression", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", - "OutputType": "IMicrosoftGraphParseExpressionResponse", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Invoke-MgParseServicePrincipalSynchronizationJobSchemaExpression" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", + "Method": "POST", + "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -268075,20 +268219,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgParseServicePrincipalSynchronizationTemplateSchemaExpression", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", - "OutputType": "IMicrosoftGraphParseExpressionResponse", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Invoke-MgParseServicePrincipalSynchronizationTemplateSchemaExpression" + "ApiVersion": "v1.0" }, { + "Uri": "/communications/calls/{call-id}/playPrompt", + "Method": "POST", + "OutputType": "IMicrosoftGraphPlayPromptOperation", + "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.AccessMedia.All", @@ -268103,20 +268247,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgPlayCommunicationCallPrompt", "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/playPrompt", - "OutputType": "IMicrosoftGraphPlayPromptOperation", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Invoke-MgPlayCommunicationCallPrompt" + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview", + "Method": "POST", + "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -268155,204 +268299,204 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgPreviewDriveItem", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview", - "OutputType": "IMicrosoftGraphItemPreviewInfo", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Invoke-MgPreviewDriveItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Preview", - "PreviewExpanded", - "PreviewViaIdentity", - "PreviewViaIdentityExpanded" - ], "Uri": "/drives/{drive-id}/root/preview", + "Method": "POST", "OutputType": "IMicrosoftGraphItemPreviewInfo", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Invoke-MgPreviewDriveRoot" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgPreviewDriveRoot", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/preview", + "Method": "POST", "OutputType": "IMicrosoftGraphItemPreviewInfo", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Invoke-MgPreviewGroupDriveItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgPreviewGroupDriveItem", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/preview", + "Method": "POST", "OutputType": "IMicrosoftGraphItemPreviewInfo", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Invoke-MgPreviewGroupDriveRoot" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgPreviewGroupDriveRoot", "Variants": [ "Preview", - "PreviewViaIdentity" + "PreviewExpanded", + "PreviewViaIdentity", + "PreviewViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePagePreview", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Invoke-MgPreviewGroupOnenotePage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgPreviewGroupOnenotePage", "Variants": [ "Preview", "PreviewViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePagePreview", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Invoke-MgPreviewSiteOnenoteNotebookSectionGroupSectionPage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgPreviewSiteOnenoteNotebookSectionGroupSectionPage", "Variants": [ "Preview", "PreviewViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePagePreview", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Invoke-MgPreviewSiteOnenoteNotebookSectionPage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgPreviewSiteOnenoteNotebookSectionPage", "Variants": [ "Preview", "PreviewViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePagePreview", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Invoke-MgPreviewSiteOnenotePage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgPreviewSiteOnenotePage", "Variants": [ "Preview", "PreviewViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePagePreview", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Invoke-MgPreviewSiteOnenoteSectionGroupSectionPage" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgPreviewSiteOnenoteSectionGroupSectionPage", "Variants": [ "Preview", "PreviewViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePagePreview", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Invoke-MgPreviewSiteOnenoteSectionPage" + "Permissions": [], + "Command": "Invoke-MgPreviewSiteOnenoteSectionPage", + "Variants": [ + "Preview", + "PreviewViaIdentity" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/preview", "Method": "POST", + "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Module": "Users.Actions", + "Permissions": [], + "Command": "Invoke-MgPreviewUserDriveItem", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/preview", - "OutputType": "IMicrosoftGraphItemPreviewInfo", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Invoke-MgPreviewUserDriveItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/preview", "Method": "POST", + "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Module": "Users.Actions", + "Permissions": [], + "Command": "Invoke-MgPreviewUserDriveRoot", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Uri": "/users/{user-id}/drives/{drive-id}/root/preview", - "OutputType": "IMicrosoftGraphItemPreviewInfo", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Invoke-MgPreviewUserDriveRoot" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/preview", "Method": "GET", + "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Module": "Users.Functions", + "Permissions": [], + "Command": "Invoke-MgPreviewUserOnenotePage", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/preview", - "OutputType": "IMicrosoftGraphOnenotePagePreview", - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Invoke-MgPreviewUserOnenotePage" + "ApiVersion": "v1.0" }, { + "Uri": "/domains/{domain-id}/promote", + "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": { "Name": "Domain.ReadWrite.All", "Description": "Read and write domains", "FullDescription": "Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgPromoteDomain", "Variants": [ "Promote", "PromoteViaIdentity" ], - "Uri": "/domains/{domain-id}/promote", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Invoke-MgPromoteDomain" + "ApiVersion": "v1.0" }, { + "Uri": "/search/query", + "Method": "POST", + "OutputType": "IMicrosoftGraphSearchResponse", + "Module": "Search", "Permissions": [ { "Name": "Acronym.Read.All", @@ -268415,18 +268559,18 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgQuerySearch", "Variants": [ "Query", "QueryExpanded" ], - "Uri": "/search/query", - "OutputType": "IMicrosoftGraphSearchResponse", - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "Invoke-MgQuerySearch" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -268453,360 +268597,360 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgReassignEducationClassAssignmentSubmission", "Variants": [ "Reassign", "ReassignViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Invoke-MgReassignEducationClassAssignmentSubmission" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Reassign", - "ReassignViaIdentity" - ], "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Invoke-MgReassignEducationMeAssignmentSubmission" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgReassignEducationMeAssignmentSubmission", "Variants": [ "Reassign", "ReassignViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Invoke-MgReassignEducationUserAssignmentSubmission" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgReassignEducationUserAssignmentSubmission", "Variants": [ - "Reauthorize", - "ReauthorizeViaIdentity" + "Reassign", + "ReassignViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Invoke-MgReauthorizeDriveItemSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgReauthorizeDriveItemSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Invoke-MgReauthorizeDriveListSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgReauthorizeDriveListSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Invoke-MgReauthorizeDriveRootSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgReauthorizeDriveRootSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Invoke-MgReauthorizeGroupDriveItemSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgReauthorizeGroupDriveItemSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Invoke-MgReauthorizeGroupDriveListSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgReauthorizeGroupDriveListSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Invoke-MgReauthorizeGroupDriveRootSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgReauthorizeGroupDriveRootSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Invoke-MgReauthorizeGroupSiteListSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgReauthorizeGroupSiteListSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}/reauthorize", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Invoke-MgReauthorizeShareListSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgReauthorizeShareListSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Invoke-MgReauthorizeSiteListSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgReauthorizeSiteListSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/subscriptions/{subscription-id}/reauthorize", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "ChangeNotifications", - "Command": "Invoke-MgReauthorizeSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgReauthorizeSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "Invoke-MgReauthorizeUserDriveItemSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgReauthorizeUserDriveItemSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "Invoke-MgReauthorizeUserDriveListSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgReauthorizeUserDriveListSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "Invoke-MgReauthorizeUserDriveRootSubscription" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgReauthorizeUserDriveRootSubscription", "Variants": [ - "Recent", - "RecentViaIdentity" + "Reauthorize", + "ReauthorizeViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/recent", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Invoke-MgRecentDrive" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Invoke-MgRecentDrive", "Variants": [ "Recent", "RecentViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/recent", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Invoke-MgRecentGroupDrive" + "Permissions": [], + "Command": "Invoke-MgRecentGroupDrive", + "Variants": [ + "Recent", + "RecentViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/activities/recent", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserActivity", + "Module": "Users.Functions", "Permissions": { "Name": "UserActivity.ReadWrite.CreatedByApp", "Description": "Read and write app activity to your activity feed", "FullDescription": "Allows the app to read and report your activity in the app.", "IsAdmin": false }, - "Method": "GET", + "Command": "Invoke-MgRecentUserActivity", "Variants": [ "Recent", "RecentViaIdentity" ], - "Uri": "/users/{user-id}/activities/recent", - "OutputType": "IMicrosoftGraphUserActivity", - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Invoke-MgRecentUserActivity" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/recent", "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Users.Functions", + "Permissions": [], + "Command": "Invoke-MgRecentUserDrive", "Variants": [ "Recent", "RecentViaIdentity" ], - "Uri": "/users/{user-id}/drives/{drive-id}/recent", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Invoke-MgRecentUserDrive" + "ApiVersion": "v1.0" }, { + "Uri": "/communications/calls/{call-id}/recordResponse", + "Method": "POST", + "OutputType": "IMicrosoftGraphRecordOperation", + "Module": "CloudCommunications", "Permissions": { "Name": "Calls.AccessMedia.All", "Description": "Access media streams in a call as an app", "FullDescription": "Allows the app to get direct access to media streams in a call, without a signed-in user.", "IsAdmin": false }, - "Method": "POST", + "Command": "Invoke-MgRecordCommunicationCallResponse", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/recordResponse", - "OutputType": "IMicrosoftGraphRecordOperation", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Invoke-MgRecordCommunicationCallResponse" + "ApiVersion": "v1.0" }, { + "Uri": "/communications/calls/{call-id}/redirect", + "Method": "POST", + "OutputType": null, + "Module": "CloudCommunications", "Permissions": { "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 }, - "Method": "POST", + "Command": "Invoke-MgRedirectCommunicationCall", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/redirect", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Invoke-MgRedirectCommunicationCall" + "ApiVersion": "v1.0" }, { + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/redirect", + "Method": "POST", + "OutputType": "IMicrosoftGraphPrintJob", + "Module": "Devices.CloudPrint", "Permissions": { "Name": "PrintJob.Manage.All", "Description": "Perform advanced operations on print jobs", "FullDescription": "Allows the application to perform advanced operations like redirecting a print job to another printer without a signed-in user. Also allows the application to read and update the metadata of print jobs.", "IsAdmin": false }, - "Method": "POST", + "Command": "Invoke-MgRedirectPrintPrinterJob", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/redirect", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Invoke-MgRedirectPrintPrinterJob" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/redirect", "Method": "POST", + "OutputType": "IMicrosoftGraphPrintJob", + "Module": "Devices.CloudPrint", + "Permissions": [], + "Command": "Invoke-MgRedirectPrintShareJob", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/redirect", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Invoke-MgRedirectPrintShareJob" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/communications/calls/{call-id}/reject", "Method": "POST", + "OutputType": null, + "Module": "CloudCommunications", + "Permissions": [], + "Command": "Invoke-MgRejectCommunicationCall", "Variants": [ "Reject", "RejectExpanded", "RejectViaIdentity", "RejectViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/reject", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Invoke-MgRejectCommunicationCall" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/renew", + "Method": "POST", + "OutputType": null, + "Module": "Groups", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -268821,18 +268965,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgRenewGroup", "Variants": [ "Renew", "RenewViaIdentity" ], - "Uri": "/groups/{group-id}/renew", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Invoke-MgRenewGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen", + "Method": "POST", + "OutputType": null, + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -268847,339 +268991,339 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgReopenSecurityCaseEdiscoveryCase", "Variants": [ "Reopen", "ReopenViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Invoke-MgReopenSecurityCaseEdiscoveryCase" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Invoke-MgReplyAllUserMailFolderChildFolderMessage", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Invoke-MgReplyAllUserMailFolderChildFolderMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll", + "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", "Permissions": { "Name": "Mail.Send", "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Invoke-MgReplyAllUserMailFolderMessage", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Invoke-MgReplyAllUserMailFolderMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/messages/{message-id}/replyAll", + "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", "Permissions": { "Name": "Mail.Send", "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Invoke-MgReplyAllUserMessage", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "Uri": "/users/{user-id}/messages/{message-id}/replyAll", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Invoke-MgReplyAllUserMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply", + "Method": "POST", + "OutputType": null, + "Module": "Groups", "Permissions": { "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 }, - "Method": "POST", + "Command": "Invoke-MgReplyGroupConversationThread", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Invoke-MgReplyGroupConversationThread" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply", + "Method": "POST", + "OutputType": null, + "Module": "Groups", "Permissions": { "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 }, - "Method": "POST", + "Command": "Invoke-MgReplyGroupConversationThreadPost", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Invoke-MgReplyGroupConversationThreadPost" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", "Method": "POST", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Invoke-MgReplyGroupConversationThreadPostInReplyTo", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Invoke-MgReplyGroupConversationThreadPostInReplyTo" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/reply", + "Method": "POST", + "OutputType": null, + "Module": "Groups", "Permissions": { "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 }, - "Method": "POST", + "Command": "Invoke-MgReplyGroupThread", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/reply", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Invoke-MgReplyGroupThread" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply", + "Method": "POST", + "OutputType": null, + "Module": "Groups", "Permissions": { "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 }, - "Method": "POST", + "Command": "Invoke-MgReplyGroupThreadPost", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Invoke-MgReplyGroupThreadPost" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", "Method": "POST", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Invoke-MgReplyGroupThreadPostInReplyTo", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Invoke-MgReplyGroupThreadPostInReplyTo" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Invoke-MgReplyUserMailFolderChildFolderMessage", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Invoke-MgReplyUserMailFolderChildFolderMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply", + "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", "Permissions": { "Name": "Mail.Send", "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Invoke-MgReplyUserMailFolderMessage", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Invoke-MgReplyUserMailFolderMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/messages/{message-id}/reply", + "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", "Permissions": { "Name": "Mail.Send", "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Invoke-MgReplyUserMessage", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Uri": "/users/{user-id}/messages/{message-id}/reply", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Invoke-MgReplyUserMessage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport", "Method": "GET", + "OutputType": null, + "Module": "Devices.ServiceAnnouncement", + "Permissions": [], + "Command": "Invoke-MgReportServiceAnnouncementHealthOverviewIssueIncident", "Variants": [ "Report", "ReportViaIdentity" ], - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", - "Command": "Invoke-MgReportServiceAnnouncementHealthOverviewIssueIncident" + "ApiVersion": "v1.0" }, { + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport", + "Method": "GET", + "OutputType": null, + "Module": "Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceHealth.Read.All", "Description": "Read service health", "FullDescription": "Allows the app to read your tenant's service health information on your behalf.Health information may include service issues or service health overviews.", "IsAdmin": true }, - "Method": "GET", + "Command": "Invoke-MgReportServiceAnnouncementIssueIncident", "Variants": [ "Report", "ReportViaIdentity" ], - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", - "Command": "Invoke-MgReportServiceAnnouncementIssueIncident" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/retire", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgRetireDeviceManagementManagedDevice", "Variants": [ "Retire", "RetireViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/retire", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Invoke-MgRetireDeviceManagementManagedDevice" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/retire", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Invoke-MgRetireUserManagedDevice", "Variants": [ "Retire", "RetireViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/retire", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Invoke-MgRetireUserManagedDevice" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Retry", - "RetryViaIdentity" - ], "Uri": "/contacts/{orgContact-id}/retryServiceProvisioning", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Invoke-MgRetryContactServiceProvisioning" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgRetryContactServiceProvisioning", "Variants": [ "Retry", "RetryViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/retryServiceProvisioning", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Invoke-MgRetryGroupServiceProvisioning" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgRetryGroupServiceProvisioning", "Variants": [ "Retry", "RetryViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/retryServiceProvisioning", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "Invoke-MgRetryUserServiceProvisioning" + "Permissions": [], + "Command": "Invoke-MgRetryUserServiceProvisioning", + "Variants": [ + "Retry", + "RetryViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -269206,99 +269350,99 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgReturnEducationClassAssignmentSubmission", "Variants": [ "Return", "ReturnViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Invoke-MgReturnEducationClassAssignmentSubmission" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", "Method": "POST", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Module": "Education", + "Permissions": [], + "Command": "Invoke-MgReturnEducationMeAssignmentSubmission", "Variants": [ "Return", "ReturnViaIdentity" ], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Invoke-MgReturnEducationMeAssignmentSubmission" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", "Method": "POST", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Module": "Education", + "Permissions": [], + "Command": "Invoke-MgReturnEducationUserAssignmentSubmission", "Variants": [ "Return", "ReturnViaIdentity" ], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Invoke-MgReturnEducationUserAssignmentSubmission" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgScanDeviceManagementManagedDeviceWindowsDefender", "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Invoke-MgScanDeviceManagementManagedDeviceWindowsDefender" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Invoke-MgScanUserManagedDeviceWindowsDefender", "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Invoke-MgScanUserManagedDeviceWindowsDefender" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgScheduleDeviceManagementDeviceCompliancePolicyActionForRule", "Variants": [ "Schedule", "ScheduleExpanded", "ScheduleViaIdentity", "ScheduleViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Invoke-MgScheduleDeviceManagementDeviceCompliancePolicyActionForRule" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule/share", + "Method": "POST", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -269313,111 +269457,111 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgShareTeamSchedule", "Variants": [ "Share", "ShareExpanded", "ShareViaIdentity", "ShareViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/schedule/share", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Invoke-MgShareTeamSchedule" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", "Method": "POST", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Invoke-MgSnoozeGroupCalendarEventReminder", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Invoke-MgSnoozeGroupCalendarEventReminder" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/snoozeReminder", "Method": "POST", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Invoke-MgSnoozeGroupEventReminder", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/events/{event-id}/snoozeReminder", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Invoke-MgSnoozeGroupEventReminder" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Invoke-MgSnoozeUserEventInstanceReminder", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Invoke-MgSnoozeUserEventInstanceReminder" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/events/{event-id}/snoozeReminder", + "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Invoke-MgSnoozeUserEventReminder", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Uri": "/users/{user-id}/events/{event-id}/snoozeReminder", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Invoke-MgSnoozeUserEventReminder" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/softDelete", "Method": "POST", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Invoke-MgSoftChatMessageDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/softDelete", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Invoke-MgSoftChatMessageDelete" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", "Method": "POST", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Invoke-MgSoftChatMessageReplyDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Invoke-MgSoftChatMessageReplyDelete" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", + "Method": "POST", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.ReadWrite", @@ -269432,18 +269576,18 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgSoftTeamChannelMessageDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Invoke-MgSoftTeamChannelMessageDelete" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "Method": "POST", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.ReadWrite", @@ -269458,70 +269602,70 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgSoftTeamChannelMessageReplyDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Invoke-MgSoftTeamChannelMessageReplyDelete" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Soft", - "SoftViaIdentity" - ], "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Invoke-MgSoftTeamPrimaryChannelMessageDelete" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgSoftTeamPrimaryChannelMessageDelete", "Variants": [ "Soft", "SoftViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Invoke-MgSoftTeamPrimaryChannelMessageReplyDelete" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgSoftTeamPrimaryChannelMessageReplyDelete", "Variants": [ "Soft", "SoftViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageDelete" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageDelete", "Variants": [ "Soft", "SoftViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageReplyDelete" + "Permissions": [], + "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageReplyDelete", + "Variants": [ + "Soft", + "SoftViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete", + "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", "Permissions": [ { "Name": "ChannelMessage.ReadWrite", @@ -269536,69 +269680,69 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgSoftUserChatMessageDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Invoke-MgSoftUserChatMessageDelete" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Invoke-MgSoftUserChatMessageReplyDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Invoke-MgSoftUserChatMessageReplyDelete" + "ApiVersion": "v1.0" }, { + "Uri": "/communications/calls/{call-id}/subscribeToTone", + "Method": "POST", + "OutputType": "IMicrosoftGraphSubscribeToToneOperation", + "Module": "CloudCommunications", "Permissions": { "Name": "Calls.AccessMedia.All", "Description": "Access media streams in a call as an app", "FullDescription": "Allows the app to get direct access to media streams in a call, without a signed-in user.", "IsAdmin": false }, - "Method": "POST", + "Command": "Invoke-MgSubscribeCommunicationCallToTone", "Variants": [ "Subscribe", "SubscribeExpanded", "SubscribeViaIdentity", "SubscribeViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/subscribeToTone", - "OutputType": "IMicrosoftGraphSubscribeToToneOperation", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Invoke-MgSubscribeCommunicationCallToTone" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/subscribeByMail", + "Method": "POST", + "OutputType": null, + "Module": "Groups", "Permissions": { "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 }, - "Method": "POST", + "Command": "Invoke-MgSubscribeGroupByMail", "Variants": [ "Subscribe", "SubscribeViaIdentity" ], - "Uri": "/groups/{group-id}/subscribeByMail", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Invoke-MgSubscribeGroupByMail" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Module": "DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -269625,18 +269769,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgSummarizeDeviceManagementUserExperienceAnalyticDevicePerformanceDevice", "Variants": [ "Summarize", "SummarizeViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}')", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Functions", - "Command": "Invoke-MgSummarizeDeviceManagementUserExperienceAnalyticDevicePerformanceDevice" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceRunSummary", + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -269651,18 +269795,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRun", "Variants": [ "Summary", "SummaryViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphIdentityGovernanceRunSummary", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRun" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -269677,18 +269821,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", "Variants": [ "Summary", "SummaryViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReportSummary", + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -269703,36 +269847,36 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowTaskReport", "Variants": [ "Summary", "SummaryViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReportSummary", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowTaskReport" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", + "Module": "Identity.Governance", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", "Description": "Read and write all lifecycle workflows resources", "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult", "Variants": [ "Summary", "SummaryViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/outlook/supportedLanguages", + "Method": "GET", + "OutputType": "IMicrosoftGraphLocaleInfo", + "Module": "Users.Functions", "Permissions": [ { "Name": "User.Read", @@ -269753,18 +269897,18 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Invoke-MgSupportedUserOutlookLanguage", "Variants": [ "Supported", "SupportedViaIdentity" ], - "Uri": "/users/{user-id}/outlook/supportedLanguages", - "OutputType": "IMicrosoftGraphLocaleInfo", - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Invoke-MgSupportedUserOutlookLanguage" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", + "Method": "POST", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -269779,20 +269923,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgTargetDeviceAppManagementManagedAppPolicyApp", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Invoke-MgTargetDeviceAppManagementManagedAppPolicyApp" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", + "Method": "POST", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -269807,20 +269951,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Invoke-MgTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps", + "Method": "POST", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -269835,40 +269979,40 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Invoke-MgTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps", + "Method": "POST", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgTargetDeviceAppManagementTargetedManagedAppConfigurationApp", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Invoke-MgTargetDeviceAppManagementTargetedManagedAppConfigurationApp" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -269883,18 +270027,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgTerminateDeviceManagementPartner", "Variants": [ "Terminate", "TerminateViaIdentity" ], - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Invoke-MgTerminateDeviceManagementPartner" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/outlook/supportedTimeZones", + "Method": "GET", + "OutputType": "IMicrosoftGraphTimeZoneInformation", + "Module": "Users.Functions", "Permissions": [ { "Name": "User.Read", @@ -269915,20 +270059,20 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Invoke-MgTimeUserOutlook", "Variants": [ "Time", "Time1", "TimeViaIdentity", "TimeViaIdentity1" ], - "Uri": "/users/{user-id}/outlook/supportedTimeZones", - "OutputType": "IMicrosoftGraphTimeZoneInformation", - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Invoke-MgTimeUserOutlook" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/translateExchangeIds", + "Method": "POST", + "OutputType": "IMicrosoftGraphConvertIdResult", + "Module": "Users.Actions", "Permissions": [ { "Name": "User.Read", @@ -269961,38 +270105,38 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgTranslateUserExchangeId", "Variants": [ "Translate", "TranslateExpanded", "TranslateViaIdentity", "TranslateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/translateExchangeIds", - "OutputType": "IMicrosoftGraphConvertIdResult", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Invoke-MgTranslateUserExchangeId" + "ApiVersion": "v1.0" }, { + "Uri": "/admin/serviceAnnouncement/messages/unarchive", + "Method": "POST", + "OutputType": null, + "Module": "Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceMessageViewpoint.Write", "Description": "Update your user status on service announcement messages", "FullDescription": "Allows the app to update service announcement messages' status on your behalf. Your status for messages can be marked as read, archive, or favorite.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgUnarchiveServiceAnnouncementMessage", "Variants": [ "Unarchive", "UnarchiveExpanded" ], - "Uri": "/admin/serviceAnnouncement/messages/unarchive", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", - "Command": "Invoke-MgUnarchiveServiceAnnouncementMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/unarchive", + "Method": "POST", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -270019,18 +270163,18 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgUnarchiveTeam", "Variants": [ "Unarchive", "UnarchiveViaIdentity" ], - "Uri": "/teams/{team-id}/unarchive", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Invoke-MgUnarchiveTeam" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -270045,114 +270189,114 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Invoke-MgUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice", "Variants": [ "Unassign", "UnassignViaIdentity" ], - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Invoke-MgUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice" + "ApiVersion": "v1.0" }, { + "Uri": "/admin/serviceAnnouncement/messages/unfavorite", + "Method": "POST", + "OutputType": null, + "Module": "Devices.ServiceAnnouncement", "Permissions": { "Name": "ServiceMessageViewpoint.Write", "Description": "Update your user status on service announcement messages", "FullDescription": "Allows the app to update service announcement messages' status on your behalf. Your status for messages can be marked as read, archive, or favorite.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgUnfavoriteServiceAnnouncementMessage", "Variants": [ "Unfavorite", "UnfavoriteExpanded" ], - "Uri": "/admin/serviceAnnouncement/messages/unfavorite", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", - "Command": "Invoke-MgUnfavoriteServiceAnnouncementMessage" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Unfollow", - "UnfollowViaIdentity" - ], "Uri": "/drives/{drive-id}/items/{driveItem-id}/unfollow", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Invoke-MgUnfollowDriveItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgUnfollowDriveItem", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/unfollow", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Invoke-MgUnfollowDriveRoot" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgUnfollowDriveRoot", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Invoke-MgUnfollowGroupDriveItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgUnfollowGroupDriveItem", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/unfollow", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Invoke-MgUnfollowGroupDriveRoot" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgUnfollowGroupDriveRoot", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "Invoke-MgUnfollowUserDriveItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Invoke-MgUnfollowUserDriveItem", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/unfollow", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "Invoke-MgUnfollowUserDriveRoot" + "Permissions": [], + "Command": "Invoke-MgUnfollowUserDriveRoot", + "Variants": [ + "Unfollow", + "UnfollowViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/communications/calls/{call-id}/unmute", + "Method": "POST", + "OutputType": "IMicrosoftGraphUnmuteParticipantOperation", + "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.AccessMedia.All", @@ -270167,20 +270311,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgUnmuteCommunicationCall", "Variants": [ "Unmute", "UnmuteExpanded", "UnmuteViaIdentity", "UnmuteViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/unmute", - "OutputType": "IMicrosoftGraphUnmuteParticipantOperation", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Invoke-MgUnmuteCommunicationCall" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -270207,107 +270351,107 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Invoke-MgUnsubmitEducationClassAssignmentSubmission", "Variants": [ "Unsubmit", "UnsubmitViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Invoke-MgUnsubmitEducationClassAssignmentSubmission" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", "Method": "POST", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Module": "Education", + "Permissions": [], + "Command": "Invoke-MgUnsubmitEducationMeAssignmentSubmission", "Variants": [ "Unsubmit", "UnsubmitViaIdentity" ], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Invoke-MgUnsubmitEducationMeAssignmentSubmission" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", "Method": "POST", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Module": "Education", + "Permissions": [], + "Command": "Invoke-MgUnsubmitEducationUserAssignmentSubmission", "Variants": [ "Unsubmit", "UnsubmitViaIdentity" ], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Invoke-MgUnsubmitEducationUserAssignmentSubmission" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate", + "Method": "POST", + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Module": "Identity.SignIns", "Permissions": { "Name": "APIConnectors.ReadWrite.All", "Description": "Read and write API connectors for authentication flows", "FullDescription": "Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Invoke-MgUploadIdentityApiConnectorClientCertificate", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Uri": "/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate", - "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Invoke-MgUploadIdentityApiConnectorClientCertificate" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate", "Method": "POST", + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Invoke-MgUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeCollectionClientCertificate", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate", - "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Invoke-MgUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeCollectionClientCertificate" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate", "Method": "POST", + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Invoke-MgUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSignupClientCertificate", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate", - "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Invoke-MgUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSignupClientCertificate" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/usage", "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Invoke-MgUsageIdentityConditionalAccessAuthenticationStrengthPolicy", "Variants": [ "Usage", "UsageViaIdentity" ], - "Uri": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/usage", - "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Invoke-MgUsageIdentityConditionalAccessAuthenticationStrengthPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage", + "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -270328,18 +270472,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Invoke-MgUsagePolicyAuthenticationStrengthPolicy", "Variants": [ "Usage", "UsageViaIdentity" ], - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage", - "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Invoke-MgUsagePolicyAuthenticationStrengthPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphReminder", + "Module": "Users.Functions", "Permissions": [ { "Name": "Calendars.Read", @@ -270360,93 +270504,93 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Invoke-MgViewUserReminder", "Variants": [ "View", "ViewViaIdentity" ], - "Uri": "/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", - "OutputType": "IMicrosoftGraphReminder", - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Invoke-MgViewUserReminder" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Associate", - "AssociateExpanded", - "AssociateViaIdentity", - "AssociateViaIdentityExpanded" - ], "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Join-MgBetaDriveListContentTypeWithHubSite" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Join-MgBetaDriveListContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Join-MgBetaGroupDriveListContentTypeWithHubSite" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Join-MgBetaGroupDriveListContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Join-MgBetaGroupSiteContentTypeWithHubSite" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Join-MgBetaGroupSiteContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Join-MgBetaGroupSiteListContentTypeWithHubSite" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Join-MgBetaGroupSiteListContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Join-MgBetaShareListContentTypeWithHubSite" + "Permissions": [], + "Command": "Join-MgBetaShareListContentTypeWithHubSite", + "Variants": [ + "Associate", + "AssociateExpanded", + "AssociateViaIdentity", + "AssociateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -270461,125 +270605,125 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Join-MgBetaSiteContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Join-MgBetaSiteContentTypeWithHubSite" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Associate", - "AssociateExpanded", - "AssociateViaIdentity", - "AssociateViaIdentityExpanded" - ], "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Join-MgBetaSiteListContentTypeWithHubSite" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Join-MgBetaSiteListContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Join-MgBetaUserDriveListContentTypeWithHubSite" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Join-MgBetaUserDriveListContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Join-MgDriveListContentTypeWithHubSite" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Join-MgDriveListContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Join-MgGroupDriveListContentTypeWithHubSite" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Join-MgGroupDriveListContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Join-MgGroupSiteContentTypeWithHubSite" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Join-MgGroupSiteContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Join-MgGroupSiteListContentTypeWithHubSite" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Join-MgGroupSiteListContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Join-MgShareListContentTypeWithHubSite" + "Permissions": [], + "Command": "Join-MgShareListContentTypeWithHubSite", + "Variants": [ + "Associate", + "AssociateExpanded", + "AssociateViaIdentity", + "AssociateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", + "Method": "POST", + "OutputType": null, + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -270594,150 +270738,150 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Join-MgSiteContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Join-MgSiteContentTypeWithHubSite" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", "Method": "POST", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Join-MgSiteListContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Join-MgSiteListContentTypeWithHubSite" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Join-MgUserDriveListContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Join-MgUserDriveListContentTypeWithHubSite" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/remoteLock", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Lock-MgBetaDeviceManagementComanagedDeviceRemote", "Variants": [ "Lock", "LockViaIdentity" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/remoteLock", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Lock-MgBetaDeviceManagementComanagedDeviceRemote" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/remoteLock", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Lock-MgBetaDeviceManagementManagedDeviceRemote", "Variants": [ "Lock", "LockViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/remoteLock", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Lock-MgBetaDeviceManagementManagedDeviceRemote" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/remoteLock", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Lock-MgBetaUserManagedDeviceRemote", "Variants": [ "Lock", "LockViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/remoteLock", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Lock-MgBetaUserManagedDeviceRemote" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/remoteLock", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Lock-MgDeviceManagementManagedDeviceRemote", "Variants": [ "Lock", "LockViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/remoteLock", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Lock-MgDeviceManagementManagedDeviceRemote" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/remoteLock", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Lock-MgUserManagedDeviceRemote", "Variants": [ "Lock", "LockViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/remoteLock", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Lock-MgUserManagedDeviceRemote" + "ApiVersion": "v1.0" }, { + "Uri": "/communications/calls/{call-id}/transfer", + "Method": "POST", + "OutputType": null, + "Module": "Beta.CloudCommunications", "Permissions": { "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 }, - "Method": "POST", + "Command": "Move-MgBetaCommunicationCall", "Variants": [ "Transfer", "TransferExpanded", "TransferViaIdentity", "TransferViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/transfer", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Move-MgBetaCommunicationCall" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/moveDevicesToOU", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -270752,38 +270896,38 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Move-MgBetaDeviceManagementComanagedDeviceToOu", "Variants": [ "Move", "MoveExpanded" ], - "Uri": "/deviceManagement/comanagedDevices/moveDevicesToOU", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Move-MgBetaDeviceManagementComanagedDeviceToOu" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/migrateToTemplate", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Move-MgBetaDeviceManagementIntentToTemplate", "Variants": [ "Migrate", "MigrateExpanded", "MigrateViaIdentity", "MigrateViaIdentityExpanded" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/migrateToTemplate", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Move-MgBetaDeviceManagementIntentToTemplate" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/moveDevicesToOU", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -270798,404 +270942,404 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Move-MgBetaDeviceManagementManagedDeviceToOu", "Variants": [ "Move", "MoveExpanded" ], - "Uri": "/deviceManagement/managedDevices/moveDevicesToOU", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Move-MgBetaDeviceManagementManagedDeviceToOu" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/moveToCatalog", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "Move-MgBetaEntitlementManagementAccessPackageToCatalog", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/moveToCatalog", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Move-MgBetaEntitlementManagementAccessPackageToCatalog" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/move", + "Method": "POST", + "OutputType": "IMicrosoftGraphMailFolder", + "Module": "Beta.Users.Actions", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Move-MgBetaUserMailFolder", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/move", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Move-MgBetaUserMailFolder" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move", "Method": "POST", + "OutputType": "IMicrosoftGraphMailFolder", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Move-MgBetaUserMailFolderChildFolder", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Move-MgBetaUserMailFolderChildFolder" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move", "Method": "POST", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Move-MgBetaUserMailFolderChildFolderMessage", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Move-MgBetaUserMailFolderChildFolderMessage" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move", + "Method": "POST", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Beta.Users.Actions", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Move-MgBetaUserMailFolderMessage", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Move-MgBetaUserMailFolderMessage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/moveDevicesToOU", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Move-MgBetaUserManagedDeviceToOu", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Uri": "/users/{user-id}/managedDevices/moveDevicesToOU", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Move-MgBetaUserManagedDeviceToOu" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/messages/{message-id}/move", + "Method": "POST", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Beta.Users.Actions", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Move-MgBetaUserMessage", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Uri": "/users/{user-id}/messages/{message-id}/move", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Move-MgBetaUserMessage" + "ApiVersion": "beta" }, { + "Uri": "/communications/calls/{call-id}/transfer", + "Method": "POST", + "OutputType": null, + "Module": "CloudCommunications", "Permissions": { "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 }, - "Method": "POST", + "Command": "Move-MgCommunicationCall", "Variants": [ "Transfer", "TransferExpanded", "TransferViaIdentity", "TransferViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/transfer", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Move-MgCommunicationCall" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/move", + "Method": "POST", + "OutputType": "IMicrosoftGraphMailFolder", + "Module": "Users.Actions", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Move-MgUserMailFolder", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/move", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Move-MgUserMailFolder" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move", "Method": "POST", + "OutputType": "IMicrosoftGraphMailFolder", + "Module": "Users.Actions", + "Permissions": [], + "Command": "Move-MgUserMailFolderChildFolder", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Move-MgUserMailFolderChildFolder" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move", "Method": "POST", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Users.Actions", + "Permissions": [], + "Command": "Move-MgUserMailFolderChildFolderMessage", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Move-MgUserMailFolderChildFolderMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move", + "Method": "POST", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Users.Actions", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Move-MgUserMailFolderMessage", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Move-MgUserMailFolderMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/messages/{message-id}/move", + "Method": "POST", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Users.Actions", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Move-MgUserMessage", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Uri": "/users/{user-id}/messages/{message-id}/move", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Move-MgUserMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/admin/edge/internetExplorerMode/siteLists", + "Method": "POST", + "OutputType": "IMicrosoftGraphBrowserSiteList", + "Module": "DeviceManagement", "Permissions": { "Name": "BrowserSiteLists.ReadWrite.All", "Description": "Read and write browser site lists for your organization", "FullDescription": "Allows an app to read and write the browser site lists configured for your organization, on your behalf.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgAdminEdgeInternetExplorerModeSiteList", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/admin/edge/internetExplorerMode/siteLists", - "OutputType": "IMicrosoftGraphBrowserSiteList", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgAdminEdgeInternetExplorerModeSiteList" + "ApiVersion": "v1.0" }, { + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", + "Method": "POST", + "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Module": "DeviceManagement", "Permissions": { "Name": "BrowserSiteLists.ReadWrite.All", "Description": "Read and write browser site lists for your organization", "FullDescription": "Allows an app to read and write the browser site lists configured for your organization, on your behalf.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", - "OutputType": "IMicrosoftGraphBrowserSharedCookie", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgAdminEdgeInternetExplorerModeSiteListSharedCookie" + "ApiVersion": "v1.0" }, { + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", + "Method": "POST", + "OutputType": "IMicrosoftGraphBrowserSite", + "Module": "DeviceManagement", "Permissions": { "Name": "BrowserSiteLists.ReadWrite.All", "Description": "Read and write browser site lists for your organization", "FullDescription": "Allows an app to read and write the browser site lists configured for your organization, on your behalf.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgAdminEdgeInternetExplorerModeSiteListSite", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", - "OutputType": "IMicrosoftGraphBrowserSite", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgAdminEdgeInternetExplorerModeSiteListSite" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/agreements", "Method": "POST", + "OutputType": "IMicrosoftGraphAgreement", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgAgreement", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/agreements", - "OutputType": "IMicrosoftGraphAgreement", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgAgreement" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/agreements/{agreement-id}/acceptances", "Method": "POST", + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgAgreementAcceptance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/agreements/{agreement-id}/acceptances", - "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgAgreementAcceptance" + "ApiVersion": "v1.0" }, { + "Uri": "/agreements/{agreement-id}/files", + "Method": "POST", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Module": "Identity.Governance", "Permissions": { "Name": "Agreement.ReadWrite.All", "Description": "Read and write all terms of use agreements", "FullDescription": "Allows the app to read and write terms of use agreements on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgAgreementFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/agreements/{agreement-id}/files", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgAgreementFile" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/agreements/{agreement-id}/file/localizations", "Method": "POST", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgAgreementFileLocalization", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/agreements/{agreement-id}/file/localizations", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgAgreementFileLocalization" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "Method": "POST", + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgAgreementFileLocalizationVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgAgreementFileLocalizationVersion" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", "Method": "POST", + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgAgreementFileVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgAgreementFileVersion" + "ApiVersion": "v1.0" }, { + "Uri": "/appCatalogs/teamsApps", + "Method": "POST", + "OutputType": "IMicrosoftGraphTeamsApp", + "Module": "Teams", "Permissions": [ { "Name": "AppCatalog.ReadWrite.All", @@ -271216,18 +271360,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgAppCatalogTeamApp", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/appCatalogs/teamsApps", - "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgAppCatalogTeamApp" + "ApiVersion": "v1.0" }, { + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", + "Method": "POST", + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Module": "Teams", "Permissions": [ { "Name": "AppCatalog.ReadWrite.All", @@ -271248,20 +271392,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgAppCatalogTeamAppDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgAppCatalogTeamAppDefinition" + "ApiVersion": "v1.0" }, { + "Uri": "/applications", + "Method": "POST", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -271276,18 +271420,18 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgApplication", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/applications", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "New-MgApplication" + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/appManagementPolicies/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -271302,20 +271446,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgApplicationAppManagementPolicyByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/appManagementPolicies/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "New-MgApplicationAppManagementPolicyByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/extensionProperties", + "Method": "POST", + "OutputType": "IMicrosoftGraphExtensionProperty", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -271336,20 +271480,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgApplicationExtensionProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/extensionProperties", - "OutputType": "IMicrosoftGraphExtensionProperty", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "New-MgApplicationExtensionProperty" + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/federatedIdentityCredentials", + "Method": "POST", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -271364,20 +271508,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgApplicationFederatedIdentityCredential", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/federatedIdentityCredentials", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "New-MgApplicationFederatedIdentityCredential" + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/owners/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -271404,95 +271548,95 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgApplicationOwnerByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/owners/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "New-MgApplicationOwnerByRef" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs", "Method": "POST", + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Module": "Applications", + "Permissions": [], + "Command": "New-MgApplicationSynchronizationJob", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/synchronization/jobs", - "OutputType": "IMicrosoftGraphSynchronizationJob", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "New-MgApplicationSynchronizationJob" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", "Method": "POST", + "OutputType": "IMicrosoftGraphStringKeyStringValuePair", + "Module": "Applications", + "Permissions": [], + "Command": "New-MgApplicationSynchronizationJobOnDemand", "Variants": [ "Provision", "ProvisionExpanded", "ProvisionViaIdentity", "ProvisionViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", - "OutputType": "IMicrosoftGraphStringKeyStringValuePair", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "New-MgApplicationSynchronizationJobOnDemand" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Module": "Applications", + "Permissions": [], + "Command": "New-MgApplicationSynchronizationJobSchemaDirectory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "New-MgApplicationSynchronizationJobSchemaDirectory" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/templates", "Method": "POST", + "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Module": "Applications", + "Permissions": [], + "Command": "New-MgApplicationSynchronizationTemplate", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/synchronization/templates", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "New-MgApplicationSynchronizationTemplate" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Module": "Applications", + "Permissions": [], + "Command": "New-MgApplicationSynchronizationTemplateSchemaDirectory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "New-MgApplicationSynchronizationTemplateSchemaDirectory" + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -271519,20 +271663,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgApplicationTokenIssuancePolicyByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "New-MgApplicationTokenIssuancePolicyByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -271559,20 +271703,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgApplicationTokenLifetimePolicyByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "New-MgApplicationTokenLifetimePolicyByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/accessReviews", + "Method": "POST", + "OutputType": "IMicrosoftGraphAccessReview", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.ReadWrite.All", @@ -271587,108 +271731,108 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaAccessReview", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/accessReviews", - "OutputType": "IMicrosoftGraphAccessReview", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaAccessReview" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/accessReviews/{accessReview-id}/decisions", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewDecision", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaAccessReviewDecision" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaAccessReviewDecision", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/accessReviews/{accessReview-id}/instances", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReview", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaAccessReviewInstance" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaAccessReviewInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewDecision", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaAccessReviewInstanceDecision" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaAccessReviewInstanceDecision", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewDecision", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaAccessReviewInstanceMyDecision" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaAccessReviewInstanceMyDecision", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaAccessReviewInstanceReviewer" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaAccessReviewInstanceReviewer", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/accessReviews/{accessReview-id}/myDecisions", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewDecision", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaAccessReviewMyDecision" + "Permissions": [], + "Command": "New-MgBetaAccessReviewMyDecision", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/accessReviews/{accessReview-id}/reviewers", + "Method": "POST", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.ReadWrite.All", @@ -271703,111 +271847,111 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaAccessReviewReviewer", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/accessReviews/{accessReview-id}/reviewers", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaAccessReviewReviewer" + "ApiVersion": "beta" }, { + "Uri": "/admin/edge/internetExplorerMode/siteLists", + "Method": "POST", + "OutputType": "IMicrosoftGraphBrowserSiteList", + "Module": "Beta.DeviceManagement", "Permissions": { "Name": "BrowserSiteLists.ReadWrite.All", "Description": "Read and write browser site lists for your organization", "FullDescription": "Allows an app to read and write the browser site lists configured for your organization, on your behalf.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteList", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/admin/edge/internetExplorerMode/siteLists", - "OutputType": "IMicrosoftGraphBrowserSiteList", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteList" + "ApiVersion": "beta" }, { + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", + "Method": "POST", + "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Module": "Beta.DeviceManagement", "Permissions": { "Name": "BrowserSiteLists.ReadWrite.All", "Description": "Read and write browser site lists for your organization", "FullDescription": "Allows an app to read and write the browser site lists configured for your organization, on your behalf.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", - "OutputType": "IMicrosoftGraphBrowserSharedCookie", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie" + "ApiVersion": "beta" }, { + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", + "Method": "POST", + "OutputType": "IMicrosoftGraphBrowserSite", + "Module": "Beta.DeviceManagement", "Permissions": { "Name": "BrowserSiteLists.ReadWrite.All", "Description": "Read and write browser site lists for your organization", "FullDescription": "Allows an app to read and write the browser site lists configured for your organization, on your behalf.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteListSite", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", - "OutputType": "IMicrosoftGraphBrowserSite", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteListSite" + "ApiVersion": "beta" }, { + "Uri": "/administrativeUnits", + "Method": "POST", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "AdministrativeUnit.ReadWrite.All", "Description": "Read and write administrative units", "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaAdministrativeUnit", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/administrativeUnits", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaAdministrativeUnit" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "New-MgBetaAdministrativeUnitExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaAdministrativeUnitExtension" + "ApiVersion": "beta" }, { + "Uri": "/administrativeUnits/{administrativeUnit-id}/members", + "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -271822,20 +271966,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaAdministrativeUnitMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/members", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaAdministrativeUnitMember" + "ApiVersion": "beta" }, { + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -271850,146 +271994,146 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaAdministrativeUnitMemberByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaAdministrativeUnitMemberByRef" + "ApiVersion": "beta" }, { + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "Method": "POST", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaAdministrativeUnitScopedRoleMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaAdministrativeUnitScopedRoleMember" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/people/profileCardProperties", "Method": "POST", + "OutputType": "IMicrosoftGraphProfileCardProperty", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "New-MgBetaAdminPeopleProfileCardProperty", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/admin/people/profileCardProperties", - "OutputType": "IMicrosoftGraphProfileCardProperty", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaAdminPeopleProfileCardProperty" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/agreements", "Method": "POST", + "OutputType": "IMicrosoftGraphAgreement", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaAgreement", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/agreements", - "OutputType": "IMicrosoftGraphAgreement", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaAgreement" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/agreements/{agreement-id}/acceptances", "Method": "POST", + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaAgreementAcceptance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/agreements/{agreement-id}/acceptances", - "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaAgreementAcceptance" + "ApiVersion": "beta" }, { + "Uri": "/agreements/{agreement-id}/files", + "Method": "POST", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "Agreement.ReadWrite.All", "Description": "Read and write all terms of use agreements", "FullDescription": "Allows the app to read and write terms of use agreements on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaAgreementFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/agreements/{agreement-id}/files", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaAgreementFile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/agreements/{agreement-id}/file/localizations", "Method": "POST", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaAgreementFileLocalization", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/agreements/{agreement-id}/file/localizations", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaAgreementFileLocalization" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "Method": "POST", + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaAgreementFileLocalizationVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaAgreementFileLocalizationVersion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", "Method": "POST", + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaAgreementFileVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaAgreementFileVersion" + "ApiVersion": "beta" }, { + "Uri": "/appCatalogs/teamsApps", + "Method": "POST", + "OutputType": "IMicrosoftGraphTeamsApp", + "Module": "Beta.Teams", "Permissions": [ { "Name": "AppCatalog.ReadWrite.All", @@ -272010,18 +272154,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaAppCatalogTeamApp", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/appCatalogs/teamsApps", - "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaAppCatalogTeamApp" + "ApiVersion": "beta" }, { + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", + "Method": "POST", + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Module": "Beta.Teams", "Permissions": [ { "Name": "AppCatalog.ReadWrite.All", @@ -272042,20 +272186,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaAppCatalogTeamAppDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaAppCatalogTeamAppDefinition" + "ApiVersion": "beta" }, { + "Uri": "/applications", + "Method": "POST", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -272070,18 +272214,18 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaApplication", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/applications", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "New-MgBetaApplication" + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/appManagementPolicies/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -272096,20 +272240,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaApplicationAppManagementPolicyByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/appManagementPolicies/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "New-MgBetaApplicationAppManagementPolicyByRef" + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/extensionProperties", + "Method": "POST", + "OutputType": "IMicrosoftGraphExtensionProperty", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -272130,20 +272274,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaApplicationExtensionProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/extensionProperties", - "OutputType": "IMicrosoftGraphExtensionProperty", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "New-MgBetaApplicationExtensionProperty" + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/federatedIdentityCredentials", + "Method": "POST", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -272158,20 +272302,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaApplicationFederatedIdentityCredential", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/federatedIdentityCredentials", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "New-MgBetaApplicationFederatedIdentityCredential" + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/owners/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -272198,95 +272342,95 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaApplicationOwnerByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/owners/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "New-MgBetaApplicationOwnerByRef" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs", "Method": "POST", + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "New-MgBetaApplicationSynchronizationJob", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/synchronization/jobs", - "OutputType": "IMicrosoftGraphSynchronizationJob", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "New-MgBetaApplicationSynchronizationJob" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", "Method": "POST", + "OutputType": "IMicrosoftGraphStringKeyStringValuePair", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "New-MgBetaApplicationSynchronizationJobOnDemand", "Variants": [ "Provision", "ProvisionExpanded", "ProvisionViaIdentity", "ProvisionViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", - "OutputType": "IMicrosoftGraphStringKeyStringValuePair", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "New-MgBetaApplicationSynchronizationJobOnDemand" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "New-MgBetaApplicationSynchronizationJobSchemaDirectory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "New-MgBetaApplicationSynchronizationJobSchemaDirectory" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/templates", "Method": "POST", + "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "New-MgBetaApplicationSynchronizationTemplate", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/synchronization/templates", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "New-MgBetaApplicationSynchronizationTemplate" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "New-MgBetaApplicationSynchronizationTemplateSchemaDirectory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "New-MgBetaApplicationSynchronizationTemplateSchemaDirectory" + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -272313,20 +272457,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaApplicationTokenIssuancePolicyByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "New-MgBetaApplicationTokenIssuancePolicyByRef" + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -272353,38 +272497,38 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaApplicationTokenLifetimePolicyByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "New-MgBetaApplicationTokenLifetimePolicyByRef" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses", + "Method": "POST", + "OutputType": "IMicrosoftGraphBookingBusiness", + "Module": "Beta.Bookings", "Permissions": { "Name": "Bookings.Manage.All", "Description": "Manage bookings information", "FullDescription": "Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaBookingBusiness", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/bookingBusinesses", - "OutputType": "IMicrosoftGraphBookingBusiness", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBookingBusiness" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments", + "Method": "POST", + "OutputType": "IMicrosoftGraphBookingAppointment", + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -272411,35 +272555,35 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaBookingBusinessAppointment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments", - "OutputType": "IMicrosoftGraphBookingAppointment", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBookingBusinessAppointment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView", "Method": "POST", + "OutputType": "IMicrosoftGraphBookingAppointment", + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "New-MgBetaBookingBusinessCalendarView", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView", - "OutputType": "IMicrosoftGraphBookingAppointment", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBookingBusinessCalendarView" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers", + "Method": "POST", + "OutputType": "IMicrosoftGraphBookingCustomer", + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -272460,20 +272604,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaBookingBusinessCustomer", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers", - "OutputType": "IMicrosoftGraphBookingCustomer", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBookingBusinessCustomer" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions", + "Method": "POST", + "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -272494,20 +272638,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaBookingBusinessCustomQuestion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBookingBusinessCustomQuestion" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services", + "Method": "POST", + "OutputType": "IMicrosoftGraphBookingService", + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -272522,20 +272666,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaBookingBusinessService", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services", - "OutputType": "IMicrosoftGraphBookingService", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBookingBusinessService" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers", + "Method": "POST", + "OutputType": "IMicrosoftGraphBookingStaffMember", + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -272550,46 +272694,46 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaBookingBusinessStaffMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers", - "OutputType": "IMicrosoftGraphBookingStaffMember", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBookingBusinessStaffMember" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/bookingCurrencies", "Method": "POST", + "OutputType": "IMicrosoftGraphBookingCurrency", + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "New-MgBetaBookingCurrency", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/bookingCurrencies", - "OutputType": "IMicrosoftGraphBookingCurrency", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBookingCurrency" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/businessFlowTemplates", "Method": "POST", + "OutputType": "IMicrosoftGraphBusinessFlowTemplate", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaBusinessFlowTemplate", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/businessFlowTemplates", - "OutputType": "IMicrosoftGraphBusinessFlowTemplate", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaBusinessFlowTemplate" + "ApiVersion": "beta" }, { + "Uri": "/solutions/businessScenarios", + "Method": "POST", + "OutputType": "IMicrosoftGraphBusinessScenario", + "Module": "Beta.Bookings", "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.All", @@ -272604,18 +272748,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaBusinessScenario", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/solutions/businessScenarios", - "OutputType": "IMicrosoftGraphBusinessScenario", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBusinessScenario" + "ApiVersion": "beta" }, { + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", + "Method": "POST", + "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", + "Module": "Beta.Bookings", "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.All", @@ -272630,40 +272774,40 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", - "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization" + "ApiVersion": "beta" }, { + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", + "Method": "POST", + "OutputType": "IMicrosoftGraphBusinessScenarioTask", + "Module": "Beta.Bookings", "Permissions": { "Name": "BusinessScenarioData.ReadWrite.OwnedBy", "Description": "Read and write data for business scenarios this app creates or owns", "FullDescription": "Allows the app to fully manage all data associated with the business scenarios it owns. These changes will be attributed to you.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaBusinessScenarioPlannerTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", - "OutputType": "IMicrosoftGraphBusinessScenarioTask", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBusinessScenarioPlannerTask" + "ApiVersion": "beta" }, { + "Uri": "/chats", + "Method": "POST", + "OutputType": "IMicrosoftGraphChat", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Create", @@ -272678,18 +272822,18 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaChat", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/chats", - "OutputType": "IMicrosoftGraphChat", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaChat" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/installedApps", + "Method": "POST", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -272746,20 +272890,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaChatInstalledApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/installedApps", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaChatInstalledApp" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/members", + "Method": "POST", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -272792,20 +272936,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaChatMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaChatMember" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/messages", + "Method": "POST", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -272838,95 +272982,95 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaChatMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/messages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaChatMessage" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaChatMessageHostedContent" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaChatMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaChatMessageReply" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaChatMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaChatMessageReplyHostedContent" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaChatMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/operations", + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaChatOperation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaChatOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/permissionGrants", + "Method": "POST", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaChatPermissionGrant" + "Permissions": [], + "Command": "New-MgBetaChatPermissionGrant", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/pinnedMessages", + "Method": "POST", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.ReadWrite", @@ -272947,20 +273091,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaChatPinnedMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/pinnedMessages", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaChatPinnedMessage" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/tabs", + "Method": "POST", + "OutputType": "IMicrosoftGraphTeamsTab", + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsTab.Create", @@ -273011,20 +273155,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaChatTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaChatTab" + "ApiVersion": "beta" }, { + "Uri": "/communications/calls", + "Method": "POST", + "OutputType": "IMicrosoftGraphCall", + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -273057,18 +273201,18 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaCommunicationCall", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/communications/calls", - "OutputType": "IMicrosoftGraphCall", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaCommunicationCall" + "ApiVersion": "beta" }, { + "Uri": "/communications/calls/{call-id}/audioRoutingGroups", + "Method": "POST", + "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.InitiateGroupCall.All", @@ -273083,110 +273227,110 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaCommunicationCallAudioRoutingGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/audioRoutingGroups", - "OutputType": "IMicrosoftGraphAudioRoutingGroup", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaCommunicationCallAudioRoutingGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/calls/{call-id}/contentSharingSessions", "Method": "POST", + "OutputType": null, + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "New-MgBetaCommunicationCallContentSharingSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/contentSharingSessions", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaCommunicationCallContentSharingSession" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/calls/{call-id}/operations", "Method": "POST", + "OutputType": "IMicrosoftGraphCommsOperation", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "New-MgBetaCommunicationCallOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/operations", - "OutputType": "IMicrosoftGraphCommsOperation", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaCommunicationCallOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/calls/{call-id}/participants", "Method": "POST", + "OutputType": "IMicrosoftGraphParticipant", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "New-MgBetaCommunicationCallParticipant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/participants", - "OutputType": "IMicrosoftGraphParticipant", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaCommunicationCallParticipant" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/callRecords/{callRecord-id}/sessions", "Method": "POST", + "OutputType": "IMicrosoftGraphCallRecordsSession", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "New-MgBetaCommunicationCallRecordSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/communications/callRecords/{callRecord-id}/sessions", - "OutputType": "IMicrosoftGraphCallRecordsSession", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaCommunicationCallRecordSession" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings", "Method": "POST", + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "New-MgBetaCommunicationOnlineMeeting", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/communications/onlineMeetings", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaCommunicationOnlineMeeting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", "Method": "POST", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "New-MgBetaCommunicationOnlineMeetingAttendanceReport", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaCommunicationOnlineMeetingAttendanceReport" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "Method": "POST", + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "New-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Create", "Create1", @@ -273197,86 +273341,86 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", "Method": "POST", + "OutputType": "IMicrosoftGraphCallRecording", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "New-MgBetaCommunicationOnlineMeetingRecording", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", - "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaCommunicationOnlineMeetingRecording" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", "Method": "POST", + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "New-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants", "Method": "POST", + "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "New-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants", - "OutputType": "IMicrosoftGraphMeetingRegistrantBase", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaCommunicationOnlineMeetingRegistrationRegistrant" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", "Method": "POST", + "OutputType": "IMicrosoftGraphCallTranscript", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "New-MgBetaCommunicationOnlineMeetingTranscript", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", - "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaCommunicationOnlineMeetingTranscript" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/presences", "Method": "POST", + "OutputType": "IMicrosoftGraphPresence", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "New-MgBetaCommunicationPresence", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/communications/presences", - "OutputType": "IMicrosoftGraphPresence", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaCommunicationPresence" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases", + "Method": "POST", + "OutputType": "IMicrosoftGraphEdiscoveryCase", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -273291,18 +273435,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCase", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/compliance/ediscovery/cases", - "OutputType": "IMicrosoftGraphEdiscoveryCase", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "New-MgBetaComplianceEdiscoveryCase" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians", + "Method": "POST", + "OutputType": "IMicrosoftGraphEdiscoveryCustodian", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -273317,20 +273461,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseCustodian", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians", - "OutputType": "IMicrosoftGraphEdiscoveryCustodian", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "New-MgBetaComplianceEdiscoveryCaseCustodian" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources", + "Method": "POST", + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -273345,35 +273489,35 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianSiteSource" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources", "Method": "POST", + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources", - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources", + "Method": "POST", + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -273388,20 +273532,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianUserSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources", - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianUserSource" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds", + "Method": "POST", + "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -273416,20 +273560,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHold", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds", - "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHold" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources", + "Method": "POST", + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -273444,35 +273588,35 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources", "Method": "POST", + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources", - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources", + "Method": "POST", + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -273487,20 +273631,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources", - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources", + "Method": "POST", + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -273515,35 +273659,35 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources", - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "New-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/operations", "Method": "POST", + "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "New-MgBetaComplianceEdiscoveryCaseOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/operations", - "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "New-MgBetaComplianceEdiscoveryCaseOperation" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets", + "Method": "POST", + "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -273558,20 +273702,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseReviewSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "New-MgBetaComplianceEdiscoveryCaseReviewSet" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries", + "Method": "POST", + "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -273586,20 +273730,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseReviewSetQuery", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "New-MgBetaComplianceEdiscoveryCaseReviewSetQuery" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections", + "Method": "POST", + "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -273614,20 +273758,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseSourceCollection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections", - "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "New-MgBetaComplianceEdiscoveryCaseSourceCollection" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources", + "Method": "POST", + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -273642,20 +273786,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources", - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "New-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/tags", + "Method": "POST", + "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -273670,95 +273814,95 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseTag", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/tags", - "OutputType": "IMicrosoftGraphEdiscoveryTag", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "New-MgBetaComplianceEdiscoveryCaseTag" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded" - ], "Uri": "/contacts", + "Method": "POST", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaContact" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaContact", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/contracts", + "Method": "POST", "OutputType": "IMicrosoftGraphContract", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaContract" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaContract", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/dataPolicyOperations", + "Method": "POST", "OutputType": "IMicrosoftGraphDataPolicyOperation", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaDataPolicyOperation" + "Permissions": [], + "Command": "New-MgBetaDataPolicyOperation", + "Variants": [ + "Create", + "CreateExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/devices", + "Method": "POST", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "Directory.AccessAsUser.All", "Description": "Access the directory as you", "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDevice", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/devices", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections", + "Method": "POST", + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtection", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections", - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtection" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -273773,35 +273917,35 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", "Method": "POST", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/defaultManagedAppProtections", + "Method": "POST", + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -273816,18 +273960,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementDefaultManagedAppProtection", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementDefaultManagedAppProtection" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -273842,149 +273986,149 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates", + "Method": "POST", + "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates", - "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations", "Method": "POST", + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations", - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments", - "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosManagedAppProtections", + "Method": "POST", + "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtection", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceAppManagement/iosManagedAppProtections", - "OutputType": "IMicrosoftGraphIosManagedAppProtection", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtection" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -273999,48 +274143,48 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtectionApp" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", "Method": "POST", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/managedAppPolicies", "Method": "POST", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "New-MgBetaDeviceAppManagementManagedAppPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceAppManagement/managedAppPolicies", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementManagedAppPolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedAppRegistrations", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -274055,48 +274199,48 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementManagedAppRegistration", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceAppManagement/managedAppRegistrations", - "OutputType": "IMicrosoftGraphManagedAppRegistration", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementManagedAppRegistration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", "Method": "POST", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", "Method": "POST", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedAppOperation", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -274111,182 +274255,182 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", - "OutputType": "IMicrosoftGraphManagedAppOperation", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/managedAppStatuses", "Method": "POST", + "OutputType": "IMicrosoftGraphManagedAppStatus", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "New-MgBetaDeviceAppManagementManagedAppStatus", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceAppManagement/managedAppStatuses", - "OutputType": "IMicrosoftGraphManagedAppStatus", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementManagedAppStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBooks", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedEBook", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementManagedEBook", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceAppManagement/managedEBooks", - "OutputType": "IMicrosoftGraphManagedEBook", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementManagedEBook" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementManagedEBookAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", - "OutputType": "IMicrosoftGraphManagedEBookAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementManagedEBookAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBookCategories", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedEBookCategory", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementManagedEBookCategory", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceAppManagement/managedEBookCategories", - "OutputType": "IMicrosoftGraphManagedEBookCategory", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementManagedEBookCategory" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementManagedEBookDeviceState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementManagedEBookDeviceState" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementManagedEBookUserStateSummary", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", - "OutputType": "IMicrosoftGraphUserInstallStateSummary", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementManagedEBookUserStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", + "Method": "POST", + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", "Method": "POST", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -274301,20 +274445,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -274329,250 +274473,250 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileApps", + "Method": "POST", + "OutputType": "IMicrosoftGraphMobileApp", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileApp", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceAppManagement/mobileApps", - "OutputType": "IMicrosoftGraphMobileApp", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileAppCategories", + "Method": "POST", + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppCategory", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceAppManagement/mobileAppCategories", - "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppCategory" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships", + "Method": "POST", + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppRelationship" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/policySets", + "Method": "POST", + "OutputType": "IMicrosoftGraphPolicySet", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementPolicySet", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceAppManagement/policySets", - "OutputType": "IMicrosoftGraphPolicySet", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementPolicySet" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphPolicySetAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementPolicySetAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments", - "OutputType": "IMicrosoftGraphPolicySetAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementPolicySetAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/policySets/{policySet-id}/items", + "Method": "POST", + "OutputType": "IMicrosoftGraphPolicySetItem", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementPolicySetItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/policySets/{policySet-id}/items", - "OutputType": "IMicrosoftGraphPolicySetItem", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementPolicySetItem" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", + "Method": "POST", + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -274587,35 +274731,35 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", "Method": "POST", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -274630,20 +274774,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/deviceAppManagementTasks", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceAppManagementTask", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -274658,18 +274802,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementTask", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceAppManagement/deviceAppManagementTasks", - "OutputType": "IMicrosoftGraphDeviceAppManagementTask", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementTask" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/vppTokens", + "Method": "POST", + "OutputType": "IMicrosoftGraphVppToken", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -274684,76 +274828,76 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementVppToken", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceAppManagement/vppTokens", - "OutputType": "IMicrosoftGraphVppToken", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementVppToken" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/wdacSupplementalPolicies", + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceAppManagement/wdacSupplementalPolicies", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses", + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -274768,18 +274912,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -274794,33 +274938,33 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", "Method": "POST", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -274835,20 +274979,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -274863,20 +275007,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions", + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -274891,18 +275035,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsManagedAppProtections", + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -274917,18 +275061,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtection", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections", - "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtection" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -274943,213 +275087,213 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments", "Method": "POST", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/commands", "Method": "POST", + "OutputType": "IMicrosoftGraphCommand", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "New-MgBetaDeviceCommand", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/devices/{device-id}/commands", - "OutputType": "IMicrosoftGraphCommand", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDeviceCommand" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/extensions", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "New-MgBetaDeviceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/devices/{device-id}/extensions", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDeviceExtension" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates", + "Method": "POST", + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates", - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles", + "Method": "POST", + "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles", - "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/createToken", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/createToken", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas", + "Method": "POST", + "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas", - "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles", + "Method": "POST", + "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles", - "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/createToken", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/createToken", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/createGooglePlayWebToken", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingGooglePlayWebToken", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/createGooglePlayWebToken", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "New-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingGooglePlayWebToken" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas", + "Method": "POST", + "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas", - "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/applePushNotificationCertificate/generateApplePushNotificationCertificateSigningRequest", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -275164,185 +275308,185 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", "Variants": [ "Generate" ], - "Uri": "/deviceManagement/applePushNotificationCertificate/generateApplePushNotificationCertificateSigningRequest", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "New-MgBetaDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", + "Method": "POST", + "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", - "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", - "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/assignmentFilters", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementAssignmentFilter", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/assignmentFilters", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementAssignmentFilter" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/auditEvents", + "Method": "POST", + "OutputType": "IMicrosoftGraphAuditEvent", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementAuditEvent", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/auditEvents", - "OutputType": "IMicrosoftGraphAuditEvent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementAuditEvent" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/autopilotEvents", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementAutopilotEvent", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/autopilotEvents", - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementAutopilotEvent" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails", - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/cartToClassAssociations", + "Method": "POST", + "OutputType": "IMicrosoftGraphCartToClassAssociation", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementCartToClassAssociation", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/cartToClassAssociations", - "OutputType": "IMicrosoftGraphCartToClassAssociation", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementCartToClassAssociation" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/categories", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementCategory", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/categories", - "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementCategory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementCategorySettingDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementCategorySettingDefinition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedDevice", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -275357,151 +275501,151 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementComanagedDevice", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/comanagedDevices", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementComanagedDevice" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "Method": "POST", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates", + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementComanagedDeviceConfigurationState" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementComanagedDeviceConfigurationState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates", + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementComanagedDeviceHealthScriptState" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementComanagedDeviceHealthScriptState", "Variants": [ "Create", - "CreateViaIdentity" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "New-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestDownloadUrl" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestDownloadUrl", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityBaselineState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState" + "Permissions": [], + "Command": "New-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagementEligibleDevices", + "Method": "POST", + "OutputType": "IMicrosoftGraphComanagementEligibleDevice", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -275516,18 +275660,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementComanagementEligibleDevice", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/comanagementEligibleDevices", - "OutputType": "IMicrosoftGraphComanagementEligibleDevice", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementComanagementEligibleDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/complianceManagementPartners", + "Method": "POST", + "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -275542,288 +275686,288 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementComplianceManagementPartner", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/complianceManagementPartners", - "OutputType": "IMicrosoftGraphComplianceManagementPartner", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementComplianceManagementPartner" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/compliancePolicies", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementCompliancePolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/compliancePolicies", - "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementCompliancePolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementCompliancePolicyAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementCompliancePolicyAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementCompliancePolicySetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementCompliancePolicySetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/complianceSettings", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementComplianceSetting", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/complianceSettings", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementComplianceSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationPolicies", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementConfigurationPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/configurationPolicies", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementConfigurationPolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementConfigurationPolicyAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementConfigurationPolicyAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/createCopy", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementConfigurationPolicyCopy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/createCopy", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "New-MgBetaDeviceManagementConfigurationPolicyCopy" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementConfigurationPolicySetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementConfigurationPolicySetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationPolicyTemplates", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplate", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/configurationPolicyTemplates", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplate" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationSettings", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementConfigurationSetting", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/configurationSettings", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementConfigurationSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/dataSharingConsents", + "Method": "POST", + "OutputType": "IMicrosoftGraphDataSharingConsent", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -275838,36 +275982,36 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementDataSharingConsent", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/dataSharingConsents", - "OutputType": "IMicrosoftGraphDataSharingConsent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDataSharingConsent" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/depOnboardingSettings", + "Method": "POST", + "OutputType": "IMicrosoftGraphDepOnboardingSetting", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementDepOnboardingSetting", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/depOnboardingSettings", - "OutputType": "IMicrosoftGraphDepOnboardingSetting", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementDepOnboardingSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/generateEncryptionPublicKey", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -275882,71 +276026,71 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey", "Variants": [ "Generate", "GenerateViaIdentity" ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/generateEncryptionPublicKey", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "New-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles", + "Method": "POST", + "OutputType": "IMicrosoftGraphEnrollmentProfile", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles", - "OutputType": "IMicrosoftGraphEnrollmentProfile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities", + "Method": "POST", + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities", - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/derivedCredentials", "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "New-MgBetaDeviceManagementDerivedCredential", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/derivedCredentials", - "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDerivedCredential" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/detectedApps", + "Method": "POST", + "OutputType": "IMicrosoftGraphDetectedApp", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -275961,18 +276105,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementDetectedApp", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/detectedApps", - "OutputType": "IMicrosoftGraphDetectedApp", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDetectedApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCategories", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceCategory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -275987,366 +276131,366 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceCategory", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/deviceCategories", - "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceCategory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/deviceCompliancePolicies", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", + "Method": "POST", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/deviceConfigurations", - "OutputType": "IMicrosoftGraphDeviceConfiguration", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceConfigurationAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceConfigurationAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurationConflictSummary", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceConfigurationConflictSummary", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/deviceConfigurationConflictSummary", - "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceConfigurationConflictSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", + "Method": "POST", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceConfigurationDeviceStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments", - "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceConfigurationGroupAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates", - "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", + "Method": "POST", + "OutputType": "IMicrosoftGraphRestrictedAppsViolation", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", - "OutputType": "IMicrosoftGraphRestrictedAppsViolation", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceConfigurationUserStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceConfigurationUserStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -276361,18 +276505,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -276387,20 +276531,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/createEnrollmentNotificationConfiguration", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -276415,18 +276559,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/createEnrollmentNotificationConfiguration", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceHealthScripts", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceHealthScript", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -276441,18 +276585,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceHealthScript", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/deviceHealthScripts", - "OutputType": "IMicrosoftGraphDeviceHealthScript", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceHealthScript" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -276467,20 +276611,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceHealthScriptAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceHealthScriptAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -276495,20 +276639,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates", - "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceShellScripts", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceShellScript", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -276523,18 +276667,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceShellScript", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/deviceShellScripts", - "OutputType": "IMicrosoftGraphDeviceShellScript", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceShellScript" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -276549,20 +276693,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceShellScriptAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceShellScriptAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -276577,20 +276721,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceShellScriptDeviceRunState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -276605,20 +276749,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceShellScriptGroupAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -276633,111 +276777,111 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceShellScriptUserRunState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceShellScriptUserRunState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "New-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/domainJoinConnectors", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementDomainJoinConnector", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/domainJoinConnectors", - "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementDomainJoinConnector" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/embeddedSIMActivationCodePools", + "Method": "POST", + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePool", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/embeddedSIMActivationCodePools", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePool" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates", + "Method": "POST", + "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates", - "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/exchangeConnectors", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -276752,690 +276896,690 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementExchangeConnector", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/exchangeConnectors", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementExchangeConnector" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/exchangeOnPremisesPolicies", "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "New-MgBetaDeviceManagementExchangeOnPremisePolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/exchangeOnPremisesPolicies", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementExchangeOnPremisePolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyCategories", + "Method": "POST", + "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyCategory", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/groupPolicyCategories", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementGroupPolicyCategory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyConfigurations", + "Method": "POST", + "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/groupPolicyConfigurations", - "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementGroupPolicyConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues", + "Method": "POST", + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues", + "Method": "POST", + "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues", - "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyDefinitions", + "Method": "POST", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/groupPolicyDefinitions", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded" - ], "Uri": "/deviceManagement/groupPolicyDefinitionFiles", + "Method": "POST", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionFile" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionFile", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations", + "Method": "POST", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations", + "Method": "POST", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations", + "Method": "POST", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPresentation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations", + "Method": "POST", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations", + "Method": "POST", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation" + "Permissions": [], + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyMigrationReports/createMigrationReport", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReport", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/groupPolicyMigrationReports/createMigrationReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReport" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings", + "Method": "POST", + "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings", - "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions", + "Method": "POST", + "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions", - "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyObjectFiles", + "Method": "POST", + "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyObjectFile", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/groupPolicyObjectFiles", - "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementGroupPolicyObjectFile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles", + "Method": "POST", + "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles", - "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations", "Method": "POST", + "OutputType": "IMicrosoftGraphGroupPolicyOperation", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations", - "OutputType": "IMicrosoftGraphGroupPolicyOperation", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/importedDeviceIdentities", + "Method": "POST", + "OutputType": "IMicrosoftGraphImportedDeviceIdentity", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementImportedDeviceIdentity", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/importedDeviceIdentities", - "OutputType": "IMicrosoftGraphImportedDeviceIdentity", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementImportedDeviceIdentity" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", + "Method": "POST", + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementIntent", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/intents", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementIntent" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementIntentAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementIntentAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementIntentCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories", - "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementIntentCategory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementIntentCategorySetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementIntentCategorySetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementIntentCategorySettingDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementIntentCategorySettingDefinition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/createCopy", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementIntentCopy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/createCopy", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "New-MgBetaDeviceManagementIntentCopy" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementIntentDeviceSettingStateSummary", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementIntentDeviceSettingStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementIntentDeviceState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementIntentDeviceState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementIntentSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementIntentSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementIntentUserState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates", - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementIntentUserState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intuneBrandingProfiles", + "Method": "POST", + "OutputType": "IMicrosoftGraphIntuneBrandingProfile", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementIntuneBrandingProfile", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/intuneBrandingProfiles", - "OutputType": "IMicrosoftGraphIntuneBrandingProfile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementIntuneBrandingProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementIntuneBrandingProfileAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments", - "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementIntuneBrandingProfileAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/iosUpdateStatuses", + "Method": "POST", + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementIoUpdateStatus", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/iosUpdateStatuses", - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementIoUpdateStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries", + "Method": "POST", + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries", + "Method": "POST", + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries", + "Method": "POST", + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedDevice", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -277450,96 +277594,96 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementManagedDevice", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/managedDevices", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementManagedDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", "Method": "POST", + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "New-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "New-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementManagedDeviceCompliancePolicyState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "New-MgBetaDeviceManagementManagedDeviceConfigurationState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementManagedDeviceConfigurationState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDeviceEncryptionStates", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementManagedDeviceEncryptionState", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/managedDeviceEncryptionStates", - "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementManagedDeviceEncryptionState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates", "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "New-MgBetaDeviceManagementManagedDeviceHealthScriptState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementManagedDeviceHealthScriptState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/createDeviceLogCollectionRequest", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -277554,165 +277698,165 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/createDeviceLogCollectionRequest", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "New-MgBetaDeviceManagementManagedDeviceLogCollectionRequest" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", + "Permissions": [], + "Command": "New-MgBetaDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl", "Variants": [ "Create", "CreateViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "New-MgBetaDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", "Method": "POST", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "New-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates", "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "New-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates", - "OutputType": "IMicrosoftGraphSecurityBaselineState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementManagedDeviceSecurityBaselineState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "New-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementManagedDeviceWindowsDefenderUpdateSignature", "Variants": [ "Update", "UpdateViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "New-MgBetaDeviceManagementManagedDeviceWindowsDefenderUpdateSignature" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "New-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelConfigurations", + "Method": "POST", + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/microsoftTunnelConfigurations", - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelHealthThresholds", + "Method": "POST", + "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/microsoftTunnelHealthThresholds", - "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses", + "Method": "POST", + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}/createDownloadUrl", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -277727,96 +277871,96 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseDownloadUrl", "Variants": [ "Create", "CreateViaIdentity", "Generate", "GenerateViaIdentity" ], - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}/createDownloadUrl", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseDownloadUrl" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelSites", + "Method": "POST", + "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSite", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/microsoftTunnelSites", - "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSite" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers", + "Method": "POST", + "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/createServerLogCollectionRequest", + "Method": "POST", + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "Module": "Beta.DeviceManagement.Actions", "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerLogCollectionRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/createServerLogCollectionRequest", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerLogCollectionRequest" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", + "Method": "POST", + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Module": "Beta.DeviceManagement", "Permissions": { "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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEvent", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEvent" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", + "Method": "POST", + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -277831,20 +277975,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", + "Method": "POST", + "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -277871,18 +278015,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", "Variants": [ "Create", "CreateViaIdentity" ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", - "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/mobileThreatDefenseConnectors", + "Method": "POST", + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -277897,105 +278041,105 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementMobileThreatDefenseConnector", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/mobileThreatDefenseConnectors", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementMobileThreatDefenseConnector" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/monitoring/alertRecords", "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "New-MgBetaDeviceManagementMonitoringAlertRecord", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/monitoring/alertRecords", - "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementMonitoringAlertRecord" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/monitoring/alertRules", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", + "Module": "Beta.DeviceManagement", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementMonitoringAlertRule", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/monitoring/alertRules", - "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementMonitoringAlertRule" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/ndesConnectors", + "Method": "POST", + "OutputType": "IMicrosoftGraphNdesConnector", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementNdeConnector", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/ndesConnectors", - "OutputType": "IMicrosoftGraphNdesConnector", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementNdeConnector" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/notificationMessageTemplates", + "Method": "POST", + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Module": "Beta.DeviceManagement", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementNotificationMessageTemplate", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/notificationMessageTemplates", - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementNotificationMessageTemplate" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", + "Method": "POST", + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Module": "Beta.DeviceManagement", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementPartners", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -278010,18 +278154,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementPartner", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/deviceManagementPartners", - "OutputType": "IMicrosoftGraphDeviceManagementPartner", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementPartner" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/remoteActionAudits", + "Method": "POST", + "OutputType": "IMicrosoftGraphRemoteActionAudit", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -278036,18 +278180,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementRemoteActionAudit", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/remoteActionAudits", - "OutputType": "IMicrosoftGraphRemoteActionAudit", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementRemoteActionAudit" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/remoteAssistancePartners", + "Method": "POST", + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -278062,56 +278206,56 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementRemoteAssistancePartner", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/remoteAssistancePartners", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementRemoteAssistancePartner" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/resourceAccessProfiles", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", + "Module": "Beta.DeviceManagement", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementResourceAccessProfile", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/resourceAccessProfiles", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementResourceAccessProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "Module": "Beta.DeviceManagement", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementResourceAccessProfileAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementResourceAccessProfileAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/resourceOperations", + "Method": "POST", + "OutputType": "IMicrosoftGraphResourceOperation", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -278126,36 +278270,36 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementResourceOperation", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/resourceOperations", - "OutputType": "IMicrosoftGraphResourceOperation", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementResourceOperation" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reusableSettings", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementReusableSetting", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/reusableSettings", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementReusableSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/roleAssignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -278170,18 +278314,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementRoleAssignment", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/roleAssignments", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementRoleAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/roleDefinitions", + "Method": "POST", + "OutputType": "IMicrosoftGraphRoleDefinition", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -278196,18 +278340,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementRoleDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/roleDefinitions", - "OutputType": "IMicrosoftGraphRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementRoleDefinition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphRoleAssignment", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -278222,20 +278366,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementRoleDefinitionRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", - "OutputType": "IMicrosoftGraphRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementRoleDefinitionRoleAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/roleScopeTags", + "Method": "POST", + "OutputType": "IMicrosoftGraphRoleScopeTag", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -278250,46 +278394,46 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementRoleScopeTag", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/roleScopeTags", - "OutputType": "IMicrosoftGraphRoleScopeTag", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementRoleScopeTag" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments", "Method": "POST", + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "New-MgBetaDeviceManagementRoleScopeTagAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments", - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementRoleScopeTagAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/deviceManagementScripts", "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementScript", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "New-MgBetaDeviceManagementScript", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/deviceManagementScripts", - "OutputType": "IMicrosoftGraphDeviceManagementScript", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementScript" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -278304,20 +278448,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementScriptAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementScriptAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -278332,20 +278476,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementScriptDeviceRunState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementScriptDeviceRunState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -278360,20 +278504,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementScriptGroupAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementScriptGroupAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -278388,20 +278532,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementScriptUserRunState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementScriptUserRunState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -278416,370 +278560,370 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementScriptUserRunStateDeviceRunState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/settingDefinitions", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementSettingDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/settingDefinitions", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementSettingDefinition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/telecomExpenseManagementPartners", + "Method": "POST", + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementTelecomExpenseManagementPartner", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/telecomExpenseManagementPartners", - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementTelecomExpenseManagementPartner" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementTemplate", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/templates", - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementTemplate" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementTemplateCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories", - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementTemplateCategory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementTemplateCategoryRecommendedSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementTemplateCategorySettingDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementTemplateCategorySettingDefinition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/createInstance", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementTemplateInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/createInstance", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "New-MgBetaDeviceManagementTemplateInstance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementTemplateMigratableTo", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo", - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementTemplateMigratableTo" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories", "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories", - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategory" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/createInstance", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementTemplateMigratableToInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/createInstance", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "New-MgBetaDeviceManagementTemplateMigratableToInstance" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings", "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "New-MgBetaDeviceManagementTemplateMigratableToSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementTemplateMigratableToSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementTemplateSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementTemplateSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/termsAndConditions", + "Method": "POST", + "OutputType": "IMicrosoftGraphTermsAndConditions", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementTermAndCondition", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/termsAndConditions", - "OutputType": "IMicrosoftGraphTermsAndConditions", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementTermAndCondition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", + "Method": "POST", + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementTermAndConditionAcceptanceStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementTermAndConditionAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementTermAndConditionAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementTermAndConditionGroupAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments", - "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementTermAndConditionGroupAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/troubleshootingEvents", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Module": "Beta.DeviceManagement", "Permissions": { "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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementTroubleshootingEvent", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/troubleshootingEvents", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementTroubleshootingEvent" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -278794,31 +278938,31 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomaly" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview", "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -278833,18 +278977,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -278859,18 +279003,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -278885,18 +279029,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -278911,18 +279055,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -278937,18 +279081,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -278963,18 +279107,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -278989,18 +279133,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -279015,18 +279159,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -279041,18 +279185,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -279067,31 +279211,31 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -279106,18 +279250,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBaseline", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBaseline" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -279132,18 +279276,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -279158,18 +279302,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -279184,18 +279328,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -279210,18 +279354,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -279236,18 +279380,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -279262,46 +279406,46 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories", "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticCategory", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticCategory" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -279316,18 +279460,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -279342,18 +279486,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -279368,18 +279512,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -279394,18 +279538,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -279420,18 +279564,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -279446,18 +279590,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -279472,31 +279616,31 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent", "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -279511,18 +279655,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -279537,18 +279681,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -279563,18 +279707,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -279589,18 +279733,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticModelScore", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticModelScore" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -279615,18 +279759,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -279641,18 +279785,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -279667,18 +279811,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -279693,18 +279837,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -279719,18 +279863,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -279745,20 +279889,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -279773,405 +279917,405 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userPfxCertificates", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserPfxCertificate", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserPfxCertificate", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userPfxCertificates", - "OutputType": "IMicrosoftGraphUserPfxCertificate", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementUserPfxCertificate" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/bulkActions", "Method": "POST", + "OutputType": "IMicrosoftGraphCloudPcBulkAction", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "New-MgBetaDeviceManagementVirtualEndpointBulkAction", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/bulkActions", - "OutputType": "IMicrosoftGraphCloudPcBulkAction", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementVirtualEndpointBulkAction" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/deviceImages", + "Method": "POST", + "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointDeviceImage", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/deviceImages", - "OutputType": "IMicrosoftGraphCloudPcDeviceImage", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementVirtualEndpointDeviceImage" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings", + "Method": "POST", + "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings", - "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans", "Method": "POST", + "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "New-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans", - "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/galleryImages", "Method": "POST", + "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "New-MgBetaDeviceManagementVirtualEndpointGalleryImage", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/galleryImages", - "OutputType": "IMicrosoftGraphCloudPcGalleryImage", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementVirtualEndpointGalleryImage" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", + "Method": "POST", + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", + "Method": "POST", + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", "Method": "POST", + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs", + "Method": "POST", + "OutputType": "IMicrosoftGraphCloudPcExportJob", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointReportExportJob", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs", - "OutputType": "IMicrosoftGraphCloudPcExportJob", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementVirtualEndpointReportExportJob" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded" - ], "Uri": "/deviceManagement/virtualEndpoint/servicePlans", + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcServicePlan", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementVirtualEndpointServicePlan" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointServicePlan", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans", + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/snapshots", + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcSnapshot", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementVirtualEndpointSnapshot" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointSnapshot", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/supportedRegions", + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementVirtualEndpointSupportedRegion" + "Permissions": [], + "Command": "New-MgBetaDeviceManagementVirtualEndpointSupportedRegion", + "Variants": [ + "Create", + "CreateExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/userSettings", + "Method": "POST", + "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointUserSetting", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/userSettings", - "OutputType": "IMicrosoftGraphCloudPcUserSetting", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementVirtualEndpointUserSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", "Method": "POST", + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "New-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles", + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices", "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments", "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles", + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementWindowsFeatureUpdateProfile", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles", - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementWindowsFeatureUpdateProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments", - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Module": "Beta.DeviceManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Module": "Beta.DeviceManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsMalwareInformation", + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -280186,18 +280330,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementWindowsMalwareInformation", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/windowsMalwareInformation", - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementWindowsMalwareInformation" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", + "Method": "POST", + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -280212,108 +280356,146 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsQualityUpdateProfiles", + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile", + "Module": "Beta.DeviceManagement", "Permissions": { - "Name": "Directory.AccessAsUser.All", - "Description": "Access the directory as you", - "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", + "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.", "IsAdmin": true }, + "Command": "New-MgBetaDeviceManagementWindowsQualityUpdateProfile", + "Variants": [ + "Create", + "CreateExpanded" + ], + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments", "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment", + "Module": "Beta.DeviceManagement", + "Permissions": { + "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.", + "IsAdmin": true + }, + "Command": "New-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/registeredOwners/$ref", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDeviceRegisteredOwnerByRef" - }, - { "Permissions": { "Name": "Directory.AccessAsUser.All", "Description": "Access the directory as you", "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDeviceRegisteredOwnerByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/devices/{device-id}/registeredUsers/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDeviceRegisteredUserByRef" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/registeredUsers/$ref", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": { + "Name": "Directory.AccessAsUser.All", + "Description": "Access the directory as you", + "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", + "IsAdmin": true + }, + "Command": "New-MgBetaDeviceRegisteredUserByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/usageRights", + "Method": "POST", "OutputType": "IMicrosoftGraphUsageRight", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDeviceUsageRights" + "Permissions": [], + "Command": "New-MgBetaDeviceUsageRights", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits", + "Method": "POST", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "AdministrativeUnit.ReadWrite.All", "Description": "Read and write administrative units", "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDirectoryAdministrativeUnit", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/directory/administrativeUnits", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryAdministrativeUnit" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "New-MgBetaDirectoryAdministrativeUnitExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryAdministrativeUnitExtension" + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", + "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -280346,20 +280528,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDirectoryAdministrativeUnitMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryAdministrativeUnitMember" + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -280392,565 +280574,565 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaDirectoryAdministrativeUnitMemberByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryAdministrativeUnitMemberByRef" + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "Method": "POST", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDirectoryAdministrativeUnitScopedRoleMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryAdministrativeUnitScopedRoleMember" + "ApiVersion": "beta" }, { + "Uri": "/directory/attributeSets", + "Method": "POST", + "OutputType": "IMicrosoftGraphAttributeSet", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "CustomSecAttributeDefinition.ReadWrite.All", "Description": "Read and write custom security attribute definitions", "FullDescription": "Allows the app to read and write custom security attribute definitions for the tenant on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDirectoryAttributeSet", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/directory/attributeSets", - "OutputType": "IMicrosoftGraphAttributeSet", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryAttributeSet" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations", "Method": "POST", + "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "New-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations", - "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities", "Method": "POST", + "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "New-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities", - "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority" + "ApiVersion": "beta" }, { + "Uri": "/directory/customSecurityAttributeDefinitions", + "Method": "POST", + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "CustomSecAttributeDefinition.ReadWrite.All", "Description": "Read and write custom security attribute definitions", "FullDescription": "Allows the app to read and write custom security attribute definitions for the tenant on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDirectoryCustomSecurityAttributeDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/directory/customSecurityAttributeDefinitions", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryCustomSecurityAttributeDefinition" + "ApiVersion": "beta" }, { + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", + "Method": "POST", + "OutputType": "IMicrosoftGraphAllowedValue", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "CustomSecAttributeDefinition.ReadWrite.All", "Description": "Read and write custom security attribute definitions", "FullDescription": "Allows the app to read and write custom security attribute definitions for the tenant on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", - "OutputType": "IMicrosoftGraphAllowedValue", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded" - ], "Uri": "/directory/deletedItems", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryDeletedItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDirectoryDeletedItem", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/featureRolloutPolicies", + "Method": "POST", "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryFeatureRolloutPolicy" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDirectoryFeatureRolloutPolicy", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryFeatureRolloutPolicyApplyTo" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDirectoryFeatureRolloutPolicyApplyTo", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/federationConfigurations", + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityProviderBase", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryFederationConfiguration" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDirectoryFederationConfiguration", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/impactedResources", + "Method": "POST", "OutputType": "IMicrosoftGraphImpactedResource", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryImpactedResource" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDirectoryImpactedResource", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/inboundSharedUserProfiles", + "Method": "POST", "OutputType": "IMicrosoftGraphInboundSharedUserProfile", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryInboundSharedUserProfile" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDirectoryInboundSharedUserProfile", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/directoryObjects", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.DirectoryObjects", - "Command": "New-MgBetaDirectoryObject" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDirectoryObject", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/onPremisesSynchronization", + "Method": "POST", "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryOnPremiseSynchronization" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDirectoryOnPremiseSynchronization", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/outboundSharedUserProfiles", + "Method": "POST", "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryOutboundSharedUserProfile" + "Permissions": [], + "Command": "New-MgBetaDirectoryOutboundSharedUserProfile", + "Variants": [ + "Create", + "CreateExpanded" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "New-MgBetaDirectoryOutboundSharedUserProfileTenant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryOutboundSharedUserProfileTenant" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/recommendations", "Method": "POST", + "OutputType": "IMicrosoftGraphRecommendation", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "New-MgBetaDirectoryRecommendation", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/directory/recommendations", - "OutputType": "IMicrosoftGraphRecommendation", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryRecommendation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources", "Method": "POST", + "OutputType": "IMicrosoftGraphImpactedResource", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "New-MgBetaDirectoryRecommendationImpactedResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources", - "OutputType": "IMicrosoftGraphImpactedResource", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryRecommendationImpactedResource" + "ApiVersion": "beta" }, { + "Uri": "/directoryRoles", + "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDirectoryRole", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/directoryRoles", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryRole" + "ApiVersion": "beta" }, { + "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDirectoryRoleMemberByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryRoleMemberByRef" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", "Method": "POST", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "New-MgBetaDirectoryRoleScopedMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryRoleScopedMember" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directoryRoleTemplates", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "New-MgBetaDirectoryRoleTemplate", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/directoryRoleTemplates", - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryRoleTemplate" + "ApiVersion": "beta" }, { + "Uri": "/settings", + "Method": "POST", + "OutputType": "IMicrosoftGraphDirectorySetting", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDirectorySetting", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/settings", - "OutputType": "IMicrosoftGraphDirectorySetting", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectorySetting" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded" - ], "Uri": "/directorySettingTemplates", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectorySettingTemplate", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectorySettingTemplate" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDirectorySettingTemplate", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/sharedEmailDomains", + "Method": "POST", "OutputType": "IMicrosoftGraphSharedEmailDomain", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectorySharedEmailDomain" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDirectorySharedEmailDomain", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/subscriptions", + "Method": "POST", "OutputType": "IMicrosoftGraphCompanySubscription", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectorySubscription" + "Permissions": [], + "Command": "New-MgBetaDirectorySubscription", + "Variants": [ + "Create", + "CreateExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/domains", + "Method": "POST", + "OutputType": "IMicrosoftGraphDomain", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "Domain.ReadWrite.All", "Description": "Read and write domains", "FullDescription": "Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDomain", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/domains", - "OutputType": "IMicrosoftGraphDomain", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDomain" + "ApiVersion": "beta" }, { + "Uri": "/domains/{domain-id}/federationConfiguration", + "Method": "POST", + "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "Domain.ReadWrite.All", "Description": "Read and write domains", "FullDescription": "Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaDomainFederationConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/domains/{domain-id}/federationConfiguration", - "OutputType": "IMicrosoftGraphInternalDomainFederation", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDomainFederationConfiguration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/domains/{domain-id}/serviceConfigurationRecords", "Method": "POST", + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "New-MgBetaDomainServiceConfigurationRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/domains/{domain-id}/serviceConfigurationRecords", - "OutputType": "IMicrosoftGraphDomainDnsRecord", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDomainServiceConfigurationRecord" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations", "Method": "POST", + "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "New-MgBetaDomainSharedEmailDomainInvitation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations", - "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDomainSharedEmailDomainInvitation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/domains/{domain-id}/verificationDnsRecords", "Method": "POST", + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "New-MgBetaDomainVerificationDnsRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/domains/{domain-id}/verificationDnsRecords", - "OutputType": "IMicrosoftGraphDomainDnsRecord", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDomainVerificationDnsRecord" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives", "Method": "POST", + "OutputType": "IMicrosoftGraphDrive", + "Module": "Beta.Files", + "Permissions": [], + "Command": "New-MgBetaDrive", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/drives", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "New-MgBetaDrive" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/bundles", "Method": "POST", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Files", + "Permissions": [], + "Command": "New-MgBetaDriveBundle", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/bundles", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveBundle" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items", "Method": "POST", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Files", + "Permissions": [], + "Command": "New-MgBetaDriveItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/items", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveItem" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", "Method": "POST", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Module": "Beta.Files", + "Permissions": [], + "Command": "New-MgBetaDriveItemAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveItemAnalyticItemActivityStat" + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", + "Method": "POST", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -280971,20 +281153,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaDriveItemChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveItemChild" + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createLink", + "Method": "POST", + "OutputType": "IMicrosoftGraphPermission", + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -281005,110 +281187,110 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaDriveItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createLink", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveItemLink" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaDriveItemListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDriveItemListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaDriveItemListItemLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDriveItemListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaDriveItemListItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDriveItemListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaDriveItemPermission" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDriveItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaDriveItemSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDriveItemSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "Method": "POST", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaDriveItemThumbnail" + "Permissions": [], + "Command": "New-MgBetaDriveItemThumbnail", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "Method": "POST", + "OutputType": "IMicrosoftGraphUploadSession", + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -281129,368 +281311,368 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaDriveItemUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveItemUploadSession" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaDriveItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDriveItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/columns", + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaDriveListColumn" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDriveListColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaDriveListContentType" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDriveListContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaDriveListContentTypeColumn" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDriveListContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Method": "POST", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaDriveListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDriveListContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items", + "Method": "POST", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaDriveListItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDriveListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaDriveListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDriveListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createLink", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaDriveListItemLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDriveListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaDriveListItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDriveListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/operations", + "Method": "POST", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaDriveListOperation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDriveListOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/subscriptions", + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaDriveListSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDriveListSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaDriveRootAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDriveRootAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/children", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaDriveRootChild" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDriveRootChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/createLink", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaDriveRootLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDriveRootLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaDriveRootListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDriveRootListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/createLink", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaDriveRootListItemLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDriveRootListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions", + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaDriveRootListItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDriveRootListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/permissions", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaDriveRootPermission" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDriveRootPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/subscriptions", + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaDriveRootSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDriveRootSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/thumbnails", + "Method": "POST", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaDriveRootThumbnail" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDriveRootThumbnail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/createUploadSession", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaDriveRootUploadSession" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaDriveRootUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/versions", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaDriveRootVersion" + "Permissions": [], + "Command": "New-MgBetaDriveRootVersion", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/education/classes", + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationClass", + "Module": "Beta.Education", "Permissions": { "Name": "EduRoster.ReadWrite.All", "Description": "Read and write the organization's roster", "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaEducationClass", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/education/classes", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationClass" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -281505,20 +281687,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaEducationClassAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignments", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationClassAssignment" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignmentCategories", + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationCategory", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -281533,7 +281715,7 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaEducationClassAssignmentCategory", "Variants": [ "Create", "Create1", @@ -281544,13 +281726,13 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/education/classes/{educationClass-id}/assignmentCategories", - "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationClassAssignmentCategory" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -281565,20 +281747,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaEducationClassAssignmentCategoryByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationClassAssignmentCategoryByRef" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -281593,50 +281775,50 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaEducationClassAssignmentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationClassAssignmentResource" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", "Method": "POST", + "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Module": "Beta.Education", + "Permissions": [], + "Command": "New-MgBetaEducationClassAssignmentSettingGradingCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", - "OutputType": "IMicrosoftGraphEducationGradingCategory", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationClassAssignmentSettingGradingCategory" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", "Method": "POST", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Module": "Beta.Education", + "Permissions": [], + "Command": "New-MgBetaEducationClassAssignmentSubmission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationClassAssignmentSubmission" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationOutcome", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -281651,20 +281833,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaEducationClassAssignmentSubmissionOutcome", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationClassAssignmentSubmissionOutcome" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -281679,35 +281861,35 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaEducationClassAssignmentSubmissionResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationClassAssignmentSubmissionResource" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "Method": "POST", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Module": "Beta.Education", + "Permissions": [], + "Command": "New-MgBetaEducationClassAssignmentSubmissionSubmittedResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationClassAssignmentSubmissionSubmittedResource" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/members/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadWrite.All", @@ -281722,188 +281904,188 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaEducationClassMemberByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/members/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationClassMemberByRef" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/modules", "Method": "POST", + "OutputType": "IMicrosoftGraphEducationModule", + "Module": "Beta.Education", + "Permissions": [], + "Command": "New-MgBetaEducationClassModule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/modules", - "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationClassModule" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", "Method": "POST", + "OutputType": "IMicrosoftGraphEducationModuleResource", + "Module": "Beta.Education", + "Permissions": [], + "Command": "New-MgBetaEducationClassModuleResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", - "OutputType": "IMicrosoftGraphEducationModuleResource", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationClassModuleResource" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/teachers/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Education", "Permissions": { "Name": "EduRoster.ReadWrite.All", "Description": "Read and write the organization's roster", "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaEducationClassTeacherByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/teachers/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationClassTeacherByRef" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded" - ], "Uri": "/education/me/assignments", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "New-MgBetaEducationMeAssignment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaEducationMeAssignment", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/categories", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "New-MgBetaEducationMeAssignmentCategory" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaEducationMeAssignmentCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "New-MgBetaEducationMeAssignmentCategoryByRef" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaEducationMeAssignmentCategoryByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/resources", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "New-MgBetaEducationMeAssignmentResource" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaEducationMeAssignmentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "New-MgBetaEducationMeAssignmentSubmission" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaEducationMeAssignmentSubmission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "New-MgBetaEducationMeAssignmentSubmissionOutcome" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaEducationMeAssignmentSubmissionOutcome", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "New-MgBetaEducationMeAssignmentSubmissionResource" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaEducationMeAssignmentSubmissionResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "New-MgBetaEducationMeAssignmentSubmissionSubmittedResource" + "Permissions": [], + "Command": "New-MgBetaEducationMeAssignmentSubmissionSubmittedResource", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/education/me/rubrics", + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationRubric", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -281918,364 +282100,364 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaEducationMeRubric", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/education/me/rubrics", - "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationMeRubric" + "ApiVersion": "beta" }, { + "Uri": "/education/schools", + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationSchool", + "Module": "Beta.Education", "Permissions": { "Name": "EduRoster.ReadWrite.All", "Description": "Read and write the organization's roster", "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaEducationSchool", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/education/schools", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationSchool" + "ApiVersion": "beta" }, { + "Uri": "/education/schools/{educationSchool-id}/classes/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Education", "Permissions": { "Name": "EduRoster.ReadWrite.All", "Description": "Read and write the organization's roster", "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaEducationSchoolClassByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/education/schools/{educationSchool-id}/classes/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationSchoolClassByRef" + "ApiVersion": "beta" }, { + "Uri": "/education/schools/{educationSchool-id}/users/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Education", "Permissions": { "Name": "EduRoster.ReadWrite.All", "Description": "Read and write the organization's roster", "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaEducationSchoolUserByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/education/schools/{educationSchool-id}/users/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationSchoolUserByRef" + "ApiVersion": "beta" }, { + "Uri": "/education/synchronizationProfiles", + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", + "Module": "Beta.Education", "Permissions": { "Name": "EduAdministration.ReadWrite", "Description": "Manage your education app settings", "FullDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaEducationSynchronizationProfile", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/education/synchronizationProfiles", - "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationSynchronizationProfile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors", "Method": "POST", + "OutputType": "IMicrosoftGraphEducationSynchronizationError", + "Module": "Beta.Education", + "Permissions": [], + "Command": "New-MgBetaEducationSynchronizationProfileError", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors", - "OutputType": "IMicrosoftGraphEducationSynchronizationError", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationSynchronizationProfileError" + "ApiVersion": "beta" }, { + "Uri": "/education/users", + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationUser", + "Module": "Beta.Education", "Permissions": { "Name": "EduRoster.ReadWrite.All", "Description": "Read and write the organization's roster", "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaEducationUser", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/education/users", - "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationUser" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/education/users/{educationUser-id}/assignments", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "New-MgBetaEducationUserAssignment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaEducationUserAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "New-MgBetaEducationUserAssignmentCategory" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaEducationUserAssignmentCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "New-MgBetaEducationUserAssignmentCategoryByRef" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaEducationUserAssignmentCategoryByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "New-MgBetaEducationUserAssignmentResource" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaEducationUserAssignmentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "New-MgBetaEducationUserAssignmentSubmission" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaEducationUserAssignmentSubmission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "New-MgBetaEducationUserAssignmentSubmissionOutcome" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaEducationUserAssignmentSubmissionOutcome", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "New-MgBetaEducationUserAssignmentSubmissionResource" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaEducationUserAssignmentSubmissionResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "New-MgBetaEducationUserAssignmentSubmissionSubmittedResource" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaEducationUserAssignmentSubmissionSubmittedResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/rubrics", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "New-MgBetaEducationUserRubric" + "Permissions": [], + "Command": "New-MgBetaEducationUserRubric", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages", + "Method": "POST", + "OutputType": "IMicrosoftGraphAccessPackage", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaEntitlementManagementAccessPackage", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages", - "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaEntitlementManagementAccessPackage" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", + "Method": "POST", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", "Method": "POST", + "OutputType": "IMicrosoftGraphCustomExtensionHandler", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", - "OutputType": "IMicrosoftGraphCustomExtensionHandler", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", "Method": "POST", + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests", + "Method": "POST", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentRequest" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs", + "Method": "POST", + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaEntitlementManagementAccessPackageCatalog", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaEntitlementManagementAccessPackageCatalog" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions", + "Method": "POST", + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -282290,189 +282472,189 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions", + "Method": "POST", + "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions", - "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests", + "Method": "POST", + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaEntitlementManagementAccessPackageResourceRequest", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests", - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaEntitlementManagementAccessPackageResourceRequest" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes", + "Method": "POST", + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaEntitlementManagementAccessPackageResourceRoleScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaEntitlementManagementAccessPackageResourceRoleScope" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", + "Method": "POST", + "OutputType": "IMicrosoftGraphConnectedOrganization", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaEntitlementManagementConnectedOrganization", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", - "OutputType": "IMicrosoftGraphConnectedOrganization", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaEntitlementManagementConnectedOrganization" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/subjects", "Method": "POST", + "OutputType": "IMicrosoftGraphAccessPackageSubject", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaEntitlementManagementSubject", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/subjects", - "OutputType": "IMicrosoftGraphAccessPackageSubject", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaEntitlementManagementSubject" + "ApiVersion": "beta" }, { + "Uri": "/external/connections", + "Method": "POST", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Module": "Beta.Search", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.All", @@ -282487,18 +282669,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaExternalConnection", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/external/connections", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "New-MgBetaExternalConnection" + "ApiVersion": "beta" }, { + "Uri": "/external/connections/{externalConnection-id}/groups", + "Method": "POST", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Module": "Beta.Search", "Permissions": [ { "Name": "ExternalItem.ReadWrite.All", @@ -282513,20 +282695,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaExternalConnectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/external/connections/{externalConnection-id}/groups", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "New-MgBetaExternalConnectionGroup" + "ApiVersion": "beta" }, { + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", + "Method": "POST", + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Module": "Beta.Search", "Permissions": [ { "Name": "ExternalItem.ReadWrite.All", @@ -282541,433 +282723,433 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaExternalConnectionGroupMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "New-MgBetaExternalConnectionGroupMember" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/items", "Method": "POST", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Module": "Beta.Search", + "Permissions": [], + "Command": "New-MgBetaExternalConnectionItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/external/connections/{externalConnection-id}/items", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "New-MgBetaExternalConnectionItem" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", "Method": "POST", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Module": "Beta.Search", + "Permissions": [], + "Command": "New-MgBetaExternalConnectionItemActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "New-MgBetaExternalConnectionItemActivity" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/operations", "Method": "POST", + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Module": "Beta.Search", + "Permissions": [], + "Command": "New-MgBetaExternalConnectionOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/external/connections/{externalConnection-id}/operations", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "New-MgBetaExternalConnectionOperation" + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/dataConnectors", + "Method": "POST", + "OutputType": "IMicrosoftGraphIndustryDataConnector", + "Module": "Beta.Search", "Permissions": { "Name": "IndustryData-DataConnector.ReadWrite.All", "Description": "Manage data connector definitions", "FullDescription": "Allows the app to read and write data connectors on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaExternalIndustryDataConnector", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/external/industryData/dataConnectors", - "OutputType": "IMicrosoftGraphIndustryDataConnector", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "New-MgBetaExternalIndustryDataConnector" + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/inboundFlows", + "Method": "POST", + "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", + "Module": "Beta.Search", "Permissions": { "Name": "IndustryData-InboundFlow.ReadWrite.All", "Description": "Manage inbound flow definitions", "FullDescription": "Allows the app to read and write inbound data flows on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaExternalIndustryDataInboundFlow", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/external/industryData/inboundFlows", - "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "New-MgBetaExternalIndustryDataInboundFlow" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded" - ], "Uri": "/external/industryData/operations", + "Method": "POST", "OutputType": "IMicrosoftGraphLongRunningOperation", - "ApiVersion": "beta", "Module": "Beta.Search", - "Command": "New-MgBetaExternalIndustryDataOperation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaExternalIndustryDataOperation", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/referenceDefinitions", + "Method": "POST", "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", - "ApiVersion": "beta", "Module": "Beta.Search", - "Command": "New-MgBetaExternalIndustryDataReferenceDefinition" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaExternalIndustryDataReferenceDefinition", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/roleGroups", + "Method": "POST", "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", - "ApiVersion": "beta", "Module": "Beta.Search", - "Command": "New-MgBetaExternalIndustryDataRoleGroup" + "Permissions": [], + "Command": "New-MgBetaExternalIndustryDataRoleGroup", + "Variants": [ + "Create", + "CreateExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/sourceSystems", + "Method": "POST", + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", + "Module": "Beta.Search", "Permissions": { "Name": "IndustryData-SourceSystem.ReadWrite.All", "Description": "Manage source system definitions", "FullDescription": "Allows the app to read and write source system definitions on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaExternalIndustryDataSourceSystem", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/external/industryData/sourceSystems", - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "New-MgBetaExternalIndustryDataSourceSystem" + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/years", + "Method": "POST", + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", + "Module": "Beta.Search", "Permissions": { "Name": "IndustryData-TimePeriod.ReadWrite.All", "Description": "Manage time period definitions", "FullDescription": "Allows the app to read and write time period definitions on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaExternalIndustryDataYear", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/external/industryData/years", - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "New-MgBetaExternalIndustryDataYear" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/countriesRegions", + "Method": "POST", + "OutputType": "IMicrosoftGraphCountryRegion", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaFinancialCompanyCountryRegion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/financials/companies/{company-id}/countriesRegions", - "OutputType": "IMicrosoftGraphCountryRegion", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyCountryRegion" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/currencies", + "Method": "POST", + "OutputType": "IMicrosoftGraphCurrency", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaFinancialCompanyCurrency", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/financials/companies/{company-id}/currencies", - "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyCurrency" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/customers", + "Method": "POST", + "OutputType": "IMicrosoftGraphCustomer", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaFinancialCompanyCustomer", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/financials/companies/{company-id}/customers", - "OutputType": "IMicrosoftGraphCustomer", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyCustomer" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/financials/companies/{company-id}/customerPayments", + "Method": "POST", "OutputType": "IMicrosoftGraphCustomerPayment", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyCustomerPayment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaFinancialCompanyCustomerPayment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture", + "Method": "POST", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyCustomerPaymentCustomerPicture" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals", + "Method": "POST", "OutputType": "IMicrosoftGraphCustomerPaymentJournal", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournal" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournal", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments", + "Method": "POST", "OutputType": "IMicrosoftGraphCustomerPayment", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture", + "Method": "POST", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture", + "Method": "POST", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyCustomerPicture" + "Permissions": [], + "Command": "New-MgBetaFinancialCompanyCustomerPicture", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/employees", + "Method": "POST", + "OutputType": "IMicrosoftGraphEmployee", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaFinancialCompanyEmployee", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/financials/companies/{company-id}/employees", - "OutputType": "IMicrosoftGraphEmployee", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyEmployee" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture", "Method": "POST", + "OutputType": "IMicrosoftGraphPicture", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "New-MgBetaFinancialCompanyEmployeePicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture", - "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyEmployeePicture" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/items", + "Method": "POST", + "OutputType": "IMicrosoftGraphItem", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaFinancialCompanyItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/financials/companies/{company-id}/items", - "OutputType": "IMicrosoftGraphItem", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyItem" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/itemCategories", + "Method": "POST", + "OutputType": "IMicrosoftGraphItemCategory", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaFinancialCompanyItemCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/financials/companies/{company-id}/itemCategories", - "OutputType": "IMicrosoftGraphItemCategory", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyItemCategory" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture", "Method": "POST", + "OutputType": "IMicrosoftGraphPicture", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "New-MgBetaFinancialCompanyItemPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture", - "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyItemPicture" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/journals", "Method": "POST", + "OutputType": "IMicrosoftGraphJournal", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "New-MgBetaFinancialCompanyJournal", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/financials/companies/{company-id}/journals", - "OutputType": "IMicrosoftGraphJournal", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyJournal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/journalLines", "Method": "POST", + "OutputType": "IMicrosoftGraphJournalLine", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "New-MgBetaFinancialCompanyJournalLine", "Variants": [ "Create", "Create1", @@ -282978,70 +283160,70 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/financials/companies/{company-id}/journalLines", - "OutputType": "IMicrosoftGraphJournalLine", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyJournalLine" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/paymentMethods", + "Method": "POST", + "OutputType": "IMicrosoftGraphPaymentMethod", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaFinancialCompanyPaymentMethod", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/financials/companies/{company-id}/paymentMethods", - "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyPaymentMethod" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/paymentTerms", + "Method": "POST", + "OutputType": "IMicrosoftGraphPaymentTerm", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaFinancialCompanyPaymentTerm", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/financials/companies/{company-id}/paymentTerms", - "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyPaymentTerm" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/picture", "Method": "POST", + "OutputType": "IMicrosoftGraphPicture", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "New-MgBetaFinancialCompanyPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/financials/companies/{company-id}/picture", - "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyPicture" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", "Method": "POST", + "OutputType": "IMicrosoftGraphPicture", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "New-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", "Variants": [ "Create", "Create1", @@ -283052,90 +283234,90 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", - "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture", + "Method": "POST", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture", + "Method": "POST", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanySaleCreditMemoCustomerPicture" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", + "Method": "POST", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanySaleCreditMemoLineItemPicture" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", + "Method": "POST", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture", + "Method": "POST", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanySaleInvoiceCustomerPicture" + "Permissions": [], + "Command": "New-MgBetaFinancialCompanySaleInvoiceCustomerPicture", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", "Method": "POST", + "OutputType": "IMicrosoftGraphPicture", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "New-MgBetaFinancialCompanySaleInvoiceLineItemPicture", "Variants": [ "Create", "Create1", @@ -283146,30 +283328,30 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", - "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanySaleInvoiceLineItemPicture" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture", "Method": "POST", + "OutputType": "IMicrosoftGraphPicture", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "New-MgBetaFinancialCompanySaleOrderCustomerPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture", - "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanySaleOrderCustomerPicture" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture", "Method": "POST", + "OutputType": "IMicrosoftGraphPicture", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "New-MgBetaFinancialCompanySaleOrderLineItemPicture", "Variants": [ "Create", "Create1", @@ -283180,43 +283362,43 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture", - "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanySaleOrderLineItemPicture" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture", "Method": "POST", + "OutputType": "IMicrosoftGraphPicture", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "New-MgBetaFinancialCompanySaleQuoteCustomerPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture", - "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanySaleQuoteCustomerPicture" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/makeInvoice", "Method": "POST", + "OutputType": null, + "Module": "Beta.Financials", + "Permissions": [], + "Command": "New-MgBetaFinancialCompanySaleQuoteInvoice", "Variants": [ "Make", "MakeViaIdentity" ], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/makeInvoice", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanySaleQuoteInvoice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", "Method": "POST", + "OutputType": "IMicrosoftGraphPicture", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "New-MgBetaFinancialCompanySaleQuoteLineItemPicture", "Variants": [ "Create", "Create1", @@ -283227,123 +283409,123 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", - "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanySaleQuoteLineItemPicture" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/shipmentMethods", + "Method": "POST", + "OutputType": "IMicrosoftGraphShipmentMethod", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaFinancialCompanyShipmentMethod", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/financials/companies/{company-id}/shipmentMethods", - "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyShipmentMethod" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/taxAreas", "Method": "POST", + "OutputType": "IMicrosoftGraphTaxArea", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "New-MgBetaFinancialCompanyTaxArea", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/financials/companies/{company-id}/taxAreas", - "OutputType": "IMicrosoftGraphTaxArea", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyTaxArea" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/taxGroups", + "Method": "POST", + "OutputType": "IMicrosoftGraphTaxGroup", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaFinancialCompanyTaxGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/financials/companies/{company-id}/taxGroups", - "OutputType": "IMicrosoftGraphTaxGroup", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyTaxGroup" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/unitsOfMeasure", + "Method": "POST", + "OutputType": "IMicrosoftGraphUnitOfMeasure", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaFinancialCompanyUnitOfMeasure", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/financials/companies/{company-id}/unitsOfMeasure", - "OutputType": "IMicrosoftGraphUnitOfMeasure", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyUnitOfMeasure" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/vendors", + "Method": "POST", + "OutputType": "IMicrosoftGraphVendor", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaFinancialCompanyVendor", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/financials/companies/{company-id}/vendors", - "OutputType": "IMicrosoftGraphVendor", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyVendor" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture", "Method": "POST", + "OutputType": "IMicrosoftGraphPicture", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "New-MgBetaFinancialCompanyVendorPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture", - "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyVendorPicture" + "ApiVersion": "beta" }, { + "Uri": "/groups", + "Method": "POST", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -283364,990 +283546,990 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaGroup", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/groups", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroup" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/acceptedSenders/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": { "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 }, - "Method": "POST", + "Command": "New-MgBetaGroupAcceptedSenderByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/acceptedSenders/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupAcceptedSenderByRef" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/appRoleAssignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Beta.Applications", "Permissions": { "Name": "AppRoleAssignment.ReadWrite.All", "Description": "Manage app permission grants and app role assignments", "FullDescription": "Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaGroupAppRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/appRoleAssignments", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "New-MgBetaGroupAppRoleAssignment" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/calendar/events", + "Method": "POST", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Beta.Calendar", "Permissions": { "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 }, - "Method": "POST", + "Command": "New-MgBetaGroupCalendarEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/calendar/events", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "New-MgBetaGroupCalendarEvent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/calendar/calendarPermissions", "Method": "POST", + "OutputType": "IMicrosoftGraphCalendarPermission", + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "New-MgBetaGroupCalendarPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/calendar/calendarPermissions", - "OutputType": "IMicrosoftGraphCalendarPermission", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "New-MgBetaGroupCalendarPermission" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/conversations", + "Method": "POST", + "OutputType": "IMicrosoftGraphConversation", + "Module": "Beta.Groups", "Permissions": { "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 }, - "Method": "POST", + "Command": "New-MgBetaGroupConversation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/conversations", - "OutputType": "IMicrosoftGraphConversation", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupConversation" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", + "Method": "POST", + "OutputType": "IMicrosoftGraphConversationThread", + "Module": "Beta.Groups", "Permissions": { "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 }, - "Method": "POST", + "Command": "New-MgBetaGroupConversationThread", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupConversationThread" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "New-MgBetaGroupConversationThreadPostAttachment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupConversationThreadPostAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "New-MgBetaGroupConversationThreadPostAttachmentUploadSession" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupConversationThreadPostAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "New-MgBetaGroupConversationThreadPostExtension" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupConversationThreadPostExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "New-MgBetaGroupConversationThreadPostInReplyToAttachment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupConversationThreadPostInReplyToAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "New-MgBetaGroupConversationThreadPostInReplyToAttachmentUploadSession" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupConversationThreadPostInReplyToAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "New-MgBetaGroupConversationThreadPostInReplyToExtension" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupConversationThreadPostInReplyToExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", + "Method": "POST", "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "New-MgBetaGroupConversationThreadPostInReplyToMention" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupConversationThreadPostInReplyToMention", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", + "Method": "POST", "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "New-MgBetaGroupConversationThreadPostMention" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupConversationThreadPostMention", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives", + "Method": "POST", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaGroupDrive" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupDrive", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveBundle" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupDriveBundle", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupDriveItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveItemAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupDriveItemAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveItemChild" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupDriveItemChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createLink", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "New-MgBetaGroupDriveItemLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupDriveItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveItemListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupDriveItemListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "New-MgBetaGroupDriveItemListItemLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupDriveItemListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveItemListItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupDriveItemListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveItemPermission" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupDriveItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveItemSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupDriveItemSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "Method": "POST", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveItemThumbnail" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupDriveItemThumbnail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "New-MgBetaGroupDriveItemUploadSession" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupDriveItemUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupDriveItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveListColumn" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupDriveListColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveListContentType" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupDriveListContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveListContentTypeColumn" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupDriveListContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Method": "POST", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupDriveListContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", + "Method": "POST", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveListItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupDriveListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupDriveListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "New-MgBetaGroupDriveListItemLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupDriveListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveListItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupDriveListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", + "Method": "POST", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveListOperation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupDriveListOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveListSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupDriveListSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveRootAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupDriveRootAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveRootChild" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupDriveRootChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/createLink", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "New-MgBetaGroupDriveRootLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupDriveRootLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveRootListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupDriveRootListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createLink", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "New-MgBetaGroupDriveRootListItemLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupDriveRootListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveRootListItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupDriveRootListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveRootPermission" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupDriveRootPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveRootSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupDriveRootSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", + "Method": "POST", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveRootThumbnail" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupDriveRootThumbnail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/createUploadSession", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "New-MgBetaGroupDriveRootUploadSession" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupDriveRootUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveRootVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupDriveRootVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/endpoints", + "Method": "POST", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "New-MgBetaGroupEndpoint" + "Permissions": [], + "Command": "New-MgBetaGroupEndpoint", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/events", + "Method": "POST", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Beta.Calendar", "Permissions": { "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 }, - "Method": "POST", + "Command": "New-MgBetaGroupEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/events", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "New-MgBetaGroupEvent" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/events/{event-id}/attachments", + "Method": "POST", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Calendar", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaGroupEventAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/events/{event-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "New-MgBetaGroupEventAttachment" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "New-MgBetaGroupEventExceptionOccurrenceAttachment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupEventExceptionOccurrenceAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "New-MgBetaGroupEventExceptionOccurrenceExtension" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupEventExceptionOccurrenceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "New-MgBetaGroupEventExceptionOccurrenceInstanceAttachment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "New-MgBetaGroupEventExceptionOccurrenceInstanceExtension" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupEventExceptionOccurrenceInstanceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/extensions", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "New-MgBetaGroupEventExtension" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupEventExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "New-MgBetaGroupEventInstanceAttachment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupEventInstanceAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "New-MgBetaGroupEventInstanceExceptionOccurrenceAttachment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "New-MgBetaGroupEventInstanceExceptionOccurrenceExtension" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupEventInstanceExceptionOccurrenceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "New-MgBetaGroupEventInstanceExtension" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupEventInstanceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/extensions", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "New-MgBetaGroupExtension" + "Permissions": [], + "Command": "New-MgBetaGroupExtension", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/groupLifecyclePolicies", + "Method": "POST", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Module": "Beta.Groups", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaGroupLifecyclePolicy", "Variants": [ "Create", "Create1", @@ -284356,28 +284538,28 @@ "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groupLifecyclePolicies", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupLifecyclePolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/members/$ref", "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "New-MgBetaGroupMemberByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/members/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupMemberByRef" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/notebooks", + "Method": "POST", + "OutputType": "IMicrosoftGraphNotebook", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -284398,20 +284580,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaGroupOnenoteNotebook", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/onenote/notebooks", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "New-MgBetaGroupOnenoteNotebook" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -284432,20 +284614,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaGroupOnenoteNotebookSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "New-MgBetaGroupOnenoteNotebookSection" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Method": "POST", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -284466,20 +284648,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaGroupOnenoteNotebookSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "New-MgBetaGroupOnenoteNotebookSectionGroup" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/pages", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenotePage", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -284500,50 +284682,50 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaGroupOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/onenote/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "New-MgBetaGroupOnenotePage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/onenote/sections", "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Beta.Notes", + "Permissions": [], + "Command": "New-MgBetaGroupOnenoteSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/onenote/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "New-MgBetaGroupOnenoteSection" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/onenote/sectionGroups", "Method": "POST", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Beta.Notes", + "Permissions": [], + "Command": "New-MgBetaGroupOnenoteSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/onenote/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "New-MgBetaGroupOnenoteSectionGroup" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -284564,20 +284746,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaGroupOnenoteSectionGroupSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "New-MgBetaGroupOnenoteSectionGroupSection" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenotePage", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -284598,20 +284780,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaGroupOnenoteSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "New-MgBetaGroupOnenoteSectionPage" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/owners/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -284626,756 +284808,737 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaGroupOwnerByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/owners/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupOwnerByRef" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/permissionGrants", "Method": "POST", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "New-MgBetaGroupPermissionGrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/permissionGrants", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupPermissionGrant" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/rejectedSenders/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": { "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 }, - "Method": "POST", + "Command": "New-MgBetaGroupRejectedSenderByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/rejectedSenders/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupRejectedSenderByRef" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/settings", + "Method": "POST", + "OutputType": "IMicrosoftGraphDirectorySetting", + "Module": "Beta.Groups", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaGroupSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/settings", - "OutputType": "IMicrosoftGraphDirectorySetting", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupSetting" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteAnalyticItemActivityStatActivity" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteAnalyticItemActivityStatActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/columns", + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteColumn" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteContentType" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteContentTypeColumn" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "Method": "POST", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies", + "Method": "POST", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels", + "Method": "POST", "OutputType": "IMicrosoftGraphInformationProtectionLabel", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteInformationProtectionPolicyLabel" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteInformationProtectionPolicyLabel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels", + "Method": "POST", "OutputType": "IMicrosoftGraphSensitivityLabel", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteInformationProtectionSensitivityLabel" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteInformationProtectionSensitivityLabel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", + "Method": "POST", "OutputType": "IMicrosoftGraphSensitivityLabel", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests", + "Method": "POST", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "Method": "POST", "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists", + "Method": "POST", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteList" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteList", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities", + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteListActivity" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteListActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteListColumn" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteListColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteListContentType" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteListContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteListContentTypeColumn" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteListContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "Method": "POST", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteListContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", + "Method": "POST", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteListItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteListItemActivity" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteListItemActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "New-MgBetaGroupSiteListItemLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteListItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", + "Method": "POST", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteListOperation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteListOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteListSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteListSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", + "Method": "POST", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteOnenoteNotebook" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteNotebook", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteOnenoteNotebookSection" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteNotebookSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Method": "POST", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroup" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroupSection" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionPage" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteOnenoteOperation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteOnenotePage" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteOnenoteResource" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteOnenoteSection" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", + "Method": "POST", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteOnenoteSectionGroup" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteOnenoteSectionGroupSection" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteSectionGroupSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteOnenoteSectionGroupSectionPage" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteSectionGroupSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteOnenoteSectionPage" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/operations", + "Method": "POST", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteOperation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages", + "Method": "POST", "OutputType": "IMicrosoftGraphBaseSitePage", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSitePage" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSitePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/permissions", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSitePermission" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSitePermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreGroup" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreGroupSet" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreGroupSet", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" + "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreGroupSetChild" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreGroupSetChild", "Variants": [ "Create", "Create1", @@ -285386,105 +285549,124 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreGroupSetChildRelation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreGroupSetChildRelation", "Variants": [ "Create", + "Create1", "CreateExpanded", + "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateViaIdentity1", + "CreateViaIdentityExpanded", + "CreateViaIdentityExpanded1" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreGroupSetRelation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreGroupSetRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreGroupSetTerm" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreGroupSetTerm", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermChild" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermChildRelation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermRelation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreSet" + "Permissions": [], + "Command": "New-MgBetaGroupSiteTermStoreSet", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "New-MgBetaGroupSiteTermStoreSetChild", "Variants": [ "Create", "Create1", @@ -285495,15 +285677,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreSetChild" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "New-MgBetaGroupSiteTermStoreSetChildRelation", "Variants": [ "Create", "Create1", @@ -285514,30 +285696,30 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreSetChildRelation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSet" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetChild", "Variants": [ "Create", "Create1", @@ -285548,15 +285730,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetChild" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Create", "Create1", @@ -285567,1059 +285749,1059 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetRelation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTerm" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreSetRelation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreSetTerm" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetTerm", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreSetTermChild" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetTermChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreSetTermChildRelation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetTermChildRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreSetTermRelation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetTermRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels", + "Method": "POST", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamChannel" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupTeamChannel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", + "Method": "POST", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamChannelMember" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupTeamChannelMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamChannelMessage" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupTeamChannelMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamChannelMessageHostedContent" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupTeamChannelMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamChannelMessageReply" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupTeamChannelMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamChannelMessageReplyHostedContent" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupTeamChannelMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", + "Method": "POST", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamChannelSharedWithTeam" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupTeamChannelSharedWithTeam", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamChannelTab" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupTeamChannelTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/installedApps", + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamInstalledApp" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupTeamInstalledApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/members", + "Method": "POST", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamMember" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupTeamMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/operations", + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamOperation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupTeamOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/permissionGrants", + "Method": "POST", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamPermissionGrant" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupTeamPermissionGrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/members", + "Method": "POST", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamPrimaryChannelMember" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupTeamPrimaryChannelMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamPrimaryChannelMessage" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupTeamPrimaryChannelMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamPrimaryChannelMessageHostedContent" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupTeamPrimaryChannelMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamPrimaryChannelMessageReply" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupTeamPrimaryChannelMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", + "Method": "POST", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamPrimaryChannelSharedWithTeam" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupTeamPrimaryChannelSharedWithTeam", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/tabs", + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamPrimaryChannelTab" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupTeamPrimaryChannelTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", + "Method": "POST", "OutputType": "IMicrosoftGraphOfferShiftRequest", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamScheduleOfferShiftRequest" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupTeamScheduleOfferShiftRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShifts", + "Method": "POST", "OutputType": "IMicrosoftGraphOpenShift", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamScheduleOpenShift" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupTeamScheduleOpenShift", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", + "Method": "POST", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamScheduleOpenShiftChangeRequest" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupTeamScheduleOpenShiftChangeRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", + "Method": "POST", "OutputType": "IMicrosoftGraphSchedulingGroup", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamScheduleSchedulingGroup" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupTeamScheduleSchedulingGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/shifts", + "Method": "POST", "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamScheduleShift" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupTeamScheduleShift", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", + "Method": "POST", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamScheduleSwapShiftChangeRequest" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupTeamScheduleSwapShiftChangeRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeCards", + "Method": "POST", "OutputType": "IMicrosoftGraphTimeCard", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamScheduleTimeCard" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupTeamScheduleTimeCard", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timesOff", + "Method": "POST", "OutputType": "IMicrosoftGraphTimeOff", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamScheduleTimeOff" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupTeamScheduleTimeOff", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", + "Method": "POST", "OutputType": "IMicrosoftGraphTimeOffReason", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamScheduleTimeOffReason" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupTeamScheduleTimeOffReason", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", + "Method": "POST", "OutputType": "IMicrosoftGraphTimeOffRequest", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamScheduleTimeOffRequest" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupTeamScheduleTimeOffRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/tags", + "Method": "POST", "OutputType": "IMicrosoftGraphTeamworkTag", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamTag" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupTeamTag", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", + "Method": "POST", "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamTagMember" + "Permissions": [], + "Command": "New-MgBetaGroupTeamTagMember", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/threads", + "Method": "POST", + "OutputType": "IMicrosoftGraphConversationThread", + "Module": "Beta.Groups", "Permissions": { "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 }, - "Method": "POST", + "Command": "New-MgBetaGroupThread", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/threads", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupThread" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "New-MgBetaGroupThreadPostAttachment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupThreadPostAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "New-MgBetaGroupThreadPostAttachmentUploadSession" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupThreadPostAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "New-MgBetaGroupThreadPostExtension" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupThreadPostExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "New-MgBetaGroupThreadPostInReplyToAttachment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupThreadPostInReplyToAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "New-MgBetaGroupThreadPostInReplyToAttachmentUploadSession" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupThreadPostInReplyToAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "New-MgBetaGroupThreadPostInReplyToExtension" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupThreadPostInReplyToExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", + "Method": "POST", "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "New-MgBetaGroupThreadPostInReplyToMention" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaGroupThreadPostInReplyToMention", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", + "Method": "POST", "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "New-MgBetaGroupThreadPostMention" + "Permissions": [], + "Command": "New-MgBetaGroupThreadPostMention", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/identity/apiConnectors", + "Method": "POST", + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "APIConnectors.ReadWrite.All", "Description": "Read and write API connectors for authentication flows", "FullDescription": "Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaIdentityApiConnector", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identity/apiConnectors", - "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityApiConnector" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/authenticationEventsFlows", "Method": "POST", + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "New-MgBetaIdentityAuthenticationEventFlow", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identity/authenticationEventsFlows", - "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityAuthenticationEventFlow" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/authenticationEventListeners", "Method": "POST", + "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "New-MgBetaIdentityAuthenticationEventListener", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identity/authenticationEventListeners", - "OutputType": "IMicrosoftGraphAuthenticationEventListener", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityAuthenticationEventListener" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows", + "Method": "POST", + "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaIdentityB2CUserFlow", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identity/b2cUserFlows", - "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityB2CUserFlow" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaIdentityB2CUserFlowIdentityProviderByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityB2CUserFlowIdentityProviderByRef" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages", "Method": "POST", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "New-MgBetaIdentityB2CUserFlowLanguage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityB2CUserFlowLanguage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "New-MgBetaIdentityB2CUserFlowLanguageDefaultPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityB2CUserFlowLanguageDefaultPage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "New-MgBetaIdentityB2CUserFlowLanguageOverridePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityB2CUserFlowLanguageOverridePage" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaIdentityB2CUserFlowUserAttributeAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityB2CUserFlowUserAttributeAssignment" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows", + "Method": "POST", + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaIdentityB2XUserFlow", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identity/b2xUserFlows", - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityB2XUserFlow" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "New-MgBetaIdentityB2XUserFlowIdentityProviderByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityB2XUserFlowIdentityProviderByRef" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", "Method": "POST", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "New-MgBetaIdentityB2XUserFlowLanguage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityB2XUserFlowLanguage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "New-MgBetaIdentityB2XUserFlowLanguageDefaultPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityB2XUserFlowLanguageDefaultPage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "New-MgBetaIdentityB2XUserFlowLanguageOverridePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityB2XUserFlowLanguageOverridePage" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaIdentityB2XUserFlowUserAttributeAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityB2XUserFlowUserAttributeAssignment" + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", + "Method": "POST", + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ConditionalAccess", "Description": "Read and write your organization's conditional access policies", "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityConditionalAccessAuthenticationContextClassReference" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes", "Method": "POST", + "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", "Variants": [ "Create1", "CreateExpanded1" ], - "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes", - "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies", "Method": "POST", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", "Variants": [ "Create1", "CreateExpanded1" ], - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", "Method": "POST", + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "Create1", "CreateExpanded1", @@ -286628,13 +286810,13 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/namedLocations", + "Method": "POST", + "OutputType": "IMicrosoftGraphNamedLocation", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -286649,18 +286831,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaIdentityConditionalAccessNamedLocation", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identity/conditionalAccess/namedLocations", - "OutputType": "IMicrosoftGraphNamedLocation", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityConditionalAccessNamedLocation" + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/policies", + "Method": "POST", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Application.Read.All", @@ -286681,675 +286863,675 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaIdentityConditionalAccessPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identity/conditionalAccess/policies", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityConditionalAccessPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded" - ], "Uri": "/identity/customAuthenticationExtensions", + "Method": "POST", "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityCustomAuthenticationExtension" - }, - { + "Module": "Beta.Identity.SignIns", "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaIdentityCustomAuthenticationExtension", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecision" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecision", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "Method": "POST", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInsight" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInsight", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", + "Method": "POST", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewStage", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights", + "Method": "POST", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight" + "Permissions": [], + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions", + "Method": "POST", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identityGovernance/accessReviews/definitions", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstance" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "Method": "POST", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewStage", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "Method": "POST", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight" + "Permissions": [], + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/historyDefinitions", + "Method": "POST", + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identityGovernance/accessReviews/historyDefinitions", - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", "Method": "POST", + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri", + "Method": "POST", + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri", "Variants": [ "Generate", "GenerateViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests", "Method": "POST", + "OutputType": "IMicrosoftGraphAppConsentRequest", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaIdentityGovernanceAppConsentRequest", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identityGovernance/appConsent/appConsentRequests", - "OutputType": "IMicrosoftGraphAppConsentRequest", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAppConsentRequest" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", "Method": "POST", + "OutputType": "IMicrosoftGraphUserConsentRequest", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", - "OutputType": "IMicrosoftGraphUserConsentRequest", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps", "Method": "POST", + "OutputType": "IMicrosoftGraphApprovalStep", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps", - "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows", + "Method": "POST", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", "Description": "Read and write all lifecycle workflows resources", "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflow", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflow" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", + "Method": "POST", + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", "Description": "Read and write all lifecycle workflows resources", "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createNewVersion", "Method": "POST", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createNewVersion", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", "Method": "POST", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createNewVersion", + "Method": "POST", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", "Description": "Read and write all lifecycle workflows resources", "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowNewVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createNewVersion", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowNewVersion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", "Method": "POST", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowTask" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", "Method": "POST", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", "Method": "POST", + "OutputType": "IMicrosoftGraphApproval", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", - "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps", "Method": "POST", + "OutputType": "IMicrosoftGraphApprovalStep", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps", - "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded" - ], "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/alerts", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceRoleManagementAlert" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceRoleManagementAlert", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertConfiguration" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertDefinition" + "Permissions": [], + "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertDefinition", + "Variants": [ + "Create", + "CreateExpanded" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertIncident", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertIncident" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/roleManagementAlerts/operations", "Method": "POST", + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertOperation", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identityGovernance/roleManagementAlerts/operations", - "OutputType": "IMicrosoftGraphLongRunningOperation", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertOperation" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/termsOfUse/agreements", + "Method": "POST", + "OutputType": "IMicrosoftGraphAgreement", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "Agreement.ReadWrite.All", "Description": "Read and write all terms of use agreements", "FullDescription": "Allows the app to read and write terms of use agreements on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreement", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identityGovernance/termsOfUse/agreements", - "OutputType": "IMicrosoftGraphAgreement", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreement" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", "Method": "POST", + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", "Variants": [ "Create", "Create1", @@ -287358,186 +287540,186 @@ "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", - "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", "Method": "POST", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", "Method": "POST", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "Method": "POST", + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", "Method": "POST", + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion" + "ApiVersion": "beta" }, { + "Uri": "/identity/identityProviders", + "Method": "POST", + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityProvider.ReadWrite.All", "Description": "Read and write identity providers", "FullDescription": "Allows the app to read and write your organization’s identity (authentication) providers’ properties on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaIdentityProvider", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identity/identityProviders", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityProvider" + "ApiVersion": "beta" }, { + "Uri": "/identity/userFlows", + "Method": "POST", + "OutputType": "IMicrosoftGraphIdentityUserFlow", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaIdentityUserFlow", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identity/userFlows", - "OutputType": "IMicrosoftGraphIdentityUserFlow", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityUserFlow" + "ApiVersion": "beta" }, { + "Uri": "/identity/userFlowAttributes", + "Method": "POST", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaIdentityUserFlowAttribute", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identity/userFlowAttributes", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityUserFlowAttribute" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/informationProtection/dataLossPreventionPolicies", "Method": "POST", + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "New-MgBetaInformationProtectionDataLossPreventionPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/informationProtection/dataLossPreventionPolicies", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaInformationProtectionDataLossPreventionPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/informationProtection/policy/labels", "Method": "POST", + "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "New-MgBetaInformationProtectionPolicyLabel", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/informationProtection/policy/labels", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaInformationProtectionPolicyLabel" + "ApiVersion": "beta" }, { + "Uri": "/informationProtection/threatAssessmentRequests", + "Method": "POST", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "ThreatAssessment.ReadWrite.All", "Description": "Read and write threat assessment requests", "FullDescription": "Allows an app to read your organization's threat assessment requests on your behalf. Also allows the app to create new requests to assess threats received by your organization on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaInformationProtectionThreatAssessmentRequest", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/informationProtection/threatAssessmentRequests", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaInformationProtectionThreatAssessmentRequest" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", "Method": "POST", + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "New-MgBetaInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaInformationProtectionThreatAssessmentRequestResult" + "ApiVersion": "beta" }, { + "Uri": "/invitations", + "Method": "POST", + "OutputType": "IMicrosoftGraphInvitation", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -287558,18 +287740,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaInvitation", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/invitations", - "OutputType": "IMicrosoftGraphInvitation", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaInvitation" + "ApiVersion": "beta" }, { + "Uri": "/oauth2PermissionGrants", + "Method": "POST", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -287584,83 +287766,83 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaOauth2PermissionGrant", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/oauth2PermissionGrants", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaOauth2PermissionGrant" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/onPremisesPublishingProfiles", "Method": "POST", + "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "New-MgBetaOnPremisePublishingProfile", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/onPremisesPublishingProfiles", - "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "New-MgBetaOnPremisePublishingProfile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents", "Method": "POST", + "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "New-MgBetaOnPremisePublishingProfileAgent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents", - "OutputType": "IMicrosoftGraphOnPremisesAgent", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "New-MgBetaOnPremisePublishingProfileAgent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups", "Method": "POST", + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "New-MgBetaOnPremisePublishingProfileAgentGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups", - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "New-MgBetaOnPremisePublishingProfileAgentGroup" + "ApiVersion": "beta" }, { + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Module": "Beta.Applications", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupAgent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents", - "OutputType": "IMicrosoftGraphOnPremisesAgent", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupAgent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", "Method": "POST", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupByRef", "Variants": [ "Create", "Create1", @@ -287671,246 +287853,246 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupByRef" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources", + "Method": "POST", "OutputType": "IMicrosoftGraphPublishedResource", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups", + "Method": "POST", "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors", + "Method": "POST", "OutputType": "IMicrosoftGraphConnector", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "New-MgBetaOnPremisePublishingProfileConnector" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfileConnector", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups", + "Method": "POST", "OutputType": "IMicrosoftGraphConnectorGroup", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "New-MgBetaOnPremisePublishingProfileConnectorGroup" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfileConnectorGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$ref", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "New-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "New-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef" + "Permissions": [], + "Command": "New-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources", + "Method": "POST", + "OutputType": "IMicrosoftGraphPublishedResource", + "Module": "Beta.Applications", "Permissions": { "Name": "OnPremisesPublishingProfiles.ReadWrite.All", "Description": "Manage on-premises published resources", "FullDescription": "Allows the app to manage hybrid identity service configuration by creating, viewing, updating and deleting on-premises published resources, on-premises agents and agent groups, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfilePublishedResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources", - "OutputType": "IMicrosoftGraphPublishedResource", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "New-MgBetaOnPremisePublishingProfilePublishedResource" + "ApiVersion": "beta" }, { + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Module": "Beta.Applications", "Permissions": { "Name": "OnPremisesPublishingProfiles.ReadWrite.All", "Description": "Manage on-premises published resources", "FullDescription": "Allows the app to manage hybrid identity service configuration by creating, viewing, updating and deleting on-premises published resources, on-premises agents and agent groups, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups", - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup" + "ApiVersion": "beta" }, { + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": { "Name": "OnPremisesPublishingProfiles.ReadWrite.All", "Description": "Manage on-premises published resources", "FullDescription": "Allows the app to manage hybrid identity service configuration by creating, viewing, updating and deleting on-premises published resources, on-premises agents and agent groups, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/organization", "Method": "POST", + "OutputType": "IMicrosoftGraphOrganization", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "New-MgBetaOrganization", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/organization", - "OutputType": "IMicrosoftGraphOrganization", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaOrganization" + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/branding/localizations", + "Method": "POST", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "Organization.ReadWrite.All", "Description": "Read and write organization information", "FullDescription": "Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaOrganizationBrandingLocalization", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/organization/{organization-id}/branding/localizations", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaOrganizationBrandingLocalization" + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", + "Method": "POST", + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Organization.ReadWrite.All", "Description": "Read and write organization information", "FullDescription": "Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaOrganizationCertificateBasedAuthConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaOrganizationCertificateBasedAuthConfiguration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/organization/{organization-id}/extensions", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "New-MgBetaOrganizationExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/organization/{organization-id}/extensions", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaOrganizationExtension" + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/settings/profileCardProperties", + "Method": "POST", + "OutputType": "IMicrosoftGraphProfileCardProperty", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "User.ReadWrite", @@ -287925,20 +288107,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaOrganizationSettingProfileCardProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/organization/{organization-id}/settings/profileCardProperties", - "OutputType": "IMicrosoftGraphProfileCardProperty", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaOrganizationSettingProfileCardProperty" + "ApiVersion": "beta" }, { + "Uri": "/planner/buckets", + "Method": "POST", + "OutputType": "IMicrosoftGraphPlannerBucket", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -287959,18 +288141,18 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaPlannerBucket", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/planner/buckets", - "OutputType": "IMicrosoftGraphPlannerBucket", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "New-MgBetaPlannerBucket" + "ApiVersion": "beta" }, { + "Uri": "/planner/plans", + "Method": "POST", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -287991,18 +288173,18 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaPlannerPlan", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/planner/plans", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "New-MgBetaPlannerPlan" + "ApiVersion": "beta" }, { + "Uri": "/planner/rosters", + "Method": "POST", + "OutputType": "IMicrosoftGraphPlannerRoster", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -288017,18 +288199,18 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaPlannerRoster", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/planner/rosters", - "OutputType": "IMicrosoftGraphPlannerRoster", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "New-MgBetaPlannerRoster" + "ApiVersion": "beta" }, { + "Uri": "/planner/rosters/{plannerRoster-id}/members", + "Method": "POST", + "OutputType": "IMicrosoftGraphPlannerRosterMember", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -288043,20 +288225,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaPlannerRosterMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/planner/rosters/{plannerRoster-id}/members", - "OutputType": "IMicrosoftGraphPlannerRosterMember", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "New-MgBetaPlannerRosterMember" + "ApiVersion": "beta" }, { + "Uri": "/planner/tasks", + "Method": "POST", + "OutputType": "IMicrosoftGraphPlannerTask", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -288077,67 +288259,67 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaPlannerTask", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/planner/tasks", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "New-MgBetaPlannerTask" + "ApiVersion": "beta" }, { + "Uri": "/policies/activityBasedTimeoutPolicies", + "Method": "POST", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaPolicyActivityBasedTimeoutPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/policies/activityBasedTimeoutPolicies", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyActivityBasedTimeoutPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/appManagementPolicies", + "Method": "POST", + "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaPolicyAppManagementPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/policies/appManagementPolicies", - "OutputType": "IMicrosoftGraphAppManagementPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyAppManagementPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", "Method": "POST", + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "New-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/policies/authenticationStrengthPolicies", + "Method": "POST", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.ReadWrite.AuthenticationMethod", @@ -288152,458 +288334,458 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaPolicyAuthenticationStrengthPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/policies/authenticationStrengthPolicies", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyAuthenticationStrengthPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", "Method": "POST", + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "New-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/authorizationPolicy", "Method": "POST", + "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "New-MgBetaPolicyAuthorizationPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/policies/authorizationPolicy", - "OutputType": "IMicrosoftGraphAuthorizationPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyAuthorizationPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides", "Method": "POST", + "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "New-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides", - "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride" + "ApiVersion": "beta" }, { + "Uri": "/policies/claimsMappingPolicies", + "Method": "POST", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaPolicyClaimMappingPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/policies/claimsMappingPolicies", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyClaimMappingPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/crossTenantAccessPolicy/partners", + "Method": "POST", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.CrossTenantAccess", "Description": "Read and write your organization's cross tenant access policies", "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaPolicyCrossTenantAccessPolicyPartner", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/policies/crossTenantAccessPolicy/partners", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyCrossTenantAccessPolicyPartner" + "ApiVersion": "beta" }, { + "Uri": "/policies/featureRolloutPolicies", + "Method": "POST", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaPolicyFeatureRolloutPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/policies/featureRolloutPolicies", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyFeatureRolloutPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaPolicyFeatureRolloutPolicyApplyTo", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyFeatureRolloutPolicyApplyTo" + "ApiVersion": "beta" }, { + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyFeatureRolloutPolicyApplyToByRef" + "ApiVersion": "beta" }, { + "Uri": "/policies/homeRealmDiscoveryPolicies", + "Method": "POST", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaPolicyHomeRealmDiscoveryPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/policies/homeRealmDiscoveryPolicies", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyHomeRealmDiscoveryPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/mobileAppManagementPolicies", "Method": "POST", + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "New-MgBetaPolicyMobileAppManagementPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/policies/mobileAppManagementPolicies", - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyMobileAppManagementPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.MobilityManagement", "Description": "Read and write your organization's mobility management policies", "FullDescription": "Allows the app to read and write your organization's mobility management policies on your behalf. For example, a mobility management policy can set the enrollment scope for a given mobility management application.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/mobileDeviceManagementPolicies", "Method": "POST", + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "New-MgBetaPolicyMobileDeviceManagementPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/policies/mobileDeviceManagementPolicies", - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyMobileDeviceManagementPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.MobilityManagement", "Description": "Read and write your organization's mobility management policies", "FullDescription": "Allows the app to read and write your organization's mobility management policies on your behalf. For example, a mobility management policy can set the enrollment scope for a given mobility management application.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef" + "ApiVersion": "beta" }, { + "Uri": "/policies/permissionGrantPolicies", + "Method": "POST", + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.PermissionGrant", "Description": "Manage consent and permission grant policies", "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaPolicyPermissionGrantPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/policies/permissionGrantPolicies", - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyPermissionGrantPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", + "Method": "POST", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.PermissionGrant", "Description": "Manage consent and permission grant policies", "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaPolicyPermissionGrantPolicyExclude", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyPermissionGrantPolicyExclude" + "ApiVersion": "beta" }, { + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", + "Method": "POST", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.PermissionGrant", "Description": "Manage consent and permission grant policies", "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaPolicyPermissionGrantPolicyInclude", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyPermissionGrantPolicyInclude" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/roleManagementPolicies", "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "New-MgBetaPolicyRoleManagementPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/policies/roleManagementPolicies", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyRoleManagementPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/roleManagementPolicyAssignments", "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "New-MgBetaPolicyRoleManagementPolicyAssignment", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/policies/roleManagementPolicyAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyRoleManagementPolicyAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "New-MgBetaPolicyRoleManagementPolicyEffectiveRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyRoleManagementPolicyEffectiveRule" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "New-MgBetaPolicyRoleManagementPolicyRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyRoleManagementPolicyRule" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/servicePrincipalCreationPolicies", "Method": "POST", + "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "New-MgBetaPolicyServicePrincipalCreationPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/policies/servicePrincipalCreationPolicies", - "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyServicePrincipalCreationPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes", "Method": "POST", + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "New-MgBetaPolicyServicePrincipalCreationPolicyExclude", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes", - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyServicePrincipalCreationPolicyExclude" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes", "Method": "POST", + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "New-MgBetaPolicyServicePrincipalCreationPolicyInclude", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes", - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyServicePrincipalCreationPolicyInclude" + "ApiVersion": "beta" }, { + "Uri": "/policies/tokenIssuancePolicies", + "Method": "POST", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaPolicyTokenIssuancePolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/policies/tokenIssuancePolicies", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyTokenIssuancePolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/tokenLifetimePolicies", + "Method": "POST", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaPolicyTokenLifetimePolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/policies/tokenLifetimePolicies", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyTokenLifetimePolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/print/connectors", "Method": "POST", + "OutputType": "IMicrosoftGraphPrintConnector", + "Module": "Beta.Devices.CloudPrint", + "Permissions": [], + "Command": "New-MgBetaPrintConnector", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/print/connectors", - "OutputType": "IMicrosoftGraphPrintConnector", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintConnector" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/print/operations", "Method": "POST", + "OutputType": "IMicrosoftGraphPrintOperation", + "Module": "Beta.Devices.CloudPrint", + "Permissions": [], + "Command": "New-MgBetaPrintOperation", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/print/operations", - "OutputType": "IMicrosoftGraphPrintOperation", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintOperation" + "ApiVersion": "beta" }, { + "Uri": "/print/printers/create", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "Printer.Create", @@ -288624,18 +288806,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaPrintPrinter", "Variants": [ "Create1", "CreateExpanded1" ], - "Uri": "/print/printers/create", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintPrinter" + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}/jobs", + "Method": "POST", + "OutputType": "IMicrosoftGraphPrintJob", + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Create", @@ -288668,35 +288850,35 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaPrintPrinterJob", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/print/printers/{printer-id}/jobs", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintPrinterJob" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", "Method": "POST", + "OutputType": "IMicrosoftGraphPrintDocument", + "Module": "Beta.Devices.CloudPrint", + "Permissions": [], + "Command": "New-MgBetaPrintPrinterJobDocument", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", - "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintPrinterJobDocument" + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", + "Method": "POST", + "OutputType": "IMicrosoftGraphUploadSession", + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Create", @@ -288717,138 +288899,138 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaPrintPrinterJobDocumentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintPrinterJobDocumentUploadSession" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", "Method": "POST", + "OutputType": "IMicrosoftGraphPrintTask", + "Module": "Beta.Devices.CloudPrint", + "Permissions": [], + "Command": "New-MgBetaPrintPrinterJobTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", - "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintPrinterJobTask" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded" - ], "Uri": "/print/printerShares", + "Method": "POST", "OutputType": "IMicrosoftGraphPrinterShare", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintPrinterShare" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaPrintPrinterShare", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintPrinterShareAllowedGroupByRef" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaPrintPrinterShareAllowedGroupByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintPrinterShareAllowedUserByRef" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaPrintPrinterShareAllowedUserByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/jobs", + "Method": "POST", "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintPrinterShareJob" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaPrintPrinterShareJob", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents", + "Method": "POST", "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintPrinterShareJobDocument" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaPrintPrinterShareJobDocument", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintPrinterShareJobDocumentUploadSession" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaPrintPrinterShareJobDocumentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks", + "Method": "POST", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintPrinterShareJobTask" + "Permissions": [], + "Command": "New-MgBetaPrintPrinterShareJobTask", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}/taskTriggers", + "Method": "POST", + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "Printer.FullControl.All", @@ -288863,106 +289045,106 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaPrintPrinterTaskTrigger", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/print/printers/{printer-id}/taskTriggers", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintPrinterTaskTrigger" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/print/services", "Method": "POST", + "OutputType": "IMicrosoftGraphPrintService", + "Module": "Beta.Devices.CloudPrint", + "Permissions": [], + "Command": "New-MgBetaPrintService", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/print/services", - "OutputType": "IMicrosoftGraphPrintService", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintService" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/print/services/{printService-id}/endpoints", "Method": "POST", + "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Module": "Beta.Devices.CloudPrint", + "Permissions": [], + "Command": "New-MgBetaPrintServiceEndpoint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/print/services/{printService-id}/endpoints", - "OutputType": "IMicrosoftGraphPrintServiceEndpoint", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintServiceEndpoint" + "ApiVersion": "beta" }, { + "Uri": "/print/shares", + "Method": "POST", + "OutputType": "IMicrosoftGraphPrinterShare", + "Module": "Beta.Devices.CloudPrint", "Permissions": { "Name": "PrinterShare.ReadWrite.All", "Description": "Read and update printer shares", "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaPrintShare", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/print/shares", - "OutputType": "IMicrosoftGraphPrinterShare", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintShare" + "ApiVersion": "beta" }, { + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", "Permissions": { "Name": "PrinterShare.ReadWrite.All", "Description": "Read and update printer shares", "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaPrintShareAllowedGroupByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintShareAllowedGroupByRef" + "ApiVersion": "beta" }, { + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", "Permissions": { "Name": "PrinterShare.ReadWrite.All", "Description": "Read and update printer shares", "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaPrintShareAllowedUserByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintShareAllowedUserByRef" + "ApiVersion": "beta" }, { + "Uri": "/print/shares/{printerShare-id}/jobs", + "Method": "POST", + "OutputType": "IMicrosoftGraphPrintJob", + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.ReadWrite", @@ -288989,35 +289171,35 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaPrintShareJob", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/print/shares/{printerShare-id}/jobs", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintShareJob" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", "Method": "POST", + "OutputType": "IMicrosoftGraphPrintDocument", + "Module": "Beta.Devices.CloudPrint", + "Permissions": [], + "Command": "New-MgBetaPrintShareJobDocument", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", - "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintShareJobDocument" + "ApiVersion": "beta" }, { + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", + "Method": "POST", + "OutputType": "IMicrosoftGraphUploadSession", + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Create", @@ -289038,397 +289220,397 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaPrintShareJobDocumentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintShareJobDocumentUploadSession" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", "Method": "POST", + "OutputType": "IMicrosoftGraphPrintTask", + "Module": "Beta.Devices.CloudPrint", + "Permissions": [], + "Command": "New-MgBetaPrintShareJobTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", - "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintShareJobTask" + "ApiVersion": "beta" }, { + "Uri": "/print/taskDefinitions", + "Method": "POST", + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Module": "Beta.Devices.CloudPrint", "Permissions": { "Name": "PrintTaskDefinition.ReadWrite.All", "Description": "Read, write and update print task definitions", "FullDescription": "Allows the application to read and update print task definitions without a signed-in user. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaPrintTaskDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/print/taskDefinitions", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintTaskDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", "Method": "POST", + "OutputType": "IMicrosoftGraphPrintTask", + "Module": "Beta.Devices.CloudPrint", + "Permissions": [], + "Command": "New-MgBetaPrintTaskDefinitionTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", - "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintTaskDefinitionTask" + "ApiVersion": "beta" }, { + "Uri": "/privacy/subjectRightsRequests", + "Method": "POST", + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Module": "Beta.Compliance", "Permissions": { "Name": "SubjectRightsRequest.ReadWrite.All", "Description": "Read and write data subject requests", "FullDescription": "Allows the app to read and write subject rights requests on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaPrivacySubjectRightsRequest", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/privacy/subjectRightsRequests", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "New-MgBetaPrivacySubjectRightsRequest" + "ApiVersion": "beta" }, { + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "Method": "POST", + "OutputType": "IMicrosoftGraphAuthoredNote", + "Module": "Beta.Compliance", "Permissions": { "Name": "SubjectRightsRequest.ReadWrite.All", "Description": "Read and write data subject requests", "FullDescription": "Allows the app to read and write subject rights requests on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaPrivacySubjectRightsRequestNote", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "OutputType": "IMicrosoftGraphAuthoredNote", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "New-MgBetaPrivacySubjectRightsRequestNote" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded" - ], "Uri": "/privilegedAccess", + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegedAccess", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaPrivilegedAccess" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaPrivilegedAccess", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources", + "Method": "POST", "OutputType": "IMicrosoftGraphGovernanceResource", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaPrivilegedAccessResource" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaPrivilegedAccessResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments", + "Method": "POST", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaPrivilegedAccessResourceRoleAssignment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaPrivilegedAccessResourceRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests", + "Method": "POST", "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaPrivilegedAccessResourceRoleAssignmentRequest" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions", + "Method": "POST", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaPrivilegedAccessResourceRoleDefinition" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaPrivilegedAccessResourceRoleDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings", + "Method": "POST", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaPrivilegedAccessResourceRoleSetting" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaPrivilegedAccessResourceRoleSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments", + "Method": "POST", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaPrivilegedAccessRoleAssignment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaPrivilegedAccessRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests", + "Method": "POST", "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaPrivilegedAccessRoleAssignmentRequest" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaPrivilegedAccessRoleAssignmentRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions", + "Method": "POST", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaPrivilegedAccessRoleDefinition" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaPrivilegedAccessRoleDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings", + "Method": "POST", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaPrivilegedAccessRoleSetting" + "Permissions": [], + "Command": "New-MgBetaPrivilegedAccessRoleSetting", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/privilegedApproval", + "Method": "POST", + "OutputType": "IMicrosoftGraphPrivilegedApproval", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "Directory.AccessAsUser.All", "Description": "Access the directory as you", "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaPrivilegedApproval", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/privilegedApproval", - "OutputType": "IMicrosoftGraphPrivilegedApproval", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaPrivilegedApproval" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/privilegedOperationEvents", "Method": "POST", + "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaPrivilegedOperationEvent", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/privilegedOperationEvents", - "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaPrivilegedOperationEvent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/privilegedRoles", "Method": "POST", + "OutputType": "IMicrosoftGraphPrivilegedRole", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaPrivilegedRole", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/privilegedRoles", - "OutputType": "IMicrosoftGraphPrivilegedRole", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaPrivilegedRole" + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoleAssignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "Directory.AccessAsUser.All", "Description": "Access the directory as you", "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaPrivilegedRoleAssignment", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/privilegedRoleAssignments", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaPrivilegedRoleAssignment" + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makeEligible", + "Method": "POST", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "Directory.AccessAsUser.All", "Description": "Access the directory as you", "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaPrivilegedRoleAssignmentEligible", "Variants": [ "Make", "MakeViaIdentity" ], - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makeEligible", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaPrivilegedRoleAssignmentEligible" + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makePermanent", + "Method": "POST", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "Directory.AccessAsUser.All", "Description": "Access the directory as you", "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaPrivilegedRoleAssignmentPermanent", "Variants": [ "Make", "MakeExpanded", "MakeViaIdentity", "MakeViaIdentityExpanded" ], - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makePermanent", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaPrivilegedRoleAssignmentPermanent" + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoleAssignmentRequests", + "Method": "POST", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "PrivilegedAccess.ReadWrite.AzureAD", "Description": "Read and write privileged access to Azure AD", "FullDescription": "Allows the app to request and manage just in time elevation (including scheduled elevation) of users to Azure AD built-in administrative roles, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaPrivilegedRoleAssignmentRequest", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/privilegedRoleAssignmentRequests", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaPrivilegedRoleAssignmentRequest" + "ApiVersion": "beta" }, { + "Uri": "/programs", + "Method": "POST", + "OutputType": "IMicrosoftGraphProgram", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "ProgramControl.ReadWrite.All", "Description": "Manage programs that you can access", "FullDescription": "Allows the app to read, update and perform action on programs and program controls that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaProgram", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/programs", - "OutputType": "IMicrosoftGraphProgram", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaProgram" + "ApiVersion": "beta" }, { + "Uri": "/programControls", + "Method": "POST", + "OutputType": "IMicrosoftGraphProgramControl", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "ProgramControl.ReadWrite.All", "Description": "Manage programs that you can access", "FullDescription": "Allows the app to read, update and perform action on programs and program controls that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaProgramControl", "Variants": [ "Create", "Create1", @@ -289441,136 +289623,136 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/programControls", - "OutputType": "IMicrosoftGraphProgramControl", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaProgramControl" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded" - ], "Uri": "/programControlTypes", + "Method": "POST", "OutputType": "IMicrosoftGraphProgramControlType", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaProgramControlType" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaProgramControlType", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/reports/authenticationMethods/userRegistrationDetails", + "Method": "POST", "OutputType": "IMicrosoftGraphUserRegistrationDetails", - "ApiVersion": "beta", "Module": "Beta.Reports", - "Command": "New-MgBetaReportAuthenticationMethodUserRegistrationDetail" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaReportAuthenticationMethodUserRegistrationDetail", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskDetections", + "Method": "POST", "OutputType": "IMicrosoftGraphRiskDetection", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaRiskDetection" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaRiskDetection", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskyServicePrincipals", + "Method": "POST", "OutputType": "IMicrosoftGraphRiskyServicePrincipal", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaRiskyServicePrincipal" + "Permissions": [], + "Command": "New-MgBetaRiskyServicePrincipal", + "Variants": [ + "Create", + "CreateExpanded" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", "Method": "POST", + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "New-MgBetaRiskyServicePrincipalHistory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaRiskyServicePrincipalHistory" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityProtection/riskyUsers", "Method": "POST", + "OutputType": "IMicrosoftGraphRiskyUser", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "New-MgBetaRiskyUser", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identityProtection/riskyUsers", - "OutputType": "IMicrosoftGraphRiskyUser", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaRiskyUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", "Method": "POST", + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "New-MgBetaRiskyUserHistory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaRiskyUserHistory" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/cloudPC/resourceNamespaces", "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "New-MgBetaRoleManagementCloudPcResourceNamespace", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/roleManagement/cloudPC/resourceNamespaces", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaRoleManagementCloudPcResourceNamespace" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "New-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/cloudPC/roleAssignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -289585,33 +289767,33 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaRoleManagementCloudPcRoleAssignment", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/roleManagement/cloudPC/roleAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaRoleManagementCloudPcRoleAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", "Method": "POST", + "OutputType": "IMicrosoftGraphAppScope", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "New-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaRoleManagementCloudPcRoleAssignmentAppScope" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/cloudPC/roleDefinitions", + "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -289644,61 +289826,61 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaRoleManagementCloudPcRoleDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/roleManagement/cloudPC/roleDefinitions", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaRoleManagementCloudPcRoleDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "New-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/deviceManagement/resourceNamespaces", "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "New-MgBetaRoleManagementDeviceManagementResourceNamespace", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/roleManagement/deviceManagement/resourceNamespaces", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaRoleManagementDeviceManagementResourceNamespace" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "New-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/deviceManagement/roleAssignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -289713,33 +289895,33 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaRoleManagementDeviceManagementRoleAssignment", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/roleManagement/deviceManagement/roleAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaRoleManagementDeviceManagementRoleAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", "Method": "POST", + "OutputType": "IMicrosoftGraphAppScope", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "New-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/deviceManagement/roleDefinitions", + "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -289772,61 +289954,61 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaRoleManagementDeviceManagementRoleDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/roleManagement/deviceManagement/roleDefinitions", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaRoleManagementDeviceManagementRoleDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "New-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/resourceNamespaces", "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaRoleManagementDirectoryResourceNamespace", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/roleManagement/directory/resourceNamespaces", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementDirectoryResourceNamespace" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleAssignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.ReadWrite.All", @@ -289847,72 +290029,72 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaRoleManagementDirectoryRoleAssignment", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/roleManagement/directory/roleAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementDirectoryRoleAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentApprovals", "Method": "POST", + "OutputType": "IMicrosoftGraphApproval", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentApproval", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/roleManagement/directory/roleAssignmentApprovals", - "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentApproval" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps", "Method": "POST", + "OutputType": "IMicrosoftGraphApprovalStep", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps", - "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentSchedules", "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/roleManagement/directory/roleAssignmentSchedules", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentSchedule" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", + "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -289927,18 +290109,18 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleDefinitions", + "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -289971,59 +290153,59 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaRoleManagementDirectoryRoleDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/roleManagement/directory/roleDefinitions", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementDirectoryRoleDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilitySchedules", "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/roleManagement/directory/roleEligibilitySchedules", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilitySchedule" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", + "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -290038,282 +290220,282 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded" - ], "Uri": "/roleManagement/directory/transitiveRoleAssignments", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementDirectoryTransitiveRoleAssignment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps", + "Method": "POST", "OutputType": "IMicrosoftGraphRbacApplication", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEnterpriseApp" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseApp", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEnterpriseAppResourceNamespace" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppResourceNamespace", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals", + "Method": "POST", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps", + "Method": "POST", "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleDefinition" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEntitlementManagementResourceNamespace" + "Permissions": [], + "Command": "New-MgBetaRoleManagementEntitlementManagementResourceNamespace", + "Variants": [ + "Create", + "CreateExpanded" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/entitlementManagement/roleAssignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.ReadWrite.All", @@ -290334,165 +290516,165 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignment", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/roleManagement/entitlementManagement/roleAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals", "Method": "POST", + "OutputType": "IMicrosoftGraphApproval", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals", - "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps", "Method": "POST", + "OutputType": "IMicrosoftGraphApprovalStep", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps", - "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded" - ], "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleDefinitions", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleDefinition" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleDefinition", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment" + "Permissions": [], + "Command": "New-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", + "Variants": [ + "Create", + "CreateExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/schemaExtensions", + "Method": "POST", + "OutputType": "IMicrosoftGraphSchemaExtension", + "Module": "Beta.SchemaExtensions", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -290507,18 +290689,18 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaSchemaExtension", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/schemaExtensions", - "OutputType": "IMicrosoftGraphSchemaExtension", - "ApiVersion": "beta", - "Module": "Beta.SchemaExtensions", - "Command": "New-MgBetaSchemaExtension" + "ApiVersion": "beta" }, { + "Uri": "/search/acronyms", + "Method": "POST", + "OutputType": "IMicrosoftGraphSearchAcronym", + "Module": "Beta.Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -290533,18 +290715,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaSearchAcronym", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/search/acronyms", - "OutputType": "IMicrosoftGraphSearchAcronym", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "New-MgBetaSearchAcronym" + "ApiVersion": "beta" }, { + "Uri": "/search/bookmarks", + "Method": "POST", + "OutputType": "IMicrosoftGraphSearchBookmark", + "Module": "Beta.Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -290559,18 +290741,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaSearchBookmark", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/search/bookmarks", - "OutputType": "IMicrosoftGraphSearchBookmark", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "New-MgBetaSearchBookmark" + "ApiVersion": "beta" }, { + "Uri": "/search/qnas", + "Method": "POST", + "OutputType": "IMicrosoftGraphSearchQna", + "Module": "Beta.Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -290585,231 +290767,231 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaSearchQna", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/search/qnas", - "OutputType": "IMicrosoftGraphSearchQna", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "New-MgBetaSearchQna" + "ApiVersion": "beta" }, { + "Uri": "/security/securityActions", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityAction", + "Module": "Beta.Security", "Permissions": { "Name": "SecurityActions.ReadWrite.All", "Description": "Read and update your organization's security actions", "FullDescription": "Allows the app to read or update security actions, without a signed-in user.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaSecurityAction", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/security/securityActions", - "OutputType": "IMicrosoftGraphSecurityAction", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityAction" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/alerts", "Method": "POST", + "OutputType": "IMicrosoftGraphAlert", + "Module": "Beta.Security", + "Permissions": [], + "Command": "New-MgBetaSecurityAlert", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/security/alerts", - "OutputType": "IMicrosoftGraphAlert", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityAlert" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/alerts_v2", "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityAlert", + "Module": "Beta.Security", + "Permissions": [], + "Command": "New-MgBetaSecurityAlertV2", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/security/alerts_v2", - "OutputType": "IMicrosoftGraphSecurityAlert", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityAlertV2" + "ApiVersion": "beta" }, { + "Uri": "/security/attackSimulation/simulations", + "Method": "POST", + "OutputType": "IMicrosoftGraphSimulation", + "Module": "Beta.Security", "Permissions": { "Name": "AttackSimulation.ReadWrite.All", "Description": "Read, create, and update attack simulation data of an organization", "FullDescription": "Allows the app to read, create, and update attack simulation and training data for an organization on your behalf.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaSecurityAttackSimulation", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/security/attackSimulation/simulations", - "OutputType": "IMicrosoftGraphSimulation", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityAttackSimulation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/attackSimulation/simulationAutomations", "Method": "POST", + "OutputType": "IMicrosoftGraphSimulationAutomation", + "Module": "Beta.Security", + "Permissions": [], + "Command": "New-MgBetaSecurityAttackSimulationAutomation", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/security/attackSimulation/simulationAutomations", - "OutputType": "IMicrosoftGraphSimulationAutomation", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityAttackSimulationAutomation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", "Method": "POST", + "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Module": "Beta.Security", + "Permissions": [], + "Command": "New-MgBetaSecurityAttackSimulationAutomationRun", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", - "OutputType": "IMicrosoftGraphSimulationAutomationRun", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityAttackSimulationAutomationRun" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/attackSimulation/endUserNotifications", "Method": "POST", + "OutputType": "IMicrosoftGraphEndUserNotification", + "Module": "Beta.Security", + "Permissions": [], + "Command": "New-MgBetaSecurityAttackSimulationEndUserNotification", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/security/attackSimulation/endUserNotifications", - "OutputType": "IMicrosoftGraphEndUserNotification", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityAttackSimulationEndUserNotification" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", "Method": "POST", + "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Module": "Beta.Security", + "Permissions": [], + "Command": "New-MgBetaSecurityAttackSimulationEndUserNotificationDetail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", - "OutputType": "IMicrosoftGraphEndUserNotificationDetail", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityAttackSimulationEndUserNotificationDetail" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/attackSimulation/landingPages", "Method": "POST", + "OutputType": "IMicrosoftGraphLandingPage", + "Module": "Beta.Security", + "Permissions": [], + "Command": "New-MgBetaSecurityAttackSimulationLandingPage", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/security/attackSimulation/landingPages", - "OutputType": "IMicrosoftGraphLandingPage", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityAttackSimulationLandingPage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", "Method": "POST", + "OutputType": "IMicrosoftGraphLandingPageDetail", + "Module": "Beta.Security", + "Permissions": [], + "Command": "New-MgBetaSecurityAttackSimulationLandingPageDetail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", - "OutputType": "IMicrosoftGraphLandingPageDetail", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityAttackSimulationLandingPageDetail" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded" - ], "Uri": "/security/attackSimulation/loginPages", + "Method": "POST", "OutputType": "IMicrosoftGraphLoginPage", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "New-MgBetaSecurityAttackSimulationLoginPage" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSecurityAttackSimulationLoginPage", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation/operations", + "Method": "POST", "OutputType": "IMicrosoftGraphAttackSimulationOperation", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "New-MgBetaSecurityAttackSimulationOperation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSecurityAttackSimulationOperation", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation/payloads", + "Method": "POST", "OutputType": "IMicrosoftGraphPayload", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "New-MgBetaSecurityAttackSimulationPayload" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSecurityAttackSimulationPayload", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation/trainings", + "Method": "POST", "OutputType": "IMicrosoftGraphTraining", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "New-MgBetaSecurityAttackSimulationTraining" + "Permissions": [], + "Command": "New-MgBetaSecurityAttackSimulationTraining", + "Variants": [ + "Create", + "CreateExpanded" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", "Method": "POST", + "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Module": "Beta.Security", + "Permissions": [], + "Command": "New-MgBetaSecurityAttackSimulationTrainingLanguageDetail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", - "OutputType": "IMicrosoftGraphTrainingLanguageDetail", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityAttackSimulationTrainingLanguageDetail" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -290824,18 +291006,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCase", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/security/cases/ediscoveryCases", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityCaseEdiscoveryCase" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -290850,20 +291032,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodian", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodian" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -290878,20 +291060,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", - "OutputType": "IMicrosoftGraphSecuritySiteSource", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -290906,20 +291088,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityUserSource", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -290934,20 +291116,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", - "OutputType": "IMicrosoftGraphSecurityUserSource", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -290962,20 +291144,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHold", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHold" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -290990,20 +291172,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources", - "OutputType": "IMicrosoftGraphSecuritySiteSource", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityUserSource", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -291018,20 +291200,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", - "OutputType": "IMicrosoftGraphSecurityUserSource", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -291046,35 +291228,35 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Module": "Beta.Security", + "Permissions": [], + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseOperation" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -291089,35 +291271,35 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSet" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files", "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "Module": "Beta.Security", + "Permissions": [], + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -291132,20 +291314,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -291160,40 +291342,40 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseSearch", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseSearch" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Module": "Beta.Security", "Permissions": { "Name": "eDiscovery.ReadWrite.All", "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", - "OutputType": "IMicrosoftGraphSecurityDataSource", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -291208,524 +291390,524 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseTag", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseTag" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded" - ], "Uri": "/security/cloudAppSecurityProfiles", + "Method": "POST", "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "New-MgBetaSecurityCloudAppSecurityProfile" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSecurityCloudAppSecurityProfile", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/domainSecurityProfiles", + "Method": "POST", "OutputType": "IMicrosoftGraphDomainSecurityProfile", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "New-MgBetaSecurityDomainSecurityProfile" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSecurityDomainSecurityProfile", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/fileSecurityProfiles", + "Method": "POST", "OutputType": "IMicrosoftGraphFileSecurityProfile", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "New-MgBetaSecurityFileSecurityProfile" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSecurityFileSecurityProfile", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/hostSecurityProfiles", + "Method": "POST", "OutputType": "IMicrosoftGraphHostSecurityProfile", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "New-MgBetaSecurityHostSecurityProfile" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSecurityHostSecurityProfile", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/incidents", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityIncident", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "New-MgBetaSecurityIncident" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSecurityIncident", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/informationProtection/sensitivityLabels", + "Method": "POST", "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "New-MgBetaSecurityInformationProtectionSensitivityLabel" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSecurityInformationProtectionSensitivityLabel", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/ipSecurityProfiles", + "Method": "POST", "OutputType": "IMicrosoftGraphIPSecurityProfile", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "New-MgBetaSecurityIPSecurityProfile" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSecurityIPSecurityProfile", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/labels/authorities", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "New-MgBetaSecurityLabelAuthority" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSecurityLabelAuthority", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/labels/categories", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "New-MgBetaSecurityLabelCategory" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSecurityLabelCategory", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/labels/categories/{categoryTemplate-id}/subCategories", + "Method": "POST", "OutputType": "IMicrosoftGraphSecuritySubCategoryTemplate", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "New-MgBetaSecurityLabelCategorySubCategory" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSecurityLabelCategorySubCategory", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/labels/citations", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityCitationTemplate", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "New-MgBetaSecurityLabelCitation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSecurityLabelCitation", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/labels/departments", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "New-MgBetaSecurityLabelDepartment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSecurityLabelDepartment", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/labels/filePlanReferences", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "New-MgBetaSecurityLabelFilePlanReference" + "Permissions": [], + "Command": "New-MgBetaSecurityLabelFilePlanReference", + "Variants": [ + "Create", + "CreateExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/security/labels/retentionLabels", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Module": "Beta.Security", "Permissions": { "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 on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaSecurityLabelRetentionLabel", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/security/labels/retentionLabels", - "OutputType": "IMicrosoftGraphSecurityRetentionLabel", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityLabelRetentionLabel" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Module": "Beta.Security", + "Permissions": [], + "Command": "New-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityLabelRetentionLabelDispositionReviewStage" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded" - ], "Uri": "/security/providerTenantSettings", + "Method": "POST", "OutputType": "IMicrosoftGraphProviderTenantSetting", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "New-MgBetaSecurityProviderTenantSetting" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSecurityProviderTenantSetting", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/secureScores", + "Method": "POST", "OutputType": "IMicrosoftGraphSecureScore", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "New-MgBetaSecuritySecureScore" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSecuritySecureScore", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/secureScoreControlProfiles", + "Method": "POST", "OutputType": "IMicrosoftGraphSecureScoreControlProfile", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "New-MgBetaSecuritySecureScoreControlProfile" + "Permissions": [], + "Command": "New-MgBetaSecuritySecureScoreControlProfile", + "Variants": [ + "Create", + "CreateExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/security/subjectRightsRequests", + "Method": "POST", + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Module": "Beta.Security", "Permissions": { "Name": "SubjectRightsRequest.ReadWrite.All", "Description": "Read and write data subject requests", "FullDescription": "Allows the app to read and write subject rights requests on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaSecuritySubjectRightsRequest", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/security/subjectRightsRequests", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecuritySubjectRightsRequest" + "ApiVersion": "beta" }, { + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "Method": "POST", + "OutputType": "IMicrosoftGraphAuthoredNote", + "Module": "Beta.Security", "Permissions": { "Name": "SubjectRightsRequest.ReadWrite.All", "Description": "Read and write data subject requests", "FullDescription": "Allows the app to read and write subject rights requests on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaSecuritySubjectRightsRequestNote", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "OutputType": "IMicrosoftGraphAuthoredNote", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecuritySubjectRightsRequestNote" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded" - ], "Uri": "/security/threatIntelligence/articles", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityArticle", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatIntelligenceArticle" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceArticle", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/articleIndicators", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityArticleIndicator", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatIntelligenceArticleIndicator" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceArticleIndicator", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hosts", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatIntelligenceHost" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceHost", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hostComponents", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityHostComponent", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatIntelligenceHostComponent" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceHostComponent", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hostCookies", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityHostCookie", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatIntelligenceHostCookie" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceHostCookie", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hostPairs", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityHostPair", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatIntelligenceHostPair" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceHostPair", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hostSslCertificates", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatIntelligenceHostSslCertificate" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceHostSslCertificate", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hostTrackers", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityHostTracker", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatIntelligenceHostTracker" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceHostTracker", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/intelProfiles", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatIntelligenceIntelProfile" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceIntelProfile", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/passiveDnsRecords", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatIntelligencePassiveDnsRecord" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligencePassiveDnsRecord", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatIntelligenceProfileIndicator" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceProfileIndicator", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/sslCertificates", + "Method": "POST", "OutputType": "IMicrosoftGraphSecuritySslCertificate", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatIntelligenceSslCertificate" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceSslCertificate", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/subdomains", + "Method": "POST", "OutputType": "IMicrosoftGraphSecuritySubdomain", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatIntelligenceSubdomain" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceSubdomain", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/vulnerabilities", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityVulnerability", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatIntelligenceVulnerability" + "Permissions": [], + "Command": "New-MgBetaSecurityThreatIntelligenceVulnerability", + "Variants": [ + "Create", + "CreateExpanded" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Module": "Beta.Security", + "Permissions": [], + "Command": "New-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatIntelligenceVulnerabilityComponent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/whoisHistoryRecords", "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Module": "Beta.Security", + "Permissions": [], + "Command": "New-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/security/threatIntelligence/whoisHistoryRecords", - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/whoisRecords", "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Module": "Beta.Security", + "Permissions": [], + "Command": "New-MgBetaSecurityThreatIntelligenceWhoisRecord", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/security/threatIntelligence/whoisRecords", - "OutputType": "IMicrosoftGraphSecurityWhoisRecord", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatIntelligenceWhoisRecord" + "ApiVersion": "beta" }, { + "Uri": "/security/threatSubmission/emailThreats", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", + "Module": "Beta.Security", "Permissions": [ { "Name": "ThreatSubmission.ReadWrite", @@ -291740,36 +291922,36 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaSecurityThreatSubmissionEmailThreat", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/security/threatSubmission/emailThreats", - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatSubmissionEmailThreat" + "ApiVersion": "beta" }, { + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", + "Module": "Beta.Security", "Permissions": { "Name": "ThreatSubmissionPolicy.ReadWrite.All", "Description": "Read and write all threat submission policies", "FullDescription": "Allows the app to read your organization's threat submission policies on your behalf. Also allows the app to create new threat submission policies on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies", - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy" + "ApiVersion": "beta" }, { + "Uri": "/security/threatSubmission/fileThreats", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", + "Module": "Beta.Security", "Permissions": [ { "Name": "ThreatSubmission.ReadWrite", @@ -291784,18 +291966,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaSecurityThreatSubmissionFileThreat", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/security/threatSubmission/fileThreats", - "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatSubmissionFileThreat" + "ApiVersion": "beta" }, { + "Uri": "/security/threatSubmission/urlThreats", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", + "Module": "Beta.Security", "Permissions": [ { "Name": "ThreatSubmission.ReadWrite", @@ -291810,154 +291992,154 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaSecurityThreatSubmissionUrlThreat", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/security/threatSubmission/urlThreats", - "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatSubmissionUrlThreat" + "ApiVersion": "beta" }, { + "Uri": "/security/tiIndicators", + "Method": "POST", + "OutputType": "IMicrosoftGraphTiIndicator", + "Module": "Beta.Security", "Permissions": { "Name": "ThreatIndicators.ReadWrite.OwnedBy", "Description": "Manage threat indicators this app creates or owns", "FullDescription": "Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on your behalf.  It cannot update any threat indicators that it is not an owner of.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaSecurityTiIndicator", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/security/tiIndicators", - "OutputType": "IMicrosoftGraphTiIndicator", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityTiIndicator" + "ApiVersion": "beta" }, { + "Uri": "/security/triggers/retentionEvents", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Module": "Beta.Security", "Permissions": { "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 on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaSecurityTriggerRetentionEvent", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/security/triggers/retentionEvents", - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityTriggerRetentionEvent" + "ApiVersion": "beta" }, { + "Uri": "/security/triggerTypes/retentionEventTypes", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Module": "Beta.Security", "Permissions": { "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 on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaSecurityTriggerTypeRetentionEventType", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/security/triggerTypes/retentionEventTypes", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityTriggerTypeRetentionEventType" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/userSecurityProfiles", "Method": "POST", + "OutputType": "IMicrosoftGraphUserSecurityProfile", + "Module": "Beta.Security", + "Permissions": [], + "Command": "New-MgBetaSecurityUserSecurityProfile", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/security/userSecurityProfiles", - "OutputType": "IMicrosoftGraphUserSecurityProfile", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityUserSecurityProfile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/serviceAnnouncement/healthOverviews", "Method": "POST", + "OutputType": "IMicrosoftGraphServiceHealth", + "Module": "Beta.Devices.ServiceAnnouncement", + "Permissions": [], + "Command": "New-MgBetaServiceAnnouncementHealthOverview", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/admin/serviceAnnouncement/healthOverviews", - "OutputType": "IMicrosoftGraphServiceHealth", - "ApiVersion": "beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "New-MgBetaServiceAnnouncementHealthOverview" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", "Method": "POST", + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Module": "Beta.Devices.ServiceAnnouncement", + "Permissions": [], + "Command": "New-MgBetaServiceAnnouncementHealthOverviewIssue", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", - "OutputType": "IMicrosoftGraphServiceHealthIssue", - "ApiVersion": "beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "New-MgBetaServiceAnnouncementHealthOverviewIssue" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/serviceAnnouncement/issues", "Method": "POST", + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Module": "Beta.Devices.ServiceAnnouncement", + "Permissions": [], + "Command": "New-MgBetaServiceAnnouncementIssue", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/admin/serviceAnnouncement/issues", - "OutputType": "IMicrosoftGraphServiceHealthIssue", - "ApiVersion": "beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "New-MgBetaServiceAnnouncementIssue" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/serviceAnnouncement/messages", "Method": "POST", + "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Module": "Beta.Devices.ServiceAnnouncement", + "Permissions": [], + "Command": "New-MgBetaServiceAnnouncementMessage", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/admin/serviceAnnouncement/messages", - "OutputType": "IMicrosoftGraphServiceUpdateMessage", - "ApiVersion": "beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "New-MgBetaServiceAnnouncementMessage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", "Method": "POST", + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Module": "Beta.Devices.ServiceAnnouncement", + "Permissions": [], + "Command": "New-MgBetaServiceAnnouncementMessageAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", - "ApiVersion": "beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "New-MgBetaServiceAnnouncementMessageAttachment" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals", + "Method": "POST", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -291978,18 +292160,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaServicePrincipal", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/servicePrincipals", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "New-MgBetaServicePrincipal" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", + "Method": "POST", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -292010,20 +292192,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaServicePrincipalAppRoleAssignedTo", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "New-MgBetaServicePrincipalAppRoleAssignedTo" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -292044,20 +292226,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaServicePrincipalAppRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "New-MgBetaServicePrincipalAppRoleAssignment" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -292084,55 +292266,55 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaServicePrincipalClaimMappingPolicyByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "New-MgBetaServicePrincipalClaimMappingPolicyByRef" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", + "Method": "POST", + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Module": "Beta.Applications", "Permissions": { "Name": "Policy.ReadWrite.PermissionGrant", "Description": "Manage consent and permission grant policies", "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaServicePrincipalDelegatedPermissionClassification", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "New-MgBetaServicePrincipalDelegatedPermissionClassification" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", "Method": "POST", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "New-MgBetaServicePrincipalEndpoint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "New-MgBetaServicePrincipalEndpoint" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -292159,35 +292341,35 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "New-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails", "Method": "POST", + "OutputType": "IMicrosoftGraphLicenseDetails", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "New-MgBetaServicePrincipalLicenseDetail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails", - "OutputType": "IMicrosoftGraphLicenseDetails", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "New-MgBetaServicePrincipalLicenseDetail" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -292214,20 +292396,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaServicePrincipalOwnerByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "New-MgBetaServicePrincipalOwnerByRef" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/createPasswordSingleSignOnCredentials", + "Method": "POST", + "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -292248,33 +292430,33 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaServicePrincipalPasswordSingleSignOnCredential", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/createPasswordSingleSignOnCredentials", - "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "New-MgBetaServicePrincipalPasswordSingleSignOnCredential" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityProtection/servicePrincipalRiskDetections", "Method": "POST", + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "New-MgBetaServicePrincipalRiskDetection", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identityProtection/servicePrincipalRiskDetections", - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaServicePrincipalRiskDetection" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", + "Method": "POST", + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -292289,20 +292471,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaServicePrincipalSynchronizationJob", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", - "OutputType": "IMicrosoftGraphSynchronizationJob", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "New-MgBetaServicePrincipalSynchronizationJob" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", + "Method": "POST", + "OutputType": "IMicrosoftGraphStringKeyStringValuePair", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -292317,142 +292499,142 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaServicePrincipalSynchronizationJobOnDemand", "Variants": [ "Provision", "ProvisionExpanded", "ProvisionViaIdentity", "ProvisionViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", - "OutputType": "IMicrosoftGraphStringKeyStringValuePair", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "New-MgBetaServicePrincipalSynchronizationJobOnDemand" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "New-MgBetaServicePrincipalSynchronizationJobSchemaDirectory" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", + "Method": "POST", "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "New-MgBetaServicePrincipalSynchronizationTemplate" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaServicePrincipalSynchronizationTemplate", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "New-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/columns", + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaShareListColumn" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaShareListColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaShareListContentType" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaShareListContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaShareListContentTypeColumn" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaShareListContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", + "Method": "POST", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaShareListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaShareListContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items", + "Method": "POST", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaShareListItem" + "Permissions": [], + "Command": "New-MgBetaShareListItem", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", "Method": "POST", + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Module": "Beta.Files", + "Permissions": [], + "Command": "New-MgBetaShareListItemDocumentSetVersion", "Variants": [ "Create", "Create1", @@ -292463,15 +292645,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "New-MgBetaShareListItemDocumentSetVersion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", "Method": "POST", + "OutputType": "IMicrosoftGraphListItemVersion", + "Module": "Beta.Files", + "Permissions": [], + "Command": "New-MgBetaShareListItemVersion", "Variants": [ "Create", "Create1", @@ -292482,86 +292664,86 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", - "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "New-MgBetaShareListItemVersion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/operations", "Method": "POST", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Module": "Beta.Files", + "Permissions": [], + "Command": "New-MgBetaShareListOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/shares/{sharedDriveItem-id}/list/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "New-MgBetaShareListOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", "Method": "POST", + "OutputType": "IMicrosoftGraphSubscription", + "Module": "Beta.Files", + "Permissions": [], + "Command": "New-MgBetaShareListSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "New-MgBetaShareListSubscription" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares", "Method": "POST", + "OutputType": "IMicrosoftGraphSharedDriveItem", + "Module": "Beta.Files", + "Permissions": [], + "Command": "New-MgBetaShareSharedDriveItemSharedDriveItem", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/shares", - "OutputType": "IMicrosoftGraphSharedDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "New-MgBetaShareSharedDriveItemSharedDriveItem" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/analytics/itemActivityStats", "Method": "POST", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "New-MgBetaSiteAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteAnalyticItemActivityStat" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "Method": "POST", + "OutputType": "IMicrosoftGraphItemActivity", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "New-MgBetaSiteAnalyticItemActivityStatActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteAnalyticItemActivityStatActivity" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/columns", + "Method": "POST", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -292576,20 +292758,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaSiteColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteColumn" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/contentTypes", + "Method": "POST", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -292604,20 +292786,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaSiteContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/contentTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteContentType" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", + "Method": "POST", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -292632,35 +292814,35 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaSiteContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteContentTypeColumn" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "Method": "POST", + "OutputType": "IMicrosoftGraphColumnLink", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "New-MgBetaSiteContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteContentTypeColumnLink" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists", + "Method": "POST", + "OutputType": "IMicrosoftGraphList", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -292675,35 +292857,35 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaSiteList", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists", - "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteList" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/activities", "Method": "POST", + "OutputType": "IMicrosoftGraphItemActivityOld", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "New-MgBetaSiteListActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteListActivity" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/columns", + "Method": "POST", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -292718,35 +292900,35 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaSiteListColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteListColumn" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", "Method": "POST", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "New-MgBetaSiteListContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteListContentType" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "Method": "POST", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -292761,70 +292943,70 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaSiteListContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteListContentTypeColumn" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "Method": "POST", + "OutputType": "IMicrosoftGraphColumnLink", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "New-MgBetaSiteListContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteListContentTypeColumnLink" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items", + "Method": "POST", + "OutputType": "IMicrosoftGraphListItem", + "Module": "Beta.Sites", "Permissions": { "Name": "Sites.ReadWrite.All", "Description": "Edit or delete items in all site collections", "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaSiteListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items", - "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteListItem" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", "Method": "POST", + "OutputType": "IMicrosoftGraphItemActivityOld", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "New-MgBetaSiteListItemActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteListItemActivity" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "Method": "POST", + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -292851,20 +293033,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaSiteListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteListItemDocumentSetVersion" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", + "Method": "POST", + "OutputType": "IMicrosoftGraphPermission", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Files.ReadWrite", @@ -292885,65 +293067,65 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaSiteListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteListItemLink" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "Method": "POST", + "OutputType": "IMicrosoftGraphListItemVersion", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "New-MgBetaSiteListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteListItemVersion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/operations", "Method": "POST", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "New-MgBetaSiteListOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteListOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", "Method": "POST", + "OutputType": "IMicrosoftGraphSubscription", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "New-MgBetaSiteListSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteListSubscription" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/notebooks", + "Method": "POST", + "OutputType": "IMicrosoftGraphNotebook", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -292964,20 +293146,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaSiteOnenoteNotebook", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/notebooks", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "New-MgBetaSiteOnenoteNotebook" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -292998,20 +293180,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaSiteOnenoteNotebookSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "New-MgBetaSiteOnenoteNotebookSection" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Method": "POST", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -293032,20 +293214,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaSiteOnenoteNotebookSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "New-MgBetaSiteOnenoteNotebookSectionGroup" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/pages", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenotePage", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -293066,50 +293248,50 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaSiteOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "New-MgBetaSiteOnenotePage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sections", "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Beta.Notes", + "Permissions": [], + "Command": "New-MgBetaSiteOnenoteSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "New-MgBetaSiteOnenoteSection" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sectionGroups", "Method": "POST", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Beta.Notes", + "Permissions": [], + "Command": "New-MgBetaSiteOnenoteSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "New-MgBetaSiteOnenoteSectionGroup" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -293130,20 +293312,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaSiteOnenoteSectionGroupSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "New-MgBetaSiteOnenoteSectionGroupSection" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenotePage", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -293164,112 +293346,112 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaSiteOnenoteSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "New-MgBetaSiteOnenoteSectionPage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/operations", "Method": "POST", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "New-MgBetaSiteOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteOperation" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/pages", + "Method": "POST", + "OutputType": "IMicrosoftGraphBaseSitePage", + "Module": "Beta.Sites", "Permissions": { "Name": "Sites.ReadWrite.All", "Description": "Edit or delete items in all site collections", "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaSitePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/pages", - "OutputType": "IMicrosoftGraphBaseSitePage", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaSitePage" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/permissions", + "Method": "POST", + "OutputType": "IMicrosoftGraphPermission", + "Module": "Beta.Sites", "Permissions": { "Name": "Sites.FullControl.All", "Description": "Have full control of all site collections", "FullDescription": "Allows the app to have full control of all site collections without a signed in user.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaSitePermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaSitePermission" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/termStore/groups", + "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Module": "Beta.Sites", "Permissions": { "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 }, - "Method": "POST", + "Command": "New-MgBetaSiteTermStoreGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/termStore/groups", - "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "New-MgBetaSiteTermStoreGroupSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreGroupSet" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "New-MgBetaSiteTermStoreGroupSetChild", "Variants": [ "Create", "Create1", @@ -293280,15 +293462,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreGroupSetChild" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "New-MgBetaSiteTermStoreGroupSetChildRelation", "Variants": [ "Create", "Create1", @@ -293299,115 +293481,115 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreGroupSetChildRelation" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreGroupSetRelation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSiteTermStoreGroupSetRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreGroupSetTerm" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSiteTermStoreGroupSetTerm", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreGroupSetTermChild" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSiteTermStoreGroupSetTermChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreGroupSetTermChildRelation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreGroupSetTermRelation" + "Permissions": [], + "Command": "New-MgBetaSiteTermStoreGroupSetTermRelation", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/termStore/sets", + "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Beta.Sites", "Permissions": { "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 }, - "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/termStore/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreSet" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", + "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Beta.Sites", "Permissions": { "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 }, - "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetChild", "Variants": [ "Create", "Create1", @@ -293418,15 +293600,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreSetChild" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "New-MgBetaSiteTermStoreSetChildRelation", "Variants": [ "Create", "Create1", @@ -293437,30 +293619,30 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreSetChildRelation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "New-MgBetaSiteTermStoreSetParentGroupSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreSetParentGroupSet" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetChild", "Variants": [ "Create", "Create1", @@ -293471,15 +293653,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetChild" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Create", "Create1", @@ -293490,199 +293672,199 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetChildRelation" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetRelation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTerm" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermChild" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermRelation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreSetRelation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreSetTerm" + "Permissions": [], + "Command": "New-MgBetaSiteTermStoreSetTerm", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Beta.Sites", "Permissions": { "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 }, - "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetTermChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreSetTermChild" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "New-MgBetaSiteTermStoreSetTermChildRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreSetTermChildRelation" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Beta.Sites", "Permissions": { "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 }, - "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetTermRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreSetTermRelation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/subscribedSkus", "Method": "POST", + "OutputType": "IMicrosoftGraphSubscribedSku", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "New-MgBetaSubscribedSku", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/subscribedSkus", - "OutputType": "IMicrosoftGraphSubscribedSku", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaSubscribedSku" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/subscriptions", "Method": "POST", + "OutputType": "IMicrosoftGraphSubscription", + "Module": "Beta.ChangeNotifications", + "Permissions": [], + "Command": "New-MgBetaSubscription", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Module": "Beta.ChangeNotifications", - "Command": "New-MgBetaSubscription" + "ApiVersion": "beta" }, { + "Uri": "/teams", + "Method": "POST", + "OutputType": "IMicrosoftGraphTeam", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -293709,18 +293891,18 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaTeam", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/teams", - "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeam" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels", + "Method": "POST", + "OutputType": "IMicrosoftGraphChannel", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Channel.Create", @@ -293753,58 +293935,58 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaTeamChannel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamChannel" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/provisionEmail", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": { "Name": "ChannelSettings.ReadWrite.All", "Description": "Read and write the names, descriptions, and settings of channels", "FullDescription": "Read and write the names, descriptions, and settings of all channels, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaTeamChannelEmail", "Variants": [ "Provision", "ProvisionViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/provisionEmail", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamChannelEmail" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/members", + "Method": "POST", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Beta.Teams", "Permissions": { "Name": "ChannelMember.ReadWrite.All", "Description": "Add and remove members from teams and channels", "FullDescription": "Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaTeamChannelMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamChannelMember" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages", + "Method": "POST", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -293837,35 +294019,35 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaTeamChannelMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamChannelMessage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "Method": "POST", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "New-MgBetaTeamChannelMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamChannelMessageHostedContent" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Method": "POST", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -293898,50 +294080,50 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaTeamChannelMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamChannelMessageReply" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Method": "POST", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "New-MgBetaTeamChannelMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamChannelMessageReplyHostedContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", "Method": "POST", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "New-MgBetaTeamChannelSharedWithTeam", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamChannelSharedWithTeam" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", + "Method": "POST", + "OutputType": "IMicrosoftGraphTeamsTab", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -293998,20 +294180,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaTeamChannelTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamChannelTab" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/installedApps", + "Method": "POST", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -294068,188 +294250,188 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaTeamInstalledApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/installedApps", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamInstalledApp" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/members", + "Method": "POST", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Beta.Teams", "Permissions": { "Name": "TeamMember.ReadWrite.All", "Description": "Add and remove members from teams and channels", "FullDescription": "Add and remove members from teams, on your behalf. Also allows changing a member's role, for example from owner to non-owner.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaTeamMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamMember" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/operations", "Method": "POST", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "New-MgBetaTeamOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/operations", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/permissionGrants", "Method": "POST", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "New-MgBetaTeamPermissionGrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/permissionGrants", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamPermissionGrant" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/provisionEmail", "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "New-MgBetaTeamPrimaryChannelEmail", "Variants": [ "Provision", "ProvisionViaIdentity" ], - "Uri": "/teams/{team-id}/primaryChannel/provisionEmail", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamPrimaryChannelEmail" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/teams/{team-id}/primaryChannel/members", + "Method": "POST", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaTeamPrimaryChannelMember" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTeamPrimaryChannelMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaTeamPrimaryChannelMessage" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTeamPrimaryChannelMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaTeamPrimaryChannelMessageHostedContent" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTeamPrimaryChannelMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaTeamPrimaryChannelMessageReply" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTeamPrimaryChannelMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaTeamPrimaryChannelMessageReplyHostedContent" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", + "Method": "POST", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaTeamPrimaryChannelSharedWithTeam" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTeamPrimaryChannelSharedWithTeam", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/tabs", + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaTeamPrimaryChannelTab" + "Permissions": [], + "Command": "New-MgBetaTeamPrimaryChannelTab", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/offerShiftRequests", + "Method": "POST", + "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -294264,20 +294446,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaTeamScheduleOfferShiftRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/schedule/offerShiftRequests", - "OutputType": "IMicrosoftGraphOfferShiftRequest", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamScheduleOfferShiftRequest" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/openShifts", + "Method": "POST", + "OutputType": "IMicrosoftGraphOpenShift", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -294298,20 +294480,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaTeamScheduleOpenShift", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/schedule/openShifts", - "OutputType": "IMicrosoftGraphOpenShift", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamScheduleOpenShift" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", + "Method": "POST", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -294326,20 +294508,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaTeamScheduleOpenShiftChangeRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamScheduleOpenShiftChangeRequest" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/schedulingGroups", + "Method": "POST", + "OutputType": "IMicrosoftGraphSchedulingGroup", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -294354,20 +294536,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaTeamScheduleSchedulingGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/schedule/schedulingGroups", - "OutputType": "IMicrosoftGraphSchedulingGroup", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamScheduleSchedulingGroup" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/shifts", + "Method": "POST", + "OutputType": "IMicrosoftGraphShift", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -294382,20 +294564,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaTeamScheduleShift", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/schedule/shifts", - "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamScheduleShift" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", + "Method": "POST", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -294410,40 +294592,40 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaTeamScheduleSwapShiftChangeRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamScheduleSwapShiftChangeRequest" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/timeCards", + "Method": "POST", + "OutputType": "IMicrosoftGraphTimeCard", + "Module": "Beta.Teams", "Permissions": { "Name": "Schedule.ReadWrite.All", "Description": "Read and write your schedule items", "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaTeamScheduleTimeCard", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/schedule/timeCards", - "OutputType": "IMicrosoftGraphTimeCard", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamScheduleTimeCard" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/timesOff", + "Method": "POST", + "OutputType": "IMicrosoftGraphTimeOff", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -294458,20 +294640,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaTeamScheduleTimeOff", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/schedule/timesOff", - "OutputType": "IMicrosoftGraphTimeOff", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamScheduleTimeOff" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/timeOffReasons", + "Method": "POST", + "OutputType": "IMicrosoftGraphTimeOffReason", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -294486,35 +294668,35 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaTeamScheduleTimeOffReason", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/schedule/timeOffReasons", - "OutputType": "IMicrosoftGraphTimeOffReason", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamScheduleTimeOffReason" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/schedule/timeOffRequests", "Method": "POST", + "OutputType": "IMicrosoftGraphTimeOffRequest", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "New-MgBetaTeamScheduleTimeOffRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/schedule/timeOffRequests", - "OutputType": "IMicrosoftGraphTimeOffRequest", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamScheduleTimeOffRequest" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/tags", + "Method": "POST", + "OutputType": "IMicrosoftGraphTeamworkTag", + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -294529,20 +294711,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaTeamTag", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/tags", - "OutputType": "IMicrosoftGraphTeamworkTag", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamTag" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", + "Method": "POST", + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -294557,924 +294739,924 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaTeamTagMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", - "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamTagMember" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedChats", "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "New-MgBetaTeamworkDeletedChat", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/teamwork/deletedChats", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamworkDeletedChat" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams", "Method": "POST", + "OutputType": "IMicrosoftGraphDeletedTeam", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "New-MgBetaTeamworkDeletedTeam", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/teamwork/deletedTeams", - "OutputType": "IMicrosoftGraphDeletedTeam", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamworkDeletedTeam" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", "Method": "POST", + "OutputType": "IMicrosoftGraphChannel", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "New-MgBetaTeamworkDeletedTeamChannel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamworkDeletedTeamChannel" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/provisionEmail", "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "New-MgBetaTeamworkDeletedTeamChannelEmail", "Variants": [ "Provision", "ProvisionViaIdentity" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/provisionEmail", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamworkDeletedTeamChannelEmail" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", + "Method": "POST", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaTeamworkDeletedTeamChannelMember" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTeamworkDeletedTeamChannelMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaTeamworkDeletedTeamChannelMessage" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTeamworkDeletedTeamChannelMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageHostedContent" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageReply" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", + "Method": "POST", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaTeamworkDeletedTeamChannelSharedWithTeam" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaTeamworkDeletedTeamChannelTab" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTeamworkDeletedTeamChannelTab", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/devices", + "Method": "POST", "OutputType": "IMicrosoftGraphTeamworkDevice", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaTeamworkDevice" + "Permissions": [], + "Command": "New-MgBetaTeamworkDevice", + "Variants": [ + "Create", + "CreateExpanded" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/devices/{teamworkDevice-id}/operations", "Method": "POST", + "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "New-MgBetaTeamworkDeviceOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teamwork/devices/{teamworkDevice-id}/operations", - "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamworkDeviceOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/teamTemplates", "Method": "POST", + "OutputType": "IMicrosoftGraphTeamTemplate", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "New-MgBetaTeamworkTeamTemplate", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/teamwork/teamTemplates", - "OutputType": "IMicrosoftGraphTeamTemplate", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamworkTeamTemplate" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions", "Method": "POST", + "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "New-MgBetaTeamworkTeamTemplateDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions", - "OutputType": "IMicrosoftGraphTeamTemplateDefinition", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamworkTeamTemplateDefinition" + "ApiVersion": "beta" }, { + "Uri": "/teamwork/workforceIntegrations", + "Method": "POST", + "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Module": "Beta.Teams", "Permissions": { "Name": "WorkforceIntegration.ReadWrite.All", "Description": "Read and write workforce integrations", "FullDescription": "Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaTeamworkWorkforceIntegration", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/teamwork/workforceIntegrations", - "OutputType": "IMicrosoftGraphWorkforceIntegration", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamworkWorkforceIntegration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/delegatedAdminCustomers", "Method": "POST", + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Module": "Beta.Identity.Partner", + "Permissions": [], + "Command": "New-MgBetaTenantRelationshipDelegatedAdminCustomer", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/tenantRelationships/delegatedAdminCustomers", - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", - "ApiVersion": "beta", - "Module": "Beta.Identity.Partner", - "Command": "New-MgBetaTenantRelationshipDelegatedAdminCustomer" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", "Method": "POST", + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Module": "Beta.Identity.Partner", + "Permissions": [], + "Command": "New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", - "ApiVersion": "beta", - "Module": "Beta.Identity.Partner", - "Command": "New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships", + "Method": "POST", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Module": "Beta.Identity.Partner", "Permissions": { "Name": "DelegatedAdminRelationship.ReadWrite.All", "Description": "Manage Delegated Admin relationships with customers", "FullDescription": "Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationship", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", - "ApiVersion": "beta", - "Module": "Beta.Identity.Partner", - "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationship" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Module": "Beta.Identity.Partner", "Permissions": { "Name": "DelegatedAdminRelationship.ReadWrite.All", "Description": "Manage Delegated Admin relationships with customers", "FullDescription": "Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.Partner", - "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", "Method": "POST", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Module": "Beta.Identity.Partner", + "Permissions": [], + "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", - "ApiVersion": "beta", - "Module": "Beta.Identity.Partner", - "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", + "Method": "POST", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Module": "Beta.Identity.Partner", "Permissions": { "Name": "DelegatedAdminRelationship.ReadWrite.All", "Description": "Manage Delegated Admin relationships with customers", "FullDescription": "Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", - "ApiVersion": "beta", - "Module": "Beta.Identity.Partner", - "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded" - ], "Uri": "/tenantRelationships/managedTenants/tenants", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsTenant", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenant" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenant", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantAlert" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantAlert", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantAlertLog" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantAlertLog", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantAlertRule" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantAlertRule", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantApiNotification" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantApiNotification", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/appPerformances", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantAppPerformance" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantAppPerformance", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/auditEvents", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantAuditEvent" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantAuditEvent", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/cloudPcConnections", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcConnection" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcConnection", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/cloudPcDevices", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcDevice" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcDevice", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcOverview" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcOverview", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantCustomizedInformation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantCustomizedInformation", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantDetailedInformation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantDetailedInformation", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantEmailNotification" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantEmailNotification", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/tenantGroups", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantGroup" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantGroup", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementActions", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementAction" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementAction", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementIntents", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementIntent" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementIntent", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplates", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplate" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplate", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStep" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion" + "Permissions": [], + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", + "Variants": [ + "Create", + "CreateExpanded" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments", "Method": "POST", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/myRoles", "Method": "POST", + "OutputType": "IMicrosoftGraphManagedTenantsMyRole", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "New-MgBetaTenantRelationshipManagedTenantMyRole", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/tenantRelationships/managedTenants/myRoles", - "OutputType": "IMicrosoftGraphManagedTenantsMyRole", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantMyRole" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenantTags", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Module": "Beta.ManagedTenants", "Permissions": { "Name": "ManagedTenants.ReadWrite.All", "Description": "Read and write all managed tenant information", "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantTag", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/tenantRelationships/managedTenants/tenantTags", - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantTag" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded" - ], "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantTicketingEndpoint" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantWindowsProtectionState" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/multiTenantOrganization/tenants", + "Method": "POST", "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaTenantRelationshipMultiTenantOrganizationTenant" + "Permissions": [], + "Command": "New-MgBetaTenantRelationshipMultiTenantOrganizationTenant", + "Variants": [ + "Create", + "CreateExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/trustFramework/keySets", + "Method": "POST", + "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "TrustFrameworkKeySet.ReadWrite.All", "Description": "Read and write trust framework key sets", "FullDescription": "Allows the app to read or write trust framework key sets, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaTrustFrameworkKeySet", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/trustFramework/keySets", - "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaTrustFrameworkKeySet" + "ApiVersion": "beta" }, { + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/generateKey", + "Method": "POST", + "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "TrustFrameworkKeySet.ReadWrite.All", "Description": "Read and write trust framework key sets", "FullDescription": "Allows the app to read or write trust framework key sets, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaTrustFrameworkKeySetKey", "Variants": [ "Generate", "GenerateExpanded", "GenerateViaIdentity", "GenerateViaIdentityExpanded" ], - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/generateKey", - "OutputType": "IMicrosoftGraphTrustFrameworkKey", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaTrustFrameworkKeySetKey" + "ApiVersion": "beta" }, { + "Uri": "/trustFramework/policies", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.TrustFramework", "Description": "Read and write trust framework policies", "FullDescription": "Allows the app to read and write your organization's trust framework policies on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaTrustFrameworkPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/trustFramework/policies", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaTrustFrameworkPolicy" + "ApiVersion": "beta" }, { + "Uri": "/users", + "Method": "POST", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Users", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -295513,83 +295695,83 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaUser", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/users", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "New-MgBetaUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/activities", "Method": "POST", + "OutputType": "IMicrosoftGraphUserActivity", + "Module": "Beta.CrossDeviceExperiences", + "Permissions": [], + "Command": "New-MgBetaUserActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/activities", - "OutputType": "IMicrosoftGraphUserActivity", - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "New-MgBetaUserActivity" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", "Method": "POST", + "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Module": "Beta.CrossDeviceExperiences", + "Permissions": [], + "Command": "New-MgBetaUserActivityHistoryItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", - "OutputType": "IMicrosoftGraphActivityHistoryItem", - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "New-MgBetaUserActivityHistoryItem" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/analytics/activityStatistics", "Method": "POST", + "OutputType": "IMicrosoftGraphActivityStatistics", + "Module": "Beta.People", + "Permissions": [], + "Command": "New-MgBetaUserActivityStatistics", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/analytics/activityStatistics", - "OutputType": "IMicrosoftGraphActivityStatistics", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "New-MgBetaUserActivityStatistics" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/appRoleAssignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Beta.Applications", "Permissions": { "Name": "AppRoleAssignment.ReadWrite.All", "Description": "Manage app permission grants and app role assignments", "FullDescription": "Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaUserAppRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/appRoleAssignments", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "New-MgBetaUserAppRoleAssignment" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/emailMethods", + "Method": "POST", + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -295604,50 +295786,50 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaUserAuthenticationEmailMethod", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/authentication/emailMethods", - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaUserAuthenticationEmailMethod" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/authentication/methods", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "New-MgBetaUserAuthenticationMethod", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/authentication/methods", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaUserAuthenticationMethod" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/authentication/operations", "Method": "POST", + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "New-MgBetaUserAuthenticationOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/authentication/operations", - "OutputType": "IMicrosoftGraphLongRunningOperation", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaUserAuthenticationOperation" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/phoneMethods", + "Method": "POST", + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -295662,122 +295844,122 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaUserAuthenticationPhoneMethod", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/authentication/phoneMethods", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaUserAuthenticationPhoneMethod" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", + "Method": "POST", + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "Module": "Beta.Identity.SignIns", "Permissions": { "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 }, - "Method": "POST", + "Command": "New-MgBetaUserAuthenticationTemporaryAccessPassMethod", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaUserAuthenticationTemporaryAccessPassMethod" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/calendars", + "Method": "POST", + "OutputType": "IMicrosoftGraphCalendar", + "Module": "Beta.Calendar", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaUserCalendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/calendars", - "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "New-MgBetaUserCalendar" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/calendars/{calendar-id}/events", + "Method": "POST", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Beta.Calendar", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaUserCalendarEvent", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Uri": "/users/{user-id}/calendars/{calendar-id}/events", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "New-MgBetaUserCalendarEvent" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/calendarGroups", + "Method": "POST", + "OutputType": "IMicrosoftGraphCalendarGroup", + "Module": "Beta.Calendar", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaUserCalendarGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/calendarGroups", - "OutputType": "IMicrosoftGraphCalendarGroup", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "New-MgBetaUserCalendarGroup" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", + "Method": "POST", + "OutputType": "IMicrosoftGraphCalendar", + "Module": "Beta.Calendar", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaUserCalendarGroupCalendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", - "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "New-MgBetaUserCalendarGroupCalendar" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/calendar/calendarPermissions", "Method": "POST", + "OutputType": "IMicrosoftGraphCalendarPermission", + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "New-MgBetaUserCalendarPermission", "Variants": [ "Create", "Create1", @@ -295788,1058 +295970,1058 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/users/{user-id}/calendar/calendarPermissions", - "OutputType": "IMicrosoftGraphCalendarPermission", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "New-MgBetaUserCalendarPermission" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/users/{user-id}/chats", + "Method": "POST", "OutputType": "IMicrosoftGraphChat", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaUserChat" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserChat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaUserChatInstalledApp" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserChatInstalledApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/members", + "Method": "POST", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaUserChatMember" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserChatMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaUserChatMessage" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserChatMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaUserChatMessageHostedContent" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserChatMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaUserChatMessageReply" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserChatMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaUserChatMessageReplyHostedContent" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserChatMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/operations", + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaUserChatOperation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserChatOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", + "Method": "POST", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaUserChatPermissionGrant" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserChatPermissionGrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", + "Method": "POST", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaUserChatPinnedMessage" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserChatPinnedMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/tabs", + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "New-MgBetaUserChatTab" + "Permissions": [], + "Command": "New-MgBetaUserChatTab", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contacts", + "Method": "POST", + "OutputType": "IMicrosoftGraphContact", + "Module": "Beta.PersonalContacts", "Permissions": { "Name": "Contacts.ReadWrite", "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaUserContact", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contacts", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "New-MgBetaUserContact" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", "Method": "POST", + "OutputType": null, + "Module": "Beta.PersonalContacts", + "Permissions": [], + "Command": "New-MgBetaUserContactExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "New-MgBetaUserContactExtension" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders", + "Method": "POST", + "OutputType": "IMicrosoftGraphContactFolder", + "Module": "Beta.PersonalContacts", "Permissions": { "Name": "Contacts.ReadWrite", "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaUserContactFolder", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contactFolders", - "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "New-MgBetaUserContactFolder" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", + "Method": "POST", + "OutputType": "IMicrosoftGraphContactFolder", + "Module": "Beta.PersonalContacts", "Permissions": { "Name": "Contacts.ReadWrite", "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaUserContactFolderChildFolder", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", - "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "New-MgBetaUserContactFolderChildFolder" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", "Method": "POST", + "OutputType": "IMicrosoftGraphContact", + "Module": "Beta.PersonalContacts", + "Permissions": [], + "Command": "New-MgBetaUserContactFolderChildFolderContact", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "New-MgBetaUserContactFolderChildFolderContact" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", "Method": "POST", + "OutputType": null, + "Module": "Beta.PersonalContacts", + "Permissions": [], + "Command": "New-MgBetaUserContactFolderChildFolderContactExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "New-MgBetaUserContactFolderChildFolderContactExtension" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", + "Method": "POST", + "OutputType": "IMicrosoftGraphContact", + "Module": "Beta.PersonalContacts", "Permissions": { "Name": "Contacts.ReadWrite", "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaUserContactFolderContact", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "New-MgBetaUserContactFolderContact" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", "Method": "POST", + "OutputType": null, + "Module": "Beta.PersonalContacts", + "Permissions": [], + "Command": "New-MgBetaUserContactFolderContactExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "New-MgBetaUserContactFolderContactExtension" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/calendar/events", + "Method": "POST", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Beta.Calendar", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaUserDefaultCalendarEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/calendar/events", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "New-MgBetaUserDefaultCalendarEvent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/devices", "Method": "POST", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Beta.CrossDeviceExperiences", + "Permissions": [], + "Command": "New-MgBetaUserDevice", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/devices", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "New-MgBetaUserDevice" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/devices/{device-id}/commands", + "Method": "POST", + "OutputType": "IMicrosoftGraphCommand", + "Module": "Beta.CrossDeviceExperiences", "Permissions": { "Name": "Device.Command", "Description": "Communicate with your other devices", "FullDescription": "Allows the app to launch another app or communicate with another app on a device that you own.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaUserDeviceCommand", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/devices/{device-id}/commands", - "OutputType": "IMicrosoftGraphCommand", - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "New-MgBetaUserDeviceCommand" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/users/{user-id}/deviceEnrollmentConfigurations", + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaUserDeviceEnrollmentConfiguration" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDeviceEnrollmentConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", + "Method": "POST", "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaUserDeviceEnrollmentConfigurationAssignment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDeviceEnrollmentConfigurationAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/createEnrollmentNotificationConfiguration", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/extensions", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "New-MgBetaUserDeviceExtension" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDeviceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaUserDeviceManagementTroubleshootingEvent" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDeviceManagementTroubleshootingEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "New-MgBetaUserDeviceRegisteredOwnerByRef" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDeviceRegisteredOwnerByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$ref", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "New-MgBetaUserDeviceRegisteredUserByRef" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDeviceRegisteredUserByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/usageRights", + "Method": "POST", "OutputType": "IMicrosoftGraphUsageRight", - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "New-MgBetaUserDeviceUsageRights" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDeviceUsageRights", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives", + "Method": "POST", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaUserDrive" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDrive", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/bundles", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveBundle" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDriveBundle", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDriveItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveItemAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDriveItemAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveItemChild" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDriveItemChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createLink", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserDriveItemLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDriveItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveItemListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDriveItemListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserDriveItemListItemLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDriveItemListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveItemListItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDriveItemListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveItemPermission" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDriveItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveItemSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDriveItemSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "Method": "POST", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveItemThumbnail" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDriveItemThumbnail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserDriveItemUploadSession" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDriveItemUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDriveItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveListColumn" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDriveListColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveListContentType" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDriveListContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveListContentTypeColumn" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDriveListContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Method": "POST", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDriveListContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items", + "Method": "POST", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveListItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDriveListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDriveListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserDriveListItemLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDriveListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveListItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDriveListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", + "Method": "POST", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveListOperation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDriveListOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveListSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDriveListSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveRootAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDriveRootAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/children", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveRootChild" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDriveRootChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/createLink", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserDriveRootLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDriveRootLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveRootListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDriveRootListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createLink", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserDriveRootListItemLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDriveRootListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveRootListItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDriveRootListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveRootPermission" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDriveRootPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveRootSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDriveRootSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", + "Method": "POST", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveRootThumbnail" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDriveRootThumbnail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/createUploadSession", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserDriveRootUploadSession" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserDriveRootUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveRootVersion" + "Permissions": [], + "Command": "New-MgBetaUserDriveRootVersion", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events", + "Method": "POST", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Beta.Calendar", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaUserEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/events", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "New-MgBetaUserEvent" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events/{event-id}/attachments", + "Method": "POST", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Calendar", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaUserEventAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/events/{event-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "New-MgBetaUserEventAttachment" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession", + "Method": "POST", + "OutputType": "IMicrosoftGraphUploadSession", + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -296854,911 +297036,911 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaUserEventAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserEventAttachmentUploadSession" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "New-MgBetaUserEventExceptionOccurrenceAttachment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserEventExceptionOccurrenceAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "New-MgBetaUserEventExceptionOccurrenceExtension" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserEventExceptionOccurrenceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "New-MgBetaUserEventExceptionOccurrenceInstanceAttachment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserEventExceptionOccurrenceInstanceAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "New-MgBetaUserEventExceptionOccurrenceInstanceExtension" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserEventExceptionOccurrenceInstanceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/extensions", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "New-MgBetaUserEventExtension" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserEventExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "New-MgBetaUserEventInstanceAttachment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserEventInstanceAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserEventInstanceAttachmentUploadSession" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserEventInstanceAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "New-MgBetaUserEventInstanceExceptionOccurrenceAttachment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserEventInstanceExceptionOccurrenceAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "New-MgBetaUserEventInstanceExceptionOccurrenceExtension" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserEventInstanceExceptionOccurrenceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "New-MgBetaUserEventInstanceExtension" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserEventInstanceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/extensions", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "New-MgBetaUserExtension" + "Permissions": [], + "Command": "New-MgBetaUserExtension", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/inferenceClassification/overrides", + "Method": "POST", + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Module": "Beta.Mail", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaUserInferenceClassificationOverride", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/inferenceClassification/overrides", - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "New-MgBetaUserInferenceClassificationOverride" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies", + "Method": "POST", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaUserInformationProtectionDataLossPreventionPolicy" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserInformationProtectionDataLossPreventionPolicy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/policy/labels", + "Method": "POST", "OutputType": "IMicrosoftGraphInformationProtectionLabel", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaUserInformationProtectionPolicyLabel" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserInformationProtectionPolicyLabel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/sensitivityLabels", + "Method": "POST", "OutputType": "IMicrosoftGraphSensitivityLabel", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaUserInformationProtectionSensitivityLabel" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserInformationProtectionSensitivityLabel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", + "Method": "POST", "OutputType": "IMicrosoftGraphSensitivityLabel", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaUserInformationProtectionSensitivityLabelSublabel" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserInformationProtectionSensitivityLabelSublabel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests", + "Method": "POST", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaUserInformationProtectionThreatAssessmentRequest" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserInformationProtectionThreatAssessmentRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "Method": "POST", "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaUserInformationProtectionThreatAssessmentRequestResult" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/insights/shared", + "Method": "POST", "OutputType": "IMicrosoftGraphSharedInsight", - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "New-MgBetaUserInsightShared" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserInsightShared", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/insights/trending", + "Method": "POST", "OutputType": "IMicrosoftGraphTrending", - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "New-MgBetaUserInsightTrending" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserInsightTrending", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/insights/used", + "Method": "POST", "OutputType": "IMicrosoftGraphUsedInsight", - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "New-MgBetaUserInsightUsed" + "Permissions": [], + "Command": "New-MgBetaUserInsightUsed", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders", + "Method": "POST", + "OutputType": "IMicrosoftGraphMailFolder", + "Module": "Beta.Mail", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaUserMailFolder", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "New-MgBetaUserMailFolder" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", + "Method": "POST", + "OutputType": "IMicrosoftGraphMailFolder", + "Module": "Beta.Mail", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaUserMailFolderChildFolder", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "New-MgBetaUserMailFolderChildFolder" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", "Method": "POST", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Beta.Mail", + "Permissions": [], + "Command": "New-MgBetaUserMailFolderChildFolderMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "New-MgBetaUserMailFolderChildFolderMessage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", "Method": "POST", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Mail", + "Permissions": [], + "Command": "New-MgBetaUserMailFolderChildFolderMessageAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "New-MgBetaUserMailFolderChildFolderMessageAttachment" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession", + "Method": "POST", + "OutputType": "IMicrosoftGraphUploadSession", + "Module": "Beta.Users.Actions", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaUserMailFolderChildFolderMessageAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserMailFolderChildFolderMessageAttachmentUploadSession" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", "Method": "POST", + "OutputType": null, + "Module": "Beta.Mail", + "Permissions": [], + "Command": "New-MgBetaUserMailFolderChildFolderMessageExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "New-MgBetaUserMailFolderChildFolderMessageExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward", "Method": "POST", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "New-MgBetaUserMailFolderChildFolderMessageForward", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserMailFolderChildFolderMessageForward" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions", "Method": "POST", + "OutputType": "IMicrosoftGraphMention", + "Module": "Beta.Mail", + "Permissions": [], + "Command": "New-MgBetaUserMailFolderChildFolderMessageMention", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions", - "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "New-MgBetaUserMailFolderChildFolderMessageMention" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply", "Method": "POST", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "New-MgBetaUserMailFolderChildFolderMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserMailFolderChildFolderMessageReply" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll", "Method": "POST", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "New-MgBetaUserMailFolderChildFolderMessageReplyAll", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserMailFolderChildFolderMessageReplyAll" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", "Method": "POST", + "OutputType": "IMicrosoftGraphMessageRule", + "Module": "Beta.Mail", + "Permissions": [], + "Command": "New-MgBetaUserMailFolderChildFolderMessageRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", - "OutputType": "IMicrosoftGraphMessageRule", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "New-MgBetaUserMailFolderChildFolderMessageRule" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", + "Method": "POST", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Beta.Mail", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaUserMailFolderMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "New-MgBetaUserMailFolderMessage" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", + "Method": "POST", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Mail", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaUserMailFolderMessageAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "New-MgBetaUserMailFolderMessageAttachment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession", "Method": "POST", + "OutputType": "IMicrosoftGraphUploadSession", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "New-MgBetaUserMailFolderMessageAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserMailFolderMessageAttachmentUploadSession" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", "Method": "POST", + "OutputType": null, + "Module": "Beta.Mail", + "Permissions": [], + "Command": "New-MgBetaUserMailFolderMessageExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "New-MgBetaUserMailFolderMessageExtension" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward", + "Method": "POST", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Beta.Users.Actions", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaUserMailFolderMessageForward", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserMailFolderMessageForward" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions", "Method": "POST", + "OutputType": "IMicrosoftGraphMention", + "Module": "Beta.Mail", + "Permissions": [], + "Command": "New-MgBetaUserMailFolderMessageMention", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions", - "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "New-MgBetaUserMailFolderMessageMention" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply", + "Method": "POST", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Beta.Users.Actions", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaUserMailFolderMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserMailFolderMessageReply" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll", + "Method": "POST", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Beta.Users.Actions", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaUserMailFolderMessageReplyAll", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserMailFolderMessageReplyAll" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", + "Method": "POST", "OutputType": "IMicrosoftGraphMessageRule", - "ApiVersion": "beta", "Module": "Beta.Mail", - "Command": "New-MgBetaUserMailFolderMessageRule" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserMailFolderMessageRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaUserManagedDevice" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserManagedDevice", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "Method": "POST", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaUserManagedDeviceCompliancePolicyState" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserManagedDeviceCompliancePolicyState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaUserManagedDeviceConfigurationState" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserManagedDeviceConfigurationState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates", + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaUserManagedDeviceHealthScriptState" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserManagedDeviceHealthScriptState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/createDeviceLogCollectionRequest", + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserManagedDeviceLogCollectionRequest" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserManagedDeviceLogCollectionRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaUserManagedDeviceLogCollectionResponse" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserManagedDeviceLogCollectionResponse", "Variants": [ "Create", - "CreateViaIdentity" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserManagedDeviceLogCollectionResponseDownloadUrl" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserManagedDeviceLogCollectionResponseDownloadUrl", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaUserManagedDeviceMobileAppConfigurationState" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserManagedDeviceMobileAppConfigurationState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityBaselineState", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaUserManagedDeviceSecurityBaselineState" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaUserManagedDeviceSecurityBaselineState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaUserManagedDeviceSecurityBaselineStateSettingState" + "Permissions": [], + "Command": "New-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "New-MgBetaUserManagedDeviceWindowsDefenderUpdateSignature", "Variants": [ "Update", "UpdateViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserManagedDeviceWindowsDefenderUpdateSignature" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "New-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/messages", + "Method": "POST", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Beta.Mail", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaUserMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/messages", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "New-MgBetaUserMessage" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/messages/{message-id}/attachments", + "Method": "POST", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Mail", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaUserMessageAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/messages/{message-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "New-MgBetaUserMessageAttachment" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession", + "Method": "POST", + "OutputType": "IMicrosoftGraphUploadSession", + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -297773,193 +297955,193 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaUserMessageAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserMessageAttachmentUploadSession" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/extensions", "Method": "POST", + "OutputType": null, + "Module": "Beta.Mail", + "Permissions": [], + "Command": "New-MgBetaUserMessageExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/messages/{message-id}/extensions", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "New-MgBetaUserMessageExtension" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/messages/{message-id}/createForward", + "Method": "POST", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Beta.Users.Actions", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaUserMessageForward", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/messages/{message-id}/createForward", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserMessageForward" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/mentions", "Method": "POST", + "OutputType": "IMicrosoftGraphMention", + "Module": "Beta.Mail", + "Permissions": [], + "Command": "New-MgBetaUserMessageMention", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/messages/{message-id}/mentions", - "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "New-MgBetaUserMessageMention" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/messages/{message-id}/createReply", + "Method": "POST", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Beta.Users.Actions", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaUserMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/messages/{message-id}/createReply", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserMessageReply" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/messages/{message-id}/createReplyAll", + "Method": "POST", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Beta.Users.Actions", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaUserMessageReplyAll", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Uri": "/users/{user-id}/messages/{message-id}/createReplyAll", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserMessageReplyAll" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mobileAppIntentAndStates", + "Method": "POST", + "OutputType": "IMicrosoftGraphMobileAppIntentAndState", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaUserMobileAppIntentAndState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mobileAppIntentAndStates", - "OutputType": "IMicrosoftGraphMobileAppIntentAndState", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaUserMobileAppIntentAndState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents", "Method": "POST", + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "New-MgBetaUserMobileAppTroubleshootingEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaUserMobileAppTroubleshootingEvent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", "Method": "POST", + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "New-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", "Method": "POST", + "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "New-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", "Variants": [ "Create", "CreateViaIdentity" ], - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", - "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/notifications", + "Method": "POST", + "OutputType": "IMicrosoftGraphNotification", + "Module": "Beta.Users", "Permissions": { "Name": "Notifications.ReadWrite.CreatedByApp", "Description": "Deliver and manage your notifications for this app", "FullDescription": "Allows the app to deliver its notifications, on your behalf. Also allows the app to read, update, and delete your notification items for this app.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaUserNotification", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/notifications", - "OutputType": "IMicrosoftGraphNotification", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "New-MgBetaUserNotification" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/notebooks", + "Method": "POST", + "OutputType": "IMicrosoftGraphNotebook", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -297980,20 +298162,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaUserOnenoteNotebook", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onenote/notebooks", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "New-MgBetaUserOnenoteNotebook" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -298014,20 +298196,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaUserOnenoteNotebookSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "New-MgBetaUserOnenoteNotebookSection" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Method": "POST", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -298048,20 +298230,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaUserOnenoteNotebookSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "New-MgBetaUserOnenoteNotebookSectionGroup" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/pages", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenotePage", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -298082,50 +298264,50 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaUserOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onenote/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "New-MgBetaUserOnenotePage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onenote/sections", "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Beta.Notes", + "Permissions": [], + "Command": "New-MgBetaUserOnenoteSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onenote/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "New-MgBetaUserOnenoteSection" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onenote/sectionGroups", "Method": "POST", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Beta.Notes", + "Permissions": [], + "Command": "New-MgBetaUserOnenoteSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onenote/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "New-MgBetaUserOnenoteSectionGroup" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -298146,20 +298328,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaUserOnenoteSectionGroupSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "New-MgBetaUserOnenoteSectionGroupSection" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenotePage", + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -298180,20 +298362,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaUserOnenoteSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "New-MgBetaUserOnenoteSectionPage" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -298208,37 +298390,37 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaUserOnlineMeeting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onlineMeetings", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaUserOnlineMeeting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", "Method": "POST", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "New-MgBetaUserOnlineMeetingAttendanceReport", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaUserOnlineMeetingAttendanceReport" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "Method": "POST", + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "New-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Create", "Create1", @@ -298249,43 +298431,43 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", "Method": "POST", + "OutputType": "IMicrosoftGraphCallRecording", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "New-MgBetaUserOnlineMeetingRecording", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", - "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaUserOnlineMeetingRecording" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", "Method": "POST", + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "New-MgBetaUserOnlineMeetingRegistrationCustomQuestion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaUserOnlineMeetingRegistrationCustomQuestion" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants", + "Method": "POST", + "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.Read.All", @@ -298306,270 +298488,270 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaUserOnlineMeetingRegistrationRegistrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants", - "OutputType": "IMicrosoftGraphMeetingRegistrantBase", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaUserOnlineMeetingRegistrationRegistrant" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", "Method": "POST", + "OutputType": "IMicrosoftGraphCallTranscript", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "New-MgBetaUserOnlineMeetingTranscript", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", - "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaUserOnlineMeetingTranscript" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/masterCategories", + "Method": "POST", + "OutputType": "IMicrosoftGraphOutlookCategory", + "Module": "Beta.Users", "Permissions": { "Name": "MailboxSettings.ReadWrite", "Description": "Read and write to your mailbox settings", "FullDescription": "Allows the app to read, update, create, and delete your mailbox settings.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBetaUserOutlookMasterCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/outlook/masterCategories", - "OutputType": "IMicrosoftGraphOutlookCategory", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "New-MgBetaUserOutlookMasterCategory" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/tasks", + "Method": "POST", + "OutputType": "IMicrosoftGraphOutlookTask", + "Module": "Beta.Users", "Permissions": { "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 }, - "Method": "POST", + "Command": "New-MgBetaUserOutlookTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/outlook/tasks", - "OutputType": "IMicrosoftGraphOutlookTask", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "New-MgBetaUserOutlookTask" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments", + "Method": "POST", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Users", "Permissions": { "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 }, - "Method": "POST", + "Command": "New-MgBetaUserOutlookTaskAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "New-MgBetaUserOutlookTaskAttachment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/createUploadSession", "Method": "POST", + "OutputType": "IMicrosoftGraphUploadSession", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "New-MgBetaUserOutlookTaskAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserOutlookTaskAttachmentUploadSession" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskFolders", + "Method": "POST", + "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Module": "Beta.Users", "Permissions": { "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 }, - "Method": "POST", + "Command": "New-MgBetaUserOutlookTaskFolder", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/outlook/taskFolders", - "OutputType": "IMicrosoftGraphOutlookTaskFolder", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "New-MgBetaUserOutlookTaskFolder" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks", + "Method": "POST", + "OutputType": "IMicrosoftGraphOutlookTask", + "Module": "Beta.Users", "Permissions": { "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 }, - "Method": "POST", + "Command": "New-MgBetaUserOutlookTaskFolderTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks", - "OutputType": "IMicrosoftGraphOutlookTask", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "New-MgBetaUserOutlookTaskFolderTask" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", "Method": "POST", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Users", + "Permissions": [], + "Command": "New-MgBetaUserOutlookTaskFolderTaskAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "New-MgBetaUserOutlookTaskFolderTaskAttachment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession", "Method": "POST", + "OutputType": "IMicrosoftGraphUploadSession", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "New-MgBetaUserOutlookTaskFolderTaskAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserOutlookTaskFolderTaskAttachmentUploadSession" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskGroups", + "Method": "POST", + "OutputType": "IMicrosoftGraphOutlookTaskGroup", + "Module": "Beta.Users", "Permissions": { "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 }, - "Method": "POST", + "Command": "New-MgBetaUserOutlookTaskGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/outlook/taskGroups", - "OutputType": "IMicrosoftGraphOutlookTaskGroup", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "New-MgBetaUserOutlookTaskGroup" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders", + "Method": "POST", + "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Module": "Beta.Users", "Permissions": { "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 }, - "Method": "POST", + "Command": "New-MgBetaUserOutlookTaskGroupTaskFolder", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders", - "OutputType": "IMicrosoftGraphOutlookTaskFolder", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "New-MgBetaUserOutlookTaskGroupTaskFolder" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks", + "Method": "POST", + "OutputType": "IMicrosoftGraphOutlookTask", + "Module": "Beta.Users", "Permissions": { "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 }, - "Method": "POST", + "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks", - "OutputType": "IMicrosoftGraphOutlookTask", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTask" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", "Method": "POST", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Beta.Users", + "Permissions": [], + "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession", "Method": "POST", + "OutputType": "IMicrosoftGraphUploadSession", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachmentUploadSession" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/account", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserAccountInformation", + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -298584,20 +298766,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaUserProfileAccount", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/account", - "OutputType": "IMicrosoftGraphUserAccountInformation", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfileAccount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/addresses", + "Method": "POST", + "OutputType": "IMicrosoftGraphItemAddress", + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -298612,20 +298794,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaUserProfileAddress", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/addresses", - "OutputType": "IMicrosoftGraphItemAddress", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfileAddress" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/anniversaries", + "Method": "POST", + "OutputType": "IMicrosoftGraphPersonAnnualEvent", + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -298640,20 +298822,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaUserProfileAnniversary", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/anniversaries", - "OutputType": "IMicrosoftGraphPersonAnnualEvent", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfileAnniversary" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/awards", + "Method": "POST", + "OutputType": "IMicrosoftGraphPersonAward", + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -298668,20 +298850,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaUserProfileAward", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/awards", - "OutputType": "IMicrosoftGraphPersonAward", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfileAward" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/certifications", + "Method": "POST", + "OutputType": "IMicrosoftGraphPersonCertification", + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -298696,20 +298878,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaUserProfileCertification", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/certifications", - "OutputType": "IMicrosoftGraphPersonCertification", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfileCertification" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/educationalActivities", + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationalActivity", + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -298724,20 +298906,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaUserProfileEducationalActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/educationalActivities", - "OutputType": "IMicrosoftGraphEducationalActivity", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfileEducationalActivity" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/emails", + "Method": "POST", + "OutputType": "IMicrosoftGraphItemEmail", + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -298752,20 +298934,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaUserProfileEmail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/emails", - "OutputType": "IMicrosoftGraphItemEmail", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfileEmail" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/interests", + "Method": "POST", + "OutputType": "IMicrosoftGraphPersonInterest", + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -298780,20 +298962,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaUserProfileInterest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/interests", - "OutputType": "IMicrosoftGraphPersonInterest", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfileInterest" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/languages", + "Method": "POST", + "OutputType": "IMicrosoftGraphLanguageProficiency", + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -298808,20 +298990,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaUserProfileLanguage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/languages", - "OutputType": "IMicrosoftGraphLanguageProficiency", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfileLanguage" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/names", + "Method": "POST", + "OutputType": "IMicrosoftGraphPersonName", + "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -298854,20 +299036,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaUserProfileName", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/names", - "OutputType": "IMicrosoftGraphPersonName", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfileName" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/notes", + "Method": "POST", + "OutputType": "IMicrosoftGraphPersonAnnotation", + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -298882,20 +299064,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaUserProfileNote", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/notes", - "OutputType": "IMicrosoftGraphPersonAnnotation", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfileNote" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/patents", + "Method": "POST", + "OutputType": "IMicrosoftGraphItemPatent", + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -298910,20 +299092,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaUserProfilePatent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/patents", - "OutputType": "IMicrosoftGraphItemPatent", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfilePatent" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/phones", + "Method": "POST", + "OutputType": "IMicrosoftGraphItemPhone", + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -298938,20 +299120,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaUserProfilePhone", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/phones", - "OutputType": "IMicrosoftGraphItemPhone", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfilePhone" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/positions", + "Method": "POST", + "OutputType": "IMicrosoftGraphWorkPosition", + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -298966,20 +299148,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaUserProfilePosition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/positions", - "OutputType": "IMicrosoftGraphWorkPosition", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfilePosition" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/projects", + "Method": "POST", + "OutputType": "IMicrosoftGraphProjectParticipation", + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -298994,20 +299176,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaUserProfileProject", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/projects", - "OutputType": "IMicrosoftGraphProjectParticipation", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfileProject" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/publications", + "Method": "POST", + "OutputType": "IMicrosoftGraphItemPublication", + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -299022,20 +299204,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaUserProfilePublication", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/publications", - "OutputType": "IMicrosoftGraphItemPublication", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfilePublication" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/skills", + "Method": "POST", + "OutputType": "IMicrosoftGraphSkillProficiency", + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -299050,20 +299232,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaUserProfileSkill", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/skills", - "OutputType": "IMicrosoftGraphSkillProficiency", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfileSkill" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/webAccounts", + "Method": "POST", + "OutputType": "IMicrosoftGraphWebAccount", + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -299078,20 +299260,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaUserProfileWebAccount", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/webAccounts", - "OutputType": "IMicrosoftGraphWebAccount", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfileWebAccount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/websites", + "Method": "POST", + "OutputType": "IMicrosoftGraphPersonWebsite", + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -299106,65 +299288,65 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgBetaUserProfileWebsite", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/websites", - "OutputType": "IMicrosoftGraphPersonWebsite", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfileWebsite" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/scopedRoleMemberOf", "Method": "POST", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "New-MgBetaUserScopedRoleMemberOf", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/scopedRoleMemberOf", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaUserScopedRoleMemberOf" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels", "Method": "POST", + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Module": "Beta.Security", + "Permissions": [], + "Command": "New-MgBetaUserSecurityInformationProtectionSensitivityLabel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "New-MgBetaUserSecurityInformationProtectionSensitivityLabel" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/teamwork/associatedTeams", "Method": "POST", + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "New-MgBetaUserTeamworkAssociatedTeam", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/teamwork/associatedTeams", - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaUserTeamworkAssociatedTeam" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/teamwork/installedApps", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteForUser", @@ -299191,20 +299373,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaUserTeamworkInstalledApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/teamwork/installedApps", - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "New-MgBetaUserTeamworkInstalledApp" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists", + "Method": "POST", + "OutputType": "IMicrosoftGraphTodoTaskList", + "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -299219,35 +299401,35 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaUserTodoList", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/todo/lists", - "OutputType": "IMicrosoftGraphTodoTaskList", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "New-MgBetaUserTodoList" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users", + "Permissions": [], + "Command": "New-MgBetaUserTodoListExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "New-MgBetaUserTodoListExtension" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", + "Method": "POST", + "OutputType": "IMicrosoftGraphTodoTask", + "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -299262,20 +299444,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaUserTodoListTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", - "OutputType": "IMicrosoftGraphTodoTask", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "New-MgBetaUserTodoListTask" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", + "Method": "POST", + "OutputType": "IMicrosoftGraphAttachmentBase", + "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -299290,20 +299472,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaUserTodoListTaskAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", - "OutputType": "IMicrosoftGraphAttachmentBase", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "New-MgBetaUserTodoListTaskAttachment" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession", + "Method": "POST", + "OutputType": "IMicrosoftGraphUploadSession", + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -299318,20 +299500,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaUserTodoListTaskAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserTodoListTaskAttachmentUploadSession" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", + "Method": "POST", + "OutputType": "IMicrosoftGraphChecklistItem", + "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -299346,35 +299528,35 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaUserTodoListTaskChecklistItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", - "OutputType": "IMicrosoftGraphChecklistItem", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "New-MgBetaUserTodoListTaskChecklistItem" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users", + "Permissions": [], + "Command": "New-MgBetaUserTodoListTaskExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "New-MgBetaUserTodoListTaskExtension" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", + "Method": "POST", + "OutputType": "IMicrosoftGraphLinkedResource", + "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -299389,471 +299571,471 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBetaUserTodoListTaskLinkedResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", - "OutputType": "IMicrosoftGraphLinkedResource", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "New-MgBetaUserTodoListTaskLinkedResource" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded" - ], "Uri": "/solutions/virtualEvents/events", + "Method": "POST", "OutputType": "IMicrosoftGraphVirtualEvent", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "New-MgBetaVirtualEvent" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaVirtualEvent", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters", + "Method": "POST", "OutputType": "IMicrosoftGraphVirtualEventPresenter", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "New-MgBetaVirtualEventPresenter" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaVirtualEventPresenter", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", + "Method": "POST", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "New-MgBetaVirtualEventSession" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaVirtualEventSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", + "Method": "POST", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "New-MgBetaVirtualEventSessionAttendanceReport" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaVirtualEventSessionAttendanceReport", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "Method": "POST", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "New-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/meetingAttendanceReport/attendanceRecords", + "Method": "POST", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "New-MgBetaVirtualEventSessionMeetingAttendanceReportAttendanceRecord" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaVirtualEventSessionMeetingAttendanceReportAttendanceRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/recordings", + "Method": "POST", "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "New-MgBetaVirtualEventSessionRecording" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaVirtualEventSessionRecording", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registration/customQuestions", + "Method": "POST", "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "New-MgBetaVirtualEventSessionRegistrationCustomQuestion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaVirtualEventSessionRegistrationCustomQuestion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registration/registrants", + "Method": "POST", "OutputType": "IMicrosoftGraphMeetingRegistrantBase", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "New-MgBetaVirtualEventSessionRegistrationRegistrant" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaVirtualEventSessionRegistrationRegistrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/transcripts", + "Method": "POST", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "New-MgBetaVirtualEventSessionTranscript" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaVirtualEventSessionTranscript", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars", + "Method": "POST", "OutputType": "IMicrosoftGraphVirtualEventWebinar", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "New-MgBetaVirtualEventWebinar" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaVirtualEventWebinar", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters", + "Method": "POST", "OutputType": "IMicrosoftGraphVirtualEventPresenter", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "New-MgBetaVirtualEventWebinarPresenter" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaVirtualEventWebinarPresenter", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", + "Method": "POST", "OutputType": "IMicrosoftGraphVirtualEventRegistration", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "New-MgBetaVirtualEventWebinarRegistration" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaVirtualEventWebinarRegistration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", + "Method": "POST", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "New-MgBetaVirtualEventWebinarSession" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaVirtualEventWebinarSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", + "Method": "POST", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "New-MgBetaVirtualEventWebinarSessionAttendanceReport" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaVirtualEventWebinarSessionAttendanceReport", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "Method": "POST", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "New-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/meetingAttendanceReport/attendanceRecords", + "Method": "POST", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "New-MgBetaVirtualEventWebinarSessionMeetingAttendanceReportAttendanceRecord" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaVirtualEventWebinarSessionMeetingAttendanceReportAttendanceRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/recordings", + "Method": "POST", "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "New-MgBetaVirtualEventWebinarSessionRecording" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaVirtualEventWebinarSessionRecording", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registration/customQuestions", + "Method": "POST", "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "New-MgBetaVirtualEventWebinarSessionRegistrationCustomQuestion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaVirtualEventWebinarSessionRegistrationCustomQuestion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registration/registrants", + "Method": "POST", "OutputType": "IMicrosoftGraphMeetingRegistrantBase", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "New-MgBetaVirtualEventWebinarSessionRegistrationRegistrant" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgBetaVirtualEventWebinarSessionRegistrationRegistrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/transcripts", + "Method": "POST", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "New-MgBetaVirtualEventWebinarSessionTranscript" + "Permissions": [], + "Command": "New-MgBetaVirtualEventWebinarSessionTranscript", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/deployments", + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaWindowsUpdatesDeployment", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/admin/windows/updates/deployments", - "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "New-MgBetaWindowsUpdatesDeployment" + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/updatePolicies", + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaWindowsUpdatesPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/admin/windows/updates/updatePolicies", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "New-MgBetaWindowsUpdatesPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions", "Method": "POST", + "OutputType": null, + "Module": "Beta.WindowsUpdates", + "Permissions": [], + "Command": "New-MgBetaWindowsUpdatesPolicyAudienceExclusion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "New-MgBetaWindowsUpdatesPolicyAudienceExclusion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members", "Method": "POST", + "OutputType": null, + "Module": "Beta.WindowsUpdates", + "Permissions": [], + "Command": "New-MgBetaWindowsUpdatesPolicyAudienceMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "New-MgBetaWindowsUpdatesPolicyAudienceMember" + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges", + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaWindowsUpdatesPolicyComplianceChange", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges", - "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "New-MgBetaWindowsUpdatesPolicyComplianceChange" + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/resourceConnections", + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaWindowsUpdatesResourceConnection", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/admin/windows/updates/resourceConnections", - "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "New-MgBetaWindowsUpdatesResourceConnection" + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/updatableAssets", + "Method": "POST", + "OutputType": null, + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgBetaWindowsUpdatesUpdatableAsset", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/admin/windows/updates/updatableAssets", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "New-MgBetaWindowsUpdatesUpdatableAsset" + "ApiVersion": "beta" }, { + "Uri": "/solutions/bookingBusinesses", + "Method": "POST", + "OutputType": "IMicrosoftGraphBookingBusiness", + "Module": "Bookings", "Permissions": { "Name": "Bookings.Manage.All", "Description": "Manage bookings information", "FullDescription": "Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgBookingBusiness", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/solutions/bookingBusinesses", - "OutputType": "IMicrosoftGraphBookingBusiness", - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "New-MgBookingBusiness" + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments", + "Method": "POST", + "OutputType": "IMicrosoftGraphBookingAppointment", + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -299880,35 +300062,35 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBookingBusinessAppointment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments", - "OutputType": "IMicrosoftGraphBookingAppointment", - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "New-MgBookingBusinessAppointment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView", "Method": "POST", + "OutputType": "IMicrosoftGraphBookingAppointment", + "Module": "Bookings", + "Permissions": [], + "Command": "New-MgBookingBusinessCalendarView", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView", - "OutputType": "IMicrosoftGraphBookingAppointment", - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "New-MgBookingBusinessCalendarView" + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers", + "Method": "POST", + "OutputType": null, + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -299929,20 +300111,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBookingBusinessCustomer", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "New-MgBookingBusinessCustomer" + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions", + "Method": "POST", + "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -299963,20 +300145,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBookingBusinessCustomQuestion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "New-MgBookingBusinessCustomQuestion" + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services", + "Method": "POST", + "OutputType": "IMicrosoftGraphBookingService", + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -299991,20 +300173,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBookingBusinessService", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services", - "OutputType": "IMicrosoftGraphBookingService", - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "New-MgBookingBusinessService" + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers", + "Method": "POST", + "OutputType": null, + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -300019,33 +300201,33 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgBookingBusinessStaffMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "New-MgBookingBusinessStaffMember" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/solutions/bookingCurrencies", "Method": "POST", + "OutputType": "IMicrosoftGraphBookingCurrency", + "Module": "Bookings", + "Permissions": [], + "Command": "New-MgBookingCurrency", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/solutions/bookingCurrencies", - "OutputType": "IMicrosoftGraphBookingCurrency", - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "New-MgBookingCurrency" + "ApiVersion": "v1.0" }, { + "Uri": "/chats", + "Method": "POST", + "OutputType": "IMicrosoftGraphChat", + "Module": "Teams", "Permissions": [ { "Name": "Chat.Create", @@ -300060,18 +300242,18 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgChat", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/chats", - "OutputType": "IMicrosoftGraphChat", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgChat" + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/installedApps", + "Method": "POST", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Module": "Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -300128,20 +300310,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgChatInstalledApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/installedApps", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgChatInstalledApp" + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/members", + "Method": "POST", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -300174,20 +300356,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgChatMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgChatMember" + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/messages", + "Method": "POST", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -300220,80 +300402,80 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgChatMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/messages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgChatMessage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "Method": "POST", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Teams", + "Permissions": [], + "Command": "New-MgChatMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgChatMessageHostedContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", "Method": "POST", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", + "Permissions": [], + "Command": "New-MgChatMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgChatMessageReply" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Method": "POST", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Teams", + "Permissions": [], + "Command": "New-MgChatMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgChatMessageReplyHostedContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/permissionGrants", "Method": "POST", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Module": "Teams", + "Permissions": [], + "Command": "New-MgChatPermissionGrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/permissionGrants", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgChatPermissionGrant" + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/pinnedMessages", + "Method": "POST", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Module": "Teams", "Permissions": [ { "Name": "Chat.ReadWrite", @@ -300314,20 +300496,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgChatPinnedMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/pinnedMessages", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgChatPinnedMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/tabs", + "Method": "POST", + "OutputType": "IMicrosoftGraphTeamsTab", + "Module": "Teams", "Permissions": [ { "Name": "TeamsTab.Create", @@ -300378,20 +300560,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgChatTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgChatTab" + "ApiVersion": "v1.0" }, { + "Uri": "/communications/calls", + "Method": "POST", + "OutputType": "IMicrosoftGraphCall", + "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -300424,18 +300606,18 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgCommunicationCall", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/communications/calls", - "OutputType": "IMicrosoftGraphCall", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "New-MgCommunicationCall" + "ApiVersion": "v1.0" }, { + "Uri": "/communications/calls/{call-id}/audioRoutingGroups", + "Method": "POST", + "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.InitiateGroupCall.All", @@ -300450,211 +300632,211 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgCommunicationCallAudioRoutingGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/audioRoutingGroups", - "OutputType": "IMicrosoftGraphAudioRoutingGroup", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "New-MgCommunicationCallAudioRoutingGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/communications/calls/{call-id}/contentSharingSessions", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Command": "New-MgCommunicationCallContentSharingSession" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgCommunicationCallContentSharingSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/calls/{call-id}/operations", + "Method": "POST", "OutputType": "IMicrosoftGraphCommsOperation", - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Command": "New-MgCommunicationCallOperation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgCommunicationCallOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/calls/{call-id}/participants", + "Method": "POST", "OutputType": "IMicrosoftGraphParticipant", - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Command": "New-MgCommunicationCallParticipant" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgCommunicationCallParticipant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/callRecords/{callRecord-id}/sessions", + "Method": "POST", "OutputType": "IMicrosoftGraphCallRecordsSession", - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Command": "New-MgCommunicationCallRecordSession" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgCommunicationCallRecordSession", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/onlineMeetings", + "Method": "POST", "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Command": "New-MgCommunicationOnlineMeeting" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgCommunicationOnlineMeeting", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "Method": "POST", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Command": "New-MgCommunicationOnlineMeetingAttendanceReport" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgCommunicationOnlineMeetingAttendanceReport", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "Method": "POST", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Command": "New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/presences", + "Method": "POST", "OutputType": "IMicrosoftGraphPresence", - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Command": "New-MgCommunicationPresence" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgCommunicationPresence", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/contacts", + "Method": "POST", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "New-MgContact" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgContact", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/contracts", + "Method": "POST", "OutputType": "IMicrosoftGraphContract", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "New-MgContract" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgContract", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/dataPolicyOperations", + "Method": "POST", "OutputType": "IMicrosoftGraphDataPolicyOperation", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "New-MgDataPolicyOperation" + "Permissions": [], + "Command": "New-MgDataPolicyOperation", + "Variants": [ + "Create", + "CreateExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/devices", + "Method": "POST", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Identity.DirectoryManagement", "Permissions": { "Name": "Directory.AccessAsUser.All", "Description": "Access the directory as you", "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDevice", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/devices", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDevice" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections", + "Method": "POST", + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceAppManagementAndroidManagedAppProtection", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections", - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementAndroidManagedAppProtection" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -300669,35 +300851,35 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceAppManagementAndroidManagedAppProtectionApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementAndroidManagedAppProtectionApp" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", "Method": "POST", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Devices.CorporateManagement", + "Permissions": [], + "Command": "New-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementAndroidManagedAppProtectionAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/defaultManagedAppProtections", + "Method": "POST", + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -300712,18 +300894,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceAppManagementDefaultManagedAppProtection", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementDefaultManagedAppProtection" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -300738,38 +300920,38 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceAppManagementDefaultManagedAppProtectionApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementDefaultManagedAppProtectionApp" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/iosManagedAppProtections", + "Method": "POST", + "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceAppManagementiOSManagedAppProtection", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceAppManagement/iosManagedAppProtections", - "OutputType": "IMicrosoftGraphIosManagedAppProtection", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementiOSManagedAppProtection" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -300784,48 +300966,48 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceAppManagementiOSManagedAppProtectionApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementiOSManagedAppProtectionApp" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", "Method": "POST", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Devices.CorporateManagement", + "Permissions": [], + "Command": "New-MgDeviceAppManagementiOSManagedAppProtectionAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementiOSManagedAppProtectionAssignment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/managedAppPolicies", "Method": "POST", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Module": "Devices.CorporateManagement", + "Permissions": [], + "Command": "New-MgDeviceAppManagementManagedAppPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceAppManagement/managedAppPolicies", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementManagedAppPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedAppRegistrations", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -300840,48 +301022,48 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceAppManagementManagedAppRegistration", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceAppManagement/managedAppRegistrations", - "OutputType": "IMicrosoftGraphManagedAppRegistration", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementManagedAppRegistration" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", "Method": "POST", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Module": "Devices.CorporateManagement", + "Permissions": [], + "Command": "New-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", "Method": "POST", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Module": "Devices.CorporateManagement", + "Permissions": [], + "Command": "New-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedAppOperation", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -300896,164 +301078,164 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceAppManagementManagedAppRegistrationOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", - "OutputType": "IMicrosoftGraphManagedAppOperation", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementManagedAppRegistrationOperation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/managedAppStatuses", "Method": "POST", + "OutputType": "IMicrosoftGraphManagedAppStatus", + "Module": "Devices.CorporateManagement", + "Permissions": [], + "Command": "New-MgDeviceAppManagementManagedAppStatus", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceAppManagement/managedAppStatuses", - "OutputType": "IMicrosoftGraphManagedAppStatus", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementManagedAppStatus" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedEBooks", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedEBook", + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceAppManagementManagedEBook", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceAppManagement/managedEBooks", - "OutputType": "IMicrosoftGraphManagedEBook", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementManagedEBook" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceAppManagementManagedEBookAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", - "OutputType": "IMicrosoftGraphManagedEBookAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementManagedEBookAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceAppManagementManagedEBookDeviceState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementManagedEBookDeviceState" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceAppManagementManagedEBookUserStateSummary", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", - "OutputType": "IMicrosoftGraphUserInstallStateSummary", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementManagedEBookUserStateSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", + "Method": "POST", + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", "Method": "POST", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Devices.CorporateManagement", + "Permissions": [], + "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -301068,20 +301250,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -301096,172 +301278,172 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileApps", + "Method": "POST", + "OutputType": "IMicrosoftGraphMobileApp", + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileApp", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceAppManagement/mobileApps", - "OutputType": "IMicrosoftGraphMobileApp", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileApp" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileAppCategories", + "Method": "POST", + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppCategory", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceAppManagement/mobileAppCategories", - "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppCategory" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppConfiguration" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppConfigurationAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppConfigurationAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppConfigurationDeviceStatus" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppConfigurationUserStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppConfigurationUserStatus" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", + "Method": "POST", + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceAppManagementTargetedManagedAppConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementTargetedManagedAppConfiguration" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -301276,35 +301458,35 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceAppManagementTargetedManagedAppConfigurationApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementTargetedManagedAppConfigurationApp" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", "Method": "POST", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Devices.CorporateManagement", + "Permissions": [], + "Command": "New-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/vppTokens", + "Method": "POST", + "OutputType": "IMicrosoftGraphVppToken", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -301319,18 +301501,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceAppManagementVppToken", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceAppManagement/vppTokens", - "OutputType": "IMicrosoftGraphVppToken", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementVppToken" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -301345,33 +301527,33 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", "Method": "POST", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Devices.CorporateManagement", + "Permissions": [], + "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -301386,20 +301568,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -301414,53 +301596,53 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/extensions", "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "New-MgDeviceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/devices/{device-id}/extensions", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDeviceExtension" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/auditEvents", + "Method": "POST", + "OutputType": "IMicrosoftGraphAuditEvent", + "Module": "DeviceManagement.Administration", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceManagementAuditEvent", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/auditEvents", - "OutputType": "IMicrosoftGraphAuditEvent", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "New-MgDeviceManagementAuditEvent" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/complianceManagementPartners", + "Method": "POST", + "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -301475,18 +301657,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceManagementComplianceManagementPartner", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/complianceManagementPartners", - "OutputType": "IMicrosoftGraphComplianceManagementPartner", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "New-MgDeviceManagementComplianceManagementPartner" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/detectedApps", + "Method": "POST", + "OutputType": "IMicrosoftGraphDetectedApp", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -301501,18 +301683,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceManagementDetectedApp", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/detectedApps", - "OutputType": "IMicrosoftGraphDetectedApp", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementDetectedApp" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCategories", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceCategory", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -301527,292 +301709,292 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceManagementDeviceCategory", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/deviceCategories", - "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementDeviceCategory" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Module": "DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceManagementDeviceCompliancePolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/deviceCompliancePolicies", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementDeviceCompliancePolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Module": "DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceManagementDeviceCompliancePolicyAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementDeviceCompliancePolicyAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", + "Method": "POST", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Module": "DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Module": "DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceStatus" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Module": "DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Module": "DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Module": "DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Module": "DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Module": "DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceManagementDeviceCompliancePolicyUserStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementDeviceCompliancePolicyUserStatus" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceConfigurations", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Module": "DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceManagementDeviceConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/deviceConfigurations", - "OutputType": "IMicrosoftGraphDeviceConfiguration", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementDeviceConfiguration" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Module": "DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceManagementDeviceConfigurationAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementDeviceConfigurationAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", + "Method": "POST", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Module": "DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Module": "DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceManagementDeviceConfigurationDeviceStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementDeviceConfigurationDeviceStatus" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Module": "DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceManagementDeviceConfigurationUserStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementDeviceConfigurationUserStatus" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -301827,18 +302009,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceManagementDeviceEnrollmentConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrollment", - "Command": "New-MgDeviceManagementDeviceEnrollmentConfiguration" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -301853,20 +302035,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrollment", - "Command": "New-MgDeviceManagementDeviceEnrollmentConfigurationAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/exchangeConnectors", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -301881,54 +302063,54 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceManagementExchangeConnector", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/exchangeConnectors", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "New-MgDeviceManagementExchangeConnector" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", + "Method": "POST", + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Module": "DeviceManagement.Enrollment", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrollment", - "Command": "New-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/iosUpdateStatuses", + "Method": "POST", + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Module": "DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceManagementIoUpdateStatus", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/iosUpdateStatuses", - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "New-MgDeviceManagementIoUpdateStatus" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/managedDevices", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedDevice", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -301943,112 +302125,112 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceManagementManagedDevice", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/managedDevices", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementManagedDevice" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Module": "DeviceManagement", + "Permissions": [], + "Command": "New-MgDeviceManagementManagedDeviceCompliancePolicyState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementManagedDeviceCompliancePolicyState" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Module": "DeviceManagement", + "Permissions": [], + "Command": "New-MgDeviceManagementManagedDeviceConfigurationState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementManagedDeviceConfigurationState" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", + "Permissions": [], + "Command": "New-MgDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl", "Variants": [ "Create", "CreateViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "New-MgDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceManagementManagedDeviceWindowsDefenderUpdateSignature", "Variants": [ "Update", "UpdateViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "New-MgDeviceManagementManagedDeviceWindowsDefenderUpdateSignature" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Module": "DeviceManagement", + "Permissions": [], + "Command": "New-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", + "Method": "POST", + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Module": "DeviceManagement", "Permissions": { "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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceManagementMobileAppTroubleshootingEvent", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementMobileAppTroubleshootingEvent" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", + "Method": "POST", + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -302063,20 +302245,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", + "Method": "POST", + "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", + "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -302103,18 +302285,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", "Variants": [ "Create", "CreateViaIdentity" ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", - "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/mobileThreatDefenseConnectors", + "Method": "POST", + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -302129,56 +302311,56 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceManagementMobileThreatDefenseConnector", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/mobileThreatDefenseConnectors", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "New-MgDeviceManagementMobileThreatDefenseConnector" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/notificationMessageTemplates", + "Method": "POST", + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Module": "DeviceManagement", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceManagementNotificationMessageTemplate", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/notificationMessageTemplates", - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementNotificationMessageTemplate" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", + "Method": "POST", + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Module": "DeviceManagement", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceManagementPartners", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -302193,18 +302375,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceManagementPartner", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/deviceManagementPartners", - "OutputType": "IMicrosoftGraphDeviceManagementPartner", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "New-MgDeviceManagementPartner" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/remoteAssistancePartners", + "Method": "POST", + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -302219,18 +302401,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceManagementRemoteAssistancePartner", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/remoteAssistancePartners", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "New-MgDeviceManagementRemoteAssistancePartner" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/resourceOperations", + "Method": "POST", + "OutputType": "IMicrosoftGraphResourceOperation", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -302245,18 +302427,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceManagementResourceOperation", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/resourceOperations", - "OutputType": "IMicrosoftGraphResourceOperation", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "New-MgDeviceManagementResourceOperation" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/roleAssignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -302271,18 +302453,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceManagementRoleAssignment", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/roleAssignments", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "New-MgDeviceManagementRoleAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/roleDefinitions", + "Method": "POST", + "OutputType": "IMicrosoftGraphRoleDefinition", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -302297,18 +302479,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceManagementRoleDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/roleDefinitions", - "OutputType": "IMicrosoftGraphRoleDefinition", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "New-MgDeviceManagementRoleDefinition" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphRoleAssignment", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -302323,114 +302505,114 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceManagementRoleDefinitionRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", - "OutputType": "IMicrosoftGraphRoleAssignment", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "New-MgDeviceManagementRoleDefinitionRoleAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/telecomExpenseManagementPartners", + "Method": "POST", + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Module": "DeviceManagement.Administration", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceManagementTelecomExpenseManagementPartner", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/telecomExpenseManagementPartners", - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "New-MgDeviceManagementTelecomExpenseManagementPartner" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/termsAndConditions", + "Method": "POST", + "OutputType": "IMicrosoftGraphTermsAndConditions", + "Module": "DeviceManagement.Administration", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceManagementTermAndCondition", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/termsAndConditions", - "OutputType": "IMicrosoftGraphTermsAndConditions", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "New-MgDeviceManagementTermAndCondition" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", + "Method": "POST", + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Module": "DeviceManagement.Administration", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceManagementTermAndConditionAcceptanceStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "New-MgDeviceManagementTermAndConditionAcceptanceStatus" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Module": "DeviceManagement.Administration", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceManagementTermAndConditionAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "New-MgDeviceManagementTermAndConditionAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/troubleshootingEvents", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Module": "DeviceManagement", "Permissions": { "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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceManagementTroubleshootingEvent", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/troubleshootingEvents", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementTroubleshootingEvent" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -302445,18 +302627,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -302471,18 +302653,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -302497,18 +302679,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -302523,18 +302705,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -302549,18 +302731,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -302575,18 +302757,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -302601,18 +302783,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -302627,31 +302809,31 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Module": "DeviceManagement", + "Permissions": [], + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -302666,46 +302848,46 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticBaseline", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticBaseline" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories", "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Module": "DeviceManagement", + "Permissions": [], + "Command": "New-MgDeviceManagementUserExperienceAnalyticCategory", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticCategory" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Module": "DeviceManagement", + "Permissions": [], + "Command": "New-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -302720,18 +302902,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticDevicePerformance", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticDevicePerformance" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -302746,18 +302928,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceScore", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceScore" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -302772,18 +302954,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -302798,18 +302980,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -302824,18 +303006,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticMetricHistory", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticMetricHistory" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -302850,18 +303032,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticModelScore", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticModelScore" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -302876,18 +303058,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticScoreHistory", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticScoreHistory" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -302902,18 +303084,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -302928,20 +303110,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -302956,72 +303138,72 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Module": "DeviceManagement.Enrollment", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceManagementWindowsAutopilotDeviceIdentity", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrollment", - "Command": "New-MgDeviceManagementWindowsAutopilotDeviceIdentity" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Module": "DeviceManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementWindowsInformationProtectionAppLearningSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Module": "DeviceManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/windowsMalwareInformation", + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -303036,18 +303218,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceManagementWindowsMalwareInformation", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/deviceManagement/windowsMalwareInformation", - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementWindowsMalwareInformation" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", + "Method": "POST", + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -303062,93 +303244,93 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState" + "ApiVersion": "v1.0" }, { + "Uri": "/devices/{device-id}/registeredOwners/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": { "Name": "Directory.AccessAsUser.All", "Description": "Access the directory as you", "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceRegisteredOwnerByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/devices/{device-id}/registeredOwners/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDeviceRegisteredOwnerByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/devices/{device-id}/registeredUsers/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": { "Name": "Directory.AccessAsUser.All", "Description": "Access the directory as you", "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDeviceRegisteredUserByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/devices/{device-id}/registeredUsers/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDeviceRegisteredUserByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/administrativeUnits", + "Method": "POST", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Identity.DirectoryManagement", "Permissions": { "Name": "AdministrativeUnit.ReadWrite.All", "Description": "Read and write administrative units", "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDirectoryAdministrativeUnit", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/directory/administrativeUnits", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDirectoryAdministrativeUnit" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "New-MgDirectoryAdministrativeUnitExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDirectoryAdministrativeUnitExtension" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", + "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -303181,20 +303363,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDirectoryAdministrativeUnitMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDirectoryAdministrativeUnitMember" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -303227,340 +303409,340 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgDirectoryAdministrativeUnitMemberByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDirectoryAdministrativeUnitMemberByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "Method": "POST", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Module": "Identity.DirectoryManagement", "Permissions": { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDirectoryAdministrativeUnitScopedRoleMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDirectoryAdministrativeUnitScopedRoleMember" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/attributeSets", + "Method": "POST", + "OutputType": "IMicrosoftGraphAttributeSet", + "Module": "Identity.DirectoryManagement", "Permissions": { "Name": "CustomSecAttributeDefinition.ReadWrite.All", "Description": "Read and write custom security attribute definitions", "FullDescription": "Allows the app to read and write custom security attribute definitions for the tenant on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDirectoryAttributeSet", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/directory/attributeSets", - "OutputType": "IMicrosoftGraphAttributeSet", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDirectoryAttributeSet" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/customSecurityAttributeDefinitions", + "Method": "POST", + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Module": "Identity.DirectoryManagement", "Permissions": { "Name": "CustomSecAttributeDefinition.ReadWrite.All", "Description": "Read and write custom security attribute definitions", "FullDescription": "Allows the app to read and write custom security attribute definitions for the tenant on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDirectoryCustomSecurityAttributeDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/directory/customSecurityAttributeDefinitions", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDirectoryCustomSecurityAttributeDefinition" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", + "Method": "POST", + "OutputType": "IMicrosoftGraphAllowedValue", + "Module": "Identity.DirectoryManagement", "Permissions": { "Name": "CustomSecAttributeDefinition.ReadWrite.All", "Description": "Read and write custom security attribute definitions", "FullDescription": "Allows the app to read and write custom security attribute definitions for the tenant on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", - "OutputType": "IMicrosoftGraphAllowedValue", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded" - ], "Uri": "/directory/deletedItems", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "New-MgDirectoryDeletedItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgDirectoryDeletedItem", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/federationConfigurations", + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityProviderBase", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "New-MgDirectoryFederationConfiguration" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgDirectoryFederationConfiguration", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/directoryObjects", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "DirectoryObjects", - "Command": "New-MgDirectoryObject" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgDirectoryObject", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/onPremisesSynchronization", + "Method": "POST", "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "New-MgDirectoryOnPremiseSynchronization" + "Permissions": [], + "Command": "New-MgDirectoryOnPremiseSynchronization", + "Variants": [ + "Create", + "CreateExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/directoryRoles", + "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Module": "Identity.DirectoryManagement", "Permissions": { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDirectoryRole", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/directoryRoles", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDirectoryRole" + "ApiVersion": "v1.0" }, { + "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDirectoryRoleMemberByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDirectoryRoleMemberByRef" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", "Method": "POST", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "New-MgDirectoryRoleScopedMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDirectoryRoleScopedMember" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directoryRoleTemplates", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "New-MgDirectoryRoleTemplate", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/directoryRoleTemplates", - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDirectoryRoleTemplate" + "ApiVersion": "v1.0" }, { + "Uri": "/domains", + "Method": "POST", + "OutputType": "IMicrosoftGraphDomain", + "Module": "Identity.DirectoryManagement", "Permissions": { "Name": "Domain.ReadWrite.All", "Description": "Read and write domains", "FullDescription": "Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDomain", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/domains", - "OutputType": "IMicrosoftGraphDomain", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDomain" + "ApiVersion": "v1.0" }, { + "Uri": "/domains/{domain-id}/federationConfiguration", + "Method": "POST", + "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Module": "Identity.DirectoryManagement", "Permissions": { "Name": "Domain.ReadWrite.All", "Description": "Read and write domains", "FullDescription": "Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgDomainFederationConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/domains/{domain-id}/federationConfiguration", - "OutputType": "IMicrosoftGraphInternalDomainFederation", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDomainFederationConfiguration" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/domains/{domain-id}/serviceConfigurationRecords", "Method": "POST", + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "New-MgDomainServiceConfigurationRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/domains/{domain-id}/serviceConfigurationRecords", - "OutputType": "IMicrosoftGraphDomainDnsRecord", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDomainServiceConfigurationRecord" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/domains/{domain-id}/verificationDnsRecords", "Method": "POST", + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "New-MgDomainVerificationDnsRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/domains/{domain-id}/verificationDnsRecords", - "OutputType": "IMicrosoftGraphDomainDnsRecord", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDomainVerificationDnsRecord" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives", "Method": "POST", + "OutputType": "IMicrosoftGraphDrive", + "Module": "Files", + "Permissions": [], + "Command": "New-MgDrive", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/drives", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "New-MgDrive" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/bundles", "Method": "POST", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Files", + "Permissions": [], + "Command": "New-MgDriveBundle", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/bundles", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "New-MgDriveBundle" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items", "Method": "POST", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Files", + "Permissions": [], + "Command": "New-MgDriveItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/items", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "New-MgDriveItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", "Method": "POST", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Module": "Files", + "Permissions": [], + "Command": "New-MgDriveItemAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "New-MgDriveItemAnalyticItemActivityStat" + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", + "Method": "POST", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -303581,20 +303763,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgDriveItemChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "New-MgDriveItemChild" + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createLink", + "Method": "POST", + "OutputType": "IMicrosoftGraphPermission", + "Module": "Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -303615,95 +303797,95 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgDriveItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createLink", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "New-MgDriveItemLink" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgDriveItemListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgDriveItemListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgDriveItemListItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgDriveItemListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgDriveItemPermission" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgDriveItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgDriveItemSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgDriveItemSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "Method": "POST", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgDriveItemThumbnail" + "Permissions": [], + "Command": "New-MgDriveItemThumbnail", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "Method": "POST", + "OutputType": "IMicrosoftGraphUploadSession", + "Module": "Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -303724,338 +303906,338 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgDriveItemUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "New-MgDriveItemUploadSession" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgDriveItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgDriveItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/columns", + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgDriveListColumn" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgDriveListColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgDriveListContentType" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgDriveListContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgDriveListContentTypeColumn" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgDriveListContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Method": "POST", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgDriveListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgDriveListContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items", + "Method": "POST", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgDriveListItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgDriveListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgDriveListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgDriveListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgDriveListItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgDriveListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/operations", + "Method": "POST", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgDriveListOperation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgDriveListOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/subscriptions", + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgDriveListSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgDriveListSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgDriveRootAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgDriveRootAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/children", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgDriveRootChild" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgDriveRootChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/createLink", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgDriveRootLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgDriveRootLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgDriveRootListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgDriveRootListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions", + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgDriveRootListItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgDriveRootListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/permissions", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgDriveRootPermission" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgDriveRootPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/subscriptions", + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgDriveRootSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgDriveRootSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/thumbnails", + "Method": "POST", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgDriveRootThumbnail" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgDriveRootThumbnail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/createUploadSession", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgDriveRootUploadSession" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgDriveRootUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/versions", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgDriveRootVersion" + "Permissions": [], + "Command": "New-MgDriveRootVersion", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes", + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationClass", + "Module": "Education", "Permissions": { "Name": "EduRoster.ReadWrite.All", "Description": "Read and write the organization's roster", "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgEducationClass", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/education/classes", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "New-MgEducationClass" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -304070,20 +304252,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgEducationClassAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignments", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "New-MgEducationClassAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignmentCategories", + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationCategory", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -304098,7 +304280,7 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgEducationClassAssignmentCategory", "Variants": [ "Create", "Create1", @@ -304109,13 +304291,13 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/education/classes/{educationClass-id}/assignmentCategories", - "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "New-MgEducationClassAssignmentCategory" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -304130,20 +304312,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgEducationClassAssignmentCategoryByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "New-MgEducationClassAssignmentCategoryByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -304158,35 +304340,35 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgEducationClassAssignmentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "New-MgEducationClassAssignmentResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", "Method": "POST", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Module": "Education", + "Permissions": [], + "Command": "New-MgEducationClassAssignmentSubmission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "New-MgEducationClassAssignmentSubmission" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationOutcome", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -304201,20 +304383,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgEducationClassAssignmentSubmissionOutcome", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "New-MgEducationClassAssignmentSubmissionOutcome" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -304229,35 +304411,35 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgEducationClassAssignmentSubmissionResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "New-MgEducationClassAssignmentSubmissionResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "Method": "POST", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Module": "Education", + "Permissions": [], + "Command": "New-MgEducationClassAssignmentSubmissionSubmittedResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "New-MgEducationClassAssignmentSubmissionSubmittedResource" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/members/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadWrite.All", @@ -304272,158 +304454,158 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgEducationClassMemberByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/members/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "New-MgEducationClassMemberByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/teachers/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Education", "Permissions": { "Name": "EduRoster.ReadWrite.All", "Description": "Read and write the organization's roster", "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgEducationClassTeacherByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/teachers/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "New-MgEducationClassTeacherByRef" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded" - ], "Uri": "/education/me/assignments", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "New-MgEducationMeAssignment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgEducationMeAssignment", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/categories", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "New-MgEducationMeAssignmentCategory" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgEducationMeAssignmentCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "New-MgEducationMeAssignmentCategoryByRef" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgEducationMeAssignmentCategoryByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/resources", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "New-MgEducationMeAssignmentResource" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgEducationMeAssignmentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "New-MgEducationMeAssignmentSubmission" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgEducationMeAssignmentSubmission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "New-MgEducationMeAssignmentSubmissionOutcome" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgEducationMeAssignmentSubmissionOutcome", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "New-MgEducationMeAssignmentSubmissionResource" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgEducationMeAssignmentSubmissionResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "New-MgEducationMeAssignmentSubmissionSubmittedResource" + "Permissions": [], + "Command": "New-MgEducationMeAssignmentSubmissionSubmittedResource", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/education/me/rubrics", + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationRubric", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -304438,459 +304620,459 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgEducationMeRubric", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/education/me/rubrics", - "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "New-MgEducationMeRubric" + "ApiVersion": "v1.0" }, { + "Uri": "/education/schools", + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationSchool", + "Module": "Education", "Permissions": { "Name": "EduRoster.ReadWrite.All", "Description": "Read and write the organization's roster", "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgEducationSchool", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/education/schools", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "New-MgEducationSchool" + "ApiVersion": "v1.0" }, { + "Uri": "/education/schools/{educationSchool-id}/classes/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Education", "Permissions": { "Name": "EduRoster.ReadWrite.All", "Description": "Read and write the organization's roster", "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgEducationSchoolClassByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/education/schools/{educationSchool-id}/classes/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "New-MgEducationSchoolClassByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/education/schools/{educationSchool-id}/users/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Education", "Permissions": { "Name": "EduRoster.ReadWrite.All", "Description": "Read and write the organization's roster", "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgEducationSchoolUserByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/education/schools/{educationSchool-id}/users/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "New-MgEducationSchoolUserByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/education/users", + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationUser", + "Module": "Education", "Permissions": { "Name": "EduRoster.ReadWrite.All", "Description": "Read and write the organization's roster", "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgEducationUser", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/education/users", - "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "New-MgEducationUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/education/users/{educationUser-id}/assignments", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "New-MgEducationUserAssignment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgEducationUserAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "New-MgEducationUserAssignmentCategory" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgEducationUserAssignmentCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "New-MgEducationUserAssignmentCategoryByRef" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgEducationUserAssignmentCategoryByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "New-MgEducationUserAssignmentResource" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgEducationUserAssignmentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "New-MgEducationUserAssignmentSubmission" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgEducationUserAssignmentSubmission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "New-MgEducationUserAssignmentSubmissionOutcome" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgEducationUserAssignmentSubmissionOutcome", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "New-MgEducationUserAssignmentSubmissionResource" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgEducationUserAssignmentSubmissionResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "New-MgEducationUserAssignmentSubmissionSubmittedResource" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgEducationUserAssignmentSubmissionSubmittedResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/rubrics", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "New-MgEducationUserRubric" + "Permissions": [], + "Command": "New-MgEducationUserRubric", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages", + "Method": "POST", + "OutputType": "IMicrosoftGraphAccessPackage", + "Module": "Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgEntitlementManagementAccessPackage", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages", - "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementAccessPackage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", "Method": "POST", + "OutputType": "IMicrosoftGraphApprovalStage", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgEntitlementManagementAccessPackageAssignmentApprovalStage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", - "OutputType": "IMicrosoftGraphApprovalStage", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementAccessPackageAssignmentApprovalStage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies", "Method": "POST", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgEntitlementManagementAccessPackageAssignmentPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementAccessPackageAssignmentPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementAccessPackageIncompatibleGroupByRef" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes", "Method": "POST", + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgEntitlementManagementAccessPackageResourceRoleScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementAccessPackageResourceRoleScope" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/assignments", "Method": "POST", + "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgEntitlementManagementAssignment", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/assignments", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies", + "Method": "POST", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Module": "Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgEntitlementManagementAssignmentPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementAssignmentPolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", "Method": "POST", + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", "Method": "POST", + "OutputType": "IMicrosoftGraphAccessPackageQuestion", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgEntitlementManagementAssignmentPolicyQuestion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", - "OutputType": "IMicrosoftGraphAccessPackageQuestion", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementAssignmentPolicyQuestion" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", + "Method": "POST", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Module": "Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgEntitlementManagementAssignmentRequest", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementAssignmentRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/catalogs", + "Method": "POST", + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Module": "Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgEntitlementManagementCatalog", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementCatalog" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions", "Method": "POST", + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgEntitlementManagementCatalogCustomWorkflowExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementCatalogCustomWorkflowExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources", "Method": "POST", + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgEntitlementManagementCatalogResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources", - "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementCatalogResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles", "Method": "POST", + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgEntitlementManagementCatalogResourceRole", "Variants": [ "Create", "Create1", @@ -304905,15 +305087,15 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementCatalogResourceRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", "Method": "POST", + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgEntitlementManagementCatalogResourceRoleResourceScope", "Variants": [ "Create", "Create1", @@ -304924,30 +305106,30 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementCatalogResourceRoleResourceScope" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", "Method": "POST", + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes", "Method": "POST", + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgEntitlementManagementCatalogResourceScope", "Variants": [ "Create", "Create1", @@ -304962,15 +305144,15 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementCatalogResourceScope" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", "Method": "POST", + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgEntitlementManagementCatalogResourceScopeResourceRole", "Variants": [ "Create", "Create1", @@ -304981,232 +305163,232 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementCatalogResourceScopeResourceRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", "Method": "POST", + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", + "Method": "POST", + "OutputType": "IMicrosoftGraphConnectedOrganization", + "Module": "Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgEntitlementManagementConnectedOrganization", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", - "OutputType": "IMicrosoftGraphConnectedOrganization", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementConnectedOrganization" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded" - ], "Uri": "/identityGovernance/entitlementManagement/resources", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResource" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgEntitlementManagementResource", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceEnvironment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgEntitlementManagementResourceEnvironment", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceEnvironmentResource" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgEntitlementManagementResourceEnvironmentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceEnvironmentResourceRole" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgEntitlementManagementResourceEnvironmentResourceRole", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceEnvironmentResourceScope" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgEntitlementManagementResourceEnvironmentResourceScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRequest" + "Permissions": [], + "Command": "New-MgEntitlementManagementResourceRequest", + "Variants": [ + "Create", + "CreateExpanded" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions", "Method": "POST", + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources", "Method": "POST", + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgEntitlementManagementResourceRequestCatalogResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources", - "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRequestCatalogResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles", "Method": "POST", + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRole", "Variants": [ "Create", "Create1", @@ -305221,15 +305403,15 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", "Method": "POST", + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", "Variants": [ "Create", "Create1", @@ -305240,30 +305422,30 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", "Method": "POST", + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes", "Method": "POST", + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScope", "Variants": [ "Create", "Create1", @@ -305278,15 +305460,15 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScope" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", "Method": "POST", + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", "Variants": [ "Create", "Create1", @@ -305297,251 +305479,251 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRequestResourceRole" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRequestResourceRole", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRequestResourceRoleResourceScope" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRequestResourceRoleResourceScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRequestResourceScope" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRequestResourceScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRequestResourceScopeResourceRole" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRequestResourceScopeResourceRole", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRole" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRole", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRoleResourceScope" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRoleResourceScope", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRoleScope" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRoleScope", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRoleScopeResourceRole" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRoleScopeResourceRole", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRoleScopeResourceScope" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRoleScopeResourceScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceRole" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceRole", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceScope" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceScope" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgEntitlementManagementResourceScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceScopeResourceRole" + "Permissions": [], + "Command": "New-MgEntitlementManagementResourceScopeResourceRole", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/external/connections", + "Method": "POST", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Module": "Search", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.All", @@ -305556,18 +305738,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgExternalConnection", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/external/connections", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "New-MgExternalConnection" + "ApiVersion": "v1.0" }, { + "Uri": "/external/connections/{externalConnection-id}/groups", + "Method": "POST", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Module": "Search", "Permissions": [ { "Name": "ExternalItem.ReadWrite.All", @@ -305582,20 +305764,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgExternalConnectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/external/connections/{externalConnection-id}/groups", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "New-MgExternalConnectionGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", + "Method": "POST", + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Module": "Search", "Permissions": [ { "Name": "ExternalItem.ReadWrite.All", @@ -305610,65 +305792,65 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgExternalConnectionGroupMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "New-MgExternalConnectionGroupMember" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/items", "Method": "POST", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Module": "Search", + "Permissions": [], + "Command": "New-MgExternalConnectionItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/external/connections/{externalConnection-id}/items", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "New-MgExternalConnectionItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", "Method": "POST", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Module": "Search", + "Permissions": [], + "Command": "New-MgExternalConnectionItemActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "New-MgExternalConnectionItemActivity" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/operations", "Method": "POST", + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Module": "Search", + "Permissions": [], + "Command": "New-MgExternalConnectionOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/external/connections/{externalConnection-id}/operations", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "New-MgExternalConnectionOperation" + "ApiVersion": "v1.0" }, { + "Uri": "/groups", + "Method": "POST", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Groups", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -305689,810 +305871,810 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgGroup", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/groups", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "New-MgGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/acceptedSenders/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Groups", "Permissions": { "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 }, - "Method": "POST", + "Command": "New-MgGroupAcceptedSenderByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/acceptedSenders/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "New-MgGroupAcceptedSenderByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/appRoleAssignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Applications", "Permissions": { "Name": "AppRoleAssignment.ReadWrite.All", "Description": "Manage app permission grants and app role assignments", "FullDescription": "Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgGroupAppRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/appRoleAssignments", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "New-MgGroupAppRoleAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/calendar/events", + "Method": "POST", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Calendar", "Permissions": { "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 }, - "Method": "POST", + "Command": "New-MgGroupCalendarEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/calendar/events", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "New-MgGroupCalendarEvent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/calendar/calendarPermissions", "Method": "POST", + "OutputType": "IMicrosoftGraphCalendarPermission", + "Module": "Calendar", + "Permissions": [], + "Command": "New-MgGroupCalendarPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/calendar/calendarPermissions", - "OutputType": "IMicrosoftGraphCalendarPermission", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "New-MgGroupCalendarPermission" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/conversations", + "Method": "POST", + "OutputType": "IMicrosoftGraphConversation", + "Module": "Groups", "Permissions": { "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 }, - "Method": "POST", + "Command": "New-MgGroupConversation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/conversations", - "OutputType": "IMicrosoftGraphConversation", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "New-MgGroupConversation" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", + "Method": "POST", + "OutputType": "IMicrosoftGraphConversationThread", + "Module": "Groups", "Permissions": { "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 }, - "Method": "POST", + "Command": "New-MgGroupConversationThread", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "New-MgGroupConversationThread" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "New-MgGroupConversationThreadPostAttachment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupConversationThreadPostAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "New-MgGroupConversationThreadPostAttachmentUploadSession" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupConversationThreadPostAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "New-MgGroupConversationThreadPostExtension" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupConversationThreadPostExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "New-MgGroupConversationThreadPostInReplyToAttachment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupConversationThreadPostInReplyToAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "New-MgGroupConversationThreadPostInReplyToAttachmentUploadSession" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupConversationThreadPostInReplyToAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "New-MgGroupConversationThreadPostInReplyToExtension" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupConversationThreadPostInReplyToExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives", + "Method": "POST", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgGroupDrive" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupDrive", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgGroupDriveBundle" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupDriveBundle", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgGroupDriveItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupDriveItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgGroupDriveItemAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupDriveItemAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgGroupDriveItemChild" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupDriveItemChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createLink", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "New-MgGroupDriveItemLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupDriveItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgGroupDriveItemListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupDriveItemListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgGroupDriveItemListItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupDriveItemListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgGroupDriveItemPermission" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupDriveItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgGroupDriveItemSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupDriveItemSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "Method": "POST", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgGroupDriveItemThumbnail" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupDriveItemThumbnail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "New-MgGroupDriveItemUploadSession" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupDriveItemUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgGroupDriveItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupDriveItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgGroupDriveListColumn" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupDriveListColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgGroupDriveListContentType" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupDriveListContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgGroupDriveListContentTypeColumn" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupDriveListContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Method": "POST", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgGroupDriveListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupDriveListContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", + "Method": "POST", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgGroupDriveListItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupDriveListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgGroupDriveListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupDriveListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgGroupDriveListItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupDriveListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", + "Method": "POST", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgGroupDriveListOperation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupDriveListOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgGroupDriveListSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupDriveListSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgGroupDriveRootAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupDriveRootAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgGroupDriveRootChild" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupDriveRootChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/createLink", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "New-MgGroupDriveRootLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupDriveRootLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgGroupDriveRootListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupDriveRootListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgGroupDriveRootListItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupDriveRootListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgGroupDriveRootPermission" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupDriveRootPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgGroupDriveRootSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupDriveRootSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", + "Method": "POST", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgGroupDriveRootThumbnail" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupDriveRootThumbnail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/createUploadSession", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "New-MgGroupDriveRootUploadSession" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupDriveRootUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgGroupDriveRootVersion" + "Permissions": [], + "Command": "New-MgGroupDriveRootVersion", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/events", + "Method": "POST", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Calendar", "Permissions": { "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 }, - "Method": "POST", + "Command": "New-MgGroupEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/events", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "New-MgGroupEvent" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/events/{event-id}/attachments", + "Method": "POST", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Calendar", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgGroupEventAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/events/{event-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "New-MgGroupEventAttachment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/extensions", "Method": "POST", + "OutputType": null, + "Module": "Calendar", + "Permissions": [], + "Command": "New-MgGroupEventExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/events/{event-id}/extensions", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "New-MgGroupEventExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", "Method": "POST", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Calendar", + "Permissions": [], + "Command": "New-MgGroupEventInstanceAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "New-MgGroupEventInstanceAttachment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", "Method": "POST", + "OutputType": null, + "Module": "Calendar", + "Permissions": [], + "Command": "New-MgGroupEventInstanceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "New-MgGroupEventInstanceExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/extensions", "Method": "POST", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "New-MgGroupExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/extensions", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "New-MgGroupExtension" + "ApiVersion": "v1.0" }, { + "Uri": "/groupLifecyclePolicies", + "Method": "POST", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Module": "Groups", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgGroupLifecyclePolicy", "Variants": [ "Create", "Create1", @@ -306501,28 +306683,28 @@ "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groupLifecyclePolicies", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "New-MgGroupLifecyclePolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/members/$ref", "Method": "POST", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "New-MgGroupMemberByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/members/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "New-MgGroupMemberByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/notebooks", + "Method": "POST", + "OutputType": "IMicrosoftGraphNotebook", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -306543,20 +306725,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgGroupOnenoteNotebook", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/onenote/notebooks", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "New-MgGroupOnenoteNotebook" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -306577,20 +306759,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgGroupOnenoteNotebookSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "New-MgGroupOnenoteNotebookSection" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Method": "POST", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -306611,20 +306793,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgGroupOnenoteNotebookSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "New-MgGroupOnenoteNotebookSectionGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/pages", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenotePage", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -306645,50 +306827,50 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgGroupOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/onenote/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "New-MgGroupOnenotePage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/onenote/sections", "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Notes", + "Permissions": [], + "Command": "New-MgGroupOnenoteSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/onenote/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "New-MgGroupOnenoteSection" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/onenote/sectionGroups", "Method": "POST", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Notes", + "Permissions": [], + "Command": "New-MgGroupOnenoteSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/onenote/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "New-MgGroupOnenoteSectionGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -306709,20 +306891,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgGroupOnenoteSectionGroupSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "New-MgGroupOnenoteSectionGroupSection" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenotePage", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -306743,20 +306925,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgGroupOnenoteSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "New-MgGroupOnenoteSectionPage" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/owners/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Groups", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -306771,62 +306953,62 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgGroupOwnerByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/owners/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "New-MgGroupOwnerByRef" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/permissionGrants", "Method": "POST", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Module": "Groups", + "Permissions": [], + "Command": "New-MgGroupPermissionGrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/permissionGrants", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "New-MgGroupPermissionGrant" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/rejectedSenders/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Groups", "Permissions": { "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 }, - "Method": "POST", + "Command": "New-MgGroupRejectedSenderByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/rejectedSenders/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "New-MgGroupRejectedSenderByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/settings", + "Method": "POST", + "OutputType": "IMicrosoftGraphGroupSetting", + "Module": "Groups", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgGroupSetting", "Variants": [ "Create", "Create1", @@ -306835,523 +307017,523 @@ "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/settings", - "OutputType": "IMicrosoftGraphGroupSetting", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "New-MgGroupSetting" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded" - ], "Uri": "/groupSettingTemplates", + "Method": "POST", "OutputType": "IMicrosoftGraphGroupSettingTemplate", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "New-MgGroupSettingTemplateGroupSettingTemplate" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSettingTemplateGroupSettingTemplate", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteAnalyticItemActivityStatActivity" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteAnalyticItemActivityStatActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/columns", + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteColumn" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteContentType" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteContentTypeColumn" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "Method": "POST", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists", + "Method": "POST", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteList" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteList", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteListColumn" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteListColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteListContentType" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteListContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteListContentTypeColumn" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteListContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "Method": "POST", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteListContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", + "Method": "POST", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteListItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteListItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", + "Method": "POST", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteListOperation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteListOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteListSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteListSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", + "Method": "POST", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteOnenoteNotebook" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteOnenoteNotebook", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteOnenoteNotebookSection" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteOnenoteNotebookSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Method": "POST", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteOnenoteNotebookSectionGroup" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteOnenoteNotebookSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteOnenoteNotebookSectionGroupSection" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteOnenoteNotebookSectionGroupSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteOnenoteNotebookSectionGroupSectionPage" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteOnenoteNotebookSectionPage" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteOnenoteNotebookSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteOnenoteOperation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteOnenoteOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteOnenotePage" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteOnenoteResource" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteOnenoteResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteOnenoteSection" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteOnenoteSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", + "Method": "POST", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteOnenoteSectionGroup" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteOnenoteSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteOnenoteSectionGroupSection" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteOnenoteSectionGroupSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteOnenoteSectionGroupSectionPage" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteOnenoteSectionGroupSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteOnenoteSectionPage" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteOnenoteSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/operations", + "Method": "POST", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteOperation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/permissions", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSitePermission" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSitePermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteTermStore" + "Permissions": [], + "Command": "New-MgGroupSiteTermStore", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgGroupSiteTermStoreGroup", "Variants": [ "Create", "Create1", @@ -307362,15 +307544,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", - "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgGroupSiteTermStoreGroupSet", "Variants": [ "Create", "Create1", @@ -307381,15 +307563,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreGroupSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgGroupSiteTermStoreGroupSetChild", "Variants": [ "Create", "Create1", @@ -307408,15 +307590,15 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreGroupSetChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgGroupSiteTermStoreGroupSetChildRelation", "Variants": [ "Create", "Create1", @@ -307435,15 +307617,15 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreGroupSetChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgGroupSiteTermStoreGroupSetRelation", "Variants": [ "Create", "Create1", @@ -307454,15 +307636,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreGroupSetRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgGroupSiteTermStoreGroupSetTerm", "Variants": [ "Create", "Create1", @@ -307473,15 +307655,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreGroupSetTerm" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgGroupSiteTermStoreGroupSetTermChild", "Variants": [ "Create", "Create1", @@ -307492,15 +307674,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreGroupSetTermChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgGroupSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Create", "Create1", @@ -307511,15 +307693,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreGroupSetTermChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgGroupSiteTermStoreGroupSetTermRelation", "Variants": [ "Create", "Create1", @@ -307530,15 +307712,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreGroupSetTermRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgGroupSiteTermStoreSet", "Variants": [ "Create", "Create1", @@ -307549,15 +307731,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgGroupSiteTermStoreSetChild", "Variants": [ "Create", "Create1", @@ -307576,15 +307758,15 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreSetChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgGroupSiteTermStoreSetChildRelation", "Variants": [ "Create", "Create1", @@ -307603,15 +307785,15 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreSetChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgGroupSiteTermStoreSetParentGroupSet", "Variants": [ "Create", "Create1", @@ -307622,15 +307804,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreSetParentGroupSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetChild", "Variants": [ "Create", "Create1", @@ -307649,15 +307831,15 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Create", "Create1", @@ -307676,34 +307858,15 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "Create1", - "CreateExpanded", - "CreateExpanded1", - "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" - ], "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetRelation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Create", "Create1", @@ -307714,15 +307877,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTerm" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Create", "Create1", @@ -307733,15 +307896,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermChild" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Create", "Create1", @@ -307752,15 +307915,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Create", "Create1", @@ -307771,15 +307934,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermRelation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Create", "Create1", @@ -307790,15 +307953,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreSetRelation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetRelation", "Variants": [ "Create", "Create1", @@ -307809,15 +307972,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreSetTerm" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetTerm", "Variants": [ "Create", "Create1", @@ -307828,15 +307991,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreSetTermChild" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetTermChild", "Variants": [ "Create", "Create1", @@ -307847,15 +308010,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreSetTermChildRelation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetTermChildRelation", "Variants": [ "Create", "Create1", @@ -307866,707 +308029,726 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreSetTermRelation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetTermRelation", "Variants": [ "Create", + "Create1", "CreateExpanded", + "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateViaIdentity1", + "CreateViaIdentityExpanded", + "CreateViaIdentityExpanded1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels", + "Method": "POST", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgGroupTeamChannel" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupTeamChannel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", + "Method": "POST", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgGroupTeamChannelMember" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupTeamChannelMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgGroupTeamChannelMessage" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupTeamChannelMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgGroupTeamChannelMessageHostedContent" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupTeamChannelMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgGroupTeamChannelMessageReply" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupTeamChannelMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgGroupTeamChannelMessageReplyHostedContent" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupTeamChannelMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", + "Method": "POST", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgGroupTeamChannelSharedWithTeam" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupTeamChannelSharedWithTeam", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgGroupTeamChannelTab" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", + "Method": "POST", + "OutputType": "IMicrosoftGraphTeamsTab", + "Module": "Teams", "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupTeamChannelTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/installedApps", + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgGroupTeamInstalledApp" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupTeamInstalledApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/members", + "Method": "POST", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgGroupTeamMember" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupTeamMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/operations", + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgGroupTeamOperation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupTeamOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/permissionGrants", + "Method": "POST", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgGroupTeamPermissionGrant" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupTeamPermissionGrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/members", + "Method": "POST", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgGroupTeamPrimaryChannelMember" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupTeamPrimaryChannelMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgGroupTeamPrimaryChannelMessage" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupTeamPrimaryChannelMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgGroupTeamPrimaryChannelMessageHostedContent" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupTeamPrimaryChannelMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgGroupTeamPrimaryChannelMessageReply" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupTeamPrimaryChannelMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgGroupTeamPrimaryChannelMessageReplyHostedContent" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", + "Method": "POST", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgGroupTeamPrimaryChannelSharedWithTeam" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupTeamPrimaryChannelSharedWithTeam", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/tabs", + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgGroupTeamPrimaryChannelTab" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupTeamPrimaryChannelTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", + "Method": "POST", "OutputType": "IMicrosoftGraphOfferShiftRequest", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgGroupTeamScheduleOfferShiftRequest" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupTeamScheduleOfferShiftRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShifts", + "Method": "POST", "OutputType": "IMicrosoftGraphOpenShift", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgGroupTeamScheduleOpenShift" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupTeamScheduleOpenShift", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", + "Method": "POST", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgGroupTeamScheduleOpenShiftChangeRequest" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupTeamScheduleOpenShiftChangeRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", + "Method": "POST", "OutputType": "IMicrosoftGraphSchedulingGroup", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgGroupTeamScheduleSchedulingGroup" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupTeamScheduleSchedulingGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/shifts", + "Method": "POST", "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgGroupTeamScheduleShift" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupTeamScheduleShift", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", + "Method": "POST", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgGroupTeamScheduleSwapShiftChangeRequest" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupTeamScheduleSwapShiftChangeRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/timesOff", + "Method": "POST", "OutputType": "IMicrosoftGraphTimeOff", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgGroupTeamScheduleTimeOff" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupTeamScheduleTimeOff", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", + "Method": "POST", "OutputType": "IMicrosoftGraphTimeOffReason", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgGroupTeamScheduleTimeOffReason" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupTeamScheduleTimeOffReason", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", + "Method": "POST", "OutputType": "IMicrosoftGraphTimeOffRequest", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgGroupTeamScheduleTimeOffRequest" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupTeamScheduleTimeOffRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/tags", + "Method": "POST", "OutputType": "IMicrosoftGraphTeamworkTag", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgGroupTeamTag" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupTeamTag", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", + "Method": "POST", "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgGroupTeamTagMember" + "Permissions": [], + "Command": "New-MgGroupTeamTagMember", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/threads", + "Method": "POST", + "OutputType": "IMicrosoftGraphConversationThread", + "Module": "Groups", "Permissions": { "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 }, - "Method": "POST", + "Command": "New-MgGroupThread", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/threads", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "New-MgGroupThread" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "New-MgGroupThreadPostAttachment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupThreadPostAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "New-MgGroupThreadPostAttachmentUploadSession" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupThreadPostAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "New-MgGroupThreadPostExtension" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupThreadPostExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "New-MgGroupThreadPostInReplyToAttachment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupThreadPostInReplyToAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "New-MgGroupThreadPostInReplyToAttachmentUploadSession" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgGroupThreadPostInReplyToAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "New-MgGroupThreadPostInReplyToExtension" + "Permissions": [], + "Command": "New-MgGroupThreadPostInReplyToExtension", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/identity/apiConnectors", + "Method": "POST", + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Module": "Identity.SignIns", "Permissions": { "Name": "APIConnectors.ReadWrite.All", "Description": "Read and write API connectors for authentication flows", "FullDescription": "Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgIdentityApiConnector", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identity/apiConnectors", - "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgIdentityApiConnector" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/b2xUserFlows", + "Method": "POST", + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Module": "Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgIdentityB2XUserFlow", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identity/b2xUserFlows", - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgIdentityB2XUserFlow" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", "Method": "POST", + "OutputType": null, + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "New-MgIdentityB2XUserFlowIdentityProviderByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgIdentityB2XUserFlowIdentityProviderByRef" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", "Method": "POST", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "New-MgIdentityB2XUserFlowLanguage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgIdentityB2XUserFlowLanguage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", "Method": "POST", + "OutputType": null, + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "New-MgIdentityB2XUserFlowLanguageDefaultPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgIdentityB2XUserFlowLanguageDefaultPage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", "Method": "POST", + "OutputType": null, + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "New-MgIdentityB2XUserFlowLanguageOverridePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgIdentityB2XUserFlowLanguageOverridePage" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Module": "Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgIdentityB2XUserFlowUserAttributeAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgIdentityB2XUserFlowUserAttributeAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", + "Method": "POST", + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ConditionalAccess", "Description": "Read and write your organization's conditional access policies", "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgIdentityConditionalAccessAuthenticationContextClassReference", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgIdentityConditionalAccessAuthenticationContextClassReference" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "Method": "POST", + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.ReadWrite.AuthenticationMethod", @@ -308581,18 +308763,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/conditionalAccess/namedLocations", + "Method": "POST", + "OutputType": "IMicrosoftGraphNamedLocation", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -308607,18 +308789,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgIdentityConditionalAccessNamedLocation", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identity/conditionalAccess/namedLocations", - "OutputType": "IMicrosoftGraphNamedLocation", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgIdentityConditionalAccessNamedLocation" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/conditionalAccess/policies", + "Method": "POST", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Application.Read.All", @@ -308639,371 +308821,371 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgIdentityConditionalAccessPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identity/conditionalAccess/policies", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgIdentityConditionalAccessPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions", + "Method": "POST", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Module": "Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgIdentityGovernanceAccessReviewDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identityGovernance/accessReviews/definitions", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceAccessReviewDefinition" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewInstance", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstance" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "Method": "POST", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewStage", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStage" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "Method": "POST", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight" + "Permissions": [], + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/historyDefinitions", + "Method": "POST", + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Module": "Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identityGovernance/accessReviews/historyDefinitions", - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinition" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", "Method": "POST", + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri", + "Method": "POST", + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Module": "Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri", "Variants": [ "Generate", "GenerateViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests", "Method": "POST", + "OutputType": "IMicrosoftGraphAppConsentRequest", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgIdentityGovernanceAppConsentRequest", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identityGovernance/appConsent/appConsentRequests", - "OutputType": "IMicrosoftGraphAppConsentRequest", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceAppConsentRequest" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", "Method": "POST", + "OutputType": "IMicrosoftGraphUserConsentRequest", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", - "OutputType": "IMicrosoftGraphUserConsentRequest", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequest" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages", "Method": "POST", + "OutputType": "IMicrosoftGraphApprovalStage", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages", - "OutputType": "IMicrosoftGraphApprovalStage", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows", + "Method": "POST", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Module": "Identity.Governance", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", "Description": "Read and write all lifecycle workflows resources", "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgIdentityGovernanceLifecycleWorkflow", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceLifecycleWorkflow" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", + "Method": "POST", + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Module": "Identity.Governance", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", "Description": "Read and write all lifecycle workflows resources", "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createNewVersion", "Method": "POST", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createNewVersion", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", "Method": "POST", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createNewVersion", + "Method": "POST", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Module": "Identity.Governance", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", "Description": "Read and write all lifecycle workflows resources", "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgIdentityGovernanceLifecycleWorkflowNewVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createNewVersion", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceLifecycleWorkflowNewVersion" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", "Method": "POST", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgIdentityGovernanceLifecycleWorkflowTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceLifecycleWorkflowTask" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", "Method": "POST", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgIdentityGovernanceLifecycleWorkflowVersionTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceLifecycleWorkflowVersionTask" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/termsOfUse/agreements", + "Method": "POST", + "OutputType": "IMicrosoftGraphAgreement", + "Module": "Identity.Governance", "Permissions": { "Name": "Agreement.ReadWrite.All", "Description": "Read and write all terms of use agreements", "FullDescription": "Allows the app to read and write terms of use agreements on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgIdentityGovernanceTermsOfUseAgreement", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identityGovernance/termsOfUse/agreements", - "OutputType": "IMicrosoftGraphAgreement", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceTermsOfUseAgreement" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", "Method": "POST", + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgIdentityGovernanceTermsOfUseAgreementAcceptance", "Variants": [ "Create", "Create1", @@ -309012,142 +309194,142 @@ "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", - "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceTermsOfUseAgreementAcceptance" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", "Method": "POST", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFile" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", "Method": "POST", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileLocalization" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "Method": "POST", + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", "Method": "POST", + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileVersion" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/identityProviders", + "Method": "POST", + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Module": "Identity.SignIns", "Permissions": { "Name": "IdentityProvider.ReadWrite.All", "Description": "Read and write identity providers", "FullDescription": "Allows the app to read and write your organization’s identity (authentication) providers’ properties on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgIdentityProvider", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identity/identityProviders", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgIdentityProvider" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/userFlowAttributes", + "Method": "POST", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Module": "Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgIdentityUserFlowAttribute", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identity/userFlowAttributes", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgIdentityUserFlowAttribute" + "ApiVersion": "v1.0" }, { + "Uri": "/informationProtection/threatAssessmentRequests", + "Method": "POST", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Module": "Identity.SignIns", "Permissions": { "Name": "ThreatAssessment.ReadWrite.All", "Description": "Read and write threat assessment requests", "FullDescription": "Allows an app to read your organization's threat assessment requests on your behalf. Also allows the app to create new requests to assess threats received by your organization on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgInformationProtectionThreatAssessmentRequest", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/informationProtection/threatAssessmentRequests", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgInformationProtectionThreatAssessmentRequest" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", "Method": "POST", + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "New-MgInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgInformationProtectionThreatAssessmentRequestResult" + "ApiVersion": "v1.0" }, { + "Uri": "/invitations", + "Method": "POST", + "OutputType": "IMicrosoftGraphInvitation", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -309168,18 +309350,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgInvitation", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/invitations", - "OutputType": "IMicrosoftGraphInvitation", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgInvitation" + "ApiVersion": "v1.0" }, { + "Uri": "/oauth2PermissionGrants", + "Method": "POST", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -309194,86 +309376,86 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgOauth2PermissionGrant", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/oauth2PermissionGrants", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgOauth2PermissionGrant" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/organization", "Method": "POST", + "OutputType": "IMicrosoftGraphOrganization", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "New-MgOrganization", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/organization", - "OutputType": "IMicrosoftGraphOrganization", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgOrganization" + "ApiVersion": "v1.0" }, { + "Uri": "/organization/{organization-id}/branding/localizations", + "Method": "POST", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Module": "Identity.DirectoryManagement", "Permissions": { "Name": "Organization.ReadWrite.All", "Description": "Read and write organization information", "FullDescription": "Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgOrganizationBrandingLocalization", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/organization/{organization-id}/branding/localizations", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgOrganizationBrandingLocalization" + "ApiVersion": "v1.0" }, { + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", + "Method": "POST", + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "Module": "Identity.SignIns", "Permissions": { "Name": "Organization.ReadWrite.All", "Description": "Read and write organization information", "FullDescription": "Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgOrganizationCertificateBasedAuthConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgOrganizationCertificateBasedAuthConfiguration" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/organization/{organization-id}/extensions", "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "New-MgOrganizationExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/organization/{organization-id}/extensions", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgOrganizationExtension" + "ApiVersion": "v1.0" }, { + "Uri": "/planner/buckets", + "Method": "POST", + "OutputType": "IMicrosoftGraphPlannerBucket", + "Module": "Planner", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -309294,18 +309476,18 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgPlannerBucket", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/planner/buckets", - "OutputType": "IMicrosoftGraphPlannerBucket", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "New-MgPlannerBucket" + "ApiVersion": "v1.0" }, { + "Uri": "/planner/plans", + "Method": "POST", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Module": "Planner", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -309326,18 +309508,18 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgPlannerPlan", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/planner/plans", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "New-MgPlannerPlan" + "ApiVersion": "v1.0" }, { + "Uri": "/planner/tasks", + "Method": "POST", + "OutputType": "IMicrosoftGraphPlannerTask", + "Module": "Planner", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -309358,67 +309540,67 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgPlannerTask", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/planner/tasks", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "New-MgPlannerTask" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/activityBasedTimeoutPolicies", + "Method": "POST", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgPolicyActivityBasedTimeoutPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/policies/activityBasedTimeoutPolicies", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyActivityBasedTimeoutPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/appManagementPolicies", + "Method": "POST", + "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgPolicyAppManagementPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/policies/appManagementPolicies", - "OutputType": "IMicrosoftGraphAppManagementPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyAppManagementPolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", "Method": "POST", + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "New-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/authenticationStrengthPolicies", + "Method": "POST", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.ReadWrite.AuthenticationMethod", @@ -309433,321 +309615,321 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgPolicyAuthenticationStrengthPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/policies/authenticationStrengthPolicies", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyAuthenticationStrengthPolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", "Method": "POST", + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "New-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/claimsMappingPolicies", + "Method": "POST", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgPolicyClaimMappingPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/policies/claimsMappingPolicies", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyClaimMappingPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/crossTenantAccessPolicy/partners", + "Method": "POST", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.CrossTenantAccess", "Description": "Read and write your organization's cross tenant access policies", "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgPolicyCrossTenantAccessPolicyPartner", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/policies/crossTenantAccessPolicy/partners", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyCrossTenantAccessPolicyPartner" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/featureRolloutPolicies", + "Method": "POST", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Module": "Identity.SignIns", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgPolicyFeatureRolloutPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/policies/featureRolloutPolicies", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyFeatureRolloutPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.SignIns", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgPolicyFeatureRolloutPolicyApplyTo", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyFeatureRolloutPolicyApplyTo" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgPolicyFeatureRolloutPolicyApplyToByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyFeatureRolloutPolicyApplyToByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/homeRealmDiscoveryPolicies", + "Method": "POST", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgPolicyHomeRealmDiscoveryPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/policies/homeRealmDiscoveryPolicies", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyHomeRealmDiscoveryPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/permissionGrantPolicies", + "Method": "POST", + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.PermissionGrant", "Description": "Manage consent and permission grant policies", "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgPolicyPermissionGrantPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/policies/permissionGrantPolicies", - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyPermissionGrantPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", + "Method": "POST", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.PermissionGrant", "Description": "Manage consent and permission grant policies", "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgPolicyPermissionGrantPolicyExclude", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyPermissionGrantPolicyExclude" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", + "Method": "POST", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.PermissionGrant", "Description": "Manage consent and permission grant policies", "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgPolicyPermissionGrantPolicyInclude", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyPermissionGrantPolicyInclude" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/roleManagementPolicies", "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "New-MgPolicyRoleManagementPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/policies/roleManagementPolicies", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyRoleManagementPolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/roleManagementPolicyAssignments", "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "New-MgPolicyRoleManagementPolicyAssignment", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/policies/roleManagementPolicyAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyRoleManagementPolicyAssignment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "New-MgPolicyRoleManagementPolicyEffectiveRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyRoleManagementPolicyEffectiveRule" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "New-MgPolicyRoleManagementPolicyRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyRoleManagementPolicyRule" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/tokenIssuancePolicies", + "Method": "POST", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgPolicyTokenIssuancePolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/policies/tokenIssuancePolicies", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyTokenIssuancePolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/tokenLifetimePolicies", + "Method": "POST", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgPolicyTokenLifetimePolicy", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/policies/tokenLifetimePolicies", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyTokenLifetimePolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/print/connectors", "Method": "POST", + "OutputType": "IMicrosoftGraphPrintConnector", + "Module": "Devices.CloudPrint", + "Permissions": [], + "Command": "New-MgPrintConnector", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/print/connectors", - "OutputType": "IMicrosoftGraphPrintConnector", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintConnector" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/print/operations", "Method": "POST", + "OutputType": "IMicrosoftGraphPrintOperation", + "Module": "Devices.CloudPrint", + "Permissions": [], + "Command": "New-MgPrintOperation", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/print/operations", - "OutputType": "IMicrosoftGraphPrintOperation", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintOperation" + "ApiVersion": "v1.0" }, { + "Uri": "/print/printers/create", + "Method": "POST", + "OutputType": null, + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "Printer.Create", @@ -309768,18 +309950,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgPrintPrinter", "Variants": [ "Create1", "CreateExpanded1" ], - "Uri": "/print/printers/create", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintPrinter" + "ApiVersion": "v1.0" }, { + "Uri": "/print/printers/{printer-id}/jobs", + "Method": "POST", + "OutputType": "IMicrosoftGraphPrintJob", + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Create", @@ -309812,35 +309994,35 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgPrintPrinterJob", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/print/printers/{printer-id}/jobs", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintPrinterJob" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", "Method": "POST", + "OutputType": "IMicrosoftGraphPrintDocument", + "Module": "Devices.CloudPrint", + "Permissions": [], + "Command": "New-MgPrintPrinterJobDocument", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", - "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintPrinterJobDocument" + "ApiVersion": "v1.0" }, { + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", + "Method": "POST", + "OutputType": "IMicrosoftGraphUploadSession", + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Create", @@ -309861,35 +310043,35 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgPrintPrinterJobDocumentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintPrinterJobDocumentUploadSession" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", "Method": "POST", + "OutputType": "IMicrosoftGraphPrintTask", + "Module": "Devices.CloudPrint", + "Permissions": [], + "Command": "New-MgPrintPrinterJobTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", - "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintPrinterJobTask" + "ApiVersion": "v1.0" }, { + "Uri": "/print/printers/{printer-id}/taskTriggers", + "Method": "POST", + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "Printer.FullControl.All", @@ -309904,106 +310086,106 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgPrintPrinterTaskTrigger", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/print/printers/{printer-id}/taskTriggers", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintPrinterTaskTrigger" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/print/services", "Method": "POST", + "OutputType": "IMicrosoftGraphPrintService", + "Module": "Devices.CloudPrint", + "Permissions": [], + "Command": "New-MgPrintService", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/print/services", - "OutputType": "IMicrosoftGraphPrintService", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintService" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/print/services/{printService-id}/endpoints", "Method": "POST", + "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Module": "Devices.CloudPrint", + "Permissions": [], + "Command": "New-MgPrintServiceEndpoint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/print/services/{printService-id}/endpoints", - "OutputType": "IMicrosoftGraphPrintServiceEndpoint", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintServiceEndpoint" + "ApiVersion": "v1.0" }, { + "Uri": "/print/shares", + "Method": "POST", + "OutputType": "IMicrosoftGraphPrinterShare", + "Module": "Devices.CloudPrint", "Permissions": { "Name": "PrinterShare.ReadWrite.All", "Description": "Read and update printer shares", "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgPrintShare", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/print/shares", - "OutputType": "IMicrosoftGraphPrinterShare", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintShare" + "ApiVersion": "v1.0" }, { + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Devices.CloudPrint", "Permissions": { "Name": "PrinterShare.ReadWrite.All", "Description": "Read and update printer shares", "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgPrintShareAllowedGroupByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintShareAllowedGroupByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Devices.CloudPrint", "Permissions": { "Name": "PrinterShare.ReadWrite.All", "Description": "Read and update printer shares", "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgPrintShareAllowedUserByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintShareAllowedUserByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/print/shares/{printerShare-id}/jobs", + "Method": "POST", + "OutputType": "IMicrosoftGraphPrintJob", + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.ReadWrite", @@ -310030,35 +310212,35 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgPrintShareJob", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/print/shares/{printerShare-id}/jobs", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintShareJob" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", "Method": "POST", + "OutputType": "IMicrosoftGraphPrintDocument", + "Module": "Devices.CloudPrint", + "Permissions": [], + "Command": "New-MgPrintShareJobDocument", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", - "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintShareJobDocument" + "ApiVersion": "v1.0" }, { + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", + "Method": "POST", + "OutputType": "IMicrosoftGraphUploadSession", + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Create", @@ -310079,216 +310261,216 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgPrintShareJobDocumentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintShareJobDocumentUploadSession" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", "Method": "POST", + "OutputType": "IMicrosoftGraphPrintTask", + "Module": "Devices.CloudPrint", + "Permissions": [], + "Command": "New-MgPrintShareJobTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", - "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintShareJobTask" + "ApiVersion": "v1.0" }, { + "Uri": "/print/taskDefinitions", + "Method": "POST", + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Module": "Devices.CloudPrint", "Permissions": { "Name": "PrintTaskDefinition.ReadWrite.All", "Description": "Read, write and update print task definitions", "FullDescription": "Allows the application to read and update print task definitions without a signed-in user. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgPrintTaskDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/print/taskDefinitions", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintTaskDefinition" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", "Method": "POST", + "OutputType": "IMicrosoftGraphPrintTask", + "Module": "Devices.CloudPrint", + "Permissions": [], + "Command": "New-MgPrintTaskDefinitionTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", - "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintTaskDefinitionTask" + "ApiVersion": "v1.0" }, { + "Uri": "/privacy/subjectRightsRequests", + "Method": "POST", + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Module": "Compliance", "Permissions": { "Name": "SubjectRightsRequest.ReadWrite.All", "Description": "Read and write data subject requests", "FullDescription": "Allows the app to read and write subject rights requests on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgPrivacySubjectRightsRequest", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/privacy/subjectRightsRequests", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "ApiVersion": "v1.0", - "Module": "Compliance", - "Command": "New-MgPrivacySubjectRightsRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "Method": "POST", + "OutputType": "IMicrosoftGraphAuthoredNote", + "Module": "Compliance", "Permissions": { "Name": "SubjectRightsRequest.ReadWrite.All", "Description": "Read and write data subject requests", "FullDescription": "Allows the app to read and write subject rights requests on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgPrivacySubjectRightsRequestNote", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "OutputType": "IMicrosoftGraphAuthoredNote", - "ApiVersion": "v1.0", - "Module": "Compliance", - "Command": "New-MgPrivacySubjectRightsRequestNote" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded" - ], "Uri": "/reports/authenticationMethods/userRegistrationDetails", + "Method": "POST", "OutputType": "IMicrosoftGraphUserRegistrationDetails", - "ApiVersion": "v1.0", "Module": "Reports", - "Command": "New-MgReportAuthenticationMethodUserRegistrationDetail" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgReportAuthenticationMethodUserRegistrationDetail", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityProtection/riskDetections", + "Method": "POST", "OutputType": "IMicrosoftGraphRiskDetection", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "New-MgRiskDetection" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgRiskDetection", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityProtection/riskyServicePrincipals", + "Method": "POST", "OutputType": "IMicrosoftGraphRiskyServicePrincipal", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "New-MgRiskyServicePrincipal" + "Permissions": [], + "Command": "New-MgRiskyServicePrincipal", + "Variants": [ + "Create", + "CreateExpanded" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", "Method": "POST", + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "New-MgRiskyServicePrincipalHistory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgRiskyServicePrincipalHistory" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityProtection/riskyUsers", "Method": "POST", + "OutputType": "IMicrosoftGraphRiskyUser", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "New-MgRiskyUser", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identityProtection/riskyUsers", - "OutputType": "IMicrosoftGraphRiskyUser", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgRiskyUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", "Method": "POST", + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "New-MgRiskyUserHistory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgRiskyUserHistory" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/resourceNamespaces", "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgRoleManagementDirectoryResourceNamespace", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/roleManagement/directory/resourceNamespaces", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgRoleManagementDirectoryResourceNamespace" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgRoleManagementDirectoryResourceNamespaceResourceAction", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgRoleManagementDirectoryResourceNamespaceResourceAction" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleAssignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.ReadWrite.All", @@ -310309,44 +310491,44 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgRoleManagementDirectoryRoleAssignment", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/roleManagement/directory/roleAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgRoleManagementDirectoryRoleAssignment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentSchedules", "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgRoleManagementDirectoryRoleAssignmentSchedule", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/roleManagement/directory/roleAssignmentSchedules", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgRoleManagementDirectoryRoleAssignmentSchedule" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleInstance" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", + "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -310361,18 +310543,18 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleDefinitions", + "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Identity.Governance", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -310405,59 +310587,59 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgRoleManagementDirectoryRoleDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/roleManagement/directory/roleDefinitions", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgRoleManagementDirectoryRoleDefinition" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilitySchedules", "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgRoleManagementDirectoryRoleEligibilitySchedule", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/roleManagement/directory/roleEligibilitySchedules", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgRoleManagementDirectoryRoleEligibilitySchedule" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleInstance" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", + "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -310472,46 +310654,46 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleRequest" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgRoleManagementEntitlementManagementResourceNamespace", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgRoleManagementEntitlementManagementResourceNamespace" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "New-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/entitlementManagement/roleAssignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.ReadWrite.All", @@ -310532,124 +310714,124 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignment", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/roleManagement/entitlementManagement/roleAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignment" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded" - ], "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentSchedule" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleDefinitions", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgRoleManagementEntitlementManagementRoleDefinition" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgRoleManagementEntitlementManagementRoleDefinition", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilitySchedule" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest" + "Permissions": [], + "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "Variants": [ + "Create", + "CreateExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/schemaExtensions", + "Method": "POST", + "OutputType": "IMicrosoftGraphSchemaExtension", + "Module": "SchemaExtensions", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -310664,90 +310846,90 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgSchemaExtension", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/schemaExtensions", - "OutputType": "IMicrosoftGraphSchemaExtension", - "ApiVersion": "v1.0", - "Module": "SchemaExtensions", - "Command": "New-MgSchemaExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/alerts", "Method": "POST", + "OutputType": "IMicrosoftGraphAlert", + "Module": "Security", + "Permissions": [], + "Command": "New-MgSecurityAlert", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/security/alerts", - "OutputType": "IMicrosoftGraphAlert", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "New-MgSecurityAlert" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/alerts_v2", "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityAlert", + "Module": "Security", + "Permissions": [], + "Command": "New-MgSecurityAlertV2", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/security/alerts_v2", - "OutputType": "IMicrosoftGraphSecurityAlert", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "New-MgSecurityAlertV2" + "ApiVersion": "v1.0" }, { + "Uri": "/security/attackSimulation/simulations", + "Method": "POST", + "OutputType": "IMicrosoftGraphSimulation", + "Module": "Security", "Permissions": { "Name": "AttackSimulation.ReadWrite.All", "Description": "Read, create, and update attack simulation data of an organization", "FullDescription": "Allows the app to read, create, and update attack simulation and training data for an organization on your behalf.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgSecurityAttackSimulation", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/security/attackSimulation/simulations", - "OutputType": "IMicrosoftGraphSimulation", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "New-MgSecurityAttackSimulation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/attackSimulation/simulationAutomations", "Method": "POST", + "OutputType": "IMicrosoftGraphSimulationAutomation", + "Module": "Security", + "Permissions": [], + "Command": "New-MgSecurityAttackSimulationAutomation", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/security/attackSimulation/simulationAutomations", - "OutputType": "IMicrosoftGraphSimulationAutomation", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "New-MgSecurityAttackSimulationAutomation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", "Method": "POST", + "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Module": "Security", + "Permissions": [], + "Command": "New-MgSecurityAttackSimulationAutomationRun", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", - "OutputType": "IMicrosoftGraphSimulationAutomationRun", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "New-MgSecurityAttackSimulationAutomationRun" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -310762,18 +310944,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgSecurityCaseEdiscoveryCase", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/security/cases/ediscoveryCases", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "New-MgSecurityCaseEdiscoveryCase" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -310788,20 +310970,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgSecurityCaseEdiscoveryCaseCustodian", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "New-MgSecurityCaseEdiscoveryCaseCustodian" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -310816,20 +310998,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", - "OutputType": "IMicrosoftGraphSecuritySiteSource", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianSiteSource" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -310844,20 +311026,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityUserSource", + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -310872,20 +311054,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUserSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", - "OutputType": "IMicrosoftGraphSecurityUserSource", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUserSource" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -310900,35 +311082,35 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "New-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Module": "Security", + "Permissions": [], + "Command": "New-MgSecurityCaseEdiscoveryCaseOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "New-MgSecurityCaseEdiscoveryCaseOperation" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -310943,20 +311125,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSet" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -310971,20 +311153,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSetQuery", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSetQuery" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -310999,40 +311181,40 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgSecurityCaseEdiscoveryCaseSearch", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "New-MgSecurityCaseEdiscoveryCaseSearch" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Module": "Security", "Permissions": { "Name": "eDiscovery.ReadWrite.All", "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", - "OutputType": "IMicrosoftGraphSecurityDataSource", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "New-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -311047,309 +311229,309 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgSecurityCaseEdiscoveryCaseTag", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "New-MgSecurityCaseEdiscoveryCaseTag" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded" - ], "Uri": "/security/incidents", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityIncident", - "ApiVersion": "v1.0", "Module": "Security", - "Command": "New-MgSecurityIncident" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgSecurityIncident", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/secureScores", + "Method": "POST", "OutputType": "IMicrosoftGraphSecureScore", - "ApiVersion": "v1.0", "Module": "Security", - "Command": "New-MgSecuritySecureScore" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgSecuritySecureScore", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/secureScoreControlProfiles", + "Method": "POST", "OutputType": "IMicrosoftGraphSecureScoreControlProfile", - "ApiVersion": "v1.0", "Module": "Security", - "Command": "New-MgSecuritySecureScoreControlProfile" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgSecuritySecureScoreControlProfile", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/threatIntelligence/articles", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityArticle", - "ApiVersion": "v1.0", "Module": "Security", - "Command": "New-MgSecurityThreatIntelligenceArticle" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceArticle", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/threatIntelligence/articleIndicators", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityArticleIndicator", - "ApiVersion": "v1.0", "Module": "Security", - "Command": "New-MgSecurityThreatIntelligenceArticleIndicator" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceArticleIndicator", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/threatIntelligence/hosts", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "v1.0", "Module": "Security", - "Command": "New-MgSecurityThreatIntelligenceHost" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceHost", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/threatIntelligence/hostComponents", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityHostComponent", - "ApiVersion": "v1.0", "Module": "Security", - "Command": "New-MgSecurityThreatIntelligenceHostComponent" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceHostComponent", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/threatIntelligence/hostCookies", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityHostCookie", - "ApiVersion": "v1.0", "Module": "Security", - "Command": "New-MgSecurityThreatIntelligenceHostCookie" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceHostCookie", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/threatIntelligence/hostTrackers", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityHostTracker", - "ApiVersion": "v1.0", "Module": "Security", - "Command": "New-MgSecurityThreatIntelligenceHostTracker" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceHostTracker", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/threatIntelligence/intelProfiles", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", - "ApiVersion": "v1.0", "Module": "Security", - "Command": "New-MgSecurityThreatIntelligenceIntelProfile" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceIntelProfile", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/threatIntelligence/passiveDnsRecords", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "ApiVersion": "v1.0", "Module": "Security", - "Command": "New-MgSecurityThreatIntelligencePassiveDnsRecord" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgSecurityThreatIntelligencePassiveDnsRecord", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", - "ApiVersion": "v1.0", "Module": "Security", - "Command": "New-MgSecurityThreatIntelligenceProfileIndicator" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceProfileIndicator", "Variants": [ "Create", "CreateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/threatIntelligence/vulnerabilities", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityVulnerability", - "ApiVersion": "v1.0", "Module": "Security", - "Command": "New-MgSecurityThreatIntelligenceVulnerability" + "Permissions": [], + "Command": "New-MgSecurityThreatIntelligenceVulnerability", + "Variants": [ + "Create", + "CreateExpanded" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Module": "Security", + "Permissions": [], + "Command": "New-MgSecurityThreatIntelligenceVulnerabilityComponent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "New-MgSecurityThreatIntelligenceVulnerabilityComponent" + "ApiVersion": "v1.0" }, { + "Uri": "/security/triggers/retentionEvents", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Module": "Security", "Permissions": { "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 on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgSecurityTriggerRetentionEvent", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/security/triggers/retentionEvents", - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "New-MgSecurityTriggerRetentionEvent" + "ApiVersion": "v1.0" }, { + "Uri": "/security/triggerTypes/retentionEventTypes", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Module": "Security", "Permissions": { "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 on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgSecurityTriggerTypeRetentionEventType", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/security/triggerTypes/retentionEventTypes", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "New-MgSecurityTriggerTypeRetentionEventType" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/admin/serviceAnnouncement/healthOverviews", "Method": "POST", + "OutputType": "IMicrosoftGraphServiceHealth", + "Module": "Devices.ServiceAnnouncement", + "Permissions": [], + "Command": "New-MgServiceAnnouncementHealthOverview", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/admin/serviceAnnouncement/healthOverviews", - "OutputType": "IMicrosoftGraphServiceHealth", - "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", - "Command": "New-MgServiceAnnouncementHealthOverview" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", "Method": "POST", + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Module": "Devices.ServiceAnnouncement", + "Permissions": [], + "Command": "New-MgServiceAnnouncementHealthOverviewIssue", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", - "OutputType": "IMicrosoftGraphServiceHealthIssue", - "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", - "Command": "New-MgServiceAnnouncementHealthOverviewIssue" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/admin/serviceAnnouncement/issues", "Method": "POST", + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Module": "Devices.ServiceAnnouncement", + "Permissions": [], + "Command": "New-MgServiceAnnouncementIssue", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/admin/serviceAnnouncement/issues", - "OutputType": "IMicrosoftGraphServiceHealthIssue", - "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", - "Command": "New-MgServiceAnnouncementIssue" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/admin/serviceAnnouncement/messages", "Method": "POST", + "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Module": "Devices.ServiceAnnouncement", + "Permissions": [], + "Command": "New-MgServiceAnnouncementMessage", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/admin/serviceAnnouncement/messages", - "OutputType": "IMicrosoftGraphServiceUpdateMessage", - "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", - "Command": "New-MgServiceAnnouncementMessage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", "Method": "POST", + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Module": "Devices.ServiceAnnouncement", + "Permissions": [], + "Command": "New-MgServiceAnnouncementMessageAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", - "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", - "Command": "New-MgServiceAnnouncementMessageAttachment" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals", + "Method": "POST", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -311370,18 +311552,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgServicePrincipal", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/servicePrincipals", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "New-MgServicePrincipal" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", + "Method": "POST", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -311402,20 +311584,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgServicePrincipalAppRoleAssignedTo", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "New-MgServicePrincipalAppRoleAssignedTo" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -311436,20 +311618,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgServicePrincipalAppRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "New-MgServicePrincipalAppRoleAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -311476,55 +311658,55 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgServicePrincipalClaimMappingPolicyByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "New-MgServicePrincipalClaimMappingPolicyByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", + "Method": "POST", + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Module": "Applications", "Permissions": { "Name": "Policy.ReadWrite.PermissionGrant", "Description": "Manage consent and permission grant policies", "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgServicePrincipalDelegatedPermissionClassification", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "New-MgServicePrincipalDelegatedPermissionClassification" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", "Method": "POST", + "OutputType": "IMicrosoftGraphEndpoint", + "Module": "Applications", + "Permissions": [], + "Command": "New-MgServicePrincipalEndpoint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "New-MgServicePrincipalEndpoint" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -311551,20 +311733,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", + "Method": "POST", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -311591,33 +311773,33 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgServicePrincipalOwnerByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "New-MgServicePrincipalOwnerByRef" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityProtection/servicePrincipalRiskDetections", "Method": "POST", + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "New-MgServicePrincipalRiskDetection", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/identityProtection/servicePrincipalRiskDetections", - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgServicePrincipalRiskDetection" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", + "Method": "POST", + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -311632,20 +311814,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgServicePrincipalSynchronizationJob", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", - "OutputType": "IMicrosoftGraphSynchronizationJob", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "New-MgServicePrincipalSynchronizationJob" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", + "Method": "POST", + "OutputType": "IMicrosoftGraphStringKeyStringValuePair", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -311660,142 +311842,142 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgServicePrincipalSynchronizationJobOnDemand", "Variants": [ "Provision", "ProvisionExpanded", "ProvisionViaIdentity", "ProvisionViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", - "OutputType": "IMicrosoftGraphStringKeyStringValuePair", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "New-MgServicePrincipalSynchronizationJobOnDemand" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "New-MgServicePrincipalSynchronizationJobSchemaDirectory" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgServicePrincipalSynchronizationJobSchemaDirectory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", + "Method": "POST", "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "New-MgServicePrincipalSynchronizationTemplate" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgServicePrincipalSynchronizationTemplate", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "New-MgServicePrincipalSynchronizationTemplateSchemaDirectory" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgServicePrincipalSynchronizationTemplateSchemaDirectory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/columns", + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgShareListColumn" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgShareListColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgShareListContentType" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgShareListContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgShareListContentTypeColumn" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgShareListContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", + "Method": "POST", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgShareListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgShareListContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items", + "Method": "POST", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgShareListItem" + "Permissions": [], + "Command": "New-MgShareListItem", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", "Method": "POST", + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Module": "Files", + "Permissions": [], + "Command": "New-MgShareListItemDocumentSetVersion", "Variants": [ "Create", "Create1", @@ -311806,15 +311988,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "New-MgShareListItemDocumentSetVersion" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", "Method": "POST", + "OutputType": "IMicrosoftGraphListItemVersion", + "Module": "Files", + "Permissions": [], + "Command": "New-MgShareListItemVersion", "Variants": [ "Create", "Create1", @@ -311825,86 +312007,86 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", - "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "New-MgShareListItemVersion" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/operations", "Method": "POST", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Module": "Files", + "Permissions": [], + "Command": "New-MgShareListOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/shares/{sharedDriveItem-id}/list/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "New-MgShareListOperation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", "Method": "POST", + "OutputType": "IMicrosoftGraphSubscription", + "Module": "Files", + "Permissions": [], + "Command": "New-MgShareListSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "New-MgShareListSubscription" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/shares", "Method": "POST", + "OutputType": "IMicrosoftGraphSharedDriveItem", + "Module": "Files", + "Permissions": [], + "Command": "New-MgShareSharedDriveItemSharedDriveItem", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/shares", - "OutputType": "IMicrosoftGraphSharedDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "New-MgShareSharedDriveItemSharedDriveItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/analytics/itemActivityStats", "Method": "POST", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgSiteAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteAnalyticItemActivityStat" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "Method": "POST", + "OutputType": "IMicrosoftGraphItemActivity", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgSiteAnalyticItemActivityStatActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteAnalyticItemActivityStatActivity" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/columns", + "Method": "POST", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -311919,20 +312101,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgSiteColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteColumn" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/contentTypes", + "Method": "POST", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -311947,20 +312129,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgSiteContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/contentTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteContentType" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", + "Method": "POST", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -311975,35 +312157,35 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgSiteContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteContentTypeColumn" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "Method": "POST", + "OutputType": "IMicrosoftGraphColumnLink", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgSiteContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteContentTypeColumnLink" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists", + "Method": "POST", + "OutputType": "IMicrosoftGraphList", + "Module": "Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -312018,20 +312200,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgSiteList", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists", - "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteList" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/columns", + "Method": "POST", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -312046,35 +312228,35 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgSiteListColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteListColumn" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", "Method": "POST", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgSiteListContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteListContentType" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "Method": "POST", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -312089,55 +312271,55 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgSiteListContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteListContentTypeColumn" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "Method": "POST", + "OutputType": "IMicrosoftGraphColumnLink", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgSiteListContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteListContentTypeColumnLink" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items", + "Method": "POST", + "OutputType": "IMicrosoftGraphListItem", + "Module": "Sites", "Permissions": { "Name": "Sites.ReadWrite.All", "Description": "Edit or delete items in all site collections", "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgSiteListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items", - "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteListItem" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "Method": "POST", + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -312164,65 +312346,65 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgSiteListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteListItemDocumentSetVersion" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "Method": "POST", + "OutputType": "IMicrosoftGraphListItemVersion", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgSiteListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteListItemVersion" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/operations", "Method": "POST", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgSiteListOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteListOperation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", "Method": "POST", + "OutputType": "IMicrosoftGraphSubscription", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgSiteListSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteListSubscription" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/notebooks", + "Method": "POST", + "OutputType": "IMicrosoftGraphNotebook", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -312243,20 +312425,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgSiteOnenoteNotebook", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/notebooks", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "New-MgSiteOnenoteNotebook" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -312277,20 +312459,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgSiteOnenoteNotebookSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "New-MgSiteOnenoteNotebookSection" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Method": "POST", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -312311,20 +312493,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgSiteOnenoteNotebookSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "New-MgSiteOnenoteNotebookSectionGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/pages", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenotePage", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -312345,50 +312527,50 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgSiteOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "New-MgSiteOnenotePage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sections", "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Notes", + "Permissions": [], + "Command": "New-MgSiteOnenoteSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "New-MgSiteOnenoteSection" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sectionGroups", "Method": "POST", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Notes", + "Permissions": [], + "Command": "New-MgSiteOnenoteSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "New-MgSiteOnenoteSectionGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -312409,20 +312591,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgSiteOnenoteSectionGroupSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "New-MgSiteOnenoteSectionGroupSection" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenotePage", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -312443,77 +312625,77 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgSiteOnenoteSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "New-MgSiteOnenoteSectionPage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/operations", "Method": "POST", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgSiteOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteOperation" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/permissions", + "Method": "POST", + "OutputType": "IMicrosoftGraphPermission", + "Module": "Sites", "Permissions": { "Name": "Sites.FullControl.All", "Description": "Have full control of all site collections", "FullDescription": "Allows the app to have full control of all site collections without a signed in user.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgSitePermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSitePermission" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStores", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStore", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgSiteTermStore", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/termStores", - "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteTermStore" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStore/groups", + "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Module": "Sites", "Permissions": { "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 }, - "Method": "POST", + "Command": "New-MgSiteTermStoreGroup", "Variants": [ "Create", "Create1", @@ -312524,15 +312706,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/groups", - "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteTermStoreGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgSiteTermStoreGroupSet", "Variants": [ "Create", "Create1", @@ -312543,15 +312725,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteTermStoreGroupSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgSiteTermStoreGroupSetChild", "Variants": [ "Create", "Create1", @@ -312570,15 +312752,15 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteTermStoreGroupSetChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgSiteTermStoreGroupSetChildRelation", "Variants": [ "Create", "Create1", @@ -312597,15 +312779,15 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteTermStoreGroupSetChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgSiteTermStoreGroupSetRelation", "Variants": [ "Create", "Create1", @@ -312616,15 +312798,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteTermStoreGroupSetRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgSiteTermStoreGroupSetTerm", "Variants": [ "Create", "Create1", @@ -312635,15 +312817,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteTermStoreGroupSetTerm" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgSiteTermStoreGroupSetTermChild", "Variants": [ "Create", "Create1", @@ -312654,15 +312836,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteTermStoreGroupSetTermChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Create", "Create1", @@ -312673,15 +312855,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteTermStoreGroupSetTermChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgSiteTermStoreGroupSetTermRelation", "Variants": [ "Create", "Create1", @@ -312692,20 +312874,20 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteTermStoreGroupSetTermRelation" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStore/sets", + "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", "Permissions": { "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 }, - "Method": "POST", + "Command": "New-MgSiteTermStoreSet", "Variants": [ "Create", "Create1", @@ -312716,20 +312898,20 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteTermStoreSet" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", + "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", "Permissions": { "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 }, - "Method": "POST", + "Command": "New-MgSiteTermStoreSetChild", "Variants": [ "Create", "Create1", @@ -312748,15 +312930,15 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteTermStoreSetChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgSiteTermStoreSetChildRelation", "Variants": [ "Create", "Create1", @@ -312775,15 +312957,15 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteTermStoreSetChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgSiteTermStoreSetParentGroupSet", "Variants": [ "Create", "Create1", @@ -312794,15 +312976,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteTermStoreSetParentGroupSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgSiteTermStoreSetParentGroupSetChild", "Variants": [ "Create", "Create1", @@ -312821,15 +313003,15 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteTermStoreSetParentGroupSetChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Create", "Create1", @@ -312848,15 +313030,15 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteTermStoreSetParentGroupSetChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Create", "Create1", @@ -312867,15 +313049,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteTermStoreSetParentGroupSetRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Create", "Create1", @@ -312886,15 +313068,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteTermStoreSetParentGroupSetTerm" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Create", "Create1", @@ -312905,15 +313087,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteTermStoreSetParentGroupSetTermChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Create", "Create1", @@ -312924,15 +313106,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteTermStoreSetParentGroupSetTermChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Create", "Create1", @@ -312943,15 +313125,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteTermStoreSetParentGroupSetTermRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgSiteTermStoreSetRelation", "Variants": [ "Create", "Create1", @@ -312962,15 +313144,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteTermStoreSetRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgSiteTermStoreSetTerm", "Variants": [ "Create", "Create1", @@ -312981,20 +313163,20 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteTermStoreSetTerm" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", "Permissions": { "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 }, - "Method": "POST", + "Command": "New-MgSiteTermStoreSetTermChild", "Variants": [ "Create", "Create1", @@ -313005,15 +313187,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteTermStoreSetTermChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "New-MgSiteTermStoreSetTermChildRelation", "Variants": [ "Create", "Create1", @@ -313024,20 +313206,20 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteTermStoreSetTermChildRelation" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", "Permissions": { "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 }, - "Method": "POST", + "Command": "New-MgSiteTermStoreSetTermRelation", "Variants": [ "Create", "Create1", @@ -313048,39 +313230,39 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "New-MgSiteTermStoreSetTermRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/subscribedSkus", "Method": "POST", + "OutputType": "IMicrosoftGraphSubscribedSku", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "New-MgSubscribedSku", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/subscribedSkus", - "OutputType": "IMicrosoftGraphSubscribedSku", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgSubscribedSku" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/subscriptions", "Method": "POST", + "OutputType": "IMicrosoftGraphSubscription", + "Module": "ChangeNotifications", + "Permissions": [], + "Command": "New-MgSubscription", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Module": "ChangeNotifications", - "Command": "New-MgSubscription" + "ApiVersion": "v1.0" }, { + "Uri": "/teams", + "Method": "POST", + "OutputType": "IMicrosoftGraphTeam", + "Module": "Teams", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -313107,18 +313289,18 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgTeam", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/teams", - "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgTeam" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels", + "Method": "POST", + "OutputType": "IMicrosoftGraphChannel", + "Module": "Teams", "Permissions": [ { "Name": "Channel.Create", @@ -313151,58 +313333,58 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgTeamChannel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgTeamChannel" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/provisionEmail", + "Method": "POST", + "OutputType": null, + "Module": "Teams", "Permissions": { "Name": "ChannelSettings.ReadWrite.All", "Description": "Read and write the names, descriptions, and settings of channels", "FullDescription": "Read and write the names, descriptions, and settings of all channels, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgTeamChannelEmail", "Variants": [ "Provision", "ProvisionViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/provisionEmail", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgTeamChannelEmail" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/members", + "Method": "POST", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Teams", "Permissions": { "Name": "ChannelMember.ReadWrite.All", "Description": "Add and remove members from teams and channels", "FullDescription": "Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgTeamChannelMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgTeamChannelMember" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages", + "Method": "POST", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -313235,35 +313417,35 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgTeamChannelMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgTeamChannelMessage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "Method": "POST", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Teams", + "Permissions": [], + "Command": "New-MgTeamChannelMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgTeamChannelMessageHostedContent" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Method": "POST", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -313296,50 +313478,50 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgTeamChannelMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgTeamChannelMessageReply" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Method": "POST", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Teams", + "Permissions": [], + "Command": "New-MgTeamChannelMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgTeamChannelMessageReplyHostedContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", "Method": "POST", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Module": "Teams", + "Permissions": [], + "Command": "New-MgTeamChannelSharedWithTeam", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgTeamChannelSharedWithTeam" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", + "Method": "POST", + "OutputType": "IMicrosoftGraphTeamsTab", + "Module": "Teams", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -313396,20 +313578,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgTeamChannelTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgTeamChannelTab" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/installedApps", + "Method": "POST", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Module": "Teams", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -313466,188 +313648,188 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgTeamInstalledApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/installedApps", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgTeamInstalledApp" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/members", + "Method": "POST", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Teams", "Permissions": { "Name": "TeamMember.ReadWrite.All", "Description": "Add and remove members from teams and channels", "FullDescription": "Add and remove members from teams, on your behalf. Also allows changing a member's role, for example from owner to non-owner.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgTeamMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgTeamMember" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/operations", "Method": "POST", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Module": "Teams", + "Permissions": [], + "Command": "New-MgTeamOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/operations", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgTeamOperation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/permissionGrants", "Method": "POST", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Module": "Teams", + "Permissions": [], + "Command": "New-MgTeamPermissionGrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/permissionGrants", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgTeamPermissionGrant" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/provisionEmail", "Method": "POST", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "New-MgTeamPrimaryChannelEmail", "Variants": [ "Provision", "ProvisionViaIdentity" ], - "Uri": "/teams/{team-id}/primaryChannel/provisionEmail", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgTeamPrimaryChannelEmail" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/teams/{team-id}/primaryChannel/members", + "Method": "POST", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgTeamPrimaryChannelMember" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgTeamPrimaryChannelMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgTeamPrimaryChannelMessage" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgTeamPrimaryChannelMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgTeamPrimaryChannelMessageHostedContent" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgTeamPrimaryChannelMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgTeamPrimaryChannelMessageReply" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgTeamPrimaryChannelMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgTeamPrimaryChannelMessageReplyHostedContent" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", + "Method": "POST", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgTeamPrimaryChannelSharedWithTeam" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgTeamPrimaryChannelSharedWithTeam", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/tabs", + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgTeamPrimaryChannelTab" + "Permissions": [], + "Command": "New-MgTeamPrimaryChannelTab", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule/offerShiftRequests", + "Method": "POST", + "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Module": "Teams", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -313662,20 +313844,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgTeamScheduleOfferShiftRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/schedule/offerShiftRequests", - "OutputType": "IMicrosoftGraphOfferShiftRequest", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgTeamScheduleOfferShiftRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule/openShifts", + "Method": "POST", + "OutputType": "IMicrosoftGraphOpenShift", + "Module": "Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -313696,20 +313878,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgTeamScheduleOpenShift", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/schedule/openShifts", - "OutputType": "IMicrosoftGraphOpenShift", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgTeamScheduleOpenShift" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", + "Method": "POST", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Module": "Teams", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -313724,20 +313906,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgTeamScheduleOpenShiftChangeRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgTeamScheduleOpenShiftChangeRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule/schedulingGroups", + "Method": "POST", + "OutputType": "IMicrosoftGraphSchedulingGroup", + "Module": "Teams", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -313752,20 +313934,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgTeamScheduleSchedulingGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/schedule/schedulingGroups", - "OutputType": "IMicrosoftGraphSchedulingGroup", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgTeamScheduleSchedulingGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule/shifts", + "Method": "POST", + "OutputType": "IMicrosoftGraphShift", + "Module": "Teams", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -313780,20 +313962,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgTeamScheduleShift", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/schedule/shifts", - "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgTeamScheduleShift" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", + "Method": "POST", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Module": "Teams", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -313808,20 +313990,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgTeamScheduleSwapShiftChangeRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgTeamScheduleSwapShiftChangeRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule/timesOff", + "Method": "POST", + "OutputType": "IMicrosoftGraphTimeOff", + "Module": "Teams", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -313836,20 +314018,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgTeamScheduleTimeOff", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/schedule/timesOff", - "OutputType": "IMicrosoftGraphTimeOff", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgTeamScheduleTimeOff" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule/timeOffReasons", + "Method": "POST", + "OutputType": "IMicrosoftGraphTimeOffReason", + "Module": "Teams", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -313864,35 +314046,35 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgTeamScheduleTimeOffReason", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/schedule/timeOffReasons", - "OutputType": "IMicrosoftGraphTimeOffReason", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgTeamScheduleTimeOffReason" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/schedule/timeOffRequests", "Method": "POST", + "OutputType": "IMicrosoftGraphTimeOffRequest", + "Module": "Teams", + "Permissions": [], + "Command": "New-MgTeamScheduleTimeOffRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/schedule/timeOffRequests", - "OutputType": "IMicrosoftGraphTimeOffRequest", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgTeamScheduleTimeOffRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/tags", + "Method": "POST", + "OutputType": "IMicrosoftGraphTeamworkTag", + "Module": "Teams", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -313907,20 +314089,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgTeamTag", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/tags", - "OutputType": "IMicrosoftGraphTeamworkTag", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgTeamTag" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", + "Method": "POST", + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Module": "Teams", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -313935,285 +314117,285 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgTeamTagMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", - "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgTeamTagMember" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams", "Method": "POST", + "OutputType": "IMicrosoftGraphDeletedTeam", + "Module": "Teams", + "Permissions": [], + "Command": "New-MgTeamworkDeletedTeam", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/teamwork/deletedTeams", - "OutputType": "IMicrosoftGraphDeletedTeam", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgTeamworkDeletedTeam" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", "Method": "POST", + "OutputType": "IMicrosoftGraphChannel", + "Module": "Teams", + "Permissions": [], + "Command": "New-MgTeamworkDeletedTeamChannel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgTeamworkDeletedTeamChannel" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/provisionEmail", "Method": "POST", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "New-MgTeamworkDeletedTeamChannelEmail", "Variants": [ "Provision", "ProvisionViaIdentity" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/provisionEmail", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgTeamworkDeletedTeamChannelEmail" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", + "Method": "POST", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgTeamworkDeletedTeamChannelMember" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgTeamworkDeletedTeamChannelMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgTeamworkDeletedTeamChannelMessage" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgTeamworkDeletedTeamChannelMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgTeamworkDeletedTeamChannelMessageHostedContent" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgTeamworkDeletedTeamChannelMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgTeamworkDeletedTeamChannelMessageReply" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgTeamworkDeletedTeamChannelMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgTeamworkDeletedTeamChannelMessageReplyHostedContent" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", + "Method": "POST", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgTeamworkDeletedTeamChannelSharedWithTeam" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgTeamworkDeletedTeamChannelSharedWithTeam", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgTeamworkDeletedTeamChannelTab" + "Permissions": [], + "Command": "New-MgTeamworkDeletedTeamChannelTab", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/teamwork/workforceIntegrations", + "Method": "POST", + "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Module": "Teams", "Permissions": { "Name": "WorkforceIntegration.ReadWrite.All", "Description": "Read and write workforce integrations", "FullDescription": "Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgTeamworkWorkforceIntegration", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/teamwork/workforceIntegrations", - "OutputType": "IMicrosoftGraphWorkforceIntegration", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgTeamworkWorkforceIntegration" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/tenantRelationships/delegatedAdminCustomers", "Method": "POST", + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Module": "Identity.Partner", + "Permissions": [], + "Command": "New-MgTenantRelationshipDelegatedAdminCustomer", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/tenantRelationships/delegatedAdminCustomers", - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", - "ApiVersion": "v1.0", - "Module": "Identity.Partner", - "Command": "New-MgTenantRelationshipDelegatedAdminCustomer" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", "Method": "POST", + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Module": "Identity.Partner", + "Permissions": [], + "Command": "New-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", - "ApiVersion": "v1.0", - "Module": "Identity.Partner", - "Command": "New-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships", + "Method": "POST", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Module": "Identity.Partner", "Permissions": { "Name": "DelegatedAdminRelationship.ReadWrite.All", "Description": "Manage Delegated Admin relationships with customers", "FullDescription": "Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgTenantRelationshipDelegatedAdminRelationship", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", - "ApiVersion": "v1.0", - "Module": "Identity.Partner", - "Command": "New-MgTenantRelationshipDelegatedAdminRelationship" + "ApiVersion": "v1.0" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Module": "Identity.Partner", "Permissions": { "Name": "DelegatedAdminRelationship.ReadWrite.All", "Description": "Manage Delegated Admin relationships with customers", "FullDescription": "Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", - "ApiVersion": "v1.0", - "Module": "Identity.Partner", - "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", "Method": "POST", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Module": "Identity.Partner", + "Permissions": [], + "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", - "ApiVersion": "v1.0", - "Module": "Identity.Partner", - "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipOperation" + "ApiVersion": "v1.0" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", + "Method": "POST", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Module": "Identity.Partner", "Permissions": { "Name": "DelegatedAdminRelationship.ReadWrite.All", "Description": "Manage Delegated Admin relationships with customers", "FullDescription": "Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", - "ApiVersion": "v1.0", - "Module": "Identity.Partner", - "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/users", + "Method": "POST", + "OutputType": "IMicrosoftGraphUser", + "Module": "Users", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -314252,68 +314434,68 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgUser", "Variants": [ "Create", "CreateExpanded" ], - "Uri": "/users", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "New-MgUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/activities", "Method": "POST", + "OutputType": "IMicrosoftGraphUserActivity", + "Module": "CrossDeviceExperiences", + "Permissions": [], + "Command": "New-MgUserActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/activities", - "OutputType": "IMicrosoftGraphUserActivity", - "ApiVersion": "v1.0", - "Module": "CrossDeviceExperiences", - "Command": "New-MgUserActivity" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", "Method": "POST", + "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Module": "CrossDeviceExperiences", + "Permissions": [], + "Command": "New-MgUserActivityHistoryItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", - "OutputType": "IMicrosoftGraphActivityHistoryItem", - "ApiVersion": "v1.0", - "Module": "CrossDeviceExperiences", - "Command": "New-MgUserActivityHistoryItem" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/appRoleAssignments", + "Method": "POST", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Applications", "Permissions": { "Name": "AppRoleAssignment.ReadWrite.All", "Description": "Manage app permission grants and app role assignments", "FullDescription": "Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "New-MgUserAppRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/appRoleAssignments", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "New-MgUserAppRoleAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/emailMethods", + "Method": "POST", + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -314328,50 +314510,50 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgUserAuthenticationEmailMethod", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/authentication/emailMethods", - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgUserAuthenticationEmailMethod" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/authentication/methods", "Method": "POST", + "OutputType": null, + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "New-MgUserAuthenticationMethod", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/authentication/methods", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgUserAuthenticationMethod" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/authentication/operations", "Method": "POST", + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "New-MgUserAuthenticationOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/authentication/operations", - "OutputType": "IMicrosoftGraphLongRunningOperation", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgUserAuthenticationOperation" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/phoneMethods", + "Method": "POST", + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -314386,122 +314568,122 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "New-MgUserAuthenticationPhoneMethod", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/authentication/phoneMethods", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgUserAuthenticationPhoneMethod" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", + "Method": "POST", + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "Module": "Identity.SignIns", "Permissions": { "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 }, - "Method": "POST", + "Command": "New-MgUserAuthenticationTemporaryAccessPassMethod", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "New-MgUserAuthenticationTemporaryAccessPassMethod" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/calendars", + "Method": "POST", + "OutputType": "IMicrosoftGraphCalendar", + "Module": "Calendar", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgUserCalendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/calendars", - "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "New-MgUserCalendar" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/calendars/{calendar-id}/events", + "Method": "POST", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Calendar", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgUserCalendarEvent", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Uri": "/users/{user-id}/calendars/{calendar-id}/events", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "New-MgUserCalendarEvent" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/calendarGroups", + "Method": "POST", + "OutputType": "IMicrosoftGraphCalendarGroup", + "Module": "Calendar", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgUserCalendarGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/calendarGroups", - "OutputType": "IMicrosoftGraphCalendarGroup", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "New-MgUserCalendarGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", + "Method": "POST", + "OutputType": "IMicrosoftGraphCalendar", + "Module": "Calendar", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgUserCalendarGroupCalendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", - "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "New-MgUserCalendarGroupCalendar" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/calendar/calendarPermissions", "Method": "POST", + "OutputType": "IMicrosoftGraphCalendarPermission", + "Module": "Calendar", + "Permissions": [], + "Command": "New-MgUserCalendarPermission", "Variants": [ "Create", "Create1", @@ -314512,858 +314694,858 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Uri": "/users/{user-id}/calendar/calendarPermissions", - "OutputType": "IMicrosoftGraphCalendarPermission", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "New-MgUserCalendarPermission" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/users/{user-id}/chats", + "Method": "POST", "OutputType": "IMicrosoftGraphChat", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgUserChat" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserChat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgUserChatInstalledApp" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserChatInstalledApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/members", + "Method": "POST", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgUserChatMember" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserChatMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgUserChatMessage" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserChatMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgUserChatMessageHostedContent" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserChatMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgUserChatMessageReply" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserChatMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgUserChatMessageReplyHostedContent" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserChatMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", + "Method": "POST", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgUserChatPermissionGrant" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserChatPermissionGrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", + "Method": "POST", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgUserChatPinnedMessage" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserChatPinnedMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/tabs", + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "New-MgUserChatTab" + "Permissions": [], + "Command": "New-MgUserChatTab", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contacts", + "Method": "POST", + "OutputType": "IMicrosoftGraphContact", + "Module": "PersonalContacts", "Permissions": { "Name": "Contacts.ReadWrite", "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgUserContact", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contacts", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "New-MgUserContact" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", "Method": "POST", + "OutputType": null, + "Module": "PersonalContacts", + "Permissions": [], + "Command": "New-MgUserContactExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "New-MgUserContactExtension" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders", + "Method": "POST", + "OutputType": "IMicrosoftGraphContactFolder", + "Module": "PersonalContacts", "Permissions": { "Name": "Contacts.ReadWrite", "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgUserContactFolder", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contactFolders", - "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "New-MgUserContactFolder" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", + "Method": "POST", + "OutputType": "IMicrosoftGraphContactFolder", + "Module": "PersonalContacts", "Permissions": { "Name": "Contacts.ReadWrite", "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgUserContactFolderChildFolder", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", - "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "New-MgUserContactFolderChildFolder" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", "Method": "POST", + "OutputType": "IMicrosoftGraphContact", + "Module": "PersonalContacts", + "Permissions": [], + "Command": "New-MgUserContactFolderChildFolderContact", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "New-MgUserContactFolderChildFolderContact" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", "Method": "POST", + "OutputType": null, + "Module": "PersonalContacts", + "Permissions": [], + "Command": "New-MgUserContactFolderChildFolderContactExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "New-MgUserContactFolderChildFolderContactExtension" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", + "Method": "POST", + "OutputType": "IMicrosoftGraphContact", + "Module": "PersonalContacts", "Permissions": { "Name": "Contacts.ReadWrite", "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgUserContactFolderContact", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "New-MgUserContactFolderContact" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", "Method": "POST", + "OutputType": null, + "Module": "PersonalContacts", + "Permissions": [], + "Command": "New-MgUserContactFolderContactExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "New-MgUserContactFolderContactExtension" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/calendar/events", + "Method": "POST", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Calendar", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgUserDefaultCalendarEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/calendar/events", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "New-MgUserDefaultCalendarEvent" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "New-MgUserDeviceManagementTroubleshootingEvent" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserDeviceManagementTroubleshootingEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives", + "Method": "POST", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgUserDrive" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserDrive", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/bundles", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgUserDriveBundle" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserDriveBundle", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgUserDriveItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserDriveItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgUserDriveItemAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserDriveItemAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgUserDriveItemChild" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserDriveItemChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createLink", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "New-MgUserDriveItemLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserDriveItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgUserDriveItemListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserDriveItemListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgUserDriveItemListItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserDriveItemListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgUserDriveItemPermission" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserDriveItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgUserDriveItemSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserDriveItemSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "Method": "POST", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgUserDriveItemThumbnail" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserDriveItemThumbnail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "New-MgUserDriveItemUploadSession" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserDriveItemUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgUserDriveItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserDriveItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgUserDriveListColumn" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserDriveListColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgUserDriveListContentType" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserDriveListContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgUserDriveListContentTypeColumn" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserDriveListContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Method": "POST", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgUserDriveListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserDriveListContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items", + "Method": "POST", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgUserDriveListItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserDriveListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgUserDriveListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserDriveListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgUserDriveListItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserDriveListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", + "Method": "POST", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgUserDriveListOperation" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserDriveListOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgUserDriveListSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserDriveListSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgUserDriveRootAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserDriveRootAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/children", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgUserDriveRootChild" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserDriveRootChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/createLink", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "New-MgUserDriveRootLink" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserDriveRootLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgUserDriveRootListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserDriveRootListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgUserDriveRootListItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserDriveRootListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgUserDriveRootPermission" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserDriveRootPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgUserDriveRootSubscription" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserDriveRootSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", + "Method": "POST", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgUserDriveRootThumbnail" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserDriveRootThumbnail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/createUploadSession", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "New-MgUserDriveRootUploadSession" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserDriveRootUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "New-MgUserDriveRootVersion" + "Permissions": [], + "Command": "New-MgUserDriveRootVersion", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/events", + "Method": "POST", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Calendar", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgUserEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/events", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "New-MgUserEvent" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/events/{event-id}/attachments", + "Method": "POST", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Calendar", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgUserEventAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/events/{event-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "New-MgUserEventAttachment" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession", + "Method": "POST", + "OutputType": "IMicrosoftGraphUploadSession", + "Module": "Users.Actions", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -315378,566 +315560,566 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgUserEventAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "New-MgUserEventAttachmentUploadSession" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/users/{user-id}/events/{event-id}/extensions", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Calendar", - "Command": "New-MgUserEventExtension" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserEventExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", "Module": "Calendar", - "Command": "New-MgUserEventInstanceAttachment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserEventInstanceAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "New-MgUserEventInstanceAttachmentUploadSession" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserEventInstanceAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Calendar", - "Command": "New-MgUserEventInstanceExtension" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserEventInstanceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/extensions", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", - "Command": "New-MgUserExtension" + "Permissions": [], + "Command": "New-MgUserExtension", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/inferenceClassification/overrides", + "Method": "POST", + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Module": "Mail", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgUserInferenceClassificationOverride", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/inferenceClassification/overrides", - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "New-MgUserInferenceClassificationOverride" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders", + "Method": "POST", + "OutputType": "IMicrosoftGraphMailFolder", + "Module": "Mail", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgUserMailFolder", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "New-MgUserMailFolder" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", + "Method": "POST", + "OutputType": "IMicrosoftGraphMailFolder", + "Module": "Mail", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgUserMailFolderChildFolder", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "New-MgUserMailFolderChildFolder" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", "Method": "POST", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Mail", + "Permissions": [], + "Command": "New-MgUserMailFolderChildFolderMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "New-MgUserMailFolderChildFolderMessage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", "Method": "POST", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Mail", + "Permissions": [], + "Command": "New-MgUserMailFolderChildFolderMessageAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "New-MgUserMailFolderChildFolderMessageAttachment" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession", + "Method": "POST", + "OutputType": "IMicrosoftGraphUploadSession", + "Module": "Users.Actions", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgUserMailFolderChildFolderMessageAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "New-MgUserMailFolderChildFolderMessageAttachmentUploadSession" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", "Method": "POST", + "OutputType": null, + "Module": "Mail", + "Permissions": [], + "Command": "New-MgUserMailFolderChildFolderMessageExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "New-MgUserMailFolderChildFolderMessageExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward", "Method": "POST", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Users.Actions", + "Permissions": [], + "Command": "New-MgUserMailFolderChildFolderMessageForward", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "New-MgUserMailFolderChildFolderMessageForward" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply", "Method": "POST", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Users.Actions", + "Permissions": [], + "Command": "New-MgUserMailFolderChildFolderMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "New-MgUserMailFolderChildFolderMessageReply" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll", "Method": "POST", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Users.Actions", + "Permissions": [], + "Command": "New-MgUserMailFolderChildFolderMessageReplyAll", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "New-MgUserMailFolderChildFolderMessageReplyAll" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", "Method": "POST", + "OutputType": "IMicrosoftGraphMessageRule", + "Module": "Mail", + "Permissions": [], + "Command": "New-MgUserMailFolderChildFolderMessageRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", - "OutputType": "IMicrosoftGraphMessageRule", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "New-MgUserMailFolderChildFolderMessageRule" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", + "Method": "POST", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Mail", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgUserMailFolderMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "New-MgUserMailFolderMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", + "Method": "POST", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Mail", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgUserMailFolderMessageAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "New-MgUserMailFolderMessageAttachment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession", "Method": "POST", + "OutputType": "IMicrosoftGraphUploadSession", + "Module": "Users.Actions", + "Permissions": [], + "Command": "New-MgUserMailFolderMessageAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "New-MgUserMailFolderMessageAttachmentUploadSession" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", "Method": "POST", + "OutputType": null, + "Module": "Mail", + "Permissions": [], + "Command": "New-MgUserMailFolderMessageExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "New-MgUserMailFolderMessageExtension" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward", + "Method": "POST", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Users.Actions", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgUserMailFolderMessageForward", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "New-MgUserMailFolderMessageForward" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply", + "Method": "POST", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Users.Actions", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgUserMailFolderMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "New-MgUserMailFolderMessageReply" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll", + "Method": "POST", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Users.Actions", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgUserMailFolderMessageReplyAll", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "New-MgUserMailFolderMessageReplyAll" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", + "Method": "POST", "OutputType": "IMicrosoftGraphMessageRule", - "ApiVersion": "v1.0", "Module": "Mail", - "Command": "New-MgUserMailFolderMessageRule" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserMailFolderMessageRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "New-MgUserManagedDevice" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserManagedDevice", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "New-MgUserManagedDeviceCompliancePolicyState" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserManagedDeviceCompliancePolicyState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "New-MgUserManagedDeviceConfigurationState" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserManagedDeviceConfigurationState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "New-MgUserManagedDeviceLogCollectionResponse" - }, - { "Permissions": [], - "Method": "POST", + "Command": "New-MgUserManagedDeviceLogCollectionResponse", "Variants": [ "Create", - "CreateViaIdentity" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "New-MgUserManagedDeviceLogCollectionResponseDownloadUrl" + "Permissions": [], + "Command": "New-MgUserManagedDeviceLogCollectionResponseDownloadUrl", + "Variants": [ + "Create", + "CreateViaIdentity" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "New-MgUserManagedDeviceWindowsDefenderUpdateSignature", "Variants": [ "Update", "UpdateViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "New-MgUserManagedDeviceWindowsDefenderUpdateSignature" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Module": "Devices.CorporateManagement", + "Permissions": [], + "Command": "New-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "New-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/messages", + "Method": "POST", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Mail", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgUserMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/messages", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "New-MgUserMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/messages/{message-id}/attachments", + "Method": "POST", + "OutputType": "IMicrosoftGraphAttachment", + "Module": "Mail", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgUserMessageAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/messages/{message-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "New-MgUserMessageAttachment" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession", + "Method": "POST", + "OutputType": "IMicrosoftGraphUploadSession", + "Module": "Users.Actions", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -315952,95 +316134,95 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgUserMessageAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "New-MgUserMessageAttachmentUploadSession" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/extensions", "Method": "POST", + "OutputType": null, + "Module": "Mail", + "Permissions": [], + "Command": "New-MgUserMessageExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/messages/{message-id}/extensions", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "New-MgUserMessageExtension" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/messages/{message-id}/createForward", + "Method": "POST", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Users.Actions", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgUserMessageForward", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/messages/{message-id}/createForward", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "New-MgUserMessageForward" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/messages/{message-id}/createReply", + "Method": "POST", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Users.Actions", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgUserMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/messages/{message-id}/createReply", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "New-MgUserMessageReply" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/messages/{message-id}/createReplyAll", + "Method": "POST", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Users.Actions", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgUserMessageReplyAll", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Uri": "/users/{user-id}/messages/{message-id}/createReplyAll", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "New-MgUserMessageReplyAll" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onenote/notebooks", + "Method": "POST", + "OutputType": "IMicrosoftGraphNotebook", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -316061,20 +316243,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgUserOnenoteNotebook", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onenote/notebooks", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "New-MgUserOnenoteNotebook" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -316095,20 +316277,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgUserOnenoteNotebookSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "New-MgUserOnenoteNotebookSection" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Method": "POST", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -316129,20 +316311,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgUserOnenoteNotebookSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "New-MgUserOnenoteNotebookSectionGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onenote/pages", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenotePage", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -316163,50 +316345,50 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgUserOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onenote/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "New-MgUserOnenotePage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onenote/sections", "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Notes", + "Permissions": [], + "Command": "New-MgUserOnenoteSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onenote/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "New-MgUserOnenoteSection" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onenote/sectionGroups", "Method": "POST", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Notes", + "Permissions": [], + "Command": "New-MgUserOnenoteSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onenote/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "New-MgUserOnenoteSectionGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -316227,20 +316409,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgUserOnenoteSectionGroupSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "New-MgUserOnenoteSectionGroupSection" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenotePage", + "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -316261,20 +316443,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgUserOnenoteSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "New-MgUserOnenoteSectionPage" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onlineMeetings", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Module": "CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -316289,100 +316471,100 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgUserOnlineMeeting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onlineMeetings", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "New-MgUserOnlineMeeting" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", "Method": "POST", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Module": "CloudCommunications", + "Permissions": [], + "Command": "New-MgUserOnlineMeetingAttendanceReport", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "New-MgUserOnlineMeetingAttendanceReport" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "Method": "POST", + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Module": "CloudCommunications", + "Permissions": [], + "Command": "New-MgUserOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "New-MgUserOnlineMeetingAttendanceReportAttendanceRecord" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/outlook/masterCategories", + "Method": "POST", + "OutputType": "IMicrosoftGraphOutlookCategory", + "Module": "Users", "Permissions": { "Name": "MailboxSettings.ReadWrite", "Description": "Read and write to your mailbox settings", "FullDescription": "Allows the app to read, update, create, and delete your mailbox settings.", "IsAdmin": false }, - "Method": "POST", + "Command": "New-MgUserOutlookMasterCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/outlook/masterCategories", - "OutputType": "IMicrosoftGraphOutlookCategory", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "New-MgUserOutlookMasterCategory" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/scopedRoleMemberOf", "Method": "POST", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "New-MgUserScopedRoleMemberOf", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/scopedRoleMemberOf", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgUserScopedRoleMemberOf" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/teamwork/associatedTeams", "Method": "POST", + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Module": "Teams", + "Permissions": [], + "Command": "New-MgUserTeamworkAssociatedTeam", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/teamwork/associatedTeams", - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgUserTeamworkAssociatedTeam" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/teamwork/installedApps", + "Method": "POST", + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", + "Module": "Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteForUser", @@ -316409,20 +316591,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgUserTeamworkInstalledApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/teamwork/installedApps", - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "New-MgUserTeamworkInstalledApp" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists", + "Method": "POST", + "OutputType": "IMicrosoftGraphTodoTaskList", + "Module": "Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -316437,35 +316619,35 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgUserTodoList", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/todo/lists", - "OutputType": "IMicrosoftGraphTodoTaskList", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "New-MgUserTodoList" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", "Method": "POST", + "OutputType": null, + "Module": "Users", + "Permissions": [], + "Command": "New-MgUserTodoListExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "New-MgUserTodoListExtension" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", + "Method": "POST", + "OutputType": "IMicrosoftGraphTodoTask", + "Module": "Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -316480,20 +316662,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgUserTodoListTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", - "OutputType": "IMicrosoftGraphTodoTask", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "New-MgUserTodoListTask" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", + "Method": "POST", + "OutputType": "IMicrosoftGraphAttachmentBase", + "Module": "Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -316508,20 +316690,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgUserTodoListTaskAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", - "OutputType": "IMicrosoftGraphAttachmentBase", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "New-MgUserTodoListTaskAttachment" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession", + "Method": "POST", + "OutputType": "IMicrosoftGraphUploadSession", + "Module": "Users.Actions", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -316536,20 +316718,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgUserTodoListTaskAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "New-MgUserTodoListTaskAttachmentUploadSession" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", + "Method": "POST", + "OutputType": "IMicrosoftGraphChecklistItem", + "Module": "Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -316564,35 +316746,35 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgUserTodoListTaskChecklistItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", - "OutputType": "IMicrosoftGraphChecklistItem", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "New-MgUserTodoListTaskChecklistItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", "Method": "POST", + "OutputType": null, + "Module": "Users", + "Permissions": [], + "Command": "New-MgUserTodoListTaskExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "New-MgUserTodoListTaskExtension" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", + "Method": "POST", + "OutputType": "IMicrosoftGraphLinkedResource", + "Module": "Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -316607,64 +316789,64 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "New-MgUserTodoListTaskLinkedResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", - "OutputType": "IMicrosoftGraphLinkedResource", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "New-MgUserTodoListTaskLinkedResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/Ping", "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Ping-MgBetaApplicationSynchronization", "Variants": [ "Ping", "PingViaIdentity" ], - "Uri": "/applications/{application-id}/synchronization/Ping", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Ping-MgBetaApplicationSynchronization" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/Ping", "Method": "GET", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Ping-MgBetaServicePrincipalSynchronization", "Variants": [ "Ping", "PingViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/Ping", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Ping-MgBetaServicePrincipalSynchronization" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/publish", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Bookings", "Permissions": { "Name": "Bookings.Manage.All", "Description": "Manage bookings information", "FullDescription": "Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.", "IsAdmin": false }, - "Method": "POST", + "Command": "Publish-MgBetaBookingBusiness", "Variants": [ "Publish", "PublishViaIdentity" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/publish", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Publish-MgBetaBookingBusiness" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/release", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -316679,18 +316861,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Publish-MgBetaComplianceEdiscoveryCaseCustodian", "Variants": [ "Release", "ReleaseViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/release", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Publish-MgBetaComplianceEdiscoveryCaseCustodian" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/release", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -316705,31 +316887,31 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Publish-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Release", "ReleaseViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/release", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Publish-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", "Method": "POST", + "OutputType": null, + "Module": "Beta.Files", + "Permissions": [], + "Command": "Publish-MgBetaDriveListContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Publish-MgBetaDriveListContentType" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish", + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -316744,96 +316926,96 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Publish-MgBetaEducationClassAssignment", "Variants": [ "Publish", "PublishViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Publish-MgBetaEducationClassAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Publish", - "PublishViaIdentity" - ], "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/publish", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Publish-MgBetaEducationClassModule" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Publish-MgBetaEducationClassModule", "Variants": [ "Publish", "PublishViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/publish", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Publish-MgBetaEducationMeAssignment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Publish-MgBetaEducationMeAssignment", "Variants": [ "Publish", "PublishViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/publish", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Publish-MgBetaEducationUserAssignment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Publish-MgBetaEducationUserAssignment", "Variants": [ "Publish", "PublishViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Publish-MgBetaGroupDriveListContentType" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Publish-MgBetaGroupDriveListContentType", "Variants": [ "Publish", "PublishViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/publish", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Publish-MgBetaGroupSiteContentType" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Publish-MgBetaGroupSiteContentType", "Variants": [ "Publish", "PublishViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Publish-MgBetaGroupSiteListContentType" + "Permissions": [], + "Command": "Publish-MgBetaGroupSiteListContentType", + "Variants": [ + "Publish", + "PublishViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -316848,18 +317030,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Publish-MgBetaSecurityCaseEdiscoveryCaseCustodian", "Variants": [ "Release", "ReleaseViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Publish-MgBetaSecurityCaseEdiscoveryCaseCustodian" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/release", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -316874,106 +317056,106 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Publish-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Release", "ReleaseViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/release", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Publish-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/publish", "Method": "POST", + "OutputType": null, + "Module": "Beta.Files", + "Permissions": [], + "Command": "Publish-MgBetaShareListContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/publish", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Publish-MgBetaShareListContentType" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/publish", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": { "Name": "Sites.FullControl.All", "Description": "Have full control of all your site collections", "FullDescription": "Allow the application to have full control of all site collections on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Publish-MgBetaSiteContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/publish", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Publish-MgBetaSiteContentType" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", "Method": "POST", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Publish-MgBetaSiteListContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Publish-MgBetaSiteListContentType" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Publish-MgBetaUserDriveListContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Publish-MgBetaUserDriveListContentType" + "ApiVersion": "beta" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/publish", + "Method": "POST", + "OutputType": null, + "Module": "Bookings", "Permissions": { "Name": "Bookings.Manage.All", "Description": "Manage bookings information", "FullDescription": "Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.", "IsAdmin": false }, - "Method": "POST", + "Command": "Publish-MgBookingBusiness", "Variants": [ "Publish", "PublishViaIdentity" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/publish", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Publish-MgBookingBusiness" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", "Method": "POST", + "OutputType": null, + "Module": "Files", + "Permissions": [], + "Command": "Publish-MgDriveListContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Publish-MgDriveListContentType" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish", + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -316988,83 +317170,83 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Publish-MgEducationClassAssignment", "Variants": [ "Publish", "PublishViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Publish-MgEducationClassAssignment" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Publish", - "PublishViaIdentity" - ], "Uri": "/education/me/assignments/{educationAssignment-id}/publish", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Publish-MgEducationMeAssignment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Publish-MgEducationMeAssignment", "Variants": [ "Publish", "PublishViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/publish", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Publish-MgEducationUserAssignment" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Publish-MgEducationUserAssignment", "Variants": [ "Publish", "PublishViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Publish-MgGroupDriveListContentType" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Publish-MgGroupDriveListContentType", "Variants": [ "Publish", "PublishViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/publish", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Publish-MgGroupSiteContentType" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Publish-MgGroupSiteContentType", "Variants": [ "Publish", "PublishViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Publish-MgGroupSiteListContentType" + "Permissions": [], + "Command": "Publish-MgGroupSiteListContentType", + "Variants": [ + "Publish", + "PublishViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release", + "Method": "POST", + "OutputType": null, + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -317079,18 +317261,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Publish-MgSecurityCaseEdiscoveryCaseCustodian", "Variants": [ "Release", "ReleaseViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Publish-MgSecurityCaseEdiscoveryCaseCustodian" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/release", + "Method": "POST", + "OutputType": null, + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -317105,283 +317287,283 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Publish-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Release", "ReleaseViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/release", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Publish-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/publish", "Method": "POST", + "OutputType": null, + "Module": "Files", + "Permissions": [], + "Command": "Publish-MgShareListContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/publish", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Publish-MgShareListContentType" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/publish", + "Method": "POST", + "OutputType": null, + "Module": "Sites", "Permissions": { "Name": "Sites.FullControl.All", "Description": "Have full control of all your site collections", "FullDescription": "Allow the application to have full control of all site collections on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Publish-MgSiteContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/publish", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Publish-MgSiteContentType" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", "Method": "POST", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Publish-MgSiteListContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Publish-MgSiteListContentType" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Publish-MgUserDriveListContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Publish-MgUserDriveListContentType" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/register", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Register-MgBetaPrivilegedAccessResource", "Variants": [ "Register", "RegisterExpanded", "RegisterViaIdentity", "RegisterViaIdentityExpanded" ], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/register", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Register-MgBetaPrivilegedAccessResource" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete" - ], "Uri": "/admin/edge", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Remove-MgAdminEdge" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgAdminEdge", "Variants": [ "Delete" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/admin/edge/internetExplorerMode", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Remove-MgAdminEdgeInternetExplorerMode" + "Permissions": [], + "Command": "Remove-MgAdminEdgeInternetExplorerMode", + "Variants": [ + "Delete" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": { "Name": "BrowserSiteLists.ReadWrite.All", "Description": "Read and write browser site lists for your organization", "FullDescription": "Allows an app to read and write the browser site lists configured for your organization, on your behalf.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteList" + "ApiVersion": "v1.0" }, { + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": { "Name": "BrowserSiteLists.ReadWrite.All", "Description": "Read and write browser site lists for your organization", "FullDescription": "Allows an app to read and write the browser site lists configured for your organization, on your behalf.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteListSharedCookie" + "ApiVersion": "v1.0" }, { + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": { "Name": "BrowserSiteLists.ReadWrite.All", "Description": "Read and write browser site lists for your organization", "FullDescription": "Allows an app to read and write the browser site lists configured for your organization, on your behalf.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteListSite", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteListSite" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete" - ], "Uri": "/admin/sharepoint", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgAdminSharepoint" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgAdminSharepoint", "Variants": [ "Delete" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/admin/sharepoint/settings", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgAdminSharepointSetting" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgAdminSharepointSetting", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/agreements/{agreement-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgAgreement" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgAgreement", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgAgreementAcceptance" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgAgreementAcceptance", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/agreements/{agreement-id}/file", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgAgreementFile" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgAgreementFile", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgAgreementFileLocalization" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgAgreementFileLocalization", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgAgreementFileLocalizationVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgAgreementFileLocalizationVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgAgreementFileVersion" + "Permissions": [], + "Command": "Remove-MgAgreementFileVersion", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/removeAllDevicesFromManagement", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Remove-MgAllUserDeviceFromManagement", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Uri": "/users/{user-id}/removeAllDevicesFromManagement", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Remove-MgAllUserDeviceFromManagement" + "ApiVersion": "v1.0" }, { + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "AppCatalog.ReadWrite.All", @@ -317402,18 +317584,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgAppCatalogTeamApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Remove-MgAppCatalogTeamApp" + "ApiVersion": "v1.0" }, { + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "AppCatalog.ReadWrite.All", @@ -317434,31 +317616,31 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgAppCatalogTeamAppDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Remove-MgAppCatalogTeamAppDefinition" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", "Method": "DELETE", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Remove-MgAppCatalogTeamAppDefinitionBot", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Remove-MgAppCatalogTeamAppDefinitionBot" + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -317473,44 +317655,44 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgApplication", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/applications/{application-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Remove-MgApplication" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/appManagementPolicies/{appManagementPolicy-id}/$ref", "Method": "DELETE", + "OutputType": null, + "Module": "Applications", + "Permissions": [], + "Command": "Remove-MgApplicationAppManagementPolicyByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/applications/{application-id}/appManagementPolicies/{appManagementPolicy-id}/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Remove-MgApplicationAppManagementPolicyByRef" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications(appId='{appId}')", "Method": "DELETE", + "OutputType": null, + "Module": "Applications", + "Permissions": [], + "Command": "Remove-MgApplicationByAppId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/applications(appId='{appId}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Remove-MgApplicationByAppId" + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -317531,18 +317713,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgApplicationExtensionProperty", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Remove-MgApplicationExtensionProperty" + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -317557,18 +317739,18 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgApplicationFederatedIdentityCredential", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Remove-MgApplicationFederatedIdentityCredential" + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/removeKey", + "Method": "POST", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -317589,20 +317771,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Remove-MgApplicationKey", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/removeKey", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Remove-MgApplicationKey" + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -317623,18 +317805,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgApplicationOwnerByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Remove-MgApplicationOwnerByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/removePassword", + "Method": "POST", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -317655,85 +317837,85 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Remove-MgApplicationPassword", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/removePassword", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Remove-MgApplicationPassword" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/applications/{application-id}/synchronization", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Remove-MgApplicationSynchronization" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgApplicationSynchronization", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Remove-MgApplicationSynchronizationJob" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgApplicationSynchronizationJob", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Remove-MgApplicationSynchronizationJobSchema" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgApplicationSynchronizationJobSchema", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Remove-MgApplicationSynchronizationJobSchemaDirectory" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgApplicationSynchronizationJobSchemaDirectory", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Remove-MgApplicationSynchronizationTemplate" + "Permissions": [], + "Command": "Remove-MgApplicationSynchronizationTemplate", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "Method": "DELETE", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -317748,31 +317930,31 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgApplicationSynchronizationTemplateSchema", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Remove-MgApplicationSynchronizationTemplateSchema" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Applications", + "Permissions": [], + "Command": "Remove-MgApplicationSynchronizationTemplateSchemaDirectory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Remove-MgApplicationSynchronizationTemplateSchemaDirectory" + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -317799,18 +317981,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgApplicationTokenIssuancePolicyByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Remove-MgApplicationTokenIssuancePolicyByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -317837,18 +318019,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgApplicationTokenLifetimePolicyByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Remove-MgApplicationTokenLifetimePolicyByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/accessReviews/{accessReview-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.ReadWrite.All", @@ -317863,96 +318045,96 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaAccessReview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/accessReviews/{accessReview-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaAccessReview" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaAccessReviewDecision" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaAccessReviewDecision", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaAccessReviewInstance" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaAccessReviewInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaAccessReviewInstanceDecision" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaAccessReviewInstanceDecision", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaAccessReviewInstanceMyDecision" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaAccessReviewInstanceMyDecision", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaAccessReviewInstanceReviewer" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaAccessReviewInstanceReviewer", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaAccessReviewMyDecision" + "Permissions": [], + "Command": "Remove-MgBetaAccessReviewMyDecision", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.ReadWrite.All", @@ -317967,327 +318149,327 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaAccessReviewReviewer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaAccessReviewReviewer" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete" - ], "Uri": "/admin/edge", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaAdminEdge" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaAdminEdge", "Variants": [ "Delete" ], + "ApiVersion": "beta" + }, + { "Uri": "/admin/edge/internetExplorerMode", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaAdminEdgeInternetExplorerMode" + "Permissions": [], + "Command": "Remove-MgBetaAdminEdgeInternetExplorerMode", + "Variants": [ + "Delete" + ], + "ApiVersion": "beta" }, { + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "Name": "BrowserSiteLists.ReadWrite.All", "Description": "Read and write browser site lists for your organization", "FullDescription": "Allows an app to read and write the browser site lists configured for your organization, on your behalf.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteList" + "ApiVersion": "beta" }, { + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "Name": "BrowserSiteLists.ReadWrite.All", "Description": "Read and write browser site lists for your organization", "FullDescription": "Allows an app to read and write the browser site lists configured for your organization, on your behalf.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie" + "ApiVersion": "beta" }, { + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "Name": "BrowserSiteLists.ReadWrite.All", "Description": "Read and write browser site lists for your organization", "FullDescription": "Allows an app to read and write the browser site lists configured for your organization, on your behalf.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSite", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSite" + "ApiVersion": "beta" }, { + "Uri": "/administrativeUnits/{administrativeUnit-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "AdministrativeUnit.ReadWrite.All", "Description": "Read and write administrative units", "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaAdministrativeUnit", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/administrativeUnits/{administrativeUnit-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaAdministrativeUnit" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Remove-MgBetaAdministrativeUnitExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaAdministrativeUnitExtension" + "ApiVersion": "beta" }, { + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "AdministrativeUnit.ReadWrite.All", "Description": "Read and write administrative units", "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaAdministrativeUnitMemberByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaAdministrativeUnitMemberByRef" + "ApiVersion": "beta" }, { + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaAdministrativeUnitScopedRoleMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaAdministrativeUnitScopedRoleMember" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/people", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Remove-MgBetaAdminPeople", "Variants": [ "Delete" ], - "Uri": "/admin/people", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaAdminPeople" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Remove-MgBetaAdminPeopleProfileCardProperty", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaAdminPeopleProfileCardProperty" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete" - ], "Uri": "/admin/people/pronouns", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaAdminPeoplePronoun" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaAdminPeoplePronoun", "Variants": [ "Delete" ], + "ApiVersion": "beta" + }, + { "Uri": "/admin/reportSettings", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Command": "Remove-MgBetaAdminReportSetting" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaAdminReportSetting", "Variants": [ "Delete" ], + "ApiVersion": "beta" + }, + { "Uri": "/admin/sharepoint", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaAdminSharepoint" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaAdminSharepoint", "Variants": [ "Delete" ], + "ApiVersion": "beta" + }, + { "Uri": "/admin/sharepoint/settings", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaAdminSharepointSetting" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaAdminSharepointSetting", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaAgreement" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaAgreement", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaAgreementAcceptance" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaAgreementAcceptance", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}/file", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaAgreementFile" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaAgreementFile", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaAgreementFileLocalization" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaAgreementFileLocalization", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaAgreementFileLocalizationVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaAgreementFileLocalizationVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaAgreementFileVersion" + "Permissions": [], + "Command": "Remove-MgBetaAgreementFileVersion", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/removeAllDevicesFromManagement", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Remove-MgBetaAllUserDeviceFromManagement", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Uri": "/users/{user-id}/removeAllDevicesFromManagement", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Remove-MgBetaAllUserDeviceFromManagement" + "ApiVersion": "beta" }, { + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "AppCatalog.ReadWrite.All", @@ -318308,18 +318490,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaAppCatalogTeamApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaAppCatalogTeamApp" + "ApiVersion": "beta" }, { + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "AppCatalog.ReadWrite.All", @@ -318340,83 +318522,83 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaAppCatalogTeamAppDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaAppCatalogTeamAppDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionBot" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionBot", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionColorIcon" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionColorIcon", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIcon" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent" + "Permissions": [], + "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -318431,70 +318613,70 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaApplication", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/applications/{application-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplication" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/applications/{application-id}/appManagementPolicies/{appManagementPolicy-id}/$ref", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationAppManagementPolicyByRef" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaApplicationAppManagementPolicyByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/applications(appId='{appId}')", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationByAppId" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaApplicationByAppId", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/applications(uniqueName='{uniqueName}')", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationByUniqueName" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaApplicationByUniqueName", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/connectorGroup/$ref", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationConnectorGroupByRef" + "Permissions": [], + "Command": "Remove-MgBetaApplicationConnectorGroupByRef", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -318515,18 +318697,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaApplicationExtensionProperty", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationExtensionProperty" + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -318541,18 +318723,18 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaApplicationFederatedIdentityCredential", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationFederatedIdentityCredential" + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/removeKey", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -318573,20 +318755,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Remove-MgBetaApplicationKey", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/removeKey", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationKey" + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -318607,18 +318789,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaApplicationOwnerByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationOwnerByRef" + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/removePassword", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -318639,98 +318821,98 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Remove-MgBetaApplicationPassword", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/removePassword", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationPassword" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/applications/{application-id}/synchronization", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationSynchronization" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaApplicationSynchronization", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationSynchronizationJob" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaApplicationSynchronizationJob", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationSynchronizationJobBulkUpload" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaApplicationSynchronizationJobBulkUpload", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationSynchronizationJobSchema" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaApplicationSynchronizationJobSchema", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationSynchronizationJobSchemaDirectory" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaApplicationSynchronizationJobSchemaDirectory", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationSynchronizationTemplate" + "Permissions": [], + "Command": "Remove-MgBetaApplicationSynchronizationTemplate", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -318745,31 +318927,31 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaApplicationSynchronizationTemplateSchema", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationSynchronizationTemplateSchema" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Remove-MgBetaApplicationSynchronizationTemplateSchemaDirectory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationSynchronizationTemplateSchemaDirectory" + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -318796,18 +318978,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaApplicationTokenIssuancePolicyByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationTokenIssuancePolicyByRef" + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -318834,18 +319016,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaApplicationTokenLifetimePolicyByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationTokenLifetimePolicyByRef" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -318866,18 +319048,18 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaBookingBusiness", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBookingBusiness" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -318904,31 +319086,31 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaBookingBusinessAppointment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBookingBusinessAppointment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Remove-MgBetaBookingBusinessCalendarView", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBookingBusinessCalendarView" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -318955,18 +319137,18 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaBookingBusinessCustomer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBookingBusinessCustomer" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -318987,18 +319169,18 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaBookingBusinessCustomQuestion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBookingBusinessCustomQuestion" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -319013,18 +319195,18 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaBookingBusinessService", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBookingBusinessService" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -319039,44 +319221,44 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaBookingBusinessStaffMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBookingBusinessStaffMember" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/bookingCurrencies/{bookingCurrency-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Remove-MgBetaBookingCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/bookingCurrencies/{bookingCurrency-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBookingCurrency" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Remove-MgBetaBusinessFlowTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaBusinessFlowTemplate" + "ApiVersion": "beta" }, { + "Uri": "/solutions/businessScenarios/{businessScenario-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Bookings", "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.All", @@ -319091,44 +319273,44 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaBusinessScenario", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBusinessScenario" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Remove-MgBetaBusinessScenarioPlanner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBusinessScenarioPlanner" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Remove-MgBetaBusinessScenarioPlannerPlanConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBusinessScenarioPlannerPlanConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Bookings", "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.All", @@ -319143,114 +319325,114 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization" + "ApiVersion": "beta" }, { + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Bookings", "Permissions": { "Name": "BusinessScenarioData.ReadWrite.OwnedBy", "Description": "Read and write data for business scenarios this app creates or owns", "FullDescription": "Allows the app to fully manage all data associated with the business scenarios it owns. These changes will be attributed to you.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaBusinessScenarioPlannerTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBusinessScenarioPlannerTask" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBusinessScenarioPlannerTaskAssignedToTaskBoardFormat" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBusinessScenarioPlannerTaskBucketTaskBoardFormat" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaBusinessScenarioPlannerTaskBucketTaskBoardFormat", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBusinessScenarioPlannerTaskConfiguration" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaBusinessScenarioPlannerTaskConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBusinessScenarioPlannerTaskDetail" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaBusinessScenarioPlannerTaskDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBusinessScenarioPlannerTaskProgressTaskBoardFormat" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaBusinessScenarioPlannerTaskProgressTaskBoardFormat", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaChat" + "Permissions": [], + "Command": "Remove-MgBetaChat", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -319283,31 +319465,31 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaChatInstalledApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaChatInstalledApp" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/lastMessagePreview", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Remove-MgBetaChatLastMessagePreview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/chats/{chat-id}/lastMessagePreview", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaChatLastMessagePreview" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -319328,57 +319510,57 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaChatMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaChatMember" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaChatMessageReplyHostedContent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaChatMessageReplyHostedContent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaChatOperation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaChatOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaChatPermissionGrant" + "Permissions": [], + "Command": "Remove-MgBetaChatPermissionGrant", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.ReadWrite", @@ -319393,18 +319575,18 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaChatPinnedMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaChatPinnedMessage" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsTab.Delete.Chat", @@ -319443,18 +319625,18 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaChatTab", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaChatTab" + "ApiVersion": "beta" }, { + "Uri": "/communications/calls/{call-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.AccessMedia.All", @@ -319469,18 +319651,18 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationCall", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/communications/calls/{call-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationCall" + "ApiVersion": "beta" }, { + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.InitiateGroupCall.All", @@ -319495,44 +319677,44 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationCallAudioRoutingGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationCallAudioRoutingGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Remove-MgBetaCommunicationCallContentSharingSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationCallContentSharingSession" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Remove-MgBetaCommunicationCallOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationCallOperation" + "ApiVersion": "beta" }, { + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -319547,164 +319729,164 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationCallParticipant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/communications/calls/{call-id}/participants/{participant-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationCallParticipant" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationCallRecordSession" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationCallRecordSession", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationOnlineMeeting" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationOnlineMeeting", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationOnlineMeetingAttendanceReport" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationOnlineMeetingAttendanceReport", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationOnlineMeetingRecording" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationOnlineMeetingRecording", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistration" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistration", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistrationRegistrant" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationOnlineMeetingTranscript" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationOnlineMeetingTranscript", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/communications/presences/{presence-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationPresence" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationPresence", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/compliance/ediscovery", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscovery" + "Permissions": [], + "Command": "Remove-MgBetaComplianceEdiscovery", + "Variants": [ + "Delete" + ], + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -319719,33 +319901,33 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCase", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCase" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodian", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodian" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/removeHold", "Method": "POST", + "OutputType": null, + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianHold", "Variants": [ "Remove", "Remove1", @@ -319754,13 +319936,13 @@ "RemoveViaIdentity1", "RemoveViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/removeHold", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianHold" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -319775,31 +319957,31 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianSiteSource" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -319814,18 +319996,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianUserSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianUserSource" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -319840,72 +320022,72 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHold", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHold" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource" + "Permissions": [], + "Command": "Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/removeHold", "Method": "POST", + "OutputType": null, + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold", "Variants": [ "Remove", "Remove1", @@ -319914,39 +320096,39 @@ "RemoveViaIdentity1", "RemoveViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/removeHold", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Remove-MgBetaComplianceEdiscoveryCaseOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Remove-MgBetaComplianceEdiscoveryCaseReviewSet", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", + "ApiVersion": "beta" + }, + { + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseReviewSet" - }, - { "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -319961,31 +320143,31 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseReviewSetQuery", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseReviewSetQuery" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/settings", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Remove-MgBetaComplianceEdiscoveryCaseSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/settings", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseSetting" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -320000,31 +320182,31 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseSourceCollection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseSourceCollection" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Remove-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -320039,57 +320221,57 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseTag", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseTag" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/contacts/{orgContact-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaContact" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaContact", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/contracts/{contract-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaContract" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaContract", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaDataPolicyOperation" + "Permissions": [], + "Command": "Remove-MgBetaDataPolicyOperation", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/devices/{device-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.ReadWrite.All", @@ -320104,36 +320286,36 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/devices/{device-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtection" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -320148,18 +320330,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -320174,31 +320356,31 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -320213,18 +320395,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtection" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -320239,152 +320421,152 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtection" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -320399,18 +320581,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -320425,83 +320607,83 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementManagedAppPolicy" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedAppPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistration" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistration", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy" + "Permissions": [], + "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -320516,170 +320698,170 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceAppManagementManagedAppStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementManagedAppStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedEBook", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementManagedEBook" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedEBookAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementManagedEBookAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedEBookCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementManagedEBookCategory" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedEBookDeviceState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementManagedEBookDeviceState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceAppManagementManagedEBookInstallSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementManagedEBookInstallSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedEBookUserStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementManagedEBookUserStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -320694,18 +320876,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -320720,18 +320902,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -320746,272 +320928,272 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppCategory" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppRelationship" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/policySets/{policySet-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementPolicySet", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/policySets/{policySet-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementPolicySet" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementPolicySetAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementPolicySetAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementPolicySetItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementPolicySetItem" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", "Variants": [ "Delete" ], - "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementSymantecCodeSigningCertificate" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -321026,18 +321208,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -321052,31 +321234,31 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -321091,18 +321273,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -321117,18 +321299,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementTask" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -321143,85 +321325,85 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementVppToken", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementVppToken" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -321236,18 +321418,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -321262,18 +321444,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -321288,18 +321470,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -321314,18 +321496,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -321340,18 +321522,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -321366,18 +321548,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -321392,18 +321574,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtection" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -321418,18 +321600,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -321444,357 +321626,357 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/devices(deviceId='{deviceId}')", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDeviceByDeviceId" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceByDeviceId", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/commands/{command-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDeviceCommand" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceCommand", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/extensions/{extension-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDeviceExtension" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceExtension", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary" + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", + "Variants": [ + "Delete" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete" - ], "Uri": "/deviceManagement/androidForWorkSettings", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementAndroidForWorkSetting" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAndroidForWorkSetting", "Variants": [ "Delete" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting" + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", + "Variants": [ + "Delete" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/applePushNotificationCertificate", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementApplePushNotificationCertificate", "Variants": [ "Delete" ], - "Uri": "/deviceManagement/applePushNotificationCertificate", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementApplePushNotificationCertificate" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAssignmentFilter", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementAssignmentFilter" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAuditEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementAuditEvent" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAutopilotEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementAutopilotEvent" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementCartToClassAssociation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementCartToClassAssociation" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementCategory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementCategorySettingDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementCategorySettingDefinition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -321809,70 +321991,70 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComanagedDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementComanagedDevice" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceCategory" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceConfigurationState" + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceConfigurationState", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -321887,129 +322069,129 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceFirmwareConfigurationInterfaceManagement", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceFirmwareConfigurationInterfaceManagement" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceHealthScriptState" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceHealthScriptState", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState" + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceUserFromSharedAppleDevice", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceUserFromSharedAppleDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -322024,18 +322206,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComanagementEligibleDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementComanagementEligibleDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -322050,264 +322232,264 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComplianceManagementPartner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementComplianceManagementPartner" + "ApiVersion": "beta" }, { - "Permissions": { - "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.", - "IsAdmin": true - }, - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementCompliancePolicy" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementCompliancePolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementCompliancePolicyAssignment" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementCompliancePolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementCompliancePolicySetting" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementCompliancePolicySetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementComplianceSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", "Method": "DELETE", - "Variants": [ - "Delete" - ], - "Uri": "/deviceManagement/conditionalAccessSettings", "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementConditionalAccessSetting" - }, - { + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComplianceSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/conditionalAccessSettings", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementConfigurationPolicy" + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementConditionalAccessSetting", + "Variants": [ + "Delete" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementConfigurationPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyAssignment" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementConfigurationPolicySetting" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementConfigurationPolicySetting", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplate" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementConfigurationSetting" + "Permissions": { + "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.", + "IsAdmin": true + }, + "Command": "Remove-MgBetaDeviceManagementConfigurationSetting", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -322322,85 +322504,85 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDataSharingConsent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDataSharingConsent" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDepOnboardingSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementDepOnboardingSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementDerivedCredential", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDerivedCredential" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -322415,18 +322597,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDetectedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDetectedApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -322441,430 +322623,430 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceCategory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", "Variants": [ "Delete" ], - "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationConflictSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationConflictSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", "Variants": [ "Delete" ], - "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatus" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationGroupAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", "Variants": [ "Delete" ], - "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStatus" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -322879,18 +323061,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceEnrollmentConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementDeviceEnrollmentConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -322905,18 +323087,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -322931,18 +323113,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceHealthScript", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceHealthScript" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -322957,18 +323139,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -322983,31 +323165,31 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptRunSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptRunSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -323022,18 +323204,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceShellScript", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceShellScript" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -323048,18 +323230,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -323074,18 +323256,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptDeviceRunState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -323100,18 +323282,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptGroupAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -323126,103 +323308,103 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptUserRunState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptUserRunState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDomainJoinConnector", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementDomainJoinConnector" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePool", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePool" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -323237,739 +323419,739 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementExchangeConnector", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementExchangeConnector" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "Delete1", - "DeleteViaIdentity" - ], "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementExchangeOnPremisePolicy" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementExchangeOnPremisePolicy", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting" + "ApiVersion": "beta" }, { - "Permissions": { - "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.", - "IsAdmin": true - }, + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", "Variants": [ "Delete", + "Delete1", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyCategory" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfiguration" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationAssignment" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", + "Permissions": { + "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.", + "IsAdmin": true + }, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionFile" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPresentation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation" + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReport", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReport" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyObjectFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyObjectFile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/remove", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/remove", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/removeLanguageFiles", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/removeLanguageFiles", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementImportedDeviceIdentity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementImportedDeviceIdentity" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIntent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementIntent" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIntentAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementIntentAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIntentCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementIntentCategory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIntentCategorySetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementIntentCategorySetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIntentCategorySettingDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementIntentCategorySettingDefinition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIntentDeviceSettingStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementIntentDeviceSettingStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIntentDeviceState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementIntentDeviceState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementIntentDeviceStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementIntentDeviceStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIntentSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementIntentSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIntentUserState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementIntentUserState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementIntentUserStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementIntentUserStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIntuneBrandingProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementIntuneBrandingProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIntuneBrandingProfileAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementIntuneBrandingProfileAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIoUpdateStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementIoUpdateStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -323984,88 +324166,88 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementManagedDevice" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceCategory" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceCompliancePolicyState" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceConfigurationState" + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementManagedDeviceConfigurationState", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceEncryptionState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceEncryptionState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -324080,255 +324262,255 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceFirmwareConfigurationInterfaceManagement", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceFirmwareConfigurationInterfaceManagement" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceHealthScriptState" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceHealthScriptState", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceLogCollectionRequest" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineState" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState" + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceUserFromSharedAppleDevice", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceUserFromSharedAppleDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSite", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSite" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMobileAppTroubleshootingEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementMobileAppTroubleshootingEvent" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -324343,18 +324525,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -324369,110 +324551,110 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMobileThreatDefenseConnector", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementMobileThreatDefenseConnector" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/monitoring", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementMonitoring", "Variants": [ "Delete" ], - "Uri": "/deviceManagement/monitoring", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementMonitoring" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementMonitoringAlertRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementMonitoringAlertRecord" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementMonitoringAlertRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementMonitoringAlertRule" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementNdeConnector", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementNdeConnector" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementNotificationMessageTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementNotificationMessageTemplate" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -324487,18 +324669,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementPartner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementPartner" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -324513,18 +324695,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementRemoteActionAudit", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementRemoteActionAudit" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -324539,66 +324721,66 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementRemoteAssistancePartner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementRemoteAssistancePartner" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/reports", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementReport", "Variants": [ "Delete" ], - "Uri": "/deviceManagement/reports", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Remove-MgBetaDeviceManagementReport" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementResourceAccessProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementResourceAccessProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementResourceAccessProfileAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementResourceAccessProfileAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -324613,36 +324795,36 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementResourceOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementResourceOperation" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementReusableSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementReusableSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -324657,18 +324839,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementRoleAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -324683,18 +324865,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementRoleDefinition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -324709,18 +324891,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementRoleDefinitionRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementRoleDefinitionRoleAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -324735,44 +324917,44 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementRoleScopeTag", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementRoleScopeTag" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementRoleScopeTagAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementRoleScopeTagAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementScript", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementScript" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -324787,18 +324969,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementScriptAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementScriptAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -324813,18 +324995,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementScriptDeviceRunState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementScriptDeviceRunState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -324839,18 +325021,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementScriptGroupAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementScriptGroupAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -324865,18 +325047,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementScriptUserRunState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementScriptUserRunState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -324891,304 +325073,304 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementScriptUserRunStateDeviceRunState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementSettingDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementSettingDefinition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTelecomExpenseManagementPartner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementTelecomExpenseManagementPartner" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementTemplate" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTemplateCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementTemplateCategory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementTemplateCategoryRecommendedSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTemplateCategorySettingDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementTemplateCategorySettingDefinition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTemplateMigratableTo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementTemplateMigratableTo" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategory" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToSetting" + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToSetting", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTemplateSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementTemplateSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTermAndCondition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementTermAndCondition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementTermAndConditionAcceptanceStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTermAndConditionAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementTermAndConditionAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTermAndConditionGroupAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementTermAndConditionGroupAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTroubleshootingEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementTroubleshootingEvent" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -325203,31 +325385,31 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomaly" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -325242,18 +325424,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -325268,18 +325450,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -325294,18 +325476,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -325320,18 +325502,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -325346,18 +325528,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -325372,18 +325554,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -325398,18 +325580,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -325424,18 +325606,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -325450,18 +325632,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -325476,43 +325658,43 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", "Variants": [ "Delete" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -325527,18 +325709,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBaseline", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBaseline" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -325553,30 +325735,30 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", "Variants": [ "Delete" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -325591,18 +325773,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -325617,18 +325799,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -325643,18 +325825,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -325669,18 +325851,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -325695,56 +325877,56 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", "Variants": [ "Delete" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticCategory" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -325759,18 +325941,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -325785,18 +325967,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -325811,19 +325993,19 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -325838,18 +326020,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -325864,18 +326046,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -325890,18 +326072,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -325916,31 +326098,31 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -325955,18 +326137,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -325981,18 +326163,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -326007,18 +326189,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -326033,18 +326215,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticModelScore", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticModelScore" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -326059,30 +326241,30 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsOverview", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticOverview", "Variants": [ "Delete" ], - "Uri": "/deviceManagement/userExperienceAnalyticsOverview", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticOverview" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -326097,18 +326279,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -326123,18 +326305,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -326149,30 +326331,30 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "Variants": [ "Delete" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -326187,18 +326369,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -326213,18 +326395,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -326239,433 +326421,433 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserPfxCertificate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementUserPfxCertificate" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointBulkAction", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointBulkAction" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", "Variants": [ "Delete" ], - "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointDeviceImage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointDeviceImage" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointGalleryImage" + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointGalleryImage", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", "Variants": [ "Delete" ], - "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointOrganizationSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete" - ], "Uri": "/deviceManagement/virtualEndpoint/reports", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointReport" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointReport", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointReportExportJob" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointReportExportJob", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointServicePlan" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointServicePlan", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointSnapshot" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointSnapshot", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointSupportedRegion" + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointSupportedRegion", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointUserSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointUserSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotSettings", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotSetting", "Variants": [ "Delete" ], - "Uri": "/deviceManagement/windowsAutopilotSettings", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -326680,18 +326862,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementWindowsMalwareInformation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementWindowsMalwareInformation" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -326706,250 +326888,286 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState" + "Permissions": { + "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.", + "IsAdmin": true + }, + "Command": "Remove-MgBetaDeviceManagementWindowsQualityUpdateProfile", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement", "Permissions": { - "Name": "Directory.AccessAsUser.All", - "Description": "Access the directory as you", - "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", + "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDeviceRegisteredOwnerByRef" - }, - { "Permissions": { "Name": "Directory.AccessAsUser.All", "Description": "Access the directory as you", "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDeviceRegisteredOwnerByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDeviceRegisteredUserByRef" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": { + "Name": "Directory.AccessAsUser.All", + "Description": "Access the directory as you", + "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", + "IsAdmin": true + }, + "Command": "Remove-MgBetaDeviceRegisteredUserByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDeviceUsageRights" + "Permissions": [], + "Command": "Remove-MgBetaDeviceUsageRights", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "AdministrativeUnit.ReadWrite.All", "Description": "Read and write administrative units", "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryAdministrativeUnit", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryAdministrativeUnit" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Remove-MgBetaDirectoryAdministrativeUnitExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryAdministrativeUnitExtension" + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "AdministrativeUnit.ReadWrite.All", "Description": "Read and write administrative units", "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryAdministrativeUnitMemberByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryAdministrativeUnitMemberByRef" + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryAdministrativeUnitScopedRoleMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryAdministrativeUnitScopedRoleMember" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/attributeSets/{attributeSet-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Remove-MgBetaDirectoryAttributeSet", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/directory/attributeSets/{attributeSet-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryAttributeSet" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete" - ], "Uri": "/directory/certificateAuthorities", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryCertificateAuthority" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryCertificateAuthority", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryCustomSecurityAttributeDefinition" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryCustomSecurityAttributeDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/deletedItems/{directoryObject-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryDeletedItem" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryDeletedItem", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicy" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef" + "Permissions": [], + "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Domain.ReadWrite.All", @@ -326964,44 +327182,44 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryFederationConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryFederationConfiguration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/impactedResources/{impactedResource-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Remove-MgBetaDirectoryImpactedResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/directory/impactedResources/{impactedResource-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryImpactedResource" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Remove-MgBetaDirectoryInboundSharedUserProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryInboundSharedUserProfile" + "ApiVersion": "beta" }, { + "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/removePersonalData", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.ReadWrite", @@ -327016,70 +327234,70 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Remove-MgBetaDirectoryInboundSharedUserProfilePersonalData", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/removePersonalData", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryInboundSharedUserProfilePersonalData" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/directoryObjects/{directoryObject-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DirectoryObjects", - "Command": "Remove-MgBetaDirectoryObject" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryObject", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryOnPremiseSynchronization" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryOnPremiseSynchronization", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfile" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfileTenant" + "Permissions": [], + "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfileTenant", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}/removePersonalData", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.ReadWrite", @@ -327094,114 +327312,114 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfileTenantPersonalData", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}/removePersonalData", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfileTenantPersonalData" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/directory/recommendations/{recommendation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryRecommendation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryRecommendation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryRecommendationImpactedResource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryRecommendationImpactedResource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles/{directoryRole-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryRole" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryRole", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryRoleByRoleTemplateId" + "Permissions": [], + "Command": "Remove-MgBetaDirectoryRoleByRoleTemplateId", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryRoleMemberByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryRoleMemberByRef" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Remove-MgBetaDirectoryRoleScopedMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryRoleScopedMember" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Remove-MgBetaDirectoryRoleTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryRoleTemplate" + "ApiVersion": "beta" }, { + "Uri": "/settings/{directorySetting-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -327216,145 +327434,145 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDirectorySetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/settings/{directorySetting-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectorySetting" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectorySettingTemplate" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDirectorySettingTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectorySharedEmailDomain" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDirectorySharedEmailDomain", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/subscriptions/{companySubscription-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectorySubscription" + "Permissions": [], + "Command": "Remove-MgBetaDirectorySubscription", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/domains/{domain-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "Domain.ReadWrite.All", "Description": "Read and write domains", "FullDescription": "Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDomain", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/domains/{domain-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDomain" + "ApiVersion": "beta" }, { + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "Domain.ReadWrite.All", "Description": "Read and write domains", "FullDescription": "Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaDomainFederationConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDomainFederationConfiguration" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDomainServiceConfigurationRecord" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDomainServiceConfigurationRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDomainSharedEmailDomainInvitation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDomainSharedEmailDomainInvitation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDomainVerificationDnsRecord" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDomainVerificationDnsRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDrive" + "Permissions": [], + "Command": "Remove-MgBetaDrive", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -327375,148 +327593,148 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItem" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItemAnalytic" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItemAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItemChild" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemChild", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItemListItem" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItemListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItemListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItemListItemField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItemListItemVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItemListItemVersionField" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Remove-MgBetaDriveItemListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/permanentDelete", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItemPermanent" + "Permissions": [], + "Command": "Remove-MgBetaDriveItemPermanent", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -327537,465 +327755,465 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItemPermission" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItemRetentionLabel" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemRetentionLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItemSubscription" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItemThumbnail" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemThumbnail", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItemVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveList" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveList", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveListColumn" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveListColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveListContentType" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveListContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveListContentTypeColumn" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveListContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveListContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveListItem" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveListItemField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveListItemVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveListItemVersionField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveListOperation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveListOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveListSubscription" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveListSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRoot" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveRoot", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/analytics", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRootAnalytic" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRootAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/children/{driveItem-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRootChild" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootChild", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRootListItem" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRootListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRootListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRootListItemField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRootListItemVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRootListItemVersionField" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Remove-MgBetaDriveRootListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/permanentDelete", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRootPermanent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootPermanent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRootPermission" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/retentionLabel", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRootRetentionLabel" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootRetentionLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRootSubscription" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRootThumbnail" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootThumbnail", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRootVersion" + "Permissions": [], + "Command": "Remove-MgBetaDriveRootVersion", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Education", "Permissions": { "Name": "EduRoster.ReadWrite.All", "Description": "Read and write the organization's roster", "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaEducationClass", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClass" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -328010,18 +328228,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassAssignment" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -328036,18 +328254,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassAssignmentCategory" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -328062,44 +328280,44 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentCategoryByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassAssignmentCategoryByRef" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Education", + "Permissions": [], + "Command": "Remove-MgBetaEducationClassAssignmentDefault", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassAssignmentDefault" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Education", + "Permissions": [], + "Command": "Remove-MgBetaEducationClassAssignmentGradingCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassAssignmentGradingCategory" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -328114,18 +328332,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassAssignmentResource" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -328140,18 +328358,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentRubric", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassAssignmentRubric" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -328166,57 +328384,57 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentRubricByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassAssignmentRubricByRef" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/education/classes/{educationClass-id}/assignmentSettings", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassAssignmentSetting" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassAssignmentSettingGradingCategory" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentSettingGradingCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassAssignmentSubmission" + "Permissions": [], + "Command": "Remove-MgBetaEducationClassAssignmentSubmission", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -328231,18 +328449,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentSubmissionOutcome", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassAssignmentSubmissionOutcome" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -328257,235 +328475,235 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentSubmissionResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassAssignmentSubmissionResource" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Education", + "Permissions": [], + "Command": "Remove-MgBetaEducationClassAssignmentSubmissionSubmittedResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassAssignmentSubmissionSubmittedResource" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/members/{educationUser-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Education", "Permissions": { "Name": "EduRoster.ReadWrite.All", "Description": "Read and write the organization's roster", "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassMemberByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/members/{educationUser-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassMemberByRef" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Education", + "Permissions": [], + "Command": "Remove-MgBetaEducationClassModule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassModule" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Education", + "Permissions": [], + "Command": "Remove-MgBetaEducationClassModuleResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassModuleResource" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Education", "Permissions": { "Name": "EduRoster.ReadWrite.All", "Description": "Read and write the organization's roster", "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassTeacherByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassTeacherByRef" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete" - ], "Uri": "/education/me", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationMe" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaEducationMe", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationMeAssignment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaEducationMeAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationMeAssignmentCategoryByRef" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaEducationMeAssignmentCategoryByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/gradingCategory", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationMeAssignmentGradingCategory" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaEducationMeAssignmentGradingCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationMeAssignmentResource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaEducationMeAssignmentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationMeAssignmentRubric" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaEducationMeAssignmentRubric", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationMeAssignmentRubricByRef" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaEducationMeAssignmentRubricByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationMeAssignmentSubmission" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaEducationMeAssignmentSubmission", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationMeAssignmentSubmissionOutcome" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaEducationMeAssignmentSubmissionOutcome", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationMeAssignmentSubmissionResource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaEducationMeAssignmentSubmissionResource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationMeAssignmentSubmissionSubmittedResource" + "Permissions": [], + "Command": "Remove-MgBetaEducationMeAssignmentSubmissionSubmittedResource", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/education/me/rubrics/{educationRubric-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -328500,574 +328718,574 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaEducationMeRubric", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/me/rubrics/{educationRubric-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationMeRubric" + "ApiVersion": "beta" }, { + "Uri": "/education/schools/{educationSchool-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Education", "Permissions": { "Name": "EduRoster.ReadWrite.All", "Description": "Read and write the organization's roster", "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaEducationSchool", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/schools/{educationSchool-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationSchool" + "ApiVersion": "beta" }, { + "Uri": "/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Education", "Permissions": { "Name": "EduRoster.ReadWrite.All", "Description": "Read and write the organization's roster", "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaEducationSchoolClassByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationSchoolClassByRef" + "ApiVersion": "beta" }, { + "Uri": "/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Education", "Permissions": { "Name": "EduRoster.ReadWrite.All", "Description": "Read and write the organization's roster", "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaEducationSchoolUserByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationSchoolUserByRef" + "ApiVersion": "beta" }, { + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Education", "Permissions": { "Name": "EduAdministration.ReadWrite", "Description": "Manage your education app settings", "FullDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaEducationSynchronizationProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationSynchronizationProfile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Education", + "Permissions": [], + "Command": "Remove-MgBetaEducationSynchronizationProfileError", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationSynchronizationProfileError" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Education", + "Permissions": [], + "Command": "Remove-MgBetaEducationSynchronizationProfileStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationSynchronizationProfileStatus" + "ApiVersion": "beta" }, { + "Uri": "/education/users/{educationUser-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Education", "Permissions": { "Name": "EduRoster.ReadWrite.All", "Description": "Read and write the organization's roster", "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaEducationUser", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/users/{educationUser-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationUser" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationUserAssignment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaEducationUserAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationUserAssignmentCategoryByRef" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaEducationUserAssignmentCategoryByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationUserAssignmentGradingCategory" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaEducationUserAssignmentGradingCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationUserAssignmentResource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaEducationUserAssignmentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationUserAssignmentRubric" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaEducationUserAssignmentRubric", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationUserAssignmentRubricByRef" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaEducationUserAssignmentRubricByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationUserAssignmentSubmission" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaEducationUserAssignmentSubmission", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationUserAssignmentSubmissionOutcome" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaEducationUserAssignmentSubmissionOutcome", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationUserAssignmentSubmissionResource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaEducationUserAssignmentSubmissionResource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationUserAssignmentSubmissionSubmittedResource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaEducationUserAssignmentSubmissionSubmittedResource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationUserRubric" + "Permissions": [], + "Command": "Remove-MgBetaEducationUserRubric", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementAccessPackage" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentApproval" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentApproval", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep" + "Permissions": [], + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentRequest" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalog", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalog" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/{accessPackage-id1}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/{accessPackage-id1}/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/{group-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/{group-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Remove-MgBetaEntitlementManagementAccessPackageResourceRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageResourceRequest" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Remove-MgBetaEntitlementManagementAccessPackageResourceRoleScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageResourceRoleScope" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementConnectedOrganization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementConnectedOrganization" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Remove-MgBetaEntitlementManagementSubject", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementSubject" + "ApiVersion": "beta" }, { + "Uri": "/external/connections/{externalConnection-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Search", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.All", @@ -329082,18 +329300,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaExternalConnection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/external/connections/{externalConnection-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Remove-MgBetaExternalConnection" + "ApiVersion": "beta" }, { + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Search", "Permissions": [ { "Name": "ExternalItem.ReadWrite.All", @@ -329108,18 +329326,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaExternalConnectionGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Remove-MgBetaExternalConnectionGroup" + "ApiVersion": "beta" }, { + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Search", "Permissions": [ { "Name": "ExternalItem.ReadWrite.All", @@ -329134,18 +329352,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaExternalConnectionGroupMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Remove-MgBetaExternalConnectionGroupMember" + "ApiVersion": "beta" }, { + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Search", "Permissions": [ { "Name": "ExternalItem.ReadWrite.All", @@ -329160,1629 +329378,1629 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaExternalConnectionItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Remove-MgBetaExternalConnectionItem" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Search", - "Command": "Remove-MgBetaExternalConnectionItemActivity" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaExternalConnectionItemActivity", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Search", - "Command": "Remove-MgBetaExternalConnectionOperation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaExternalConnectionOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/external/connections/{externalConnection-id}/quota", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Search", - "Command": "Remove-MgBetaExternalConnectionQuota" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaExternalConnectionQuota", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/external/connections/{externalConnection-id}/schema", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Search", - "Command": "Remove-MgBetaExternalConnectionSchema" + "Permissions": [], + "Command": "Remove-MgBetaExternalConnectionSchema", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Search", "Permissions": { "Name": "IndustryData-DataConnector.ReadWrite.All", "Description": "Manage data connector definitions", "FullDescription": "Allows the app to read and write data connectors on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaExternalIndustryDataConnector", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Remove-MgBetaExternalIndustryDataConnector" + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Search", "Permissions": { "Name": "IndustryData-InboundFlow.ReadWrite.All", "Description": "Manage inbound flow definitions", "FullDescription": "Allows the app to read and write inbound data flows on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaExternalIndustryDataInboundFlow", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Remove-MgBetaExternalIndustryDataInboundFlow" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/external/industryData/operations/{longRunningOperation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Search", - "Command": "Remove-MgBetaExternalIndustryDataOperation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaExternalIndustryDataOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Search", - "Command": "Remove-MgBetaExternalIndustryDataReferenceDefinition" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaExternalIndustryDataReferenceDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/roleGroups/{roleGroup-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Search", - "Command": "Remove-MgBetaExternalIndustryDataRoleGroup" + "Permissions": [], + "Command": "Remove-MgBetaExternalIndustryDataRoleGroup", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Search", "Permissions": { "Name": "IndustryData-SourceSystem.ReadWrite.All", "Description": "Manage source system definitions", "FullDescription": "Allows the app to read and write source system definitions on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaExternalIndustryDataSourceSystem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Remove-MgBetaExternalIndustryDataSourceSystem" + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Search", "Permissions": { "Name": "IndustryData-TimePeriod.ReadWrite.All", "Description": "Manage time period definitions", "FullDescription": "Allows the app to read and write time period definitions on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaExternalIndustryDataYear", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Remove-MgBetaExternalIndustryDataYear" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCountryRegion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCountryRegion" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCurrency" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/customers/{customer-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/financials/companies/{company-id}/customers/{customer-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomer" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerCurrency" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerPayment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPayment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomer" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomer", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPicture" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod" + "Permissions": [], + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournal", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournal" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentMethod" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentMethod", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentTerm" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentTerm", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerPicture" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerShipmentMethod" + "Permissions": [], + "Command": "Remove-MgBetaFinancialCompanyCustomerShipmentMethod", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/employees/{employee-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyEmployee", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/financials/companies/{company-id}/employees/{employee-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyEmployee" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Remove-MgBetaFinancialCompanyEmployeePicture", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyEmployeePicture" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/items/{item-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/financials/companies/{company-id}/items/{item-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyItem" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyItemCategory", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyItemCategory" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Remove-MgBetaFinancialCompanyItemPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyItemPicture" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/journals/{journal-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyJournal", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/financials/companies/{company-id}/journals/{journal-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyJournal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Remove-MgBetaFinancialCompanyJournalLine", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyJournalLine" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPaymentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyPaymentMethod" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPaymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyPaymentTerm" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/financials/companies/{company-id}/picture/{picture-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyPicture" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceCurrency" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceCurrency", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItem" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItem", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendor" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendor", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCurrency" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomer" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomer", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPicture" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItem" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItem", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItemCategory" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPicture" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoPaymentTerm" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCurrency" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomer" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomer", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerCurrency" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPicture" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItem" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItem", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItemCategory" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItemCategory", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItemPicture" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItemPicture", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleInvoicePaymentTerm" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoicePaymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceShipmentMethod" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceShipmentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleOrderCurrency" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleOrderCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomer" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomer", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerCurrency" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPicture" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItem" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItem", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItemCategory" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItemCategory", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItemPicture" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItemPicture", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleOrderPaymentTerm" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleOrderPaymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCurrency" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomer" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomer", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerCurrency" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPicture" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItem" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItem", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItemCategory" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItemCategory", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItemPicture" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItemPicture", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleQuotePaymentTerm" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleQuotePaymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleQuoteShipmentMethod" + "ApiVersion": "beta" }, { - "Permissions": { - "Name": "Financials.ReadWrite.All", - "Description": "Read and write financials data", - "FullDescription": "Allows the app to read and write financials data on your behalf.", - "IsAdmin": false - }, + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Remove-MgBetaFinancialCompanySaleQuoteShipmentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyShipmentMethod" - }, - { "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyShipmentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyTaxArea" - }, - { "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyTaxArea", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyTaxGroup" - }, - { "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyTaxGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyUnitOfMeasure" - }, - { "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyUnitOfMeasure", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyVendor" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Financials", + "Permissions": { + "Name": "Financials.ReadWrite.All", + "Description": "Read and write financials data", + "FullDescription": "Allows the app to read and write financials data on your behalf.", + "IsAdmin": false + }, + "Command": "Remove-MgBetaFinancialCompanyVendor", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyVendorCurrency" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyVendorCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyVendorPaymentMethod" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyVendorPaymentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyVendorPaymentTerm" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyVendorPaymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyVendorPicture" + "Permissions": [], + "Command": "Remove-MgBetaFinancialCompanyVendorPicture", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": { "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 }, - "Method": "DELETE", + "Command": "Remove-MgBetaGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/groups/{group-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Remove-MgBetaGroupAcceptedSenderByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupAcceptedSenderByRef" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": { "Name": "AppRoleAssignment.ReadWrite.All", "Description": "Manage app permission grants and app role assignments", "FullDescription": "Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaGroupAppRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaGroupAppRoleAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups(uniqueName='{uniqueName}')", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Remove-MgBetaGroupByUniqueName", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/groups(uniqueName='{uniqueName}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupByUniqueName" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/calendar/events/{event-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -330797,761 +331015,761 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupCalendarEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/groups/{group-id}/calendar/events/{event-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Remove-MgBetaGroupCalendarEvent" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Calendar", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaGroupCalendarPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Remove-MgBetaGroupCalendarPermission" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/conversations/{conversation-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": { "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 }, - "Method": "DELETE", + "Command": "Remove-MgBetaGroupConversation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupConversation" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": { "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 }, - "Method": "DELETE", + "Command": "Remove-MgBetaGroupConversationThread", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupConversationThread" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupConversationThreadPostAttachment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupConversationThreadPostAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupConversationThreadPostExtension" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupConversationThreadPostExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToAttachment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToExtension" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToMention" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToMention", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupConversationThreadPostMention" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupConversationThreadPostMention", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDrive" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDrive", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveItem" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItem", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveItemAnalytic" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveItemAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveItemChild" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemChild", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveItemListItem" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveItemListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveItemListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveItemListItemField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveItemListItemVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveItemListItemVersionField" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Remove-MgBetaGroupDriveItemListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupDriveItemPermanent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemPermanent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveItemPermission" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveItemRetentionLabel" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemRetentionLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveItemSubscription" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveItemThumbnail" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemThumbnail", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveItemVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveList" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveList", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveListColumn" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveListContentType" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveListContentTypeColumn" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveListItem" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveListItemField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveListItemVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveListItemVersionField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveListOperation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveListSubscription" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveRoot" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRoot", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveRootAnalytic" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveRootAnalyticItemActivityStat" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Files", "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveRootChild" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootChild", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveRootListItem" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveRootListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveRootListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveRootListItemField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveRootListItemVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveRootListItemVersionField" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Remove-MgBetaGroupDriveRootListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/permanentDelete", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupDriveRootPermanent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootPermanent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveRootPermission" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveRootRetentionLabel" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootRetentionLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveRootSubscription" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveRootThumbnail" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootThumbnail", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveRootVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupEndpoint" + "Permissions": [], + "Command": "Remove-MgBetaGroupEndpoint", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/events/{event-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -331566,219 +331784,219 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/groups/{group-id}/events/{event-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Remove-MgBetaGroupEvent" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Remove-MgBetaGroupEventAttachment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupEventAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Remove-MgBetaGroupEventExceptionOccurrenceAttachment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupEventExceptionOccurrenceAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Remove-MgBetaGroupEventExceptionOccurrenceExtension" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupEventExceptionOccurrenceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Remove-MgBetaGroupEventExceptionOccurrenceInstanceAttachment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Remove-MgBetaGroupEventExceptionOccurrenceInstanceExtension" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupEventExceptionOccurrenceInstanceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Remove-MgBetaGroupEventExtension" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupEventExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Remove-MgBetaGroupEventInstanceAttachment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupEventInstanceAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Remove-MgBetaGroupEventInstanceExceptionOccurrenceAttachment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Remove-MgBetaGroupEventInstanceExceptionOccurrenceExtension" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupEventInstanceExceptionOccurrenceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Remove-MgBetaGroupEventInstanceExtension" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupEventInstanceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/extensions/{extension-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupExtension" + "Permissions": [], + "Command": "Remove-MgBetaGroupExtension", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/removeFavorite", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": { "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 }, - "Method": "POST", + "Command": "Remove-MgBetaGroupFavorite", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Uri": "/groups/{group-id}/removeFavorite", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupFavorite" + "ApiVersion": "beta" }, { + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "POST", + "Command": "Remove-MgBetaGroupFromLifecyclePolicy", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupFromLifecyclePolicy" + "ApiVersion": "beta" }, { + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaGroupLifecyclePolicy", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupLifecyclePolicy" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/members/{directoryObject-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -331799,31 +332017,31 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupMemberByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/groups/{group-id}/members/{directoryObject-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupMemberByRef" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Notes", + "Permissions": [], + "Command": "Remove-MgBetaGroupOnenoteNotebook", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Remove-MgBetaGroupOnenoteNotebook" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.ReadWrite", @@ -331838,44 +332056,44 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupOnenotePage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Remove-MgBetaGroupOnenotePage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Notes", + "Permissions": [], + "Command": "Remove-MgBetaGroupOnenoteSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Remove-MgBetaGroupOnenoteSection" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Notes", + "Permissions": [], + "Command": "Remove-MgBetaGroupOnenoteSectionGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Remove-MgBetaGroupOnenoteSectionGroup" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -331890,70 +332108,70 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupOwnerByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupOwnerByRef" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupPermissionGrant" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupPermissionGrant", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/photo", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupPhoto" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupPhoto", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Planner", - "Command": "Remove-MgBetaGroupPlannerPlanDetail" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupPlannerPlanDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupRejectedSenderByRef" + "Permissions": [], + "Command": "Remove-MgBetaGroupRejectedSenderByRef", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/settings/{directorySetting-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -331968,1978 +332186,1978 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/groups/{group-id}/settings/{directorySetting-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/remove", "Method": "POST", + "OutputType": "IMicrosoftGraphSite", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Remove-MgBetaGroupSite", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/sites/remove", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupSite" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/groups/{group-id}/sites/{site-id}/analytics", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteAnalytic" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStatActivity" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStatActivity", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteColumn" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteContentType" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteContentTypeColumn" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteInformationProtection" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteInformationProtection", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteInformationProtectionPolicy" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteInformationProtectionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteInformationProtectionPolicyLabel" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteInformationProtectionPolicyLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityLabel" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteList" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteList", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteListColumn" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteListContentType" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteListContentTypeColumn" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteListItem" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteListItemActivity" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListItemActivity", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteListItemField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteListItemVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteListItemVersionField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteListOperation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteListSubscription" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOnenote" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenote", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOnenoteNotebook" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteNotebook", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSection" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSection", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroup" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSection" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionPage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionPage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOnenoteOperation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOnenotePage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenotePage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOnenoteResource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteResource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOnenoteSection" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteSection", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroup" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroupSection" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroupSection", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroupSectionPage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroupSectionPage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOnenoteSectionPage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteSectionPage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOperation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSitePage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSitePage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSitePermission" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSitePermission", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStore" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStore", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreGroup" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSet" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSet", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetChild" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetChild", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetChildRelation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetChildRelation", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetParentGroup" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetParentGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetRelation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTerm" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermChild" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermChild", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermChildRelation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermRelation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreSet" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSet", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreSetChild" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetChild", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreSetChildRelation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetChildRelation", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroup" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSet" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSet", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChild" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChild", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetRelation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTerm" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreSetRelation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreSetTerm" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreSetTermChild" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetTermChild", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreSetTermChildRelation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetTermChildRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreSetTermRelation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetTermRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeam" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamChannel" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamChannel", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamChannelMember" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamChannelMember", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamChannelMessage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamChannelMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamChannelMessageHostedContent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamChannelMessageHostedContent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamChannelMessageReply" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamChannelMessageReply", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamChannelMessageReplyHostedContent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamChannelMessageReplyHostedContent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamChannelSharedWithTeam" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamChannelSharedWithTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamChannelTab" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamChannelTab", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamIncomingChannel" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamIncomingChannel", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamInstalledApp" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamInstalledApp", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamMember" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamMember", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamOperation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamPermissionGrant" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamPermissionGrant", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamPrimaryChannel" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamPrimaryChannel", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamPrimaryChannelMember" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamPrimaryChannelMember", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageHostedContent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageHostedContent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageReply" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageReply", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamPrimaryChannelSharedWithTeam" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamPrimaryChannelSharedWithTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamPrimaryChannelTab" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamPrimaryChannelTab", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamSchedule" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamSchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamScheduleOfferShiftRequest" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamScheduleOfferShiftRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamScheduleOpenShift" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamScheduleOpenShift", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamScheduleOpenShiftChangeRequest" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamScheduleOpenShiftChangeRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamScheduleSchedulingGroup" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamScheduleSchedulingGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamScheduleShift" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamScheduleShift", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamScheduleSwapShiftChangeRequest" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamScheduleSwapShiftChangeRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamScheduleTimeCard" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamScheduleTimeCard", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamScheduleTimeOff" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamScheduleTimeOff", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamScheduleTimeOffReason" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamScheduleTimeOffReason", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamScheduleTimeOffRequest" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamScheduleTimeOffRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamTag" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamTag", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamTagMember" + "Permissions": [], + "Command": "Remove-MgBetaGroupTeamTagMember", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": { "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 }, - "Method": "DELETE", + "Command": "Remove-MgBetaGroupThread", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupThread" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupThreadPostAttachment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupThreadPostAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupThreadPostExtension" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupThreadPostExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupThreadPostInReplyToAttachment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupThreadPostInReplyToAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupThreadPostInReplyToExtension" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupThreadPostInReplyToExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupThreadPostInReplyToMention" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaGroupThreadPostInReplyToMention", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupThreadPostMention" + "Permissions": [], + "Command": "Remove-MgBetaGroupThreadPostMention", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "APIConnectors.ReadWrite.All", "Description": "Read and write API connectors for authentication flows", "FullDescription": "Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityApiConnector", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identity/apiConnectors/{identityApiConnector-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityApiConnector" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Remove-MgBetaIdentityAuthenticationEventFlow", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityAuthenticationEventFlow" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Remove-MgBetaIdentityAuthenticationEventListener", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityAuthenticationEventListener" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2CUserFlow", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2CUserFlow" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/{identityProvider-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2CUserFlowIdentityProviderByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/{identityProvider-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2CUserFlowIdentityProviderByRef" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2CUserFlowLanguage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2CUserFlowLanguage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageOverridePage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageOverridePage" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2CUserFlowUserAttributeAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2CUserFlowUserAttributeAssignment" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2XUserFlow", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2XUserFlow" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2XUserFlowIdentityProvider", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2XUserFlowIdentityProvider" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2XUserFlowIdentityProviderByRef" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2XUserFlowIdentityProviderByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2XUserFlowLanguage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2XUserFlowLanguage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageOverridePage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageOverridePage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2XUserFlowPostAttributeCollection" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2XUserFlowPostAttributeCollection", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2XUserFlowPostFederationSignup" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2XUserFlowPostFederationSignup", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2XUserFlowPostFederationSignupByRef" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2XUserFlowPreTokenIssuance" + "Permissions": [], + "Command": "Remove-MgBetaIdentityB2XUserFlowPreTokenIssuance", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2XUserFlowUserAttributeAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2XUserFlowUserAttributeAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/conditionalAccess", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Remove-MgBetaIdentityConditionalAccess", "Variants": [ "Delete" ], - "Uri": "/identity/conditionalAccess", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityConditionalAccess" + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.Read.ConditionalAccess", "Description": "Read your organization's conditional access policies", "FullDescription": "Allows the app to read your organization's conditional access policies on your behalf.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationContextClassReference" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete1" - ], "Uri": "/identity/conditionalAccess/authenticationStrengths", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrength" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrength", "Variants": [ - "Delete1", - "DeleteViaIdentity1" + "Delete1" ], + "ApiVersion": "beta" + }, + { "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", "Variants": [ "Delete1", "DeleteViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", "Variants": [ "Delete1", "DeleteViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration" + "Permissions": [], + "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -333954,18 +334172,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityConditionalAccessNamedLocation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityConditionalAccessNamedLocation" + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -333980,911 +334198,911 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityConditionalAccessPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityConditionalAccessPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete" - ], "Uri": "/identity/continuousAccessEvaluationPolicy", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityContinuouAccessEvaluationPolicy" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityContinuouAccessEvaluationPolicy", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], + "ApiVersion": "beta" + }, + { "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityCustomAuthenticationExtension" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityCustomAuthenticationExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecision" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecision", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInsight" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstance" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight" + "Permissions": [], + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstance" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinition" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/policy", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewPolicy" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewPolicy", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequest" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep" + "Permissions": [], + "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", "Description": "Read and write all lifecycle workflows resources", "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflow", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflow" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", "Description": "Read and write all lifecycle workflows resources", "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem", "Variants": [ "Delete" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", "Description": "Read and write all lifecycle workflows resources", "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowTask" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowTask", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccess" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccess", "Variants": [ "Delete" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroup" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroup", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlert" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlert", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertConfiguration" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertDefinition" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertIncident" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertIncident", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertOperation" + "Permissions": [], + "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertOperation", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "Agreement.ReadWrite.All", "Description": "Read and write all terms of use agreements", "FullDescription": "Allows the app to read and write terms of use agreements on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreement" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFile" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFile", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion" + "Permissions": [], + "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityProvider.ReadWrite.All", "Description": "Read and write identity providers", "FullDescription": "Allows the app to read and write your organization’s identity (authentication) providers’ properties on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityProvider", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identity/identityProviders/{identityProviderBase-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityProvider" + "ApiVersion": "beta" }, { + "Uri": "/identity/userFlows/{identityUserFlow-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityUserFlow", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identity/userFlows/{identityUserFlow-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityUserFlow" + "ApiVersion": "beta" }, { + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaIdentityUserFlowAttribute", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityUserFlowAttribute" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Remove-MgBetaInformationProtectionDataLossPreventionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaInformationProtectionDataLossPreventionPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/informationProtection/policy", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Remove-MgBetaInformationProtectionPolicy", "Variants": [ "Delete" ], - "Uri": "/informationProtection/policy", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaInformationProtectionPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Remove-MgBetaInformationProtectionPolicyLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaInformationProtectionPolicyLabel" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete" - ], "Uri": "/informationProtection/sensitivityPolicySettings", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaInformationProtectionSensitivityPolicySetting" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaInformationProtectionSensitivityPolicySetting", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaInformationProtectionThreatAssessmentRequest" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaInformationProtectionThreatAssessmentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaInformationProtectionThreatAssessmentRequestResult" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/invitations/{invitation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaInvitation" + "Permissions": [], + "Command": "Remove-MgBetaInvitation", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -334899,344 +335117,357 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaOauth2PermissionGrant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaOauth2PermissionGrant" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Remove-MgBetaOnPremisePublishingProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaOnPremisePublishingProfile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Remove-MgBetaOnPremisePublishingProfileAgent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaOnPremisePublishingProfileAgent" + "ApiVersion": "beta" }, { + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupAgent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupAgent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupByRef", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupByRef" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Remove-MgBetaOnPremisePublishingProfileConnector" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfileConnector", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroup" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/{connector-id}/$ref", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/{connectorGroup-id}/$ref", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Remove-MgBetaOnPremisePublishingProfilePublishedResource" + "Permissions": [], + "Command": "Remove-MgBetaOnPremisePublishingProfilePublishedResource", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": { "Name": "OnPremisesPublishingProfiles.ReadWrite.All", "Description": "Manage on-premises published resources", "FullDescription": "Allows the app to manage hybrid identity service configuration by creating, viewing, updating and deleting on-premises published resources, on-premises agents and agent groups, on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/organization/{organization-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Remove-MgBetaOrganization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/organization/{organization-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaOrganization" + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/branding", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "Organization.ReadWrite.All", "Description": "Read and write organization information", "FullDescription": "Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationBranding", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/organization/{organization-id}/branding", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaOrganizationBranding" + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "Organization.ReadWrite.All", "Description": "Read and write organization information", "FullDescription": "Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationBrandingLocalization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaOrganizationBrandingLocalization" + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Organization.ReadWrite.All", "Description": "Read and write organization information", "FullDescription": "Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationCertificateBasedAuthConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaOrganizationCertificateBasedAuthConfiguration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/organization/{organization-id}/extensions/{extension-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Remove-MgBetaOrganizationExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/organization/{organization-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaOrganizationExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/organization/{organization-id}/partnerInformation", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Remove-MgBetaOrganizationPartnerInformation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/settings", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaOrganizationSetting" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/settings/contactInsights", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaOrganizationSettingContactInsight" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationSettingContactInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/settings/itemInsights", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaOrganizationSettingItemInsight" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationSettingItemInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaOrganizationSettingMicrosoftApplicationDataAccess" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/settings/peopleInsights", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaOrganizationSettingPersonInsight" + "Permissions": [], + "Command": "Remove-MgBetaOrganizationSettingPersonInsight", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/settings/profileCardProperties/{profileCardProperty-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "User.ReadWrite", @@ -335251,44 +335482,44 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationSettingProfileCardProperty", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/organization/{organization-id}/settings/profileCardProperties/{profileCardProperty-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaOrganizationSettingProfileCardProperty" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/organization/{organization-id}/settings/pronouns", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Remove-MgBetaOrganizationSettingPronoun", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/organization/{organization-id}/settings/pronouns", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaOrganizationSettingPronoun" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/places/{place-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Remove-MgBetaPlace", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/places/{place-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Remove-MgBetaPlace" + "ApiVersion": "beta" }, { + "Uri": "/planner/buckets/{plannerBucket-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -335309,18 +335540,18 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaPlannerBucket", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/planner/buckets/{plannerBucket-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Remove-MgBetaPlannerBucket" + "ApiVersion": "beta" }, { + "Uri": "/planner/plans/{plannerPlan-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -335341,18 +335572,18 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaPlannerPlan", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/planner/plans/{plannerPlan-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Remove-MgBetaPlannerPlan" + "ApiVersion": "beta" }, { + "Uri": "/planner/rosters/{plannerRoster-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -335367,18 +335598,18 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaPlannerRoster", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/planner/rosters/{plannerRoster-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Remove-MgBetaPlannerRoster" + "ApiVersion": "beta" }, { + "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -335393,18 +335624,18 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaPlannerRosterMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Remove-MgBetaPlannerRosterMember" + "ApiVersion": "beta" }, { + "Uri": "/planner/tasks/{plannerTask-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -335425,154 +335656,154 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaPlannerTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/planner/tasks/{plannerTask-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Remove-MgBetaPlannerTask" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Planner", - "Command": "Remove-MgBetaPlannerTaskAssignedToTaskBoardFormat" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPlannerTaskAssignedToTaskBoardFormat", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Planner", - "Command": "Remove-MgBetaPlannerTaskBucketTaskBoardFormat" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPlannerTaskBucketTaskBoardFormat", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Planner", - "Command": "Remove-MgBetaPlannerTaskProgressTaskBoardFormat" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPlannerTaskProgressTaskBoardFormat", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/policies/accessReviewPolicy", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyAccessReviewPolicy" + "Permissions": [], + "Command": "Remove-MgBetaPolicyAccessReviewPolicy", + "Variants": [ + "Delete" + ], + "ApiVersion": "beta" }, { + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaPolicyActivityBasedTimeoutPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyActivityBasedTimeoutPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/adminConsentRequestPolicy", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Remove-MgBetaPolicyAdminConsentRequestPolicy", "Variants": [ "Delete" ], - "Uri": "/policies/adminConsentRequestPolicy", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyAdminConsentRequestPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaPolicyAppManagementPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyAppManagementPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete" - ], "Uri": "/policies/authenticationFlowsPolicy", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyAuthenticationFlowPolicy" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPolicyAuthenticationFlowPolicy", "Variants": [ "Delete" ], + "ApiVersion": "beta" + }, + { "Uri": "/policies/authenticationMethodsPolicy", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyAuthenticationMethodPolicy" + "Permissions": [], + "Command": "Remove-MgBetaPolicyAuthenticationMethodPolicy", + "Variants": [ + "Delete" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Remove-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.ReadWrite.AuthenticationMethod", @@ -335587,685 +335818,685 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaPolicyAuthenticationStrengthPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyAuthenticationStrengthPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyAuthorizationPolicy" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPolicyAuthorizationPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/policies/b2cAuthenticationMethodsPolicy", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyB2CAuthenticationMethodPolicy" + "Permissions": [], + "Command": "Remove-MgBetaPolicyB2CAuthenticationMethodPolicy", + "Variants": [ + "Delete" + ], + "ApiVersion": "beta" }, { + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaPolicyClaimMappingPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyClaimMappingPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete" - ], "Uri": "/policies/crossTenantAccessPolicy", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicy" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicy", "Variants": [ "Delete" ], + "ApiVersion": "beta" + }, + { "Uri": "/policies/crossTenantAccessPolicy/default", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyDefault" + "Permissions": [], + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyDefault", + "Variants": [ + "Delete" + ], + "ApiVersion": "beta" }, { + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.CrossTenantAccess", "Description": "Read and write your organization's cross tenant access policies", "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyPartner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyPartner" + "ApiVersion": "beta" }, { + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.CrossTenantAccess", "Description": "Read and write your organization's cross tenant access policies", "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete" - ], "Uri": "/policies/defaultAppManagementPolicy", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyDefaultAppManagementPolicy" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPolicyDefaultAppManagementPolicy", "Variants": [ "Delete" ], + "ApiVersion": "beta" + }, + { "Uri": "/policies/directoryRoleAccessReviewPolicy", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyDirectoryRoleAccessReviewPolicy" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPolicyDirectoryRoleAccessReviewPolicy", "Variants": [ "Delete" ], + "ApiVersion": "beta" + }, + { "Uri": "/policies/externalIdentitiesPolicy", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyExternalIdentityPolicy" + "Permissions": [], + "Command": "Remove-MgBetaPolicyExternalIdentityPolicy", + "Variants": [ + "Delete" + ], + "ApiVersion": "beta" }, { + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaPolicyFeatureRolloutPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyFeatureRolloutPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyFeatureRolloutPolicyApplyToByRef" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/federatedTokenValidationPolicy", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Remove-MgBetaPolicyFederatedTokenValidationPolicy", "Variants": [ "Delete" ], - "Uri": "/policies/federatedTokenValidationPolicy", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyFederatedTokenValidationPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaPolicyHomeRealmDiscoveryPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyHomeRealmDiscoveryPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Remove-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", "Variants": [ "Delete" ], - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.MobilityManagement", "Description": "Read and write your organization's mobility management policies", "FullDescription": "Allows the app to read and write your organization's mobility management policies on your behalf. For example, a mobility management policy can set the enrollment scope for a given mobility management application.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaPolicyMobileAppManagementPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyMobileAppManagementPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.MobilityManagement", "Description": "Read and write your organization's mobility management policies", "FullDescription": "Allows the app to read and write your organization's mobility management policies on your behalf. For example, a mobility management policy can set the enrollment scope for a given mobility management application.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef" + "ApiVersion": "beta" }, { + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.MobilityManagement", "Description": "Read and write your organization's mobility management policies", "FullDescription": "Allows the app to read and write your organization's mobility management policies on your behalf. For example, a mobility management policy can set the enrollment scope for a given mobility management application.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaPolicyMobileDeviceManagementPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyMobileDeviceManagementPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.MobilityManagement", "Description": "Read and write your organization's mobility management policies", "FullDescription": "Allows the app to read and write your organization's mobility management policies on your behalf. For example, a mobility management policy can set the enrollment scope for a given mobility management application.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef" + "ApiVersion": "beta" }, { + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.PermissionGrant", "Description": "Manage consent and permission grant policies", "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaPolicyPermissionGrantPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyPermissionGrantPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.PermissionGrant", "Description": "Manage consent and permission grant policies", "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaPolicyPermissionGrantPolicyExclude", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyPermissionGrantPolicyExclude" + "ApiVersion": "beta" }, { + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.PermissionGrant", "Description": "Manage consent and permission grant policies", "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaPolicyPermissionGrantPolicyInclude", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyPermissionGrantPolicyInclude" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyRoleManagementPolicy" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPolicyRoleManagementPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyRoleManagementPolicyAssignment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPolicyRoleManagementPolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyRoleManagementPolicyEffectiveRule" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPolicyRoleManagementPolicyEffectiveRule", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyRoleManagementPolicyRule" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPolicyRoleManagementPolicyRule", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicy" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicyExclude" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicyExclude", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicyInclude" + "Permissions": [], + "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicyInclude", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaPolicyTokenIssuancePolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyTokenIssuancePolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaPolicyTokenLifetimePolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyTokenLifetimePolicy" + "ApiVersion": "beta" }, { + "Uri": "/print/connectors/{printConnector-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", "Permissions": { "Name": "PrintConnector.ReadWrite.All", "Description": "Read and write print connectors", "FullDescription": "Allows the application to read and write print connectors on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaPrintConnector", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/print/connectors/{printConnector-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintConnector" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/print/operations/{printOperation-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", + "Permissions": [], + "Command": "Remove-MgBetaPrintOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/print/operations/{printOperation-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintOperation" + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", "Permissions": { "Name": "Printer.FullControl.All", "Description": "Register, read, update, and unregister printers", "FullDescription": "Allows the application to create (register), read, update, and delete (unregister) printers on your behalf.  ", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaPrintPrinter", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/print/printers/{printer-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintPrinter" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintPrinterJob" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrintPrinterJob", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintPrinterJobDocument" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrintPrinterJobDocument", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintPrinterJobTask" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrintPrinterJobTask", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintPrinterShare" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrintPrinterShare", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/$ref", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintPrinterShareAllowedGroupByRef" + "Permissions": [], + "Command": "Remove-MgBetaPrintPrinterShareAllowedGroupByRef", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", "Permissions": { "Name": "PrinterShare.ReadWrite.All", "Description": "Read and update printer shares", "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaPrintPrinterShareAllowedUserByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintPrinterShareAllowedUserByRef" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintPrinterShareJob" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrintPrinterShareJob", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintPrinterShareJobDocument" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrintPrinterShareJobDocument", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintPrinterShareJobTask" + "Permissions": [], + "Command": "Remove-MgBetaPrintPrinterShareJobTask", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "Printer.FullControl.All", @@ -336280,692 +336511,692 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaPrintPrinterTaskTrigger", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintPrinterTaskTrigger" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/print/services/{printService-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", + "Permissions": [], + "Command": "Remove-MgBetaPrintService", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/print/services/{printService-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintService" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", + "Permissions": [], + "Command": "Remove-MgBetaPrintServiceEndpoint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintServiceEndpoint" + "ApiVersion": "beta" }, { + "Uri": "/print/shares/{printerShare-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", "Permissions": { "Name": "PrinterShare.ReadWrite.All", "Description": "Read and update printer shares", "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaPrintShare", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/print/shares/{printerShare-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintShare" + "ApiVersion": "beta" }, { + "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", "Permissions": { "Name": "PrinterShare.ReadWrite.All", "Description": "Read and update printer shares", "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaPrintShareAllowedGroupByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintShareAllowedGroupByRef" + "ApiVersion": "beta" }, { + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", "Permissions": { "Name": "PrinterShare.ReadWrite.All", "Description": "Read and update printer shares", "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaPrintShareAllowedUserByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintShareAllowedUserByRef" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintShareJob" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrintShareJob", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintShareJobDocument" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrintShareJobDocument", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintShareJobTask" + "Permissions": [], + "Command": "Remove-MgBetaPrintShareJobTask", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", "Permissions": { "Name": "PrintTaskDefinition.ReadWrite.All", "Description": "Read, write and update print task definitions", "FullDescription": "Allows the application to read and update print task definitions without a signed-in user. ", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaPrintTaskDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintTaskDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintTaskDefinitionTask" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrintTaskDefinitionTask", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Command": "Remove-MgBetaPrivacySubjectRightsRequest" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrivacySubjectRightsRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Command": "Remove-MgBetaPrivacySubjectRightsRequestNote" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrivacySubjectRightsRequestNote", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccess" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccess", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccessResource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessResource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequest" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentSubject" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleDefinition" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleSetting" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccessRoleAssignment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequest" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequestSubject" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentSubject" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentSubject", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccessRoleDefinition" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccessRoleSetting" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessRoleSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccessRoleSettingRoleDefinition" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessRoleSettingRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedApproval/{privilegedApproval-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedApproval" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedApproval", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedApprovalRoleInfo" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedApprovalRoleInfo", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedApprovalRoleInfoSetting" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedApprovalRoleInfoSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedApprovalRoleInfoSummary" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedApprovalRoleInfoSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedOperationEvent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedOperationEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoles/{privilegedRole-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedRole" + "Permissions": [], + "Command": "Remove-MgBetaPrivilegedRole", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "Directory.AccessAsUser.All", "Description": "Access the directory as you", "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedRoleAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequest" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfo" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfo" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfo", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSetting" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSummary" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoles/{privilegedRole-id}/settings", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedRoleSetting" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedRoleSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoles/{privilegedRole-id}/summary", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedRoleSummary" + "Permissions": [], + "Command": "Remove-MgBetaPrivilegedRoleSummary", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/programs/{program-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "ProgramControl.ReadWrite.All", "Description": "Manage programs that you can access", "FullDescription": "Allows the app to read, update and perform action on programs and program controls that you have access to.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaProgram", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/programs/{program-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaProgram" + "ApiVersion": "beta" }, { + "Uri": "/programControls/{programControl-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "ProgramControl.ReadWrite.All", "Description": "Manage programs that you can access", "FullDescription": "Allows the app to read, update and perform action on programs and program controls that you have access to.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaProgramControl", "Variants": [ "Delete", "Delete1", @@ -336974,182 +337205,182 @@ "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Uri": "/programControls/{programControl-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaProgramControl" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/programControls/{programControl-id}/program", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Remove-MgBetaProgramControlProgram", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Uri": "/programControls/{programControl-id}/program", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaProgramControlProgram" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/programControlTypes/{programControlType-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaProgramControlType" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaProgramControlType", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Command": "Remove-MgBetaReportAuthenticationMethodUserRegistrationDetail" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaReportAuthenticationMethodUserRegistrationDetail", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/reports/sla/azureADAuthentication", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Command": "Remove-MgBetaReportSlaAzureAdAuthentication" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaReportSlaAzureAdAuthentication", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaRiskDetection" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRiskDetection", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaRiskyServicePrincipal" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRiskyServicePrincipal", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaRiskyServicePrincipalHistory" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRiskyServicePrincipalHistory", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaRiskyUser" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRiskyUser", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaRiskyUserHistory" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRiskyUserHistory", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/cloudPC", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementCloudPc" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementCloudPc", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespace" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespace", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope" + "Permissions": [], + "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -337164,31 +337395,31 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementCloudPcRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementCloudPcRoleAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Remove-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementCloudPcRoleAssignmentAppScope" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -337221,82 +337452,82 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementCloudPcRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementCloudPcRoleDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Remove-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete" - ], "Uri": "/roleManagement/deviceManagement", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementDeviceManagement" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDeviceManagement", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespace" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespace", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope" + "Permissions": [], + "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -337311,31 +337542,31 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -337368,82 +337599,82 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete" - ], "Uri": "/roleManagement/directory", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementDirectory" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectory", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespace" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespace", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope" + "Permissions": [], + "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.ReadWrite.All", @@ -337464,96 +337695,96 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentApproval" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentApproval", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentAppScope" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentSchedule" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest" + "Permissions": [], + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -337586,381 +337817,381 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementDirectoryRoleDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilitySchedule" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEnterpriseApp" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseApp", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespace" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespace", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleDefinition" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEntitlementManagement" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagement", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespace" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespace", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope" + "Permissions": [], + "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.ReadWrite.All", @@ -337981,187 +338212,187 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleDefinition" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope" + "Permissions": [], + "Command": "Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/schemaExtensions/{schemaExtension-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.SchemaExtensions", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -338176,18 +338407,18 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaSchemaExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/schemaExtensions/{schemaExtension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.SchemaExtensions", - "Command": "Remove-MgBetaSchemaExtension" + "ApiVersion": "beta" }, { + "Uri": "/search/acronyms/{acronym-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -338202,18 +338433,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaSearchAcronym", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/search/acronyms/{acronym-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Remove-MgBetaSearchAcronym" + "ApiVersion": "beta" }, { + "Uri": "/search/bookmarks/{bookmark-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -338228,18 +338459,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaSearchBookmark", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/search/bookmarks/{bookmark-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Remove-MgBetaSearchBookmark" + "ApiVersion": "beta" }, { + "Uri": "/search/qnas/{qna-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -338254,213 +338485,213 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaSearchQna", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/search/qnas/{qna-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Remove-MgBetaSearchQna" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/security/securityActions/{securityAction-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityAction" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAction", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/alerts_v2/{alert-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityAlertV2" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAlertV2", "Variants": [ "Delete", - "Delete1", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityAttackSimulation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulation", "Variants": [ "Delete", + "Delete1", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityAttackSimulationAutomation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulationAutomation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityAttackSimulationAutomationRun" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulationAutomationRun", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityAttackSimulationEndUserNotification" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulationEndUserNotification", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityAttackSimulationEndUserNotificationDetail" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulationEndUserNotificationDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityAttackSimulationLandingPage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulationLandingPage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityAttackSimulationLandingPageDetail" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulationLandingPageDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityAttackSimulationLoginPage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulationLoginPage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityAttackSimulationOperation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulationOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation/payloads/{payload-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityAttackSimulationPayload" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulationPayload", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation/trainings/{training-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityAttackSimulationTraining" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulationTraining", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityAttackSimulationTrainingLanguageDetail" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulationTrainingLanguageDetail", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/cases", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCase" + "Permissions": [], + "Command": "Remove-MgBetaSecurityCase", + "Variants": [ + "Delete" + ], + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -338475,31 +338706,31 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCase", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCase" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodian", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodian" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -338514,7 +338745,7 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianHold", "Variants": [ "Remove", "Remove1", @@ -338523,52 +338754,52 @@ "RemoveViaIdentity1", "RemoveViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianHold" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource" + "Permissions": [], + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -338583,57 +338814,57 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHold", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHold" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource" + "Permissions": [], + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -338648,7 +338879,7 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", "Variants": [ "Remove", "Remove1", @@ -338657,70 +338888,70 @@ "RemoveViaIdentity1", "RemoveViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseOperation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSet" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSet", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile" + "Permissions": [], + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Security", "Permissions": { "Name": "eDiscovery.ReadWrite.All", "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -338735,80 +338966,80 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSearch", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSearch" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Security", "Permissions": { "Name": "eDiscovery.ReadWrite.All", "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Security", "Permissions": { "Name": "eDiscovery.ReadWrite.All", "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSetting" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -338823,847 +339054,847 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseTag", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseTag" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCloudAppSecurityProfile" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCloudAppSecurityProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityDomainSecurityProfile" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityDomainSecurityProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityFileSecurityProfile" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityFileSecurityProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityHostSecurityProfile" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityHostSecurityProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/incidents/{incident-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityIncident" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityIncident", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/informationProtection", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityInformationProtection" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityInformationProtection", "Variants": [ "Delete" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/informationProtection/labelPolicySettings", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityInformationProtectionLabelPolicySetting" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityInformationProtectionLabelPolicySetting", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityInformationProtectionSensitivityLabel" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityInformationProtectionSensitivityLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityInformationProtectionSensitivityLabelParent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityInformationProtectionSensitivityLabelParent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityIPSecurityProfile" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityIPSecurityProfile", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/labels", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityLabel" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityLabel", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/labels/authorities/{authorityTemplate-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityLabelAuthority" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityLabelAuthority", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/labels/categories/{categoryTemplate-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityLabelCategory" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityLabelCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/labels/categories/{categoryTemplate-id}/subCategories/{subCategoryTemplate-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityLabelCategorySubCategory" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityLabelCategorySubCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/labels/citations/{citationTemplate-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityLabelCitation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityLabelCitation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/labels/departments/{departmentTemplate-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityLabelDepartment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityLabelDepartment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityLabelFilePlanReference" + "Permissions": [], + "Command": "Remove-MgBetaSecurityLabelFilePlanReference", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Security", "Permissions": { "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 on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityLabelRetentionLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityLabelRetentionLabel" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityLabelRetentionLabelDescriptor" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityLabelRetentionLabelDescriptor", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityLabelRetentionLabelDispositionReviewStage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityProviderTenantSetting" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityProviderTenantSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/secureScores/{secureScore-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecuritySecureScore" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecuritySecureScore", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecuritySecureScoreControlProfile" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecuritySecureScoreControlProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecuritySubjectRightsRequest" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecuritySubjectRightsRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecuritySubjectRightsRequestNote" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecuritySubjectRightsRequestNote", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligence" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligence", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/articles/{article-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligenceArticle" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceArticle", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligenceArticleIndicator" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceArticleIndicator", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hosts/{host-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligenceHost" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceHost", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostComponent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostComponent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostCookie" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostCookie", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostPair" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostPair", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostReputation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostReputation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostSslCertificate" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostSslCertificate", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostTracker" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostTracker", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligenceIntelProfile" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceIntelProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligencePassiveDnsRecord" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligencePassiveDnsRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligenceProfileIndicator" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceProfileIndicator", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligenceSslCertificate" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceSslCertificate", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligenceSubdomain" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceSubdomain", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligenceVulnerability" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceVulnerability", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligenceVulnerabilityComponent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligenceWhoisRecord" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceWhoisRecord", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatSubmission", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatSubmission" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatSubmission", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatSubmissionEmailThreat" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatSubmissionEmailThreat", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatSubmissionFileThreat" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatSubmissionFileThreat", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatSubmissionUrlThreat" + "Permissions": [], + "Command": "Remove-MgBetaSecurityThreatSubmissionUrlThreat", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/security/tiIndicators/{tiIndicator-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Security", "Permissions": { "Name": "ThreatIndicators.ReadWrite.OwnedBy", "Description": "Manage threat indicators this app creates or owns", "FullDescription": "Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on your behalf.  It cannot update any threat indicators that it is not an owner of.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityTiIndicator", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/security/tiIndicators/{tiIndicator-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityTiIndicator" + "ApiVersion": "beta" }, { + "Uri": "/security/tiIndicators/deleteTiIndicatorsByExternalId", + "Method": "POST", + "OutputType": "IMicrosoftGraphResultInfo", + "Module": "Beta.Security", "Permissions": { "Name": "ThreatIndicators.ReadWrite.OwnedBy", "Description": "Manage threat indicators this app creates or owns", "FullDescription": "Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on your behalf.  It cannot update any threat indicators that it is not an owner of.", "IsAdmin": true }, - "Method": "POST", + "Command": "Remove-MgBetaSecurityTiIndicatorByExternalId", "Variants": [ "Delete", "DeleteExpanded" ], - "Uri": "/security/tiIndicators/deleteTiIndicatorsByExternalId", - "OutputType": "IMicrosoftGraphResultInfo", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityTiIndicatorByExternalId" + "ApiVersion": "beta" }, { + "Uri": "/security/tiIndicators/deleteTiIndicators", + "Method": "POST", + "OutputType": "IMicrosoftGraphResultInfo", + "Module": "Beta.Security", "Permissions": { "Name": "ThreatIndicators.ReadWrite.OwnedBy", "Description": "Manage threat indicators this app creates or owns", "FullDescription": "Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on your behalf.  It cannot update any threat indicators that it is not an owner of.", "IsAdmin": true }, - "Method": "POST", + "Command": "Remove-MgBetaSecurityTiIndicatorMultiple", "Variants": [ "Delete1", "DeleteExpanded" ], - "Uri": "/security/tiIndicators/deleteTiIndicators", - "OutputType": "IMicrosoftGraphResultInfo", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityTiIndicatorMultiple" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/triggers", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Remove-MgBetaSecurityTrigger", "Variants": [ "Delete" ], - "Uri": "/security/triggers", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityTrigger" + "ApiVersion": "beta" }, { + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Security", "Permissions": { "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 on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityTriggerRetentionEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityTriggerRetentionEvent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/triggerTypes", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Security", + "Permissions": [], + "Command": "Remove-MgBetaSecurityTriggerType", "Variants": [ "Delete" ], - "Uri": "/security/triggerTypes", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityTriggerType" + "ApiVersion": "beta" }, { + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Security", "Permissions": { "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 on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityTriggerTypeRetentionEventType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityTriggerTypeRetentionEventType" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityUserSecurityProfile" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSecurityUserSecurityProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Remove-MgBetaServiceAnnouncementHealthOverview" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaServiceAnnouncementHealthOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Remove-MgBetaServiceAnnouncementHealthOverviewIssue" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaServiceAnnouncementHealthOverviewIssue", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Remove-MgBetaServiceAnnouncementIssue" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaServiceAnnouncementIssue", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Remove-MgBetaServiceAnnouncementMessage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaServiceAnnouncementMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Remove-MgBetaServiceAnnouncementMessageAttachment" + "Permissions": [], + "Command": "Remove-MgBetaServiceAnnouncementMessageAttachment", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -339684,80 +339915,80 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipal", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Remove-MgBetaServicePrincipalAppManagementPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalAppManagementPolicy" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": { "Name": "AppRoleAssignment.ReadWrite.All", "Description": "Manage app permission grants and app role assignments", "FullDescription": "Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalAppRoleAssignedTo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalAppRoleAssignedTo" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": { "Name": "AppRoleAssignment.ReadWrite.All", "Description": "Manage app permission grants and app role assignments", "FullDescription": "Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalAppRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalAppRoleAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals(appId='{appId}')", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Remove-MgBetaServicePrincipalByAppId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/servicePrincipals(appId='{appId}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalByAppId" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -339784,49 +340015,49 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalClaimMappingPolicyByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalClaimMappingPolicyByRef" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": { "Name": "Policy.ReadWrite.PermissionGrant", "Description": "Manage consent and permission grant policies", "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalDelegatedPermissionClassification", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalDelegatedPermissionClassification" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Remove-MgBetaServicePrincipalEndpoint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalEndpoint" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -339853,31 +340084,31 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Remove-MgBetaServicePrincipalLicenseDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalLicenseDetail" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -339898,18 +340129,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalOwnerByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalOwnerByRef" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/deletePasswordSingleSignOnCredentials", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -339930,46 +340161,46 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Remove-MgBetaServicePrincipalPasswordSingleSignOnCredential", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/deletePasswordSingleSignOnCredentials", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalPasswordSingleSignOnCredential" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Remove-MgBetaServicePrincipalRiskDetection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaServicePrincipalRiskDetection" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Remove-MgBetaServicePrincipalSynchronization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalSynchronization" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -339984,31 +340215,31 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalSynchronizationJob", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalSynchronizationJob" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Remove-MgBetaServicePrincipalSynchronizationJobBulkUpload", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalSynchronizationJobBulkUpload" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -340023,316 +340254,316 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalSynchronizationJobSchema", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalSynchronizationJobSchema" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalSynchronizationJobSchemaDirectory" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplate" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplateSchema" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplateSchema", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaShareList" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaShareList", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaShareListColumn" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaShareListColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaShareListContentType" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaShareListContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaShareListContentTypeColumn" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaShareListContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaShareListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaShareListContentTypeColumnLink", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/listItem", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaShareListItem" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaShareListItem", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaShareListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaShareListItemDocumentSetVersion", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaShareListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaShareListItemDocumentSetVersionField", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaShareListItemField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaShareListItemField", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaShareListItemVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaShareListItemVersion", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaShareListItemVersionField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaShareListItemVersionField", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaShareListOperation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaShareListOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaShareListSubscription" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaShareListSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/permission", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaSharePermission" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSharePermission", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaShareSharedDriveItemSharedDriveItem" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaShareSharedDriveItemSharedDriveItem", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/analytics", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteAnalytic" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSiteAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSiteAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteAnalyticItemActivityStatActivity" + "Permissions": [], + "Command": "Remove-MgBetaSiteAnalyticItemActivityStatActivity", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -340347,18 +340578,18 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaSiteColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteColumn" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -340373,18 +340604,18 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaSiteContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteContentType" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -340399,44 +340630,44 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaSiteContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteContentTypeColumn" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Remove-MgBetaSiteContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteContentTypeColumnLink" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Remove-MgBetaSiteList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteList" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -340451,18 +340682,18 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaSiteListColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteListColumn" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -340477,18 +340708,18 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaSiteListContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteListContentType" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -340503,62 +340734,62 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaSiteListContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteListContentTypeColumn" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Remove-MgBetaSiteListContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteListContentTypeColumnLink" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": { "Name": "Sites.ReadWrite.All", "Description": "Edit or delete items in all site collections", "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaSiteListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteListItem" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Remove-MgBetaSiteListItemActivity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteListItemActivity" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -340585,109 +340816,109 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaSiteListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteListItemDocumentSetVersion" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSiteListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteListItemField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSiteListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteListItemVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSiteListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteListItemVersionField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSiteListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteListOperation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSiteListOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteListSubscription" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSiteListSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Notes", - "Command": "Remove-MgBetaSiteOnenoteNotebook" + "Permissions": [], + "Command": "Remove-MgBetaSiteOnenoteNotebook", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.ReadWrite", @@ -340702,523 +340933,523 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaSiteOnenotePage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Remove-MgBetaSiteOnenotePage" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Notes", - "Command": "Remove-MgBetaSiteOnenoteSection" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSiteOnenoteSection", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Notes", - "Command": "Remove-MgBetaSiteOnenoteSectionGroup" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSiteOnenoteSectionGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteOperation" + "Permissions": [], + "Command": "Remove-MgBetaSiteOperation", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": { "Name": "Sites.ReadWrite.All", "Description": "Edit or delete items in all site collections", "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaSitePage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSitePage" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/permissions/{permission-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": { "Name": "Sites.FullControl.All", "Description": "Have full control of all site collections", "FullDescription": "Allows the app to have full control of all site collections without a signed in user.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaSitePermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/sites/{site-id}/permissions/{permission-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSitePermission" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Remove-MgBetaSiteTermStore", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/sites/{site-id}/termStore", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStore" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": { "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 }, - "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Remove-MgBetaSiteTermStoreGroupSet", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreGroupSet" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Remove-MgBetaSiteTermStoreGroupSetChild", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreGroupSetChild" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Remove-MgBetaSiteTermStoreGroupSetChildRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreGroupSetChildRelation" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreGroupSetParentGroup" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreGroupSetParentGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreGroupSetRelation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreGroupSetRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreGroupSetTerm" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreGroupSetTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreGroupSetTermChild" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreGroupSetTermChild", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreGroupSetTermChildRelation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreGroupSetTermRelation" + "Permissions": [], + "Command": "Remove-MgBetaSiteTermStoreGroupSetTermRelation", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": { "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 }, - "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSet", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreSet" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Remove-MgBetaSiteTermStoreSetChild", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreSetChild" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Remove-MgBetaSiteTermStoreSetChildRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreSetChildRelation" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreSetParentGroup" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetParentGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSet" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSet", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetChild" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetChild", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetChildRelation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetRelation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTerm" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermChild" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermRelation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreSetRelation" + "Permissions": [], + "Command": "Remove-MgBetaSiteTermStoreSetRelation", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": { "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 }, - "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreSetTerm" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreSetTermChild" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetTermChild", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreSetTermChildRelation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetTermChildRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreSetTermRelation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetTermRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/subscribedSkus/{subscribedSku-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaSubscribedSku" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSubscribedSku", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/subscriptions/{subscription-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ChangeNotifications", - "Command": "Remove-MgBetaSubscription" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeam" + "Permissions": [], + "Command": "Remove-MgBetaTeam", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Channel.Delete.All", @@ -341245,85 +341476,85 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaTeamChannel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamChannel" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/removeEmail", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": { "Name": "ChannelSettings.ReadWrite.All", "Description": "Read and write the names, descriptions, and settings of channels", "FullDescription": "Read and write the names, descriptions, and settings of all channels, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Remove-MgBetaTeamChannelEmail", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/removeEmail", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamChannelEmail" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": { "Name": "ChannelMember.ReadWrite.All", "Description": "Add and remove members from teams and channels", "FullDescription": "Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaTeamChannelMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamChannelMember" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Remove-MgBetaTeamChannelMessageReplyHostedContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamChannelMessageReplyHostedContent" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": { "Name": "ChannelMember.ReadWrite.All", "Description": "Add and remove members from teams and channels", "FullDescription": "Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaTeamChannelSharedWithTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamChannelSharedWithTeam" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -341380,36 +341611,36 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaTeamChannelTab", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamChannelTab" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/incomingChannels/{channel-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": { "Name": "Channel.Delete.All", "Description": "Delete channels", "FullDescription": "Delete channels in any team, on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaTeamIncomingChannel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teams/{team-id}/incomingChannels/{channel-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamIncomingChannel" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -341448,166 +341679,166 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaTeamInstalledApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamInstalledApp" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/members/{conversationMember-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": { "Name": "TeamMember.ReadWrite.All", "Description": "Add and remove members from teams and channels", "FullDescription": "Add and remove members from teams, on your behalf. Also allows changing a member's role, for example from owner to non-owner.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaTeamMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teams/{team-id}/members/{conversationMember-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamMember" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamOperation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTeamOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamPermissionGrant" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTeamPermissionGrant", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamPrimaryChannel" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Remove-MgBetaTeamPrimaryChannel", "Variants": [ - "Remove", - "RemoveViaIdentity" + "Delete", + "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/removeEmail", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamPrimaryChannelEmail" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTeamPrimaryChannelEmail", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Remove", + "RemoveViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamPrimaryChannelMember" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTeamPrimaryChannelMember", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamPrimaryChannelMessageReplyHostedContent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamPrimaryChannelSharedWithTeam" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTeamPrimaryChannelSharedWithTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamPrimaryChannelTab" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTeamPrimaryChannelTab", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamSchedule" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTeamSchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamScheduleOfferShiftRequest" + "Permissions": [], + "Command": "Remove-MgBetaTeamScheduleOfferShiftRequest", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -341622,31 +341853,31 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaTeamScheduleOpenShift", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamScheduleOpenShift" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Remove-MgBetaTeamScheduleOpenShiftChangeRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamScheduleOpenShiftChangeRequest" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -341661,18 +341892,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaTeamScheduleSchedulingGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamScheduleSchedulingGroup" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -341693,49 +341924,49 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaTeamScheduleShift", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamScheduleShift" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Remove-MgBetaTeamScheduleSwapShiftChangeRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamScheduleSwapShiftChangeRequest" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": { "Name": "Schedule.ReadWrite.All", "Description": "Read and write your schedule items", "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaTeamScheduleTimeCard", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamScheduleTimeCard" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -341750,18 +341981,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaTeamScheduleTimeOff", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamScheduleTimeOff" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -341776,18 +342007,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaTeamScheduleTimeOffReason", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamScheduleTimeOffReason" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -341802,18 +342033,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaTeamScheduleTimeOffRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamScheduleTimeOffRequest" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -341828,18 +342059,18 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaTeamTag", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamTag" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -341854,942 +342085,942 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaTeamTagMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamTagMember" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/teamwork/deletedChats/{deletedChat-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkDeletedChat" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeletedChat", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkDeletedTeam" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeletedTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkDeletedTeamChannel" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Remove-MgBetaTeamworkDeletedTeamChannel", "Variants": [ - "Remove", - "RemoveViaIdentity" + "Delete", + "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/removeEmail", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelEmail" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelEmail", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Remove", + "RemoveViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMember" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMember", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageHostedContent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageReply" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageReply", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelSharedWithTeam" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelTab" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelTab", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/devices/{teamworkDevice-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkDevice" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkDeviceActivity" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeviceActivity", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkDeviceConfiguration" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeviceConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/devices/{teamworkDevice-id}/health", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkDeviceHealth" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeviceHealth", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkDeviceOperation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeviceOperation", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/teamsAppSettings", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkTeamAppSetting" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkTeamAppSetting", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkTeamTemplate" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkTeamTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkTeamTemplateDefinition" + "Permissions": [], + "Command": "Remove-MgBetaTeamworkTeamTemplateDefinition", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": { "Name": "WorkforceIntegration.ReadWrite.All", "Description": "Read and write workforce integrations", "FullDescription": "Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkWorkforceIntegration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkWorkforceIntegration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.Partner", + "Permissions": [], + "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminCustomer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Partner", - "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminCustomer" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.Partner", + "Permissions": [], + "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Partner", - "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.Partner", "Permissions": { "Name": "DelegatedAdminRelationship.ReadWrite.All", "Description": "Manage Delegated Admin relationships with customers", "FullDescription": "Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Partner", - "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationship" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.Partner", "Permissions": { "Name": "DelegatedAdminRelationship.ReadWrite.All", "Description": "Manage Delegated Admin relationships with customers", "FullDescription": "Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Partner", - "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Partner", - "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Partner", - "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenant" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenant", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlert" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlert", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertLog" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertLog", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertRule" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertRule", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantApiNotification" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantApiNotification", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAppPerformance" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAppPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAuditEvent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAuditEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcConnection" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcConnection", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcDevice" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcOverview" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantCustomizedInformation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantCustomizedInformation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantDetailedInformation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantDetailedInformation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantEmailNotification" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantEmailNotification", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantGroup" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementAction" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementAction", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementIntent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementIntent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplate" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStep" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantMyRole" + "Permissions": [], + "Command": "Remove-MgBetaTenantRelationshipManagedTenantMyRole", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.ManagedTenants", "Permissions": { "Name": "ManagedTenants.ReadWrite.All", "Description": "Read and write all managed tenant information", "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantTag", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantTag" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantTicketingEndpoint" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantWindowsProtectionState" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/multiTenantOrganization", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaTenantRelationshipMultiTenantOrganization" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipMultiTenantOrganization", "Variants": [ "Delete" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest" + "Permissions": [], + "Command": "Remove-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest", + "Variants": [ + "Delete" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Remove-MgBetaTenantRelationshipMultiTenantOrganizationTenant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaTenantRelationshipMultiTenantOrganizationTenant" + "ApiVersion": "beta" }, { + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "TrustFrameworkKeySet.ReadWrite.All", "Description": "Read and write trust framework key sets", "FullDescription": "Allows the app to read or write trust framework key sets, on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaTrustFrameworkKeySet", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaTrustFrameworkKeySet" + "ApiVersion": "beta" }, { + "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.TrustFramework", "Description": "Read and write trust framework policies", "FullDescription": "Allows the app to read and write your organization's trust framework policies on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaTrustFrameworkPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaTrustFrameworkPolicy" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -342822,85 +343053,85 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUser", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUser" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/activities/{userActivity-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.CrossDeviceExperiences", "Permissions": { "Name": "UserActivity.ReadWrite.CreatedByApp", "Description": "Read and write app activity to your activity feed", "FullDescription": "Allows the app to read and report your activity in the app.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaUserActivity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/activities/{userActivity-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Remove-MgBetaUserActivity" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.CrossDeviceExperiences", "Permissions": { "Name": "UserActivity.ReadWrite.CreatedByApp", "Description": "Read and write app activity to your activity feed", "FullDescription": "Allows the app to read and report your activity in the app.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaUserActivityHistoryItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Remove-MgBetaUserActivityHistoryItem" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.People", + "Permissions": [], + "Command": "Remove-MgBetaUserActivityStatistics", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserActivityStatistics" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": { "Name": "AppRoleAssignment.ReadWrite.All", "Description": "Manage app permission grants and app role assignments", "FullDescription": "Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaUserAppRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaUserAppRoleAssignment" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -342915,18 +343146,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserAuthenticationEmailMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaUserAuthenticationEmailMethod" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -342941,18 +343172,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserAuthenticationFido2Method", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaUserAuthenticationFido2Method" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -342967,31 +343198,31 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Remove-MgBetaUserAuthenticationOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaUserAuthenticationOperation" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -343006,18 +343237,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -343032,18 +343263,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserAuthenticationPhoneMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaUserAuthenticationPhoneMethod" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -343058,18 +343289,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserAuthenticationSoftwareOathMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaUserAuthenticationSoftwareOathMethod" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -343084,18 +343315,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserAuthenticationTemporaryAccessPassMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaUserAuthenticationTemporaryAccessPassMethod" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -343110,1767 +343341,1767 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaUserAuthenticationWindowsHelloForBusinessMethod" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Calendar", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaUserCalendarGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Remove-MgBetaUserCalendarGroup" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Calendar", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaUserCalendarPermission", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Remove-MgBetaUserCalendarPermission" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/users/{user-id}/chats/{chat-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaUserChat" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserChat", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaUserChatInstalledApp" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserChatInstalledApp", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaUserChatLastMessagePreview" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserChatLastMessagePreview", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaUserChatMember" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserChatMember", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaUserChatMessage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserChatMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaUserChatMessageHostedContent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserChatMessageHostedContent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaUserChatMessageReply" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserChatMessageReply", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaUserChatMessageReplyHostedContent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserChatMessageReplyHostedContent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaUserChatOperation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserChatOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaUserChatPermissionGrant" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserChatPermissionGrant", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaUserChatPinnedMessage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserChatPinnedMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaUserChatTab" + "Permissions": [], + "Command": "Remove-MgBetaUserChatTab", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contacts/{contact-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.PersonalContacts", "Permissions": { "Name": "Contacts.ReadWrite", "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaUserContact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/contacts/{contact-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Remove-MgBetaUserContact" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.PersonalContacts", + "Permissions": [], + "Command": "Remove-MgBetaUserContactExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Remove-MgBetaUserContactExtension" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.PersonalContacts", "Permissions": { "Name": "Contacts.ReadWrite", "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaUserContactFolder", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Remove-MgBetaUserContactFolder" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.PersonalContacts", + "Permissions": [], + "Command": "Remove-MgBetaUserContactFolderChildFolder", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Remove-MgBetaUserContactFolderChildFolder" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.PersonalContacts", "Permissions": { "Name": "Contacts.ReadWrite", "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaUserContactFolderChildFolderContact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Remove-MgBetaUserContactFolderChildFolderContact" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.PersonalContacts", + "Permissions": [], + "Command": "Remove-MgBetaUserContactFolderChildFolderContactExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Remove-MgBetaUserContactFolderChildFolderContactExtension" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.PersonalContacts", "Permissions": { "Name": "Contacts.ReadWrite", "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaUserContactFolderContact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Remove-MgBetaUserContactFolderContact" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.PersonalContacts", - "Command": "Remove-MgBetaUserContactFolderContactExtension" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserContactFolderContactExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Remove-MgBetaUserDevice" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Remove-MgBetaUserDeviceCommand" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDeviceCommand", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaUserDeviceEnrollmentConfiguration" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDeviceEnrollmentConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaUserDeviceEnrollmentConfigurationAssignment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDeviceEnrollmentConfigurationAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Remove-MgBetaUserDeviceExtension" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDeviceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaUserDeviceManagementTroubleshootingEvent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDeviceManagementTroubleshootingEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Remove-MgBetaUserDeviceRegisteredOwnerByRef" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDeviceRegisteredOwnerByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Remove-MgBetaUserDeviceRegisteredUserByRef" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDeviceRegisteredUserByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Remove-MgBetaUserDeviceUsageRights" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDeviceUsageRights", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDrive" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDrive", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveItem" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItem", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveItemAnalytic" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveItemAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveItemChild" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemChild", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveItemListItem" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveItemListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveItemListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveItemListItemField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveItemListItemVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveItemListItemVersionField" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Remove-MgBetaUserDriveItemListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Remove-MgBetaUserDriveItemPermanent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemPermanent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveItemPermission" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveItemRetentionLabel" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemRetentionLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveItemSubscription" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveItemThumbnail" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemThumbnail", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveItemVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveList" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveList", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveListColumn" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveListContentType" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveListContentTypeColumn" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveListItem" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveListItemField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveListItemVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveListItemVersionField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveListOperation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveListSubscription" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveRoot" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRoot", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveRootAnalytic" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveRootAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveRootChild" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootChild", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveRootListItem" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveRootListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveRootListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveRootListItemField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveRootListItemVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveRootListItemVersionField" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Remove-MgBetaUserDriveRootListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/permanentDelete", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Remove-MgBetaUserDriveRootPermanent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootPermanent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveRootPermission" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveRootRetentionLabel" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootRetentionLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveRootSubscription" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveRootThumbnail" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootThumbnail", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveRootVersion" + "Permissions": [], + "Command": "Remove-MgBetaUserDriveRootVersion", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events/{event-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Calendar", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaUserEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/events/{event-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Remove-MgBetaUserEvent" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Remove-MgBetaUserEventAttachment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserEventAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Remove-MgBetaUserEventExceptionOccurrenceAttachment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserEventExceptionOccurrenceAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Remove-MgBetaUserEventExceptionOccurrenceExtension" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserEventExceptionOccurrenceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Remove-MgBetaUserEventExceptionOccurrenceInstanceAttachment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserEventExceptionOccurrenceInstanceAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Remove-MgBetaUserEventExceptionOccurrenceInstanceExtension" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserEventExceptionOccurrenceInstanceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Remove-MgBetaUserEventExtension" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserEventExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Remove-MgBetaUserEventInstanceAttachment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserEventInstanceAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Remove-MgBetaUserEventInstanceExceptionOccurrenceAttachment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserEventInstanceExceptionOccurrenceAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Remove-MgBetaUserEventInstanceExceptionOccurrenceExtension" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserEventInstanceExceptionOccurrenceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Remove-MgBetaUserEventInstanceExtension" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserEventInstanceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/extensions/{extension-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Remove-MgBetaUserExtension" + "Permissions": [], + "Command": "Remove-MgBetaUserExtension", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Mail", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaUserInferenceClassificationOverride", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Remove-MgBetaUserInferenceClassificationOverride" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/users/{user-id}/informationProtection", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaUserInformationProtection" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserInformationProtection", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaUserInformationProtectionDataLossPreventionPolicy" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserInformationProtectionDataLossPreventionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/policy", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaUserInformationProtectionPolicy" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserInformationProtectionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaUserInformationProtectionPolicyLabel" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserInformationProtectionPolicyLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaUserInformationProtectionSensitivityLabel" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserInformationProtectionSensitivityLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaUserInformationProtectionSensitivityLabelSublabel" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserInformationProtectionSensitivityLabelSublabel", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaUserInformationProtectionSensitivityPolicySetting" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserInformationProtectionSensitivityPolicySetting", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaUserInformationProtectionThreatAssessmentRequest" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserInformationProtectionThreatAssessmentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaUserInformationProtectionThreatAssessmentRequestResult" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/insights", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Remove-MgBetaUserInsight" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Remove-MgBetaUserInsightShared" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserInsightShared", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/insights/trending/{trending-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Remove-MgBetaUserInsightTrending" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserInsightTrending", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Remove-MgBetaUserInsightUsed" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserInsightUsed", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Remove-MgBetaUserLicenseDetail" + "Permissions": [], + "Command": "Remove-MgBetaUserLicenseDetail", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Mail", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaUserMailFolder", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Remove-MgBetaUserMailFolder" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Mail", - "Command": "Remove-MgBetaUserMailFolderChildFolder" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserMailFolderChildFolder", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Mail", - "Command": "Remove-MgBetaUserMailFolderChildFolderMessage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserMailFolderChildFolderMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Mail", - "Command": "Remove-MgBetaUserMailFolderChildFolderMessageAttachment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserMailFolderChildFolderMessageAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Mail", - "Command": "Remove-MgBetaUserMailFolderChildFolderMessageExtension" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserMailFolderChildFolderMessageExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Mail", - "Command": "Remove-MgBetaUserMailFolderChildFolderMessageMention" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserMailFolderChildFolderMessageMention", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Mail", - "Command": "Remove-MgBetaUserMailFolderChildFolderMessageRule" + "Permissions": [], + "Command": "Remove-MgBetaUserMailFolderChildFolderMessageRule", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Mail", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaUserMailFolderMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Remove-MgBetaUserMailFolderMessage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Remove-MgBetaUserMailFolderMessageAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Remove-MgBetaUserMailFolderMessageAttachment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Remove-MgBetaUserMailFolderMessageExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Remove-MgBetaUserMailFolderMessageExtension" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Mail", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaUserMailFolderMessageMention", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Remove-MgBetaUserMailFolderMessageMention" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Mail", - "Command": "Remove-MgBetaUserMailFolderMessageRule" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserMailFolderMessageRule", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaUserManagedDevice" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserManagedDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaUserManagedDeviceCategory" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserManagedDeviceCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaUserManagedDeviceCompliancePolicyState" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserManagedDeviceCompliancePolicyState", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaUserManagedDeviceConfigurationState" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Remove-MgBetaUserManagedDeviceConfigurationState", "Variants": [ - "Remove", - "RemoveViaIdentity" + "Delete", + "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Remove-MgBetaUserManagedDeviceFirmwareConfigurationInterfaceManagement" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserManagedDeviceFirmwareConfigurationInterfaceManagement", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Remove", + "RemoveViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaUserManagedDeviceHealthScriptState" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserManagedDeviceHealthScriptState", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaUserManagedDeviceLogCollectionResponse" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserManagedDeviceLogCollectionResponse", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaUserManagedDeviceMobileAppConfigurationState" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserManagedDeviceMobileAppConfigurationState", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaUserManagedDeviceSecurityBaselineState" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserManagedDeviceSecurityBaselineState", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaUserManagedDeviceSecurityBaselineStateSettingState" + "Permissions": [], + "Command": "Remove-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Remove-MgBetaUserManagedDeviceUserFromSharedAppleDevice", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Remove-MgBetaUserManagedDeviceUserFromSharedAppleDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Remove-MgBetaUserManagedDeviceWindowsProtectionState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaUserManagedDeviceWindowsProtectionState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Remove-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/manager", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -344885,18 +345116,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserManager", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/manager", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserManager" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/manager/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -344911,150 +345142,150 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserManagerByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/manager/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserManagerByRef" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/messages/{message-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Mail", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaUserMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/messages/{message-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Remove-MgBetaUserMessage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Remove-MgBetaUserMessageAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Remove-MgBetaUserMessageAttachment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Remove-MgBetaUserMessageExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Remove-MgBetaUserMessageExtension" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Mail", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaUserMessageMention", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Remove-MgBetaUserMessageMention" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaUserMobileAppIntentAndState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaUserMobileAppIntentAndState" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaUserMobileAppTroubleshootingEvent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserMobileAppTroubleshootingEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/notifications/{notification-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Remove-MgBetaUserNotification" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserNotification", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Notes", - "Command": "Remove-MgBetaUserOnenoteNotebook" + "Permissions": [], + "Command": "Remove-MgBetaUserOnenoteNotebook", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.ReadWrite", @@ -345069,44 +345300,44 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserOnenotePage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Remove-MgBetaUserOnenotePage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Notes", + "Permissions": [], + "Command": "Remove-MgBetaUserOnenoteSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Remove-MgBetaUserOnenoteSection" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Notes", + "Permissions": [], + "Command": "Remove-MgBetaUserOnenoteSectionGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Remove-MgBetaUserOnenoteSectionGroup" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -345121,61 +345352,61 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserOnlineMeeting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaUserOnlineMeeting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Remove-MgBetaUserOnlineMeetingAttendanceReport", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaUserOnlineMeetingAttendanceReport" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Remove-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Remove-MgBetaUserOnlineMeetingRecording", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaUserOnlineMeetingRecording" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -345190,36 +345421,36 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserOnlineMeetingRegistration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaUserOnlineMeetingRegistration" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.CloudCommunications", "Permissions": { "Name": "OnlineMeetings.ReadWrite", "Description": "Read and create your online meetings", "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaUserOnlineMeetingRegistrationCustomQuestion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaUserOnlineMeetingRegistrationCustomQuestion" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.Read.All", @@ -345240,212 +345471,212 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserOnlineMeetingRegistrationRegistrant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaUserOnlineMeetingRegistrationRegistrant" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Remove-MgBetaUserOnlineMeetingTranscript", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaUserOnlineMeetingTranscript" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Users", "Permissions": { "Name": "MailboxSettings.ReadWrite", "Description": "Read and write to your mailbox settings", "FullDescription": "Allows the app to read, update, create, and delete your mailbox settings.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBetaUserOutlookMasterCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserOutlookMasterCategory" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Users", "Permissions": { "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 }, - "Method": "DELETE", + "Command": "Remove-MgBetaUserOutlookTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserOutlookTask" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Users", + "Permissions": [], + "Command": "Remove-MgBetaUserOutlookTaskAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserOutlookTaskAttachment" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Users", "Permissions": { "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 }, - "Method": "DELETE", + "Command": "Remove-MgBetaUserOutlookTaskFolder", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserOutlookTaskFolder" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Users", + "Permissions": [], + "Command": "Remove-MgBetaUserOutlookTaskFolderTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserOutlookTaskFolderTask" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Users", + "Permissions": [], + "Command": "Remove-MgBetaUserOutlookTaskFolderTaskAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserOutlookTaskFolderTaskAttachment" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Users", "Permissions": { "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 }, - "Method": "DELETE", + "Command": "Remove-MgBetaUserOutlookTaskGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserOutlookTaskGroup" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Users", "Permissions": { "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 }, - "Method": "DELETE", + "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolder", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolder" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolderTask" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolderTask", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/photo", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Remove-MgBetaUserPhoto" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserPhoto", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/presence", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaUserPresence" + "Permissions": [], + "Command": "Remove-MgBetaUserPresence", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -345460,18 +345691,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/profile", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfile" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -345486,18 +345717,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileAccount", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfileAccount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -345512,18 +345743,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileAddress", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfileAddress" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -345538,18 +345769,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileAnniversary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfileAnniversary" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/awards/{personAward-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -345564,18 +345795,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileAward", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/profile/awards/{personAward-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfileAward" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -345590,18 +345821,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileCertification", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfileCertification" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -345616,18 +345847,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileEducationalActivity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfileEducationalActivity" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -345642,18 +345873,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileEmail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfileEmail" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -345668,18 +345899,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileInterest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfileInterest" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -345694,18 +345925,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileLanguage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfileLanguage" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/names/{personName-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -345720,18 +345951,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileName", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/profile/names/{personName-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfileName" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -345764,18 +345995,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileNote", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfileNote" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -345790,18 +346021,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserProfilePatent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfilePatent" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -345816,18 +346047,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserProfilePhone", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfilePhone" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -345842,18 +346073,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserProfilePosition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfilePosition" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -345868,18 +346099,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileProject", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfileProject" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -345894,18 +346125,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserProfilePublication", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfilePublication" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -345920,18 +346151,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileSkill", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfileSkill" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -345946,18 +346177,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileWebAccount", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfileWebAccount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -345972,200 +346203,200 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileWebsite", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfileWebsite" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaUserScopedRoleMemberOf" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserScopedRoleMemberOf", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/security", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaUserSecurity" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserSecurity", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/security/informationProtection", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaUserSecurityInformationProtection" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserSecurityInformationProtection", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaUserSecurityInformationProtectionLabelPolicySetting" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserSecurityInformationProtectionLabelPolicySetting", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaUserSecurityInformationProtectionSensitivityLabel" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserSecurityInformationProtectionSensitivityLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Remove-MgBetaUserSecurityInformationProtectionSensitivityLabelParent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/settings", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Remove-MgBetaUserSetting" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/settings/contactMergeSuggestions", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Remove-MgBetaUserSettingContactMergeSuggestion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserSettingContactMergeSuggestion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/settings/itemInsights", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Remove-MgBetaUserSettingItemInsight" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserSettingItemInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Remove-MgBetaUserSettingRegionalAndLanguageSetting" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserSettingRegionalAndLanguageSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/settings/shiftPreferences", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Remove-MgBetaUserSettingShiftPreference" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserSettingShiftPreference", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/sponsors/{directoryObject-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Remove-MgBetaUserSponsor" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserSponsor", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/teamwork", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaUserTeamwork" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaUserTeamwork", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Remove-MgBetaUserTeamworkAssociatedTeam" + "Permissions": [], + "Command": "Remove-MgBetaUserTeamworkAssociatedTeam", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteForUser", @@ -346192,18 +346423,18 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserTeamworkInstalledApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaUserTeamworkInstalledApp" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.Read", @@ -346224,31 +346455,31 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserTodoList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserTodoList" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Users", + "Permissions": [], + "Command": "Remove-MgBetaUserTodoListExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserTodoListExtension" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -346263,18 +346494,18 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserTodoListTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserTodoListTask" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -346289,31 +346520,31 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserTodoListTaskAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserTodoListTaskAttachment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Users", + "Permissions": [], + "Command": "Remove-MgBetaUserTodoListTaskAttachmentSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserTodoListTaskAttachmentSession" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -346328,31 +346559,31 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserTodoListTaskChecklistItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserTodoListTaskChecklistItem" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Users", + "Permissions": [], + "Command": "Remove-MgBetaUserTodoListTaskExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserTodoListTaskExtension" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -346367,467 +346598,467 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBetaUserTodoListTaskLinkedResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserTodoListTaskLinkedResource" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete1", - "DeleteViaIdentity" - ], "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEvent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEvent", "Variants": [ - "Delete", + "Delete1", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventPresenter" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventPresenter", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventSession" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventSession", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventSessionAttendanceReport" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventSessionAttendanceReport", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/meetingAttendanceReport", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventSessionMeetingAttendanceReport" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventSessionMeetingAttendanceReport", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/meetingAttendanceReport/attendanceRecords/{attendanceRecord-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventSessionMeetingAttendanceReportAttendanceRecord" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventSessionMeetingAttendanceReportAttendanceRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/recordings/{callRecording-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventSessionRecording" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventSessionRecording", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registration", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventSessionRegistration" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventSessionRegistration", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventSessionRegistrationCustomQuestion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventSessionRegistrationCustomQuestion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registration/registrants/{meetingRegistrantBase-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventSessionRegistrationRegistrant" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventSessionRegistrationRegistrant", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/transcripts/{callTranscript-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventSessionTranscript" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventSessionTranscript", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventWebinar" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventWebinar", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventWebinarPresenter" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventWebinarPresenter", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventWebinarRegistration" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventWebinarRegistration", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventWebinarSession" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventWebinarSession", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventWebinarSessionAttendanceReport" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventWebinarSessionAttendanceReport", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/meetingAttendanceReport", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventWebinarSessionMeetingAttendanceReport" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventWebinarSessionMeetingAttendanceReport", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/meetingAttendanceReport/attendanceRecords/{attendanceRecord-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventWebinarSessionMeetingAttendanceReportAttendanceRecord" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventWebinarSessionMeetingAttendanceReportAttendanceRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/recordings/{callRecording-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventWebinarSessionRecording" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventWebinarSessionRecording", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registration", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventWebinarSessionRegistration" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventWebinarSessionRegistration", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventWebinarSessionRegistrationCustomQuestion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventWebinarSessionRegistrationCustomQuestion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registration/registrants/{meetingRegistrantBase-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventWebinarSessionRegistrationRegistrant" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventWebinarSessionRegistrationRegistrant", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/transcripts/{callTranscript-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventWebinarSessionTranscript" + "Permissions": [], + "Command": "Remove-MgBetaVirtualEventWebinarSessionTranscript", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/deployments/{deployment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesDeployment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/admin/windows/updates/deployments/{deployment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesDeployment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/removeMembersById", "Method": "POST", + "OutputType": null, + "Module": "Beta.WindowsUpdates", + "Permissions": [], + "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceExclusionMemberById", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/removeMembersById", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceExclusionMemberById" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/removeMembersById", "Method": "POST", + "OutputType": null, + "Module": "Beta.WindowsUpdates", + "Permissions": [], + "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceMemberById", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/removeMembersById", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceMemberById" + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.WindowsUpdates", + "Permissions": [], + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudience", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudience" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.WindowsUpdates", + "Permissions": [], + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/removeMembers", "Method": "POST", + "OutputType": null, + "Module": "Beta.WindowsUpdates", + "Permissions": [], + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusionMember", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/removeMembers", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusionMember" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/removeMembersById", "Method": "POST", + "OutputType": null, + "Module": "Beta.WindowsUpdates", + "Permissions": [], + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusionMemberById", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/removeMembersById", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusionMemberById" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Beta.WindowsUpdates", + "Permissions": [], + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceMember", "Variants": [ "Delete", "DeleteViaIdentity", @@ -346836,140 +347067,140 @@ "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceMember" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/removeMembersById", "Method": "POST", + "OutputType": null, + "Module": "Beta.WindowsUpdates", + "Permissions": [], + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceMemberById", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/removeMembersById", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceMemberById" + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesPolicyComplianceChange", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesPolicyComplianceChange" + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesResourceConnection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesResourceConnection" + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesUpdatableAsset", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesUpdatableAsset" + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/removeMembers", + "Method": "POST", + "OutputType": null, + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Remove-MgBetaWindowsUpdatesUpdatableAssetMember", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/removeMembers", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesUpdatableAssetMember" + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/removeMembersById", + "Method": "POST", + "OutputType": null, + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Remove-MgBetaWindowsUpdatesUpdatableAssetMemberById", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/removeMembersById", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesUpdatableAssetMemberById" + "ApiVersion": "beta" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Bookings", "Permissions": { "Name": "Bookings.Manage.All", "Description": "Manage bookings information", "FullDescription": "Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgBookingBusiness", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Remove-MgBookingBusiness" + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -346996,31 +347227,31 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBookingBusinessAppointment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Remove-MgBookingBusinessAppointment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Bookings", + "Permissions": [], + "Command": "Remove-MgBookingBusinessCalendarView", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Remove-MgBookingBusinessCalendarView" + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -347047,18 +347278,18 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBookingBusinessCustomer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Remove-MgBookingBusinessCustomer" + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -347079,18 +347310,18 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBookingBusinessCustomQuestion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Remove-MgBookingBusinessCustomQuestion" + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -347105,18 +347336,18 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBookingBusinessService", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Remove-MgBookingBusinessService" + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -347131,44 +347362,44 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgBookingBusinessStaffMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Remove-MgBookingBusinessStaffMember" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Bookings", + "Permissions": [], + "Command": "Remove-MgBookingCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Remove-MgBookingCurrency" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Remove-MgChat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/chats/{chat-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Remove-MgChat" + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -347201,31 +347432,31 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgChatInstalledApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Remove-MgChatInstalledApp" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/lastMessagePreview", "Method": "DELETE", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Remove-MgChatLastMessagePreview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/chats/{chat-id}/lastMessagePreview", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Remove-MgChatLastMessagePreview" + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -347246,44 +347477,44 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgChatMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Remove-MgChatMember" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Remove-MgChatMessageReplyHostedContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Remove-MgChatMessageReplyHostedContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Remove-MgChatPermissionGrant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Remove-MgChatPermissionGrant" + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Chat.ReadWrite", @@ -347298,18 +347529,18 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgChatPinnedMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Remove-MgChatPinnedMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "TeamsTab.Delete.Chat", @@ -347348,18 +347579,18 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgChatTab", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Remove-MgChatTab" + "ApiVersion": "v1.0" }, { + "Uri": "/communications/calls/{call-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.AccessMedia.All", @@ -347374,18 +347605,18 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgCommunicationCall", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/communications/calls/{call-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Remove-MgCommunicationCall" + "ApiVersion": "v1.0" }, { + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.InitiateGroupCall.All", @@ -347400,44 +347631,44 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgCommunicationCallAudioRoutingGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Remove-MgCommunicationCallAudioRoutingGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", "Method": "DELETE", + "OutputType": null, + "Module": "CloudCommunications", + "Permissions": [], + "Command": "Remove-MgCommunicationCallContentSharingSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Remove-MgCommunicationCallContentSharingSession" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", "Method": "DELETE", + "OutputType": null, + "Module": "CloudCommunications", + "Permissions": [], + "Command": "Remove-MgCommunicationCallOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Remove-MgCommunicationCallOperation" + "ApiVersion": "v1.0" }, { + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -347452,122 +347683,122 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgCommunicationCallParticipant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/communications/calls/{call-id}/participants/{participant-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Remove-MgCommunicationCallParticipant" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Command": "Remove-MgCommunicationCallRecordSession" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgCommunicationCallRecordSession", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Command": "Remove-MgCommunicationOnlineMeeting" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgCommunicationOnlineMeeting", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReport" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReport", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/presences/{presence-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Command": "Remove-MgCommunicationPresence" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgCommunicationPresence", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/contacts/{orgContact-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgContact" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgContact", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/contracts/{contract-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgContract" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgContract", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Remove-MgDataPolicyOperation" + "Permissions": [], + "Command": "Remove-MgDataPolicyOperation", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/devices/{device-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.ReadWrite.All", @@ -347582,36 +347813,36 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/devices/{device-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDevice" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtection" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -347626,18 +347857,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionApp" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -347652,31 +347883,31 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionAssignment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", + "Permissions": [], + "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -347691,18 +347922,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtection" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -347717,49 +347948,49 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtectionApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtectionApp" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", + "Permissions": [], + "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtection" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -347774,18 +348005,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionApp" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -347800,83 +348031,83 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionAssignment" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementManagedAppPolicy" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementManagedAppPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementManagedAppRegistration" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementManagedAppRegistration", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy" + "Permissions": [], + "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -347891,152 +348122,152 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationOperation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", + "Permissions": [], + "Command": "Remove-MgDeviceAppManagementManagedAppStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementManagedAppStatus" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementManagedEBook", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementManagedEBook" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementManagedEBookAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementManagedEBookAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementManagedEBookDeviceState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementManagedEBookDeviceState" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", + "Permissions": [], + "Command": "Remove-MgDeviceAppManagementManagedEBookInstallSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementManagedEBookInstallSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementManagedEBookUserStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementManagedEBookUserStateSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -348051,18 +348282,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -348077,18 +348308,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -348103,188 +348334,188 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileApp" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppCategory" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppConfiguration" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatus" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", + "Permissions": [], + "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationUserStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationUserStatus" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", + "Permissions": [], + "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfiguration" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -348299,18 +348530,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationApp" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -348325,31 +348556,31 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", + "Permissions": [], + "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -348364,18 +348595,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementVppToken", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementVppToken" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -348390,18 +348621,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -348416,18 +348647,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -348442,18 +348673,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -348468,74 +348699,74 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices(deviceId='{deviceId}')", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Remove-MgDeviceByDeviceId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/devices(deviceId='{deviceId}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDeviceByDeviceId" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/extensions/{extension-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Remove-MgDeviceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/devices/{device-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDeviceExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/applePushNotificationCertificate", "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement.Administration", + "Permissions": [], + "Command": "Remove-MgDeviceManagementApplePushNotificationCertificate", "Variants": [ "Delete" ], - "Uri": "/deviceManagement/applePushNotificationCertificate", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementApplePushNotificationCertificate" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement.Administration", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementAuditEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementAuditEvent" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -348550,30 +348781,30 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementComplianceManagementPartner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementComplianceManagementPartner" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/conditionalAccessSettings", "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Remove-MgDeviceManagementConditionalAccessSetting", "Variants": [ "Delete" ], - "Uri": "/deviceManagement/conditionalAccessSettings", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrollment", - "Command": "Remove-MgDeviceManagementConditionalAccessSetting" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -348588,18 +348819,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDetectedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDetectedApp" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -348614,346 +348845,346 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceCategory" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", "Variants": [ "Delete" ], - "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatus" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatus" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceConfiguration" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceConfigurationAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceConfigurationAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStateSummary", "Variants": [ "Delete" ], - "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStateSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatus" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatusOverview" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatus" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatusOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatusOverview" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -348968,18 +349199,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrollment", - "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfiguration" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -348994,18 +349225,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrollment", - "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfigurationAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -349020,54 +349251,54 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementExchangeConnector", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementExchangeConnector" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement.Enrollment", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrollment", - "Command": "Remove-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementIoUpdateStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementIoUpdateStatus" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -349082,134 +349313,134 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementManagedDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementManagedDevice" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementManagedDeviceCategory" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementManagedDeviceCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementManagedDeviceCompliancePolicyState" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementManagedDeviceCompliancePolicyState", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementManagedDeviceConfigurationState" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementManagedDeviceConfigurationState", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementManagedDeviceLogCollectionRequest" + "Permissions": [], + "Command": "Remove-MgDeviceManagementManagedDeviceLogCollectionRequest", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Remove-MgDeviceManagementManagedDeviceUserFromSharedAppleDevice", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Remove-MgDeviceManagementManagedDeviceUserFromSharedAppleDevice" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Remove-MgDeviceManagementManagedDeviceWindowsProtectionState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementManagedDeviceWindowsProtectionState" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Remove-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": { "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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEvent" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -349224,18 +349455,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -349250,54 +349481,54 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementMobileThreatDefenseConnector", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementMobileThreatDefenseConnector" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementNotificationMessageTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementNotificationMessageTemplate" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -349312,18 +349543,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementPartner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementPartner" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -349338,30 +349569,30 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementRemoteAssistancePartner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementRemoteAssistancePartner" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/reports", "Method": "DELETE", + "OutputType": null, + "Module": "Reports", + "Permissions": [], + "Command": "Remove-MgDeviceManagementReport", "Variants": [ "Delete" ], - "Uri": "/deviceManagement/reports", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Remove-MgDeviceManagementReport" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -349376,18 +349607,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementResourceOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementResourceOperation" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -349402,18 +349633,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementRoleAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -349428,18 +349659,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementRoleDefinition" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -349454,108 +349685,108 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementRoleDefinitionRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementRoleDefinitionRoleAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement.Administration", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementTelecomExpenseManagementPartner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementTelecomExpenseManagementPartner" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement.Administration", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementTermAndCondition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementTermAndCondition" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement.Administration", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementTermAndConditionAcceptanceStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementTermAndConditionAcceptanceStatus" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement.Administration", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementTermAndConditionAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementTermAndConditionAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": { "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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementTroubleshootingEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementTroubleshootingEvent" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -349570,18 +349801,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -349596,18 +349827,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -349622,18 +349853,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -349648,18 +349879,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -349674,18 +349905,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -349700,18 +349931,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -349726,18 +349957,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -349752,43 +349983,43 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", "Variants": [ "Delete" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverview" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -349803,44 +350034,44 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBaseline", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBaseline" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategory" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -349855,18 +350086,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDevicePerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDevicePerformance" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -349881,18 +350112,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceScore", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceScore" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -349907,18 +350138,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -349933,18 +350164,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -349959,18 +350190,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticMetricHistory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticMetricHistory" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -349985,30 +350216,30 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticModelScore", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticModelScore" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsOverview", "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticOverview", "Variants": [ "Delete" ], - "Uri": "/deviceManagement/userExperienceAnalyticsOverview", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticOverview" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -350023,30 +350254,30 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticScoreHistory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticScoreHistory" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "Variants": [ "Delete" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -350061,18 +350292,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -350087,18 +350318,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -350113,72 +350344,72 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement.Enrollment", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementWindowsAutopilotDeviceIdentity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrollment", - "Command": "Remove-MgDeviceManagementWindowsAutopilotDeviceIdentity" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "ApiVersion": "v1.0" + }, + { + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementWindowsInformationProtectionAppLearningSummary" - }, - { "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -350193,18 +350424,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementWindowsMalwareInformation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementWindowsMalwareInformation" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -350219,173 +350450,173 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState" + "ApiVersion": "v1.0" }, { + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": { "Name": "Directory.AccessAsUser.All", "Description": "Access the directory as you", "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceRegisteredOwnerByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDeviceRegisteredOwnerByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": { "Name": "Directory.AccessAsUser.All", "Description": "Access the directory as you", "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDeviceRegisteredUserByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDeviceRegisteredUserByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": { "Name": "AdministrativeUnit.ReadWrite.All", "Description": "Read and write administrative units", "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDirectoryAdministrativeUnit", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDirectoryAdministrativeUnit" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Remove-MgDirectoryAdministrativeUnitExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDirectoryAdministrativeUnitExtension" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": { "Name": "AdministrativeUnit.ReadWrite.All", "Description": "Read and write administrative units", "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDirectoryAdministrativeUnitMemberByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDirectoryAdministrativeUnitMemberByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDirectoryAdministrativeUnitScopedRoleMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDirectoryAdministrativeUnitScopedRoleMember" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/directory/attributeSets/{attributeSet-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDirectoryAttributeSet" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDirectoryAttributeSet", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinition" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/deletedItems/{directoryObject-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDirectoryDeletedItem" + "Permissions": [], + "Command": "Remove-MgDirectoryDeletedItem", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Domain.ReadWrite.All", @@ -350400,189 +350631,189 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgDirectoryFederationConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDirectoryFederationConfiguration" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/directoryObjects/{directoryObject-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "DirectoryObjects", - "Command": "Remove-MgDirectoryObject" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDirectoryObject", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDirectoryOnPremiseSynchronization" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDirectoryOnPremiseSynchronization", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/directoryRoles/{directoryRole-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDirectoryRole" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDirectoryRole", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDirectoryRoleByRoleTemplateId" + "Permissions": [], + "Command": "Remove-MgDirectoryRoleByRoleTemplateId", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDirectoryRoleMemberByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDirectoryRoleMemberByRef" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Remove-MgDirectoryRoleScopedMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDirectoryRoleScopedMember" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Remove-MgDirectoryRoleTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDirectoryRoleTemplate" + "ApiVersion": "v1.0" }, { + "Uri": "/domains/{domain-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": { "Name": "Domain.ReadWrite.All", "Description": "Read and write domains", "FullDescription": "Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDomain", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/domains/{domain-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDomain" + "ApiVersion": "v1.0" }, { + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": { "Name": "Domain.ReadWrite.All", "Description": "Read and write domains", "FullDescription": "Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgDomainFederationConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDomainFederationConfiguration" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDomainServiceConfigurationRecord" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDomainServiceConfigurationRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDomainVerificationDnsRecord" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDomainVerificationDnsRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDrive" + "Permissions": [], + "Command": "Remove-MgDrive", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -350603,148 +350834,148 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgDriveItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Remove-MgDriveItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveItemAnalytic" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDriveItemAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveItemAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDriveItemAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveItemChild" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDriveItemChild", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveItemListItem" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDriveItemListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveItemListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDriveItemListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveItemListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDriveItemListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveItemListItemField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDriveItemListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveItemListItemVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDriveItemListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveItemListItemVersionField" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Remove-MgDriveItemListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/permanentDelete", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveItemPermanent" + "Permissions": [], + "Command": "Remove-MgDriveItemPermanent", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -350765,439 +350996,439 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgDriveItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Remove-MgDriveItemPermission" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveItemSubscription" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDriveItemSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveItemThumbnail" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDriveItemThumbnail", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveItemVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDriveItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveList" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDriveList", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveListColumn" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDriveListColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveListContentType" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDriveListContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveListContentTypeColumn" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDriveListContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDriveListContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveListItem" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDriveListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDriveListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDriveListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveListItemField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDriveListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveListItemVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDriveListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveListItemVersionField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDriveListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveListOperation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDriveListOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveListSubscription" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDriveListSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveRoot" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDriveRoot", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/analytics", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveRootAnalytic" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDriveRootAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveRootAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDriveRootAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/children/{driveItem-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveRootChild" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDriveRootChild", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveRootListItem" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDriveRootListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveRootListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDriveRootListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveRootListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDriveRootListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveRootListItemField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDriveRootListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveRootListItemVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDriveRootListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveRootListItemVersionField" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Remove-MgDriveRootListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/permanentDelete", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveRootPermanent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDriveRootPermanent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveRootPermission" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDriveRootPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveRootSubscription" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDriveRootSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveRootThumbnail" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgDriveRootThumbnail", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgDriveRootVersion" + "Permissions": [], + "Command": "Remove-MgDriveRootVersion", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Education", "Permissions": { "Name": "EduRoster.ReadWrite.All", "Description": "Read and write the organization's roster", "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgEducationClass", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Remove-MgEducationClass" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -351212,18 +351443,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Remove-MgEducationClassAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -351238,18 +351469,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Remove-MgEducationClassAssignmentCategory" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -351264,31 +351495,31 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentCategoryByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Remove-MgEducationClassAssignmentCategoryByRef" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", "Method": "DELETE", + "OutputType": null, + "Module": "Education", + "Permissions": [], + "Command": "Remove-MgEducationClassAssignmentDefault", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Remove-MgEducationClassAssignmentDefault" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -351303,18 +351534,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Remove-MgEducationClassAssignmentResource" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", + "Method": "DELETE", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -351329,18 +351560,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentRubric", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Remove-MgEducationClassAssignmentRubric" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -351355,44 +351586,44 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentRubricByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Remove-MgEducationClassAssignmentRubricByRef" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignmentSettings", "Method": "DELETE", + "OutputType": null, + "Module": "Education", + "Permissions": [], + "Command": "Remove-MgEducationClassAssignmentSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignmentSettings", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Remove-MgEducationClassAssignmentSetting" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Education", + "Permissions": [], + "Command": "Remove-MgEducationClassAssignmentSubmission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Remove-MgEducationClassAssignmentSubmission" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -351407,18 +351638,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentSubmissionOutcome", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Remove-MgEducationClassAssignmentSubmissionOutcome" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -351433,196 +351664,196 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentSubmissionResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Remove-MgEducationClassAssignmentSubmissionResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Education", + "Permissions": [], + "Command": "Remove-MgEducationClassAssignmentSubmissionSubmittedResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Remove-MgEducationClassAssignmentSubmissionSubmittedResource" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/members/{educationUser-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Education", "Permissions": { "Name": "EduRoster.ReadWrite.All", "Description": "Read and write the organization's roster", "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgEducationClassMemberByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/members/{educationUser-id}/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Remove-MgEducationClassMemberByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Education", "Permissions": { "Name": "EduRoster.ReadWrite.All", "Description": "Read and write the organization's roster", "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgEducationClassTeacherByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Remove-MgEducationClassTeacherByRef" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete" - ], "Uri": "/education/me", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Remove-MgEducationMe" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEducationMe", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Remove-MgEducationMeAssignment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEducationMeAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Remove-MgEducationMeAssignmentCategoryByRef" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEducationMeAssignmentCategoryByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Remove-MgEducationMeAssignmentResource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEducationMeAssignmentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Remove-MgEducationMeAssignmentRubric" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEducationMeAssignmentRubric", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Remove-MgEducationMeAssignmentRubricByRef" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEducationMeAssignmentRubricByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Remove-MgEducationMeAssignmentSubmission" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEducationMeAssignmentSubmission", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Remove-MgEducationMeAssignmentSubmissionOutcome" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEducationMeAssignmentSubmissionOutcome", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Remove-MgEducationMeAssignmentSubmissionResource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEducationMeAssignmentSubmissionResource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Remove-MgEducationMeAssignmentSubmissionSubmittedResource" + "Permissions": [], + "Command": "Remove-MgEducationMeAssignmentSubmissionSubmittedResource", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/education/me/rubrics/{educationRubric-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -351637,447 +351868,442 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgEducationMeRubric", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/me/rubrics/{educationRubric-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Remove-MgEducationMeRubric" + "ApiVersion": "v1.0" }, { - "Permissions": { - "Name": "EduRoster.ReadWrite.All", - "Description": "Read and write the organization's roster", - "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", - "IsAdmin": false - }, - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/education/schools/{educationSchool-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Remove-MgEducationSchool" - }, - { "Permissions": { "Name": "EduRoster.ReadWrite.All", "Description": "Read and write the organization's roster", "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgEducationSchool", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Remove-MgEducationSchoolClassByRef" - }, - { "Permissions": { "Name": "EduRoster.ReadWrite.All", "Description": "Read and write the organization's roster", "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgEducationSchoolClassByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Remove-MgEducationSchoolUserByRef" + "Permissions": [], + "Command": "Remove-MgEducationSchoolUserByRef", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/education/users/{educationUser-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Education", "Permissions": { "Name": "EduRoster.ReadWrite.All", "Description": "Read and write the organization's roster", "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgEducationUser", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/education/users/{educationUser-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Remove-MgEducationUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Remove-MgEducationUserAssignment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEducationUserAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Remove-MgEducationUserAssignmentCategoryByRef" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEducationUserAssignmentCategoryByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Remove-MgEducationUserAssignmentResource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEducationUserAssignmentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Remove-MgEducationUserAssignmentRubric" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEducationUserAssignmentRubric", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Remove-MgEducationUserAssignmentRubricByRef" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEducationUserAssignmentRubricByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Remove-MgEducationUserAssignmentSubmission" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEducationUserAssignmentSubmission", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Remove-MgEducationUserAssignmentSubmissionOutcome" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEducationUserAssignmentSubmissionOutcome", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Remove-MgEducationUserAssignmentSubmissionResource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEducationUserAssignmentSubmissionResource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Remove-MgEducationUserAssignmentSubmissionSubmittedResource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEducationUserAssignmentSubmissionSubmittedResource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Remove-MgEducationUserRubric" + "Permissions": [], + "Command": "Remove-MgEducationUserRubric", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAccessPackage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementAccessPackage" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApproval" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApproval", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApprovalStage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApprovalStage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentPolicy" + "Permissions": [], + "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentPolicy", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/{accessPackage-id1}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/{accessPackage-id1}/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/{group-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/{group-id}/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleGroupByRef" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Remove-MgEntitlementManagementAccessPackageResourceRoleScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementAccessPackageResourceRoleScope" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Remove-MgEntitlementManagementAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAssignmentPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementAssignmentPolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Remove-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Remove-MgEntitlementManagementAssignmentPolicyQuestion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementAssignmentPolicyQuestion" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAssignmentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementAssignmentRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementCatalog", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementCatalog" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Remove-MgEntitlementManagementCatalogCustomWorkflowExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementCatalogCustomWorkflowExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Remove-MgEntitlementManagementCatalogResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementCatalogResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Remove-MgEntitlementManagementCatalogResourceRole", "Variants": [ "Delete", "Delete1", @@ -352086,73 +352312,73 @@ "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementCatalogResourceRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResource", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScope", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScope" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScopeResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Remove-MgEntitlementManagementCatalogResourceScope", "Variants": [ "Delete", "Delete1", @@ -352161,322 +352387,322 @@ "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementCatalogResourceScope" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResource", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRole", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRoleResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementConnectedOrganization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementConnectedOrganization" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceEnvironment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceEnvironment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRole" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRole", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScope" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequest" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalog" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestCatalog", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResource" + "Permissions": [], + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResource", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRole", "Variants": [ "Delete", "Delete1", @@ -352485,73 +352711,73 @@ "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScope", "Variants": [ "Delete", "Delete1", @@ -352560,448 +352786,448 @@ "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScope" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ], "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestResource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestResource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestResourceRole" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestResourceRole", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResourceScope" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestResourceScope" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResourceRole" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResourceRole", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRole" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRole", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRoleResource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleResource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRoleResourceScope" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRoleResourceScopeResource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleResourceScopeResource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRoleScope" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleScope", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRoleScopeResource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleScopeResource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRole" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRole", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRoleResource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRoleResource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceScope" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRoleScopeRole" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleScopeRole", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceRole" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceRole", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScope" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceScope" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceScopeResource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceScopeResource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceScopeResourceRole" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceScopeResourceRole", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceScopeResourceRoleResource" + "Permissions": [], + "Command": "Remove-MgEntitlementManagementResourceScopeResourceRoleResource", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/external/connections/{externalConnection-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Search", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.All", @@ -353016,18 +353242,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgExternalConnection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/external/connections/{externalConnection-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "Remove-MgExternalConnection" + "ApiVersion": "v1.0" }, { + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Search", "Permissions": [ { "Name": "ExternalItem.ReadWrite.All", @@ -353042,18 +353268,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgExternalConnectionGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "Remove-MgExternalConnectionGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Search", "Permissions": [ { "Name": "ExternalItem.ReadWrite.All", @@ -353068,18 +353294,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgExternalConnectionGroupMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "Remove-MgExternalConnectionGroupMember" + "ApiVersion": "v1.0" }, { + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Search", "Permissions": [ { "Name": "ExternalItem.ReadWrite.All", @@ -353094,106 +353320,106 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgExternalConnectionItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "Remove-MgExternalConnectionItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Search", - "Command": "Remove-MgExternalConnectionItemActivity" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgExternalConnectionItemActivity", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Search", - "Command": "Remove-MgExternalConnectionOperation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgExternalConnectionOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/external/connections/{externalConnection-id}/schema", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Search", - "Command": "Remove-MgExternalConnectionSchema" + "Permissions": [], + "Command": "Remove-MgExternalConnectionSchema", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Groups", "Permissions": { "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 }, - "Method": "DELETE", + "Command": "Remove-MgGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/groups/{group-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Remove-MgGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref", "Method": "DELETE", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Remove-MgGroupAcceptedSenderByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Remove-MgGroupAcceptedSenderByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Applications", "Permissions": { "Name": "AppRoleAssignment.ReadWrite.All", "Description": "Manage app permission grants and app role assignments", "FullDescription": "Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgGroupAppRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Remove-MgGroupAppRoleAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/calendar/events/{event-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Calendar", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -353208,696 +353434,696 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgGroupCalendarEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/groups/{group-id}/calendar/events/{event-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Remove-MgGroupCalendarEvent" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Calendar", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgGroupCalendarPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Remove-MgGroupCalendarPermission" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/conversations/{conversation-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Groups", "Permissions": { "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 }, - "Method": "DELETE", + "Command": "Remove-MgGroupConversation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Remove-MgGroupConversation" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Groups", "Permissions": { "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 }, - "Method": "DELETE", + "Command": "Remove-MgGroupConversationThread", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Remove-MgGroupConversationThread" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Remove-MgGroupConversationThreadPostAttachment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupConversationThreadPostAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Remove-MgGroupConversationThreadPostExtension" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupConversationThreadPostExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Remove-MgGroupConversationThreadPostInReplyToAttachment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupConversationThreadPostInReplyToAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Remove-MgGroupConversationThreadPostInReplyToExtension" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupConversationThreadPostInReplyToExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDrive" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDrive", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveItem" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveItem", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveItemAnalytic" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveItemAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveItemChild" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemChild", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveItemListItem" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveItemListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveItemListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveItemListItemField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveItemListItemVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveItemListItemVersionField" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Remove-MgGroupDriveItemListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Remove-MgGroupDriveItemPermanent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemPermanent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveItemPermission" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveItemSubscription" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveItemThumbnail" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemThumbnail", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveItemVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveList" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveList", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveListColumn" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveListColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveListContentType" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveListContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveListContentTypeColumn" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveListContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveListContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveListItem" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveListItemField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveListItemVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveListItemVersionField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveListOperation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveListOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveListSubscription" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveListSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveRoot" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveRoot", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveRootAnalytic" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveRootAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveRootChild" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootChild", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveRootListItem" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveRootListItemField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveRootListItemVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveRootListItemVersionField" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Remove-MgGroupDriveRootListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/permanentDelete", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Remove-MgGroupDriveRootPermanent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootPermanent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveRootPermission" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveRootSubscription" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveRootThumbnail" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootThumbnail", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgGroupDriveRootVersion" + "Permissions": [], + "Command": "Remove-MgGroupDriveRootVersion", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/events/{event-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Calendar", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -353912,141 +354138,141 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgGroupEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/groups/{group-id}/events/{event-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Remove-MgGroupEvent" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Calendar", - "Command": "Remove-MgGroupEventAttachment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupEventAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Calendar", - "Command": "Remove-MgGroupEventExtension" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupEventExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Calendar", - "Command": "Remove-MgGroupEventInstanceAttachment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupEventInstanceAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Calendar", - "Command": "Remove-MgGroupEventInstanceExtension" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupEventInstanceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/extensions/{extension-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Remove-MgGroupExtension" + "Permissions": [], + "Command": "Remove-MgGroupExtension", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/removeFavorite", + "Method": "POST", + "OutputType": null, + "Module": "Groups", "Permissions": { "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 }, - "Method": "POST", + "Command": "Remove-MgGroupFavorite", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Uri": "/groups/{group-id}/removeFavorite", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Remove-MgGroupFavorite" + "ApiVersion": "v1.0" }, { + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup", + "Method": "POST", + "OutputType": null, + "Module": "Groups", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "POST", + "Command": "Remove-MgGroupFromLifecyclePolicy", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Remove-MgGroupFromLifecyclePolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Groups", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgGroupLifecyclePolicy", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Remove-MgGroupLifecyclePolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/members/{directoryObject-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Groups", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -354067,31 +354293,31 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgGroupMemberByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/groups/{group-id}/members/{directoryObject-id}/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Remove-MgGroupMemberByRef" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Notes", + "Permissions": [], + "Command": "Remove-MgGroupOnenoteNotebook", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Remove-MgGroupOnenoteNotebook" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Notes", "Permissions": [ { "Name": "Notes.ReadWrite", @@ -354106,44 +354332,44 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgGroupOnenotePage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Remove-MgGroupOnenotePage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Notes", + "Permissions": [], + "Command": "Remove-MgGroupOnenoteSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Remove-MgGroupOnenoteSection" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Notes", + "Permissions": [], + "Command": "Remove-MgGroupOnenoteSectionGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Remove-MgGroupOnenoteSectionGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Groups", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -354158,70 +354384,70 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgGroupOwnerByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Remove-MgGroupOwnerByRef" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Remove-MgGroupPermissionGrant" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupPermissionGrant", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/photo", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Remove-MgGroupPhoto" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupPhoto", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Planner", - "Command": "Remove-MgGroupPlannerPlanDetail" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupPlannerPlanDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Remove-MgGroupRejectedSenderByRef" + "Permissions": [], + "Command": "Remove-MgGroupRejectedSenderByRef", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/settings/{groupSetting-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Groups", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -354236,595 +354462,576 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgGroupSetting", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Uri": "/groups/{group-id}/settings/{groupSetting-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Remove-MgGroupSetting" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Remove-MgGroupSettingTemplateGroupSettingTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Remove-MgGroupSettingTemplateGroupSettingTemplate" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/remove", "Method": "POST", + "OutputType": "IMicrosoftGraphSite", + "Module": "Groups", + "Permissions": [], + "Command": "Remove-MgGroupSite", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/sites/remove", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Remove-MgGroupSite" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/groups/{group-id}/sites/{site-id}/analytics", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteAnalytic" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteAnalyticItemActivityStatActivity" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteAnalyticItemActivityStatActivity", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteColumn" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteContentType" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteContentTypeColumn" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteList" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteList", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteListColumn" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteListColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteListContentType" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteListContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteListContentTypeColumn" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteListContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteListContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteListItem" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteListItemField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteListItemVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteListItemVersionField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Remove-MgGroupSiteListOperation" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Sites", "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteListOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteListSubscription" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteListSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteOnenote" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenote", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteOnenoteNotebook" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteNotebook", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteOnenoteNotebookSection" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteNotebookSection", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroup" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroupSection" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroupSection", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroupSectionPage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteOnenoteNotebookSectionPage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteNotebookSectionPage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteOnenoteOperation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteOnenotePage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenotePage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteOnenoteResource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteResource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteOnenoteSection" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteSection", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteOnenoteSectionGroup" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteSectionGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteOnenoteSectionGroupSection" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteSectionGroupSection", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteOnenoteSectionGroupSectionPage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteSectionGroupSectionPage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteOnenoteSectionPage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteSectionPage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteOperation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSitePermission" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSitePermission", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStore" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStore", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreGroup" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroup", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreGroupSet" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroupSet", "Variants": [ "Delete", "Delete1", - "Delete2", - "Delete3", "DeleteViaIdentity", - "DeleteViaIdentity1", - "DeleteViaIdentity2", - "DeleteViaIdentity3" + "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreGroupSetChild" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroupSetChild", "Variants": [ "Delete", "Delete1", @@ -354835,120 +355042,139 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreGroupSetChildRelation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroupSetChildRelation", "Variants": [ "Delete", "Delete1", + "Delete2", + "Delete3", "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity1", + "DeleteViaIdentity2", + "DeleteViaIdentity3" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreGroupSetParentGroup" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroupSetParentGroup", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreGroupSetRelation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroupSetRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreGroupSetTerm" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroupSetTerm", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChild" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChild", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChildRelation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreGroupSetTermRelation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroupSetTermRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreSet" + "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreSet", + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreSetChild", "Variants": [ "Delete", "Delete1", @@ -354959,15 +355185,15 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreSetChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreSetChildRelation", "Variants": [ "Delete", "Delete1", @@ -354978,45 +355204,45 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreSetChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "Method": "DELETE", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreSetParentGroup", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreSetParentGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "Method": "DELETE", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSet", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetChild", "Variants": [ "Delete", "Delete1", @@ -355027,15 +355253,15 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Delete", "Delete1", @@ -355046,881 +355272,881 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "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, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ], "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetRelation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTerm" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermChild" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermRelation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreSetRelation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreSetTerm" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetTerm", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreSetTermChild" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetTermChild", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreSetTermChildRelation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetTermChildRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreSetTermRelation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetTermRelation", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgGroupTeam" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgGroupTeamChannel" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupTeamChannel", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgGroupTeamChannelMember" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupTeamChannelMember", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgGroupTeamChannelMessage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupTeamChannelMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgGroupTeamChannelMessageHostedContent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupTeamChannelMessageHostedContent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgGroupTeamChannelMessageReply" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupTeamChannelMessageReply", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgGroupTeamChannelMessageReplyHostedContent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupTeamChannelMessageReplyHostedContent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgGroupTeamChannelSharedWithTeam" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupTeamChannelSharedWithTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgGroupTeamChannelTab" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupTeamChannelTab", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgGroupTeamIncomingChannel" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupTeamIncomingChannel", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgGroupTeamInstalledApp" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupTeamInstalledApp", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgGroupTeamMember" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupTeamMember", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgGroupTeamOperation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupTeamOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgGroupTeamPermissionGrant" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupTeamPermissionGrant", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgGroupTeamPrimaryChannel" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupTeamPrimaryChannel", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgGroupTeamPrimaryChannelMember" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupTeamPrimaryChannelMember", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgGroupTeamPrimaryChannelMessage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupTeamPrimaryChannelMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgGroupTeamPrimaryChannelMessageHostedContent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupTeamPrimaryChannelMessageHostedContent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgGroupTeamPrimaryChannelMessageReply" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupTeamPrimaryChannelMessageReply", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgGroupTeamPrimaryChannelMessageReplyHostedContent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgGroupTeamPrimaryChannelSharedWithTeam" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupTeamPrimaryChannelSharedWithTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgGroupTeamPrimaryChannelTab" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupTeamPrimaryChannelTab", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgGroupTeamSchedule" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupTeamSchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgGroupTeamScheduleOfferShiftRequest" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupTeamScheduleOfferShiftRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgGroupTeamScheduleOpenShift" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupTeamScheduleOpenShift", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgGroupTeamScheduleOpenShiftChangeRequest" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupTeamScheduleOpenShiftChangeRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgGroupTeamScheduleSchedulingGroup" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupTeamScheduleSchedulingGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgGroupTeamScheduleShift" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupTeamScheduleShift", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgGroupTeamScheduleSwapShiftChangeRequest" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupTeamScheduleSwapShiftChangeRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgGroupTeamScheduleTimeOff" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupTeamScheduleTimeOff", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgGroupTeamScheduleTimeOffReason" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupTeamScheduleTimeOffReason", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgGroupTeamScheduleTimeOffRequest" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupTeamScheduleTimeOffRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgGroupTeamTag" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupTeamTag", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgGroupTeamTagMember" + "Permissions": [], + "Command": "Remove-MgGroupTeamTagMember", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Groups", "Permissions": { "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 }, - "Method": "DELETE", + "Command": "Remove-MgGroupThread", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Remove-MgGroupThread" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Remove-MgGroupThreadPostAttachment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupThreadPostAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Remove-MgGroupThreadPostExtension" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupThreadPostExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Remove-MgGroupThreadPostInReplyToAttachment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgGroupThreadPostInReplyToAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Remove-MgGroupThreadPostInReplyToExtension" + "Permissions": [], + "Command": "Remove-MgGroupThreadPostInReplyToExtension", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "APIConnectors.ReadWrite.All", "Description": "Read and write API connectors for authentication flows", "FullDescription": "Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgIdentityApiConnector", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identity/apiConnectors/{identityApiConnector-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgIdentityApiConnector" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlow", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgIdentityB2XUserFlow" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlowIdentityProvider", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgIdentityB2XUserFlowIdentityProvider" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Remove-MgIdentityB2XUserFlowIdentityProviderByRef" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlowIdentityProviderByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Remove-MgIdentityB2XUserFlowLanguage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlowLanguage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Remove-MgIdentityB2XUserFlowLanguageDefaultPage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlowLanguageDefaultPage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Remove-MgIdentityB2XUserFlowLanguageOverridePage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlowLanguageOverridePage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Remove-MgIdentityB2XUserFlowPostAttributeCollection" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlowPostAttributeCollection", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Remove-MgIdentityB2XUserFlowPostAttributeCollectionByRef" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlowPostAttributeCollectionByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Remove-MgIdentityB2XUserFlowPostFederationSignup" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlowPostFederationSignup", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Remove-MgIdentityB2XUserFlowPostFederationSignupByRef" + "Permissions": [], + "Command": "Remove-MgIdentityB2XUserFlowPostFederationSignupByRef", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlowUserAttributeAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgIdentityB2XUserFlowUserAttributeAssignment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identity/conditionalAccess", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Remove-MgIdentityConditionalAccess", "Variants": [ "Delete" ], - "Uri": "/identity/conditionalAccess", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgIdentityConditionalAccess" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.Read.ConditionalAccess", "Description": "Read your organization's conditional access policies", "FullDescription": "Allows the app to read your organization's conditional access policies on your behalf.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgIdentityConditionalAccessAuthenticationContextClassReference", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgIdentityConditionalAccessAuthenticationContextClassReference" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -355935,18 +356161,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgIdentityConditionalAccessNamedLocation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgIdentityConditionalAccessNamedLocation" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -355961,470 +356187,470 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgIdentityConditionalAccessPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgIdentityConditionalAccessPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinition" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstance" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinition" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceAppConsentRequest" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAppConsentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequest" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage" + "Permissions": [], + "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", "Description": "Read and write all lifecycle workflows resources", "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflow", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflow" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", "Description": "Read and write all lifecycle workflows resources", "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItem", "Variants": [ "Delete" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItem" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", "Description": "Read and write all lifecycle workflows resources", "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowTask" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowTask", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowVersionTask" + "Permissions": [], + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowVersionTask", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": { "Name": "Agreement.ReadWrite.All", "Description": "Read and write all terms of use agreements", "FullDescription": "Allows the app to read and write terms of use agreements on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreement" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementAcceptance", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementAcceptance" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFile" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFile", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileLocalization" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileVersion" + "Permissions": [], + "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileVersion", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "IdentityProvider.ReadWrite.All", "Description": "Read and write identity providers", "FullDescription": "Allows the app to read and write your organization’s identity (authentication) providers’ properties on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgIdentityProvider", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identity/identityProviders/{identityProviderBase-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgIdentityProvider" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgIdentityUserFlowAttribute", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgIdentityUserFlowAttribute" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Remove-MgInformationProtectionThreatAssessmentRequest" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgInformationProtectionThreatAssessmentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Remove-MgInformationProtectionThreatAssessmentRequestResult" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/invitations/{invitation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Remove-MgInvitation" + "Permissions": [], + "Command": "Remove-MgInvitation", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -356439,111 +356665,111 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgOauth2PermissionGrant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgOauth2PermissionGrant" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/organization/{organization-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Remove-MgOrganization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/organization/{organization-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgOrganization" + "ApiVersion": "v1.0" }, { + "Uri": "/organization/{organization-id}/branding", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": { "Name": "Organization.ReadWrite.All", "Description": "Read and write organization information", "FullDescription": "Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgOrganizationBranding", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/organization/{organization-id}/branding", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgOrganizationBranding" + "ApiVersion": "v1.0" }, { + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": { "Name": "Organization.ReadWrite.All", "Description": "Read and write organization information", "FullDescription": "Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgOrganizationBrandingLocalization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgOrganizationBrandingLocalization" + "ApiVersion": "v1.0" }, { + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "Organization.ReadWrite.All", "Description": "Read and write organization information", "FullDescription": "Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgOrganizationCertificateBasedAuthConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgOrganizationCertificateBasedAuthConfiguration" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/organization/{organization-id}/extensions/{extension-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Remove-MgOrganizationExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/organization/{organization-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgOrganizationExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/places/{place-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Calendar", + "Permissions": [], + "Command": "Remove-MgPlace", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/places/{place-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Remove-MgPlace" + "ApiVersion": "v1.0" }, { + "Uri": "/planner/buckets/{plannerBucket-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Planner", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -356564,18 +356790,18 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgPlannerBucket", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/planner/buckets/{plannerBucket-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Remove-MgPlannerBucket" + "ApiVersion": "v1.0" }, { + "Uri": "/planner/plans/{plannerPlan-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Planner", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -356596,18 +356822,18 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgPlannerPlan", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/planner/plans/{plannerPlan-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Remove-MgPlannerPlan" + "ApiVersion": "v1.0" }, { + "Uri": "/planner/tasks/{plannerTask-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Planner", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -356628,142 +356854,142 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgPlannerTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/planner/tasks/{plannerTask-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Remove-MgPlannerTask" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Planner", - "Command": "Remove-MgPlannerTaskAssignedToTaskBoardFormat" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgPlannerTaskAssignedToTaskBoardFormat", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Planner", - "Command": "Remove-MgPlannerTaskBucketTaskBoardFormat" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgPlannerTaskBucketTaskBoardFormat", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Planner", - "Command": "Remove-MgPlannerTaskProgressTaskBoardFormat" + "Permissions": [], + "Command": "Remove-MgPlannerTaskProgressTaskBoardFormat", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgPolicyActivityBasedTimeoutPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyActivityBasedTimeoutPolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/adminConsentRequestPolicy", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Remove-MgPolicyAdminConsentRequestPolicy", "Variants": [ "Delete" ], - "Uri": "/policies/adminConsentRequestPolicy", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyAdminConsentRequestPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgPolicyAppManagementPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyAppManagementPolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete" - ], "Uri": "/policies/authenticationFlowsPolicy", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyAuthenticationFlowPolicy" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgPolicyAuthenticationFlowPolicy", "Variants": [ "Delete" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/authenticationMethodsPolicy", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyAuthenticationMethodPolicy" + "Permissions": [], + "Command": "Remove-MgPolicyAuthenticationMethodPolicy", + "Variants": [ + "Delete" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Remove-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.ReadWrite.AuthenticationMethod", @@ -356778,429 +357004,429 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgPolicyAuthenticationStrengthPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyAuthenticationStrengthPolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Remove-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/authorizationPolicy", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Remove-MgPolicyAuthorizationPolicy", "Variants": [ "Delete" ], - "Uri": "/policies/authorizationPolicy", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyAuthorizationPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgPolicyClaimMappingPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyClaimMappingPolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete" - ], "Uri": "/policies/crossTenantAccessPolicy", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyCrossTenantAccessPolicy" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgPolicyCrossTenantAccessPolicy", "Variants": [ "Delete" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/crossTenantAccessPolicy/default", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyCrossTenantAccessPolicyDefault" + "Permissions": [], + "Command": "Remove-MgPolicyCrossTenantAccessPolicyDefault", + "Variants": [ + "Delete" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.CrossTenantAccess", "Description": "Read and write your organization's cross tenant access policies", "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartner" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.CrossTenantAccess", "Description": "Read and write your organization's cross tenant access policies", "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/defaultAppManagementPolicy", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Remove-MgPolicyDefaultAppManagementPolicy", "Variants": [ "Delete" ], - "Uri": "/policies/defaultAppManagementPolicy", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyDefaultAppManagementPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgPolicyFeatureRolloutPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyFeatureRolloutPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgPolicyFeatureRolloutPolicyApplyToByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyFeatureRolloutPolicyApplyToByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgPolicyHomeRealmDiscoveryPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyHomeRealmDiscoveryPolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Remove-MgPolicyIdentitySecurityDefaultEnforcementPolicy", "Variants": [ "Delete" ], - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyIdentitySecurityDefaultEnforcementPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.PermissionGrant", "Description": "Manage consent and permission grant policies", "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgPolicyPermissionGrantPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyPermissionGrantPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.PermissionGrant", "Description": "Manage consent and permission grant policies", "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgPolicyPermissionGrantPolicyExclude", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyPermissionGrantPolicyExclude" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.PermissionGrant", "Description": "Manage consent and permission grant policies", "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgPolicyPermissionGrantPolicyInclude", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyPermissionGrantPolicyInclude" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyRoleManagementPolicy" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgPolicyRoleManagementPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyRoleManagementPolicyAssignment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgPolicyRoleManagementPolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyRoleManagementPolicyEffectiveRule" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgPolicyRoleManagementPolicyEffectiveRule", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyRoleManagementPolicyRule" + "Permissions": [], + "Command": "Remove-MgPolicyRoleManagementPolicyRule", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgPolicyTokenIssuancePolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyTokenIssuancePolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgPolicyTokenLifetimePolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyTokenLifetimePolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/print/connectors/{printConnector-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CloudPrint", "Permissions": { "Name": "PrintConnector.ReadWrite.All", "Description": "Read and write print connectors", "FullDescription": "Allows the application to read and write print connectors on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgPrintConnector", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/print/connectors/{printConnector-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Remove-MgPrintConnector" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/print/operations/{printOperation-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CloudPrint", + "Permissions": [], + "Command": "Remove-MgPrintOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/print/operations/{printOperation-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Remove-MgPrintOperation" + "ApiVersion": "v1.0" }, { + "Uri": "/print/printers/{printer-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CloudPrint", "Permissions": { "Name": "Printer.FullControl.All", "Description": "Register, read, update, and unregister printers", "FullDescription": "Allows the application to create (register), read, update, and delete (unregister) printers on your behalf.  ", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgPrintPrinter", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/print/printers/{printer-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Remove-MgPrintPrinter" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Command": "Remove-MgPrintPrinterJob" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgPrintPrinterJob", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Command": "Remove-MgPrintPrinterJobDocument" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgPrintPrinterJobDocument", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Command": "Remove-MgPrintPrinterJobTask" + "Permissions": [], + "Command": "Remove-MgPrintPrinterJobTask", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "Printer.FullControl.All", @@ -357215,310 +357441,310 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgPrintPrinterTaskTrigger", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Remove-MgPrintPrinterTaskTrigger" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/print/services/{printService-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CloudPrint", + "Permissions": [], + "Command": "Remove-MgPrintService", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/print/services/{printService-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Remove-MgPrintService" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CloudPrint", + "Permissions": [], + "Command": "Remove-MgPrintServiceEndpoint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Remove-MgPrintServiceEndpoint" + "ApiVersion": "v1.0" }, { + "Uri": "/print/shares/{printerShare-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CloudPrint", "Permissions": { "Name": "PrinterShare.ReadWrite.All", "Description": "Read and update printer shares", "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgPrintShare", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/print/shares/{printerShare-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Remove-MgPrintShare" + "ApiVersion": "v1.0" }, { + "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CloudPrint", "Permissions": { "Name": "PrinterShare.ReadWrite.All", "Description": "Read and update printer shares", "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgPrintShareAllowedGroupByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Remove-MgPrintShareAllowedGroupByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CloudPrint", "Permissions": { "Name": "PrinterShare.ReadWrite.All", "Description": "Read and update printer shares", "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgPrintShareAllowedUserByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Remove-MgPrintShareAllowedUserByRef" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Command": "Remove-MgPrintShareJob" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgPrintShareJob", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Command": "Remove-MgPrintShareJobDocument" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgPrintShareJobDocument", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Command": "Remove-MgPrintShareJobTask" + "Permissions": [], + "Command": "Remove-MgPrintShareJobTask", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CloudPrint", "Permissions": { "Name": "PrintTaskDefinition.ReadWrite.All", "Description": "Read, write and update print task definitions", "FullDescription": "Allows the application to read and update print task definitions without a signed-in user. ", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgPrintTaskDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Remove-MgPrintTaskDefinition" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Command": "Remove-MgPrintTaskDefinitionTask" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgPrintTaskDefinitionTask", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Compliance", - "Command": "Remove-MgPrivacySubjectRightsRequest" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgPrivacySubjectRightsRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Compliance", - "Command": "Remove-MgPrivacySubjectRightsRequestNote" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgPrivacySubjectRightsRequestNote", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Reports", - "Command": "Remove-MgReportAuthenticationMethodUserRegistrationDetail" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgReportAuthenticationMethodUserRegistrationDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Remove-MgRiskDetection" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgRiskDetection", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Remove-MgRiskyServicePrincipal" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgRiskyServicePrincipal", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Remove-MgRiskyServicePrincipalHistory" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgRiskyServicePrincipalHistory", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Remove-MgRiskyUser" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgRiskyUser", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Remove-MgRiskyUserHistory" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgRiskyUserHistory", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementDirectory" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectory", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementDirectoryResourceNamespace" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryResourceNamespace", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementDirectoryResourceNamespaceResourceAction" + "Permissions": [], + "Command": "Remove-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.ReadWrite.All", @@ -357539,70 +357765,70 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementDirectoryRoleAssignment" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentAppScope" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentAppScope", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentSchedule" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentSchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleInstance" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleRequest" + "Permissions": [], + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -357635,108 +357861,108 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementDirectoryRoleDefinition" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementDirectoryRoleEligibilitySchedule" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleEligibilitySchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleInstance" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleRequest" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementEntitlementManagement" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagement", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespace" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespace", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction" + "Permissions": [], + "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.ReadWrite.All", @@ -357757,135 +357983,135 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignment" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentAppScope" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentSchedule" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinition" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilitySchedule" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest" + "Permissions": [], + "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/schemaExtensions/{schemaExtension-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "SchemaExtensions", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -357900,83 +358126,83 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgSchemaExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/schemaExtensions/{schemaExtension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "SchemaExtensions", - "Command": "Remove-MgSchemaExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/security/alerts_v2/{alert-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Remove-MgSecurityAlertV2" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSecurityAlertV2", "Variants": [ "Delete", - "Delete1", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/attackSimulation", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Remove-MgSecurityAttackSimulation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSecurityAttackSimulation", "Variants": [ "Delete", + "Delete1", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Remove-MgSecurityAttackSimulationAutomation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSecurityAttackSimulationAutomation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Remove-MgSecurityAttackSimulationAutomationRun" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSecurityAttackSimulationAutomationRun", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/cases", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Remove-MgSecurityCase" + "Permissions": [], + "Command": "Remove-MgSecurityCase", + "Variants": [ + "Delete" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -357991,31 +358217,31 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCase", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Remove-MgSecurityCaseEdiscoveryCase" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Security", + "Permissions": [], + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodian", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodian" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold", + "Method": "POST", + "OutputType": null, + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -358030,7 +358256,7 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianHold", "Variants": [ "Remove", "Remove1", @@ -358039,65 +358265,65 @@ "RemoveViaIdentity1", "RemoveViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianHold" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianSiteSource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUserSource" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUserSource", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource" + "Permissions": [], + "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold", + "Method": "POST", + "OutputType": null, + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -358112,7 +358338,7 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", "Variants": [ "Remove", "Remove1", @@ -358121,57 +358347,57 @@ "RemoveViaIdentity1", "RemoveViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Security", + "Permissions": [], + "Command": "Remove-MgSecurityCaseEdiscoveryCaseOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseOperation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Security", + "Permissions": [], + "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSet", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSet" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Security", "Permissions": { "Name": "eDiscovery.ReadWrite.All", "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSetQuery", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSetQuery" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -358186,80 +358412,80 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearch", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearch" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Security", + "Permissions": [], + "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Security", "Permissions": { "Name": "eDiscovery.ReadWrite.All", "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearchCustodianSource" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Security", "Permissions": { "Name": "eDiscovery.ReadWrite.All", "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", "Method": "DELETE", + "OutputType": null, + "Module": "Security", + "Permissions": [], + "Command": "Remove-MgSecurityCaseEdiscoveryCaseSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseSetting" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -358274,350 +358500,350 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseTag", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseTag" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/security/incidents/{incident-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Remove-MgSecurityIncident" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSecurityIncident", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/secureScores/{secureScore-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Remove-MgSecuritySecureScore" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSecuritySecureScore", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Remove-MgSecuritySecureScoreControlProfile" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSecuritySecureScoreControlProfile", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/threatIntelligence", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Remove-MgSecurityThreatIntelligence" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligence", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/threatIntelligence/articles/{article-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Remove-MgSecurityThreatIntelligenceArticle" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceArticle", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Remove-MgSecurityThreatIntelligenceArticleIndicator" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceArticleIndicator", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/threatIntelligence/hosts/{host-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Remove-MgSecurityThreatIntelligenceHost" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceHost", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Remove-MgSecurityThreatIntelligenceHostComponent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceHostComponent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Remove-MgSecurityThreatIntelligenceHostCookie" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceHostCookie", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Remove-MgSecurityThreatIntelligenceHostReputation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceHostReputation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Remove-MgSecurityThreatIntelligenceHostTracker" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceHostTracker", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Remove-MgSecurityThreatIntelligenceIntelProfile" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceIntelProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Remove-MgSecurityThreatIntelligencePassiveDnsRecord" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligencePassiveDnsRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Remove-MgSecurityThreatIntelligenceProfileIndicator" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceProfileIndicator", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Remove-MgSecurityThreatIntelligenceVulnerability" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceVulnerability", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Remove-MgSecurityThreatIntelligenceVulnerabilityComponent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceVulnerabilityComponent", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/triggers", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Remove-MgSecurityTrigger" + "Permissions": [], + "Command": "Remove-MgSecurityTrigger", + "Variants": [ + "Delete" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Security", "Permissions": { "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 on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgSecurityTriggerRetentionEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Remove-MgSecurityTriggerRetentionEvent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/triggerTypes", "Method": "DELETE", + "OutputType": null, + "Module": "Security", + "Permissions": [], + "Command": "Remove-MgSecurityTriggerType", "Variants": [ "Delete" ], - "Uri": "/security/triggerTypes", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Remove-MgSecurityTriggerType" + "ApiVersion": "v1.0" }, { + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Security", "Permissions": { "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 on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgSecurityTriggerTypeRetentionEventType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Remove-MgSecurityTriggerTypeRetentionEventType" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.ServiceAnnouncement", - "Command": "Remove-MgServiceAnnouncementHealthOverview" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgServiceAnnouncementHealthOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.ServiceAnnouncement", - "Command": "Remove-MgServiceAnnouncementHealthOverviewIssue" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgServiceAnnouncementHealthOverviewIssue", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.ServiceAnnouncement", - "Command": "Remove-MgServiceAnnouncementIssue" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgServiceAnnouncementIssue", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.ServiceAnnouncement", - "Command": "Remove-MgServiceAnnouncementMessage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgServiceAnnouncementMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.ServiceAnnouncement", - "Command": "Remove-MgServiceAnnouncementMessageAttachment" + "Permissions": [], + "Command": "Remove-MgServiceAnnouncementMessageAttachment", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -358638,80 +358864,80 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgServicePrincipal", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Remove-MgServicePrincipal" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Applications", + "Permissions": [], + "Command": "Remove-MgServicePrincipalAppManagementPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Remove-MgServicePrincipalAppManagementPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Applications", "Permissions": { "Name": "AppRoleAssignment.ReadWrite.All", "Description": "Manage app permission grants and app role assignments", "FullDescription": "Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgServicePrincipalAppRoleAssignedTo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Remove-MgServicePrincipalAppRoleAssignedTo" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Applications", "Permissions": { "Name": "AppRoleAssignment.ReadWrite.All", "Description": "Manage app permission grants and app role assignments", "FullDescription": "Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgServicePrincipalAppRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Remove-MgServicePrincipalAppRoleAssignment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals(appId='{appId}')", "Method": "DELETE", + "OutputType": null, + "Module": "Applications", + "Permissions": [], + "Command": "Remove-MgServicePrincipalByAppId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/servicePrincipals(appId='{appId}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Remove-MgServicePrincipalByAppId" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -358738,49 +358964,49 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgServicePrincipalClaimMappingPolicyByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Remove-MgServicePrincipalClaimMappingPolicyByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Applications", "Permissions": { "Name": "Policy.ReadWrite.PermissionGrant", "Description": "Manage consent and permission grant policies", "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgServicePrincipalDelegatedPermissionClassification", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Remove-MgServicePrincipalDelegatedPermissionClassification" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Applications", + "Permissions": [], + "Command": "Remove-MgServicePrincipalEndpoint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Remove-MgServicePrincipalEndpoint" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -358807,18 +359033,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Remove-MgServicePrincipalHomeRealmDiscoveryPolicyByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/removeKey", + "Method": "POST", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -358839,20 +359065,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Remove-MgServicePrincipalKey", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/removeKey", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Remove-MgServicePrincipalKey" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -358873,18 +359099,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgServicePrincipalOwnerByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Remove-MgServicePrincipalOwnerByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/removePassword", + "Method": "POST", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -358905,46 +359131,46 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Remove-MgServicePrincipalPassword", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/removePassword", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Remove-MgServicePrincipalPassword" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Remove-MgServicePrincipalRiskDetection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgServicePrincipalRiskDetection" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", "Method": "DELETE", + "OutputType": null, + "Module": "Applications", + "Permissions": [], + "Command": "Remove-MgServicePrincipalSynchronization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Remove-MgServicePrincipalSynchronization" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -358959,18 +359185,18 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgServicePrincipalSynchronizationJob", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Remove-MgServicePrincipalSynchronizationJob" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "Method": "DELETE", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -358985,316 +359211,316 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgServicePrincipalSynchronizationJobSchema", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Remove-MgServicePrincipalSynchronizationJobSchema" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Remove-MgServicePrincipalSynchronizationJobSchemaDirectory" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgServicePrincipalSynchronizationJobSchemaDirectory", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Remove-MgServicePrincipalSynchronizationTemplate" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgServicePrincipalSynchronizationTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Remove-MgServicePrincipalSynchronizationTemplateSchema" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgServicePrincipalSynchronizationTemplateSchema", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Remove-MgServicePrincipalSynchronizationTemplateSchemaDirectory" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgServicePrincipalSynchronizationTemplateSchemaDirectory", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgShareList" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgShareList", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgShareListColumn" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgShareListColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgShareListContentType" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgShareListContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgShareListContentTypeColumn" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgShareListContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgShareListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgShareListContentTypeColumnLink", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/listItem", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgShareListItem" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgShareListItem", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgShareListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgShareListItemDocumentSetVersion", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgShareListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgShareListItemDocumentSetVersionField", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgShareListItemField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgShareListItemField", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgShareListItemVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgShareListItemVersion", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgShareListItemVersionField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgShareListItemVersionField", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgShareListOperation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgShareListOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgShareListSubscription" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgShareListSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/permission", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgSharePermission" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSharePermission", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgShareSharedDriveItemSharedDriveItem" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgShareSharedDriveItemSharedDriveItem", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/analytics", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgSiteAnalytic" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSiteAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgSiteAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSiteAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgSiteAnalyticItemActivityStatActivity" + "Permissions": [], + "Command": "Remove-MgSiteAnalyticItemActivityStatActivity", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -359309,18 +359535,18 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgSiteColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Remove-MgSiteColumn" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -359335,18 +359561,18 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgSiteContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Remove-MgSiteContentType" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -359361,44 +359587,44 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgSiteContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Remove-MgSiteContentTypeColumn" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Remove-MgSiteContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Remove-MgSiteContentTypeColumnLink" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Remove-MgSiteList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Remove-MgSiteList" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -359413,18 +359639,18 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgSiteListColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Remove-MgSiteListColumn" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -359439,18 +359665,18 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgSiteListContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Remove-MgSiteListContentType" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -359465,49 +359691,49 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgSiteListContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Remove-MgSiteListContentTypeColumn" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Remove-MgSiteListContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Remove-MgSiteListContentTypeColumnLink" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Sites", "Permissions": { "Name": "Sites.ReadWrite.All", "Description": "Edit or delete items in all site collections", "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgSiteListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Remove-MgSiteListItem" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -359534,109 +359760,109 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgSiteListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Remove-MgSiteListItemDocumentSetVersion" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgSiteListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSiteListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgSiteListItemField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSiteListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgSiteListItemVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSiteListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgSiteListItemVersionField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSiteListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgSiteListOperation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSiteListOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgSiteListSubscription" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSiteListSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Notes", - "Command": "Remove-MgSiteOnenoteNotebook" + "Permissions": [], + "Command": "Remove-MgSiteOnenoteNotebook", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Notes", "Permissions": [ { "Name": "Notes.ReadWrite", @@ -359651,127 +359877,127 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgSiteOnenotePage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Remove-MgSiteOnenotePage" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Notes", - "Command": "Remove-MgSiteOnenoteSection" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSiteOnenoteSection", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Notes", - "Command": "Remove-MgSiteOnenoteSectionGroup" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSiteOnenoteSectionGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgSiteOperation" + "Permissions": [], + "Command": "Remove-MgSiteOperation", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/permissions/{permission-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Sites", "Permissions": { "Name": "Sites.FullControl.All", "Description": "Have full control of all site collections", "FullDescription": "Allows the app to have full control of all site collections without a signed in user.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgSitePermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/sites/{site-id}/permissions/{permission-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Remove-MgSitePermission" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore", "Method": "DELETE", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Remove-MgSiteTermStore", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Remove-MgSiteTermStore" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Sites", "Permissions": { "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 }, - "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreGroup", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Remove-MgSiteTermStoreGroupSet", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreGroupSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Remove-MgSiteTermStoreGroupSetChild", "Variants": [ "Delete", "Delete1", @@ -359782,15 +360008,15 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreGroupSetChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Remove-MgSiteTermStoreGroupSetChildRelation", "Variants": [ "Delete", "Delete1", @@ -359801,125 +360027,125 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreGroupSetChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ], "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgSiteTermStoreGroupSetParentGroup" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreGroupSetParentGroup", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgSiteTermStoreGroupSetRelation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreGroupSetRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgSiteTermStoreGroupSetTerm" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreGroupSetTerm", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgSiteTermStoreGroupSetTermChild" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreGroupSetTermChild", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgSiteTermStoreGroupSetTermChildRelation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgSiteTermStoreGroupSetTermRelation" + "Permissions": [], + "Command": "Remove-MgSiteTermStoreGroupSetTermRelation", + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Sites", "Permissions": { "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 }, - "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSet", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Remove-MgSiteTermStoreSetChild", "Variants": [ "Delete", "Delete1", @@ -359930,15 +360156,15 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreSetChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Remove-MgSiteTermStoreSetChildRelation", "Variants": [ "Delete", "Delete1", @@ -359949,45 +360175,45 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreSetChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "Method": "DELETE", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Remove-MgSiteTermStoreSetParentGroup", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreSetParentGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "Method": "DELETE", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Remove-MgSiteTermStoreSetParentGroupSet", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreSetParentGroupSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Remove-MgSiteTermStoreSetParentGroupSetChild", "Variants": [ "Delete", "Delete1", @@ -359998,15 +360224,15 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreSetParentGroupSetChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Remove-MgSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Delete", "Delete1", @@ -360017,207 +360243,207 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreSetParentGroupSetChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgSiteTermStoreSetParentGroupSetRelation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgSiteTermStoreSetParentGroupSetTerm" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermChild" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermChildRelation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermRelation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgSiteTermStoreSetRelation" + "Permissions": [], + "Command": "Remove-MgSiteTermStoreSetRelation", + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Sites", "Permissions": { "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 }, - "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetTerm", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreSetTerm" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgSiteTermStoreSetTermChild" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetTermChild", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgSiteTermStoreSetTermChildRelation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetTermChildRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Remove-MgSiteTermStoreSetTermRelation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetTermRelation", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/subscribedSkus/{subscribedSku-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgSubscribedSku" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSubscribedSku", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/subscriptions/{subscription-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "ChangeNotifications", - "Command": "Remove-MgSubscription" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgTeam" + "Permissions": [], + "Command": "Remove-MgTeam", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Channel.Delete.All", @@ -360244,85 +360470,85 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgTeamChannel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Remove-MgTeamChannel" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/removeEmail", + "Method": "POST", + "OutputType": null, + "Module": "Teams", "Permissions": { "Name": "ChannelSettings.ReadWrite.All", "Description": "Read and write the names, descriptions, and settings of channels", "FullDescription": "Read and write the names, descriptions, and settings of all channels, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Remove-MgTeamChannelEmail", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/removeEmail", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Remove-MgTeamChannelEmail" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Teams", "Permissions": { "Name": "ChannelMember.ReadWrite.All", "Description": "Add and remove members from teams and channels", "FullDescription": "Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgTeamChannelMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Remove-MgTeamChannelMember" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Remove-MgTeamChannelMessageReplyHostedContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Remove-MgTeamChannelMessageReplyHostedContent" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Teams", "Permissions": { "Name": "ChannelMember.ReadWrite.All", "Description": "Add and remove members from teams and channels", "FullDescription": "Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgTeamChannelSharedWithTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Remove-MgTeamChannelSharedWithTeam" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -360379,36 +360605,36 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgTeamChannelTab", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Remove-MgTeamChannelTab" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/incomingChannels/{channel-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Teams", "Permissions": { "Name": "Channel.Delete.All", "Description": "Delete channels", "FullDescription": "Delete channels in any team, on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgTeamIncomingChannel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teams/{team-id}/incomingChannels/{channel-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Remove-MgTeamIncomingChannel" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -360447,166 +360673,166 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgTeamInstalledApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Remove-MgTeamInstalledApp" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/members/{conversationMember-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Teams", "Permissions": { "Name": "TeamMember.ReadWrite.All", "Description": "Add and remove members from teams and channels", "FullDescription": "Add and remove members from teams, on your behalf. Also allows changing a member's role, for example from owner to non-owner.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgTeamMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teams/{team-id}/members/{conversationMember-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Remove-MgTeamMember" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgTeamOperation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgTeamOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgTeamPermissionGrant" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgTeamPermissionGrant", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgTeamPrimaryChannel" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Remove-MgTeamPrimaryChannel", "Variants": [ - "Remove", - "RemoveViaIdentity" + "Delete", + "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/removeEmail", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgTeamPrimaryChannelEmail" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgTeamPrimaryChannelEmail", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Remove", + "RemoveViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgTeamPrimaryChannelMember" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgTeamPrimaryChannelMember", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgTeamPrimaryChannelMessageReplyHostedContent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgTeamPrimaryChannelSharedWithTeam" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgTeamPrimaryChannelSharedWithTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgTeamPrimaryChannelTab" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgTeamPrimaryChannelTab", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgTeamSchedule" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgTeamSchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgTeamScheduleOfferShiftRequest" + "Permissions": [], + "Command": "Remove-MgTeamScheduleOfferShiftRequest", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -360621,31 +360847,31 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgTeamScheduleOpenShift", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Remove-MgTeamScheduleOpenShift" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Remove-MgTeamScheduleOpenShiftChangeRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Remove-MgTeamScheduleOpenShiftChangeRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -360660,18 +360886,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgTeamScheduleSchedulingGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Remove-MgTeamScheduleSchedulingGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -360692,31 +360918,31 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgTeamScheduleShift", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Remove-MgTeamScheduleShift" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Remove-MgTeamScheduleSwapShiftChangeRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Remove-MgTeamScheduleSwapShiftChangeRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -360731,18 +360957,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgTeamScheduleTimeOff", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Remove-MgTeamScheduleTimeOff" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -360757,18 +360983,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgTeamScheduleTimeOffReason", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Remove-MgTeamScheduleTimeOffReason" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -360783,18 +361009,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgTeamScheduleTimeOffRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Remove-MgTeamScheduleTimeOffRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -360809,18 +361035,18 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgTeamTag", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Remove-MgTeamTag" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -360835,266 +361061,266 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgTeamTagMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Remove-MgTeamTagMember" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Remove-MgTeamworkDeletedTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Remove-MgTeamworkDeletedTeam" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Remove-MgTeamworkDeletedTeamChannel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Remove-MgTeamworkDeletedTeamChannel" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/removeEmail", "Method": "POST", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Remove-MgTeamworkDeletedTeamChannelEmail", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/removeEmail", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Remove-MgTeamworkDeletedTeamChannelEmail" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgTeamworkDeletedTeamChannelMember" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgTeamworkDeletedTeamChannelMember", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgTeamworkDeletedTeamChannelMessage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgTeamworkDeletedTeamChannelMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgTeamworkDeletedTeamChannelMessageHostedContent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgTeamworkDeletedTeamChannelMessageHostedContent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReply" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReply", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReplyHostedContent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgTeamworkDeletedTeamChannelSharedWithTeam" + "Permissions": [], + "Command": "Remove-MgTeamworkDeletedTeamChannelSharedWithTeam", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Remove-MgTeamworkDeletedTeamChannelTab", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiVersion": "v1.0" + }, + { + "Uri": "/teamwork/teamsAppSettings", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgTeamworkDeletedTeamChannelTab" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgTeamworkTeamAppSetting", "Variants": [ "Delete" ], - "Uri": "/teamwork/teamsAppSettings", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Remove-MgTeamworkTeamAppSetting" + "ApiVersion": "v1.0" }, { + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Teams", "Permissions": { "Name": "WorkforceIntegration.ReadWrite.All", "Description": "Read and write workforce integrations", "FullDescription": "Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgTeamworkWorkforceIntegration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Remove-MgTeamworkWorkforceIntegration" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Partner", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipDelegatedAdminCustomer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Partner", - "Command": "Remove-MgTenantRelationshipDelegatedAdminCustomer" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Partner", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Partner", - "Command": "Remove-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Partner", "Permissions": { "Name": "DelegatedAdminRelationship.ReadWrite.All", "Description": "Manage Delegated Admin relationships with customers", "FullDescription": "Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Partner", - "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationship" + "ApiVersion": "v1.0" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Partner", "Permissions": { "Name": "DelegatedAdminRelationship.ReadWrite.All", "Description": "Manage Delegated Admin relationships with customers", "FullDescription": "Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Partner", - "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Partner", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Partner", - "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipOperation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.Partner", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Partner", - "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Users", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -361127,72 +361353,72 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgUser", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Remove-MgUser" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/activities/{userActivity-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "CrossDeviceExperiences", "Permissions": { "Name": "UserActivity.ReadWrite.CreatedByApp", "Description": "Read and write app activity to your activity feed", "FullDescription": "Allows the app to read and report your activity in the app.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgUserActivity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/activities/{userActivity-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CrossDeviceExperiences", - "Command": "Remove-MgUserActivity" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "CrossDeviceExperiences", "Permissions": { "Name": "UserActivity.ReadWrite.CreatedByApp", "Description": "Read and write app activity to your activity feed", "FullDescription": "Allows the app to read and report your activity in the app.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgUserActivityHistoryItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CrossDeviceExperiences", - "Command": "Remove-MgUserActivityHistoryItem" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Applications", "Permissions": { "Name": "AppRoleAssignment.ReadWrite.All", "Description": "Manage app permission grants and app role assignments", "FullDescription": "Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.", "IsAdmin": true }, - "Method": "DELETE", + "Command": "Remove-MgUserAppRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Remove-MgUserAppRoleAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -361207,18 +361433,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgUserAuthenticationEmailMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgUserAuthenticationEmailMethod" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -361233,18 +361459,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgUserAuthenticationFido2Method", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgUserAuthenticationFido2Method" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -361259,31 +361485,31 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Remove-MgUserAuthenticationOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgUserAuthenticationOperation" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -361298,18 +361524,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgUserAuthenticationPhoneMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgUserAuthenticationPhoneMethod" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -361324,18 +361550,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgUserAuthenticationSoftwareOathMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgUserAuthenticationSoftwareOathMethod" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -361350,18 +361576,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgUserAuthenticationTemporaryAccessPassMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgUserAuthenticationTemporaryAccessPassMethod" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -361376,1268 +361602,1268 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgUserAuthenticationWindowsHelloForBusinessMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Remove-MgUserAuthenticationWindowsHelloForBusinessMethod" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Calendar", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgUserCalendarGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Remove-MgUserCalendarGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Calendar", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgUserCalendarPermission", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Remove-MgUserCalendarPermission" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/users/{user-id}/chats/{chat-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgUserChat" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserChat", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgUserChatInstalledApp" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserChatInstalledApp", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgUserChatLastMessagePreview" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserChatLastMessagePreview", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgUserChatMember" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserChatMember", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgUserChatMessage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserChatMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgUserChatMessageHostedContent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserChatMessageHostedContent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgUserChatMessageReply" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserChatMessageReply", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgUserChatMessageReplyHostedContent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserChatMessageReplyHostedContent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgUserChatPermissionGrant" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserChatPermissionGrant", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgUserChatPinnedMessage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserChatPinnedMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgUserChatTab" + "Permissions": [], + "Command": "Remove-MgUserChatTab", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contacts/{contact-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "PersonalContacts", "Permissions": { "Name": "Contacts.ReadWrite", "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgUserContact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/contacts/{contact-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Remove-MgUserContact" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", "Method": "DELETE", + "OutputType": null, + "Module": "PersonalContacts", + "Permissions": [], + "Command": "Remove-MgUserContactExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Remove-MgUserContactExtension" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "PersonalContacts", "Permissions": { "Name": "Contacts.ReadWrite", "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgUserContactFolder", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Remove-MgUserContactFolder" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", "Method": "DELETE", + "OutputType": null, + "Module": "PersonalContacts", + "Permissions": [], + "Command": "Remove-MgUserContactFolderChildFolder", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Remove-MgUserContactFolderChildFolder" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "PersonalContacts", "Permissions": { "Name": "Contacts.ReadWrite", "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgUserContactFolderChildFolderContact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Remove-MgUserContactFolderChildFolderContact" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", "Method": "DELETE", + "OutputType": null, + "Module": "PersonalContacts", + "Permissions": [], + "Command": "Remove-MgUserContactFolderChildFolderContactExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Remove-MgUserContactFolderChildFolderContactExtension" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "PersonalContacts", "Permissions": { "Name": "Contacts.ReadWrite", "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgUserContactFolderContact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Remove-MgUserContactFolderContact" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "PersonalContacts", - "Command": "Remove-MgUserContactFolderContactExtension" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserContactFolderContactExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Remove-MgUserDeviceManagementTroubleshootingEvent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDeviceManagementTroubleshootingEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDrive" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDrive", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveItem" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveItem", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveItemAnalytic" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveItemAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveItemAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveItemAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveItemChild" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveItemChild", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveItemListItem" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveItemListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveItemListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveItemListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveItemListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveItemListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveItemListItemField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveItemListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveItemListItemVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveItemListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveItemListItemVersionField" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Remove-MgUserDriveItemListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "Remove-MgUserDriveItemPermanent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveItemPermanent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveItemPermission" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveItemSubscription" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveItemSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveItemThumbnail" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveItemThumbnail", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveItemVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveList" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveList", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveListColumn" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveListColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveListContentType" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveListContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveListContentTypeColumn" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveListContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveListContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveListItem" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveListItemField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveListItemVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveListItemVersionField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveListOperation" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveListOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveListSubscription" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveListSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveRoot" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveRoot", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveRootAnalytic" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveRootAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveRootAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveRootAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveRootChild" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveRootChild", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveRootListItem" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveRootListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveRootListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveRootListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveRootListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveRootListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveRootListItemField" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveRootListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveRootListItemVersion" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveRootListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveRootListItemVersionField" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Remove-MgUserDriveRootListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/permanentDelete", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "Remove-MgUserDriveRootPermanent" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveRootPermanent", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveRootPermission" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveRootPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveRootSubscription" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveRootSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveRootThumbnail" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserDriveRootThumbnail", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Remove-MgUserDriveRootVersion" + "Permissions": [], + "Command": "Remove-MgUserDriveRootVersion", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/events/{event-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Calendar", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgUserEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/events/{event-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Remove-MgUserEvent" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Calendar", - "Command": "Remove-MgUserEventAttachment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserEventAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Calendar", - "Command": "Remove-MgUserEventExtension" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserEventExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Calendar", - "Command": "Remove-MgUserEventInstanceAttachment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserEventInstanceAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Calendar", - "Command": "Remove-MgUserEventInstanceExtension" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserEventInstanceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/extensions/{extension-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", - "Command": "Remove-MgUserExtension" + "Permissions": [], + "Command": "Remove-MgUserExtension", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Mail", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgUserInferenceClassificationOverride", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Remove-MgUserInferenceClassificationOverride" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Users", + "Permissions": [], + "Command": "Remove-MgUserLicenseDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Remove-MgUserLicenseDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Mail", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgUserMailFolder", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Remove-MgUserMailFolder" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Mail", - "Command": "Remove-MgUserMailFolderChildFolder" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserMailFolderChildFolder", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Mail", - "Command": "Remove-MgUserMailFolderChildFolderMessage" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserMailFolderChildFolderMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Mail", - "Command": "Remove-MgUserMailFolderChildFolderMessageAttachment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserMailFolderChildFolderMessageAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Mail", - "Command": "Remove-MgUserMailFolderChildFolderMessageExtension" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserMailFolderChildFolderMessageExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Mail", - "Command": "Remove-MgUserMailFolderChildFolderMessageRule" + "Permissions": [], + "Command": "Remove-MgUserMailFolderChildFolderMessageRule", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Mail", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgUserMailFolderMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Remove-MgUserMailFolderMessage" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Mail", - "Command": "Remove-MgUserMailFolderMessageAttachment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserMailFolderMessageAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Mail", - "Command": "Remove-MgUserMailFolderMessageExtension" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserMailFolderMessageExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Mail", - "Command": "Remove-MgUserMailFolderMessageRule" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserMailFolderMessageRule", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Remove-MgUserManagedDevice" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserManagedDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Remove-MgUserManagedDeviceCategory" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserManagedDeviceCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Remove-MgUserManagedDeviceCompliancePolicyState" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserManagedDeviceCompliancePolicyState", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Remove-MgUserManagedDeviceConfigurationState" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserManagedDeviceConfigurationState", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Remove-MgUserManagedDeviceLogCollectionResponse" + "Permissions": [], + "Command": "Remove-MgUserManagedDeviceLogCollectionResponse", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Remove-MgUserManagedDeviceUserFromSharedAppleDevice", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Remove-MgUserManagedDeviceUserFromSharedAppleDevice" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", + "Permissions": [], + "Command": "Remove-MgUserManagedDeviceWindowsProtectionState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgUserManagedDeviceWindowsProtectionState" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Devices.CorporateManagement", + "Permissions": [], + "Command": "Remove-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/manager", + "Method": "DELETE", + "OutputType": null, + "Module": "Users", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -362652,18 +362878,18 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgUserManager", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/manager", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Remove-MgUserManager" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/manager/$ref", + "Method": "DELETE", + "OutputType": null, + "Module": "Users", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -362678,75 +362904,75 @@ "IsAdmin": true } ], - "Method": "DELETE", + "Command": "Remove-MgUserManagerByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/manager/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Remove-MgUserManagerByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/messages/{message-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Mail", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgUserMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/messages/{message-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Remove-MgUserMessage" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Mail", - "Command": "Remove-MgUserMessageAttachment" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserMessageAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Mail", - "Command": "Remove-MgUserMessageExtension" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserMessageExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Notes", - "Command": "Remove-MgUserOnenoteNotebook" + "Permissions": [], + "Command": "Remove-MgUserOnenoteNotebook", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Notes", "Permissions": [ { "Name": "Notes.ReadWrite", @@ -362761,44 +362987,44 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgUserOnenotePage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Remove-MgUserOnenotePage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Notes", + "Permissions": [], + "Command": "Remove-MgUserOnenoteSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Remove-MgUserOnenoteSection" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Notes", + "Permissions": [], + "Command": "Remove-MgUserOnenoteSectionGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Remove-MgUserOnenoteSectionGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -362813,153 +363039,153 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgUserOnlineMeeting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Remove-MgUserOnlineMeeting" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "Method": "DELETE", + "OutputType": null, + "Module": "CloudCommunications", + "Permissions": [], + "Command": "Remove-MgUserOnlineMeetingAttendanceReport", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Remove-MgUserOnlineMeetingAttendanceReport" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "Method": "DELETE", + "OutputType": null, + "Module": "CloudCommunications", + "Permissions": [], + "Command": "Remove-MgUserOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Remove-MgUserOnlineMeetingAttendanceReportAttendanceRecord" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Users", "Permissions": { "Name": "MailboxSettings.ReadWrite", "Description": "Read and write to your mailbox settings", "FullDescription": "Allows the app to read, update, create, and delete your mailbox settings.", "IsAdmin": false }, - "Method": "DELETE", + "Command": "Remove-MgUserOutlookMasterCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Remove-MgUserOutlookMasterCategory" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "DELETE", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Uri": "/users/{user-id}/photo", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", - "Command": "Remove-MgUserPhoto" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserPhoto", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/presence", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Command": "Remove-MgUserPresence" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserPresence", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgUserScopedRoleMemberOf" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserScopedRoleMemberOf", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/settings", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", - "Command": "Remove-MgUserSetting" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/settings/shiftPreferences", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", - "Command": "Remove-MgUserSettingShiftPreference" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserSettingShiftPreference", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/teamwork", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgUserTeamwork" - }, - { "Permissions": [], - "Method": "DELETE", + "Command": "Remove-MgUserTeamwork", "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Remove-MgUserTeamworkAssociatedTeam" + "Permissions": [], + "Command": "Remove-MgUserTeamworkAssociatedTeam", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteForUser", @@ -362986,18 +363212,18 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgUserTeamworkInstalledApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Remove-MgUserTeamworkInstalledApp" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Users", "Permissions": [ { "Name": "Tasks.Read", @@ -363018,31 +363244,31 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgUserTodoList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Remove-MgUserTodoList" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Users", + "Permissions": [], + "Command": "Remove-MgUserTodoListExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Remove-MgUserTodoListExtension" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -363057,18 +363283,18 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgUserTodoListTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Remove-MgUserTodoListTask" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -363083,31 +363309,31 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgUserTodoListTaskAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Remove-MgUserTodoListTaskAttachment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Users", + "Permissions": [], + "Command": "Remove-MgUserTodoListTaskAttachmentSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Remove-MgUserTodoListTaskAttachmentSession" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -363122,31 +363348,31 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgUserTodoListTaskChecklistItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Remove-MgUserTodoListTaskChecklistItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", "Method": "DELETE", + "OutputType": null, + "Module": "Users", + "Permissions": [], + "Command": "Remove-MgUserTodoListTaskExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Remove-MgUserTodoListTaskExtension" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", + "Method": "DELETE", + "OutputType": null, + "Module": "Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -363161,202 +363387,202 @@ "IsAdmin": false } ], - "Method": "DELETE", + "Command": "Remove-MgUserTodoListTaskLinkedResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Remove-MgUserTodoListTaskLinkedResource" + "ApiVersion": "v1.0" }, { + "Uri": "/communications/calls/{call-id}/changeScreenSharingRole", + "Method": "POST", + "OutputType": null, + "Module": "Beta.CloudCommunications", "Permissions": { "Name": "Calls.AccessMedia.All", "Description": "Access media streams in a call as an app", "FullDescription": "Allows the app to get direct access to media streams in a call, without a signed-in user.", "IsAdmin": false }, - "Method": "POST", + "Command": "Rename-MgBetaCommunicationCallScreenSharingRole", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/changeScreenSharingRole", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Rename-MgBetaCommunicationCallScreenSharingRole" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/changeSettings", "Method": "POST", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Rename-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/changeSettings", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Rename-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/rename", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Rename-MgBetaDeviceManagementVirtualEndpointCloudPc", "Variants": [ "Rename", "RenameExpanded", "RenameViaIdentity", "RenameViaIdentityExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/rename", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/changeUserAccountType", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Rename-MgBetaDeviceManagementVirtualEndpointCloudPc" - }, - { "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Rename-MgBetaDeviceManagementVirtualEndpointCloudPcUserAccountType", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/changeUserAccountType", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Rename-MgBetaDeviceManagementVirtualEndpointCloudPcUserAccountType" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/changeDeploymentStatus", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionDeploymentStatus", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "ManagedTenants.ReadWrite.All", "Description": "Read and write all managed tenant information", "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Rename-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", "Variants": [ "Change", "ChangeExpanded" ], - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/changeDeploymentStatus", - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionDeploymentStatus", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Rename-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/rename", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Rename-MgBetaUserCloudPc", "Variants": [ "Rename", "RenameExpanded", "RenameViaIdentity", "RenameViaIdentityExpanded" ], - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/rename", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Rename-MgBetaUserCloudPc" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/changeUserAccountType", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Rename-MgBetaUserCloudPcUserAccountType", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/changeUserAccountType", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Rename-MgBetaUserCloudPcUserAccountType" + "ApiVersion": "beta" }, { + "Uri": "/communications/calls/{call-id}/changeScreenSharingRole", + "Method": "POST", + "OutputType": null, + "Module": "CloudCommunications", "Permissions": { "Name": "Calls.AccessMedia.All", "Description": "Access media streams in a call as an app", "FullDescription": "Allows the app to get direct access to media streams in a call, without a signed-in user.", "IsAdmin": false }, - "Method": "POST", + "Command": "Rename-MgCommunicationCallScreenSharingRole", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/changeScreenSharingRole", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Rename-MgCommunicationCallScreenSharingRole" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/androidForWorkSettings/requestSignupUrl", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Request-MgBetaDeviceManagementAndroidForWorkSettingSignupUrl", "Variants": [ "Request", "RequestExpanded" ], - "Uri": "/deviceManagement/androidForWorkSettings/requestSignupUrl", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Request-MgBetaDeviceManagementAndroidForWorkSettingSignupUrl" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/requestSignupUrl", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Request-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignupUrl", "Variants": [ "Request", "RequestExpanded" ], - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/requestSignupUrl", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Request-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignupUrl" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/requestRemoteAssistance", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -363371,18 +363597,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Request-MgBetaDeviceManagementComanagedDeviceRemoteAssistance", "Variants": [ "Request", "RequestViaIdentity" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/requestRemoteAssistance", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Request-MgBetaDeviceManagementComanagedDeviceRemoteAssistance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -363397,66 +363623,66 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Request-MgBetaDeviceManagementManagedDeviceRemoteAssistance", "Variants": [ "Request", "RequestViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Request-MgBetaDeviceManagementManagedDeviceRemoteAssistance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/requestUpgrade", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Request-MgBetaDeviceManagementMicrosoftTunnelSiteUpgrade", "Variants": [ "Request", "RequestViaIdentity" ], - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/requestUpgrade", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Request-MgBetaDeviceManagementMicrosoftTunnelSiteUpgrade" + "ApiVersion": "beta" }, { + "Uri": "/privilegedApproval/myRequests", + "Method": "GET", + "OutputType": "IMicrosoftGraphPrivilegedApproval", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "Directory.AccessAsUser.All", "Description": "Access the directory as you", "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Method": "GET", + "Command": "Request-MgBetaPrivilegedApprovalMy", "Variants": [ "Request" ], - "Uri": "/privilegedApproval/myRequests", - "OutputType": "IMicrosoftGraphPrivilegedApproval", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Request-MgBetaPrivilegedApprovalMy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Request-MgBetaUserManagedDeviceRemoteAssistance", "Variants": [ "Request", "RequestViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Request-MgBetaUserManagedDeviceRemoteAssistance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -363471,31 +363697,31 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Request-MgDeviceManagementManagedDeviceRemoteAssistance", "Variants": [ "Request", "RequestViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Request-MgDeviceManagementManagedDeviceRemoteAssistance" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Request-MgUserManagedDeviceRemoteAssistance", "Variants": [ "Request", "RequestViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Request-MgUserManagedDeviceRemoteAssistance" + "ApiVersion": "v1.0" }, { + "Uri": "/accessReviews/{accessReview-id}/resetDecisions", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.ReadWrite.All", @@ -363510,85 +363736,85 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Reset-MgBetaAccessReviewDecision", "Variants": [ "Reset", "ResetViaIdentity" ], - "Uri": "/accessReviews/{accessReview-id}/resetDecisions", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Reset-MgBetaAccessReviewDecision" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/resetDecisions", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Reset-MgBetaAccessReviewInstanceDecision", "Variants": [ "Reset", "ResetViaIdentity" ], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/resetDecisions", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Reset-MgBetaAccessReviewInstanceDecision" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/settings/resetToDefault", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Compliance", "Permissions": { "Name": "eDiscovery.ReadWrite.All", "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Reset-MgBetaComplianceEdiscoveryCaseSettingToDefault", "Variants": [ "Reset", "ResetViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/settings/resetToDefault", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Reset-MgBetaComplianceEdiscoveryCaseSettingToDefault" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/resetPasscode", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Reset-MgBetaDeviceManagementComanagedDevicePasscode", "Variants": [ "Reset", "ResetViaIdentity" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/resetPasscode", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Reset-MgBetaDeviceManagementComanagedDevicePasscode" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Reset-MgBetaDeviceManagementManagedDevicePasscode", "Variants": [ "Reset", "ResetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Reset-MgBetaDeviceManagementManagedDevicePasscode" + "ApiVersion": "beta" }, { + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/reset", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -363603,435 +363829,435 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Reset-MgBetaEducationSynchronizationProfile", "Variants": [ "Reset", "ResetViaIdentity" ], - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/reset", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Reset-MgBetaEducationSynchronizationProfile" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/resetUnseenCount", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": { "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 }, - "Method": "POST", + "Command": "Reset-MgBetaGroupUnseenCount", "Variants": [ "Reset", "ResetViaIdentity" ], - "Uri": "/groups/{group-id}/resetUnseenCount", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Reset-MgBetaGroupUnseenCount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/resetDecisions", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Reset-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "Variants": [ "Reset", "ResetViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/resetDecisions", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Reset-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "Reset-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Reset", "ResetViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Reset-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision" + "ApiVersion": "beta" }, { + "Uri": "/policies/crossTenantAccessPolicy/default/resetToSystemDefault", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.CrossTenantAccess", "Description": "Read and write your organization's cross tenant access policies", "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyDefaultToSystemDefault", "Variants": [ "Reset" ], - "Uri": "/policies/crossTenantAccessPolicy/default/resetToSystemDefault", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyDefaultToSystemDefault" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/print/printers/{printer-id}/resetDefaults", "Method": "POST", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", + "Permissions": [], + "Command": "Reset-MgBetaPrintPrinterDefault", "Variants": [ "Reset", "ResetViaIdentity" ], - "Uri": "/print/printers/{printer-id}/resetDefaults", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Reset-MgBetaPrintPrinterDefault" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/resetToDefault", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Security", "Permissions": { "Name": "eDiscovery.ReadWrite.All", "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Reset-MgBetaSecurityCaseEdiscoveryCaseSettingToDefault", "Variants": [ "Reset", "ResetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/resetToDefault", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Reset-MgBetaSecurityCaseEdiscoveryCaseSettingToDefault" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}/resetTenantOnboardingStatus", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "ManagedTenants.ReadWrite.All", "Description": "Read and write all managed tenant information", "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Reset-MgBetaTenantRelationshipManagedTenantOnboardingStatus", "Variants": [ "Reset", "ResetViaIdentity" ], - "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}/resetTenantOnboardingStatus", - "OutputType": "IMicrosoftGraphManagedTenantsTenant", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Reset-MgBetaTenantRelationshipManagedTenantOnboardingStatus" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/resetPassword", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": { "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 }, - "Method": "POST", + "Command": "Reset-MgBetaUserAuthenticationMethodPassword", "Variants": [ "Reset", "ResetExpanded", "ResetViaIdentity", "ResetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/resetPassword", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Reset-MgBetaUserAuthenticationMethodPassword" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Reset-MgBetaUserManagedDevicePasscode", "Variants": [ "Reset", "ResetViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Reset-MgBetaUserManagedDevicePasscode" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/resetDecisions", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Reset-MgBetaUserPendingAccessReviewInstanceDecision", "Variants": [ "Reset", "ResetViaIdentity" ], - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/resetDecisions", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Reset-MgBetaUserPendingAccessReviewInstanceDecision" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Reset-MgDeviceManagementManagedDevicePasscode", "Variants": [ "Reset", "ResetViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Reset-MgDeviceManagementManagedDevicePasscode" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/resetUnseenCount", + "Method": "POST", + "OutputType": null, + "Module": "Groups", "Permissions": { "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 }, - "Method": "POST", + "Command": "Reset-MgGroupUnseenCount", "Variants": [ "Reset", "ResetViaIdentity" ], - "Uri": "/groups/{group-id}/resetUnseenCount", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Reset-MgGroupUnseenCount" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions", + "Method": "POST", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "Reset-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Reset", "ResetViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Reset-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/crossTenantAccessPolicy/default/resetToSystemDefault", + "Method": "POST", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.CrossTenantAccess", "Description": "Read and write your organization's cross tenant access policies", "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Reset-MgPolicyCrossTenantAccessPolicyDefaultToSystemDefault", "Variants": [ "Reset" ], - "Uri": "/policies/crossTenantAccessPolicy/default/resetToSystemDefault", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Reset-MgPolicyCrossTenantAccessPolicyDefaultToSystemDefault" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/resetToDefault", + "Method": "POST", + "OutputType": null, + "Module": "Security", "Permissions": { "Name": "eDiscovery.ReadWrite.All", "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Reset-MgSecurityCaseEdiscoveryCaseSettingToDefault", "Variants": [ "Reset", "ResetViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/resetToDefault", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Reset-MgSecurityCaseEdiscoveryCaseSettingToDefault" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/resetPassword", + "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", "Permissions": { "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 }, - "Method": "POST", + "Command": "Reset-MgUserAuthenticationMethodPassword", "Variants": [ "Reset", "ResetExpanded", "ResetViaIdentity", "ResetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/resetPassword", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Reset-MgUserAuthenticationMethodPassword" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Reset-MgUserManagedDevicePasscode", "Variants": [ "Reset", "ResetViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Reset-MgUserManagedDevicePasscode" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/resizeCloudPc", "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", + "Permissions": [], + "Command": "Resize-MgBetaDeviceManagementComanagedDeviceCloudPc", "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/resizeCloudPc", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Resize-MgBetaDeviceManagementComanagedDeviceCloudPc" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resizeCloudPc", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Resize-MgBetaDeviceManagementManagedDeviceCloudPc", "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resizeCloudPc", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Resize-MgBetaDeviceManagementManagedDeviceCloudPc" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resizeCloudPc", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Resize-MgBetaUserManagedDeviceCloudPc", "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resizeCloudPc", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Resize-MgBetaUserManagedDeviceCloudPc" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/restart", "Method": "POST", + "OutputType": null, + "Module": "Applications", + "Permissions": [], + "Command": "Restart-MgApplicationSynchronizationJob", "Variants": [ "Restart", "RestartExpanded", "RestartViaIdentity", "RestartViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/restart", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Restart-MgApplicationSynchronizationJob" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/restart", "Method": "POST", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Restart-MgBetaApplicationSynchronizationJob", "Variants": [ "Restart", "RestartExpanded", "RestartViaIdentity", "RestartViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/restart", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Restart-MgBetaApplicationSynchronizationJob" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rebootNow", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Restart-MgBetaDeviceManagementComanagedDeviceNow", "Variants": [ "Reboot", "RebootViaIdentity" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rebootNow", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Restart-MgBetaDeviceManagementComanagedDeviceNow" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rebootNow", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Restart-MgBetaDeviceManagementManagedDeviceNow", "Variants": [ "Reboot", "RebootViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rebootNow", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Restart-MgBetaDeviceManagementManagedDeviceNow" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reboot", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Restart-MgBetaDeviceManagementVirtualEndpointCloudPc", "Variants": [ "Reboot", "RebootViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reboot", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Restart-MgBetaDeviceManagementVirtualEndpointCloudPc" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/restart", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -364046,87 +364272,87 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Restart-MgBetaServicePrincipalSynchronizationJob", "Variants": [ "Restart", "RestartExpanded", "RestartViaIdentity", "RestartViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/restart", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Restart-MgBetaServicePrincipalSynchronizationJob" + "ApiVersion": "beta" }, { + "Uri": "/teamwork/devices/{teamworkDevice-id}/restart", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": { "Name": "TeamworkDevice.ReadWrite.All", "Description": "Read and write Teams devices", "FullDescription": "Allow the app to read and write the management data for Teams devices on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Restart-MgBetaTeamworkDevice", "Variants": [ "Restart", "RestartViaIdentity" ], - "Uri": "/teamwork/devices/{teamworkDevice-id}/restart", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Restart-MgBetaTeamworkDevice" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/reboot", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Restart-MgBetaUserCloudPc", "Variants": [ "Reboot", "RebootViaIdentity" ], - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/reboot", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Restart-MgBetaUserCloudPc" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rebootNow", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Restart-MgBetaUserManagedDeviceNow", "Variants": [ "Reboot", "RebootViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rebootNow", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Restart-MgBetaUserManagedDeviceNow" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rebootNow", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Restart-MgDeviceManagementManagedDeviceNow", "Variants": [ "Reboot", "RebootViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rebootNow", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Restart-MgDeviceManagementManagedDeviceNow" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/restart", + "Method": "POST", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -364141,178 +364367,178 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Restart-MgServicePrincipalSynchronizationJob", "Variants": [ "Restart", "RestartExpanded", "RestartViaIdentity", "RestartViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/restart", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Restart-MgServicePrincipalSynchronizationJob" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rebootNow", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Restart-MgUserManagedDeviceNow", "Variants": [ "Reboot", "RebootViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rebootNow", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Restart-MgUserManagedDeviceNow" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/restoreCloudPc", "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", + "Permissions": [], + "Command": "Restore-MgBetaDeviceManagementComanagedDeviceCloudPc", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/restoreCloudPc", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Restore-MgBetaDeviceManagementComanagedDeviceCloudPc" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/recoverPasscode", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Restore-MgBetaDeviceManagementComanagedDevicePasscode", "Variants": [ "Recover", "RecoverViaIdentity" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/recoverPasscode", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Restore-MgBetaDeviceManagementComanagedDevicePasscode" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/restoreCloudPc", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Restore-MgBetaDeviceManagementManagedDeviceCloudPc", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/restoreCloudPc", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Restore-MgBetaDeviceManagementManagedDeviceCloudPc" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Restore-MgBetaDeviceManagementManagedDevicePasscode", "Variants": [ "Recover", "RecoverViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Restore-MgBetaDeviceManagementManagedDevicePasscode" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/restore", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Restore-MgBetaDeviceManagementVirtualEndpointCloudPc", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/restore", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Restore-MgBetaDeviceManagementVirtualEndpointCloudPc" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}/restore", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Restore-MgBetaDirectoryDeletedItem", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Uri": "/directory/deletedItems/{directoryObject-id}/restore", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Restore-MgBetaDirectoryDeletedItem" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/restore", "Method": "POST", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Restore-MgBetaDriveItem", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/restore", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Restore-MgBetaDriveItem" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", "Method": "POST", + "OutputType": null, + "Module": "Beta.Files", + "Permissions": [], + "Command": "Restore-MgBetaDriveItemListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Restore-MgBetaDriveItemListItemDocumentSetVersion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", "Method": "POST", + "OutputType": null, + "Module": "Beta.Files", + "Permissions": [], + "Command": "Restore-MgBetaDriveItemListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Restore-MgBetaDriveItemListItemVersion" + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -364333,271 +364559,271 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Restore-MgBetaDriveItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Restore-MgBetaDriveItemVersion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "Method": "POST", + "OutputType": null, + "Module": "Beta.Files", + "Permissions": [], + "Command": "Restore-MgBetaDriveListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Restore-MgBetaDriveListItemDocumentSetVersion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", "Method": "POST", + "OutputType": null, + "Module": "Beta.Files", + "Permissions": [], + "Command": "Restore-MgBetaDriveListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Restore-MgBetaDriveListItemVersion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/root/restore", "Method": "POST", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Restore-MgBetaDriveRoot", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/root/restore", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Restore-MgBetaDriveRoot" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Restore", - "RestoreViaIdentity" - ], "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Restore-MgBetaDriveRootListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgBetaDriveRootListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Restore-MgBetaDriveRootListItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgBetaDriveRootListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Restore-MgBetaDriveRootVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgBetaDriveRootVersion", "Variants": [ "Restore", - "RestoreExpanded", - "RestoreViaIdentity", - "RestoreViaIdentityExpanded" + "RestoreViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/restore", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Restore-MgBetaGroupDriveItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgBetaGroupDriveItem", "Variants": [ "Restore", - "RestoreViaIdentity" + "RestoreExpanded", + "RestoreViaIdentity", + "RestoreViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Restore-MgBetaGroupDriveItemListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgBetaGroupDriveItemListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Restore-MgBetaGroupDriveItemListItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgBetaGroupDriveItemListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Restore-MgBetaGroupDriveItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgBetaGroupDriveItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Restore-MgBetaGroupDriveListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgBetaGroupDriveListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Restore-MgBetaGroupDriveListItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgBetaGroupDriveListItemVersion", "Variants": [ "Restore", - "RestoreExpanded", - "RestoreViaIdentity", - "RestoreViaIdentityExpanded" + "RestoreViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/restore", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Restore-MgBetaGroupDriveRoot" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgBetaGroupDriveRoot", "Variants": [ "Restore", - "RestoreViaIdentity" + "RestoreExpanded", + "RestoreViaIdentity", + "RestoreViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Restore-MgBetaGroupDriveRootListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgBetaGroupDriveRootListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Restore-MgBetaGroupDriveRootListItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgBetaGroupDriveRootListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Restore-MgBetaGroupDriveRootVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgBetaGroupDriveRootVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Restore-MgBetaGroupSiteListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgBetaGroupSiteListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Restore-MgBetaGroupSiteListItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgBetaGroupSiteListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/restore", + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Restore-MgBetaIdentityGovernanceLifecycleWorkflow" + "Permissions": [], + "Command": "Restore-MgBetaIdentityGovernanceLifecycleWorkflow", + "Variants": [ + "Restore", + "RestoreViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/restore", + "Method": "POST", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -364612,18 +364838,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Restore-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/restore", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Restore-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow" + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "Printer.FullControl.All", @@ -364638,48 +364864,48 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Restore-MgBetaPrintPrinterFactoryDefault", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Restore-MgBetaPrintPrinterFactoryDefault" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "Method": "POST", + "OutputType": null, + "Module": "Beta.Files", + "Permissions": [], + "Command": "Restore-MgBetaShareListItemDocumentSetVersion", "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" ], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Restore-MgBetaShareListItemDocumentSetVersion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", "Method": "POST", + "OutputType": null, + "Module": "Beta.Files", + "Permissions": [], + "Command": "Restore-MgBetaShareListItemVersion", "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" ], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Restore-MgBetaShareListItemVersion" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -364706,18 +364932,18 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Restore-MgBetaSiteListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Restore-MgBetaSiteListItemDocumentSetVersion" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -364738,280 +364964,280 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Restore-MgBetaSiteListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Restore-MgBetaSiteListItemVersion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/restore", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Restore-MgBetaUserCloudPc", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/restore", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Restore-MgBetaUserCloudPc" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/restore", "Method": "POST", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Restore-MgBetaUserDriveItem", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/restore", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Restore-MgBetaUserDriveItem" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Restore", - "RestoreViaIdentity" - ], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Restore-MgBetaUserDriveItemListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgBetaUserDriveItemListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Restore-MgBetaUserDriveItemListItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgBetaUserDriveItemListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Restore-MgBetaUserDriveItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgBetaUserDriveItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Restore-MgBetaUserDriveListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgBetaUserDriveListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Restore-MgBetaUserDriveListItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgBetaUserDriveListItemVersion", "Variants": [ "Restore", - "RestoreExpanded", - "RestoreViaIdentity", - "RestoreViaIdentityExpanded" + "RestoreViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/restore", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Restore-MgBetaUserDriveRoot" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgBetaUserDriveRoot", "Variants": [ "Restore", - "RestoreViaIdentity" + "RestoreExpanded", + "RestoreViaIdentity", + "RestoreViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Restore-MgBetaUserDriveRootListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgBetaUserDriveRootListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Restore-MgBetaUserDriveRootListItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgBetaUserDriveRootListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Restore-MgBetaUserDriveRootVersion" + "Permissions": [], + "Command": "Restore-MgBetaUserDriveRootVersion", + "Variants": [ + "Restore", + "RestoreViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/restoreCloudPc", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Restore-MgBetaUserManagedDeviceCloudPc", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/restoreCloudPc", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Restore-MgBetaUserManagedDeviceCloudPc" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Restore-MgBetaUserManagedDevicePasscode", "Variants": [ "Recover", "RecoverViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Restore-MgBetaUserManagedDevicePasscode" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/restore", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Restore-MgBetaUserPermissionGrant", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Uri": "/users/{user-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/restore", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Restore-MgBetaUserPermissionGrant" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Restore-MgDeviceManagementManagedDevicePasscode", "Variants": [ "Recover", "RecoverViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Restore-MgDeviceManagementManagedDevicePasscode" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}/restore", "Method": "POST", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Restore-MgDirectoryDeletedItem", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Uri": "/directory/deletedItems/{directoryObject-id}/restore", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Restore-MgDirectoryDeletedItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/restore", "Method": "POST", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Files", + "Permissions": [], + "Command": "Restore-MgDriveItem", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/restore", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Restore-MgDriveItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", "Method": "POST", + "OutputType": null, + "Module": "Files", + "Permissions": [], + "Command": "Restore-MgDriveItemListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Restore-MgDriveItemListItemDocumentSetVersion" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", "Method": "POST", + "OutputType": null, + "Module": "Files", + "Permissions": [], + "Command": "Restore-MgDriveItemListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Restore-MgDriveItemListItemVersion" + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", + "Method": "POST", + "OutputType": null, + "Module": "Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -365032,284 +365258,284 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Restore-MgDriveItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Restore-MgDriveItemVersion" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "Method": "POST", + "OutputType": null, + "Module": "Files", + "Permissions": [], + "Command": "Restore-MgDriveListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Restore-MgDriveListItemDocumentSetVersion" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", "Method": "POST", + "OutputType": null, + "Module": "Files", + "Permissions": [], + "Command": "Restore-MgDriveListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Restore-MgDriveListItemVersion" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/root/restore", "Method": "POST", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Files", + "Permissions": [], + "Command": "Restore-MgDriveRoot", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/root/restore", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Restore-MgDriveRoot" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Restore", - "RestoreViaIdentity" - ], "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Restore-MgDriveRootListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgDriveRootListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Restore-MgDriveRootListItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgDriveRootListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Restore-MgDriveRootVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgDriveRootVersion", "Variants": [ "Restore", - "RestoreExpanded", - "RestoreViaIdentity", - "RestoreViaIdentityExpanded" + "RestoreViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/restore", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Restore-MgGroupDriveItem" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgGroupDriveItem", "Variants": [ "Restore", - "RestoreViaIdentity" + "RestoreExpanded", + "RestoreViaIdentity", + "RestoreViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Restore-MgGroupDriveItemListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgGroupDriveItemListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Restore-MgGroupDriveItemListItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgGroupDriveItemListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Restore-MgGroupDriveItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgGroupDriveItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Restore-MgGroupDriveListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgGroupDriveListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Restore-MgGroupDriveListItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgGroupDriveListItemVersion", "Variants": [ "Restore", - "RestoreExpanded", - "RestoreViaIdentity", - "RestoreViaIdentityExpanded" + "RestoreViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/restore", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Restore-MgGroupDriveRoot" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgGroupDriveRoot", "Variants": [ "Restore", - "RestoreViaIdentity" + "RestoreExpanded", + "RestoreViaIdentity", + "RestoreViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Restore-MgGroupDriveRootListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgGroupDriveRootListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Restore-MgGroupDriveRootListItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgGroupDriveRootListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Restore-MgGroupDriveRootVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgGroupDriveRootVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/restore", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Restore-MgGroupSettingTemplate" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgGroupSettingTemplate", "Variants": [ "Restore", "RestoreViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Restore-MgGroupSiteListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgGroupSiteListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Restore-MgGroupSiteListItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgGroupSiteListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/restore", + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Restore-MgIdentityGovernanceLifecycleWorkflow" + "Permissions": [], + "Command": "Restore-MgIdentityGovernanceLifecycleWorkflow", + "Variants": [ + "Restore", + "RestoreViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/restore", + "Method": "POST", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -365324,18 +365550,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Restore-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/restore", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Restore-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow" + "ApiVersion": "v1.0" }, { + "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults", + "Method": "POST", + "OutputType": null, + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "Printer.FullControl.All", @@ -365350,48 +365576,48 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Restore-MgPrintPrinterFactoryDefault", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Restore-MgPrintPrinterFactoryDefault" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "Method": "POST", + "OutputType": null, + "Module": "Files", + "Permissions": [], + "Command": "Restore-MgShareListItemDocumentSetVersion", "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" ], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Restore-MgShareListItemDocumentSetVersion" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", "Method": "POST", + "OutputType": null, + "Module": "Files", + "Permissions": [], + "Command": "Restore-MgShareListItemVersion", "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" ], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Restore-MgShareListItemVersion" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "Method": "POST", + "OutputType": null, + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -365418,18 +365644,18 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Restore-MgSiteListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Restore-MgSiteListItemDocumentSetVersion" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "Method": "POST", + "OutputType": null, + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -365450,165 +365676,165 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Restore-MgSiteListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Restore-MgSiteListItemVersion" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/restore", "Method": "POST", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Users.Actions", + "Permissions": [], + "Command": "Restore-MgUserDriveItem", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/restore", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Restore-MgUserDriveItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Restore", - "RestoreViaIdentity" - ], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "Restore-MgUserDriveItemListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgUserDriveItemListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "Restore-MgUserDriveItemListItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgUserDriveItemListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "Restore-MgUserDriveItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgUserDriveItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "Restore-MgUserDriveListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgUserDriveListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "Restore-MgUserDriveListItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgUserDriveListItemVersion", "Variants": [ "Restore", - "RestoreExpanded", - "RestoreViaIdentity", - "RestoreViaIdentityExpanded" + "RestoreViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/restore", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "Restore-MgUserDriveRoot" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgUserDriveRoot", "Variants": [ "Restore", - "RestoreViaIdentity" + "RestoreExpanded", + "RestoreViaIdentity", + "RestoreViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "Restore-MgUserDriveRootListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgUserDriveRootListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "Restore-MgUserDriveRootListItemVersion" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Restore-MgUserDriveRootListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "Restore-MgUserDriveRootVersion" + "Permissions": [], + "Command": "Restore-MgUserDriveRootVersion", + "Variants": [ + "Restore", + "RestoreViaIdentity" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Restore-MgUserManagedDevicePasscode", "Variants": [ "Recover", "RecoverViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Restore-MgUserManagedDevicePasscode" + "ApiVersion": "v1.0" }, { + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/resume", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -365623,213 +365849,213 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Resume-MgBetaEducationSynchronizationProfile", "Variants": [ "Resume", "ResumeViaIdentity" ], - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/resume", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Resume-MgBetaEducationSynchronizationProfile" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/resume", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "Resume-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/resume", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Resume-MgBetaEntitlementManagementAccessPackageAssignmentRequest" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/resume", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", "Description": "Read and write all lifecycle workflows resources", "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Resume", - "ResumeExpanded", - "ResumeViaIdentity", - "ResumeViaIdentityExpanded" - ], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/resume", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Resume-MgEntitlementManagementAssignmentRequest" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Resume-MgEntitlementManagementAssignmentRequest", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult" + "Permissions": [], + "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", + "Variants": [ + "Resume", + "ResumeExpanded", + "ResumeViaIdentity", + "ResumeViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "Method": "POST", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", "Description": "Read and write all lifecycle workflows resources", "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/resume", "Method": "POST", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", "Method": "POST", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", "Method": "POST", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/revokeLicenses", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -365844,92 +366070,92 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Revoke-MgBetaDeviceAppManagementVppTokenLicense", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/revokeLicenses", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Revoke-MgBetaDeviceAppManagementVppTokenLicense" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/revokeToken", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Revoke-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken", "Variants": [ "Revoke", "RevokeViaIdentity" ], - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/revokeToken", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Revoke-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/revokeToken", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Revoke-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken", "Variants": [ "Revoke", "RevokeViaIdentity" ], - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/revokeToken", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Revoke-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/revokeAppleVppLicenses", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Revoke-MgBetaDeviceManagementComanagedDeviceAppleVppLicense", "Variants": [ "Revoke", "RevokeViaIdentity" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/revokeAppleVppLicenses", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Revoke-MgBetaDeviceManagementComanagedDeviceAppleVppLicense" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/revokeAppleVppLicenses", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Revoke-MgBetaDeviceManagementManagedDeviceAppleVppLicense", "Variants": [ "Revoke", "RevokeViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/revokeAppleVppLicenses", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Revoke-MgBetaDeviceManagementManagedDeviceAppleVppLicense" + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", + "Method": "POST", + "OutputType": "IMicrosoftGraphPermission", + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -365950,153 +366176,153 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Revoke-MgBetaDriveItemPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Revoke-MgBetaDriveItemPermissionGrant" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Revoke", - "RevokeExpanded", - "RevokeViaIdentity", - "RevokeViaIdentityExpanded" - ], "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Revoke-MgBetaDriveRootPermissionGrant" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Revoke-MgBetaDriveRootPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Revoke-MgBetaGroupDriveItemPermissionGrant" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Revoke-MgBetaGroupDriveItemPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Revoke-MgBetaGroupDriveRootPermissionGrant" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Revoke-MgBetaGroupDriveRootPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/revokeGrants", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Revoke-MgBetaGroupSitePermissionGrant" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Revoke-MgBetaGroupSitePermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/permission/revokeGrants", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Revoke-MgBetaSharePermissionGrant" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Revoke-MgBetaSharePermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/permissions/{permission-id}/revokeGrants", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Revoke-MgBetaSitePermissionGrant" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Revoke-MgBetaSitePermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Revoke-MgBetaUserDriveItemPermissionGrant" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Revoke-MgBetaUserDriveItemPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Revoke-MgBetaUserDriveRootPermissionGrant" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Revoke-MgBetaUserDriveRootPermissionGrant", "Variants": [ "Revoke", - "RevokeViaIdentity" + "RevokeExpanded", + "RevokeViaIdentity", + "RevokeViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/revokeAppleVppLicenses", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Revoke-MgBetaUserManagedDeviceAppleVppLicense" + "Permissions": [], + "Command": "Revoke-MgBetaUserManagedDeviceAppleVppLicense", + "Variants": [ + "Revoke", + "RevokeViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/revokeSignInSessions", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -366111,18 +366337,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Revoke-MgBetaUserSignInSession", "Variants": [ "Revoke", "RevokeViaIdentity" ], - "Uri": "/users/{user-id}/revokeSignInSessions", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Revoke-MgBetaUserSignInSession" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/revokeSignInSessions", + "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -366137,18 +366363,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Revoke-MgUserSignInSession", "Variants": [ "Revoke", "RevokeViaIdentity" ], - "Uri": "/users/{user-id}/revokeSignInSessions", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Revoke-MgUserSignInSession" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/importedDeviceIdentities/searchExistingIdentities", + "Method": "POST", + "OutputType": "IMicrosoftGraphImportedDeviceIdentity", + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -366163,44 +366389,44 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Search-MgBetaDeviceManagementImportedDeviceIdentityExistingIdentity", "Variants": [ "Search", "SearchExpanded" ], - "Uri": "/deviceManagement/importedDeviceIdentities/searchExistingIdentities", - "OutputType": "IMicrosoftGraphImportedDeviceIdentity", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Search-MgBetaDeviceManagementImportedDeviceIdentityExistingIdentity" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/search(q='{q}')", "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Search-MgBetaDrive", "Variants": [ "Search", "SearchViaIdentity" ], - "Uri": "/drives/{drive-id}/search(q='{q}')", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Search-MgBetaDrive" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Search-MgBetaDriveItem", "Variants": [ "Search", "SearchViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Search-MgBetaDriveItem" + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/root/search(q='{q}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -366239,122 +366465,122 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Search-MgBetaDriveRoot", "Variants": [ "Search", "SearchViaIdentity" ], - "Uri": "/drives/{drive-id}/root/search(q='{q}')", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Search-MgBetaDriveRoot" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Search", - "SearchViaIdentity" - ], "Uri": "/groups/{group-id}/drives/{drive-id}/search(q='{q}')", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Search-MgBetaGroupDrive" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Search-MgBetaGroupDrive", "Variants": [ "Search", "SearchViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Search-MgBetaGroupDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Search-MgBetaGroupDriveItem", "Variants": [ "Search", "SearchViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/search(q='{q}')", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Search-MgBetaGroupDriveRoot" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Search-MgBetaGroupDriveRoot", "Variants": [ "Search", "SearchViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/search(q='{q}')", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Command": "Search-MgBetaUserDrive" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Search-MgBetaUserDrive", "Variants": [ "Search", "SearchViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Command": "Search-MgBetaUserDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Search-MgBetaUserDriveItem", "Variants": [ "Search", "SearchViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/search(q='{q}')", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Command": "Search-MgBetaUserDriveRoot" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Search-MgBetaUserDriveRoot", "Variants": [ "Search", "SearchViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/search(q='{q}')", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Search-MgDrive" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Search-MgDrive", "Variants": [ "Search", "SearchViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Search-MgDriveItem" + "Permissions": [], + "Command": "Search-MgDriveItem", + "Variants": [ + "Search", + "SearchViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/root/search(q='{q}')", + "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -366393,109 +366619,109 @@ "IsAdmin": false } ], - "Method": "GET", + "Command": "Search-MgDriveRoot", "Variants": [ "Search", "SearchViaIdentity" ], - "Uri": "/drives/{drive-id}/root/search(q='{q}')", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Search-MgDriveRoot" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "GET", - "Variants": [ - "Search", - "SearchViaIdentity" - ], "Uri": "/groups/{group-id}/drives/{drive-id}/search(q='{q}')", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Search-MgGroupDrive" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Search-MgGroupDrive", "Variants": [ "Search", "SearchViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Search-MgGroupDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Search-MgGroupDriveItem", "Variants": [ "Search", "SearchViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/search(q='{q}')", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Search-MgGroupDriveRoot" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Search-MgGroupDriveRoot", "Variants": [ "Search", "SearchViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/search(q='{q}')", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Users.Functions", - "Command": "Search-MgUserDrive" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Search-MgUserDrive", "Variants": [ "Search", "SearchViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Users.Functions", - "Command": "Search-MgUserDriveItem" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Search-MgUserDriveItem", "Variants": [ "Search", "SearchViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/search(q='{q}')", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Users.Functions", - "Command": "Search-MgUserDriveRoot" + "Permissions": [], + "Command": "Search-MgUserDriveRoot", + "Variants": [ + "Search", + "SearchViaIdentity" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/sendReminder", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Send-MgBetaAccessReviewInstanceReminder", "Variants": [ "Send", "SendViaIdentity" ], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/sendReminder", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Send-MgBetaAccessReviewInstanceReminder" + "ApiVersion": "beta" }, { + "Uri": "/accessReviews/{accessReview-id}/sendReminder", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.ReadWrite.All", @@ -366510,18 +366736,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Send-MgBetaAccessReviewReminder", "Variants": [ "Send", "SendViaIdentity" ], - "Uri": "/accessReviews/{accessReview-id}/sendReminder", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Send-MgBetaAccessReviewReminder" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/sendActivityNotification", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsActivity.Send", @@ -366536,20 +366762,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Send-MgBetaChatActivityNotification", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/sendActivityNotification", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Send-MgBetaChatActivityNotification" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -366564,33 +366790,33 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Send-MgBetaDeviceManagementComanagedDeviceCustomNotificationToCompanyPortal", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Send-MgBetaDeviceManagementComanagedDeviceCustomNotificationToCompanyPortal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/sendCustomNotificationToCompanyPortal", "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", + "Permissions": [], + "Command": "Send-MgBetaDeviceManagementCustomNotificationToCompanyPortal", "Variants": [ "Send", "SendExpanded" ], - "Uri": "/deviceManagement/sendCustomNotificationToCompanyPortal", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Send-MgBetaDeviceManagementCustomNotificationToCompanyPortal" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -366605,95 +366831,95 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Send-MgBetaDeviceManagementManagedDeviceCustomNotificationToCompanyPortal", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Send-MgBetaDeviceManagementManagedDeviceCustomNotificationToCompanyPortal" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "Send-MgBetaDeviceManagementNotificationMessageTemplateTestMessage", "Variants": [ "Send", "SendViaIdentity" ], - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Send-MgBetaDeviceManagementNotificationMessageTemplateTestMessage" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Send", - "SendViaIdentity" - ], "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/send", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Send-MgBetaFinancialCompanySalesInvoice" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Send-MgBetaFinancialCompanySalesInvoice", "Variants": [ "Send", "SendViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/send", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Send-MgBetaFinancialCompanySalesQuote" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Send-MgBetaFinancialCompanySalesQuote", "Variants": [ "Send", "SendViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/sendReminder", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Send-MgBetaIdentityGovernanceAccessReviewDecisionInstanceReminder" + "Permissions": [], + "Command": "Send-MgBetaIdentityGovernanceAccessReviewDecisionInstanceReminder", + "Variants": [ + "Send", + "SendViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/sendReminder", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "Send-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceReminder", "Variants": [ "Send", "SendViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/sendReminder", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Send-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceReminder" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/sendActivityNotification", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsActivity.Send", @@ -366708,165 +366934,165 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Send-MgBetaTeamActivityNotification", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/sendActivityNotification", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Send-MgBetaTeamActivityNotification" + "ApiVersion": "beta" }, { + "Uri": "/teamwork/sendActivityNotificationToRecipients", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": { "Name": "TeamsActivity.Send", "Description": "Send a teamwork activity", "FullDescription": "Allows the app to create new activities in your teamwork activity feed, and send new activities to other users' activity feed, on your behalf.", "IsAdmin": false }, - "Method": "POST", + "Command": "Send-MgBetaTeamworkActivityNotificationToRecipient", "Variants": [ "Send", "SendExpanded" ], - "Uri": "/teamwork/sendActivityNotificationToRecipients", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Send-MgBetaTeamworkActivityNotificationToRecipient" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/sendActivityNotification", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Send-MgBetaUserChatActivityNotification", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Uri": "/users/{user-id}/chats/{chat-id}/sendActivityNotification", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Send-MgBetaUserChatActivityNotification" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/sendMail", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": { "Name": "Mail.Send", "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Send-MgBetaUserMail", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Uri": "/users/{user-id}/sendMail", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Send-MgBetaUserMail" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Send-MgBetaUserMailFolderChildFolderMessage", "Variants": [ "Send", "SendViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Send-MgBetaUserMailFolderChildFolderMessage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Send-MgBetaUserMailFolderMessage", "Variants": [ "Send", "SendViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Send-MgBetaUserMailFolderMessage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Send-MgBetaUserManagedDeviceCustomNotificationToCompanyPortal", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Send-MgBetaUserManagedDeviceCustomNotificationToCompanyPortal" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/messages/{message-id}/send", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": { "Name": "Mail.Send", "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Send-MgBetaUserMessage", "Variants": [ "Send", "SendViaIdentity" ], - "Uri": "/users/{user-id}/messages/{message-id}/send", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Send-MgBetaUserMessage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/sendReminder", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Send-MgBetaUserPendingAccessReviewInstanceReminder", "Variants": [ "Send", "SendViaIdentity" ], - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/sendReminder", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Send-MgBetaUserPendingAccessReviewInstanceReminder" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/teamwork/sendActivityNotification", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": { "Name": "TeamsActivity.Send", "Description": "Send a teamwork activity", "FullDescription": "Allows the app to create new activities in your teamwork activity feed, and send new activities to other users' activity feed, on your behalf.", "IsAdmin": false }, - "Method": "POST", + "Command": "Send-MgBetaUserTeamworkActivityNotification", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Uri": "/users/{user-id}/teamwork/sendActivityNotification", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Send-MgBetaUserTeamworkActivityNotification" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/sendActivityNotification", + "Method": "POST", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "TeamsActivity.Send", @@ -366881,56 +367107,56 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Send-MgChatActivityNotification", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/sendActivityNotification", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Send-MgChatActivityNotification" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "Send-MgDeviceManagementNotificationMessageTemplateTestMessage", "Variants": [ "Send", "SendViaIdentity" ], - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Send-MgDeviceManagementNotificationMessageTemplateTestMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/sendReminder", + "Method": "POST", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "Send-MgIdentityGovernanceAccessReviewDefinitionInstanceReminder", "Variants": [ "Send", "SendViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/sendReminder", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Send-MgIdentityGovernanceAccessReviewDefinitionInstanceReminder" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/sendActivityNotification", + "Method": "POST", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "TeamsActivity.Send", @@ -366945,137 +367171,137 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Send-MgTeamActivityNotification", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/sendActivityNotification", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Send-MgTeamActivityNotification" + "ApiVersion": "v1.0" }, { + "Uri": "/teamwork/sendActivityNotificationToRecipients", + "Method": "POST", + "OutputType": null, + "Module": "Teams", "Permissions": { "Name": "TeamsActivity.Send", "Description": "Send a teamwork activity", "FullDescription": "Allows the app to create new activities in your teamwork activity feed, and send new activities to other users' activity feed, on your behalf.", "IsAdmin": false }, - "Method": "POST", + "Command": "Send-MgTeamworkActivityNotificationToRecipient", "Variants": [ "Send", "SendExpanded" ], - "Uri": "/teamwork/sendActivityNotificationToRecipients", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Send-MgTeamworkActivityNotificationToRecipient" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/sendActivityNotification", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Send-MgUserChatActivityNotification", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Uri": "/users/{user-id}/chats/{chat-id}/sendActivityNotification", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Send-MgUserChatActivityNotification" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/sendMail", + "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", "Permissions": { "Name": "Mail.Send", "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Send-MgUserMail", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Uri": "/users/{user-id}/sendMail", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Send-MgUserMail" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Send-MgUserMailFolderChildFolderMessage", "Variants": [ "Send", "SendViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Send-MgUserMailFolderChildFolderMessage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Send-MgUserMailFolderMessage", "Variants": [ "Send", "SendViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Send-MgUserMailFolderMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/messages/{message-id}/send", + "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", "Permissions": { "Name": "Mail.Send", "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Send-MgUserMessage", "Variants": [ "Send", "SendViaIdentity" ], - "Uri": "/users/{user-id}/messages/{message-id}/send", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Send-MgUserMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/teamwork/sendActivityNotification", + "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", "Permissions": { "Name": "TeamsActivity.Send", "Description": "Send a teamwork activity", "FullDescription": "Allows the app to create new activities in your teamwork activity feed, and send new activities to other users' activity feed, on your behalf.", "IsAdmin": false }, - "Method": "POST", + "Command": "Send-MgUserTeamworkActivityNotification", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Uri": "/users/{user-id}/teamwork/sendActivityNotification", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Send-MgUserTeamworkActivityNotification" + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/logo", + "Method": "PUT", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -367090,112 +367316,112 @@ "IsAdmin": false } ], - "Method": "PUT", + "Command": "Set-MgApplicationLogo", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/applications/{application-id}/logo", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Set-MgApplicationLogo" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization", "Method": "PUT", + "OutputType": "IMicrosoftGraphSynchronization", + "Module": "Applications", + "Permissions": [], + "Command": "Set-MgApplicationSynchronization", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/synchronization", - "OutputType": "IMicrosoftGraphSynchronization", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Set-MgApplicationSynchronization" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/secrets", "Method": "PUT", + "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", + "Module": "Applications", + "Permissions": [], + "Command": "Set-MgApplicationSynchronizationSecret", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/applications/{application-id}/synchronization/secrets", - "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Set-MgApplicationSynchronizationSecret" + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/setVerifiedPublisher", + "Method": "POST", + "OutputType": null, + "Module": "Applications", "Permissions": { "Name": "Application.ReadWrite.All", "Description": "Read and write applications", "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgApplicationVerifiedPublisher", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/setVerifiedPublisher", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Set-MgApplicationVerifiedPublisher" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent/$value", "Method": "PUT", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Set-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Set-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent/$value", "Method": "PUT", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Set-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Set-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent" + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/connectorGroup/$ref", + "Method": "PUT", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "PUT", + "Command": "Set-MgBetaApplicationConnectorGroupByRef", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/connectorGroup/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Set-MgBetaApplicationConnectorGroupByRef" + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/logo", + "Method": "PUT", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -367210,386 +367436,386 @@ "IsAdmin": false } ], - "Method": "PUT", + "Command": "Set-MgBetaApplicationLogo", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/applications/{application-id}/logo", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Set-MgBetaApplicationLogo" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization", "Method": "PUT", + "OutputType": "IMicrosoftGraphSynchronization", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Set-MgBetaApplicationSynchronization", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/synchronization", - "OutputType": "IMicrosoftGraphSynchronization", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Set-MgBetaApplicationSynchronization" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", "Method": "PUT", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Set-MgBetaApplicationSynchronizationJobBulkUploadContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Set-MgBetaApplicationSynchronizationJobBulkUploadContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/secrets", "Method": "PUT", + "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Set-MgBetaApplicationSynchronizationSecret", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/applications/{application-id}/synchronization/secrets", - "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Set-MgBetaApplicationSynchronizationSecret" + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/setVerifiedPublisher", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": { "Name": "Application.ReadWrite.All", "Description": "Read and write applications", "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgBetaApplicationVerifiedPublisher", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/setVerifiedPublisher", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Set-MgBetaApplicationVerifiedPublisher" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "Method": "PUT", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Set-MgBetaChatMessageHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Set-MgBetaChatMessageHostedContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/setReaction", "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Set-MgBetaChatMessageReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/setReaction", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Set-MgBetaChatMessageReaction" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "Method": "PUT", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Set-MgBetaChatMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Set-MgBetaChatMessageReplyHostedContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Set-MgBetaChatMessageReplyReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Set-MgBetaChatMessageReplyReaction" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PUT", - "Variants": [ - "Set", - "SetViaIdentity" - ], "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Set-MgBetaCommunicationOnlineMeetingAlternativeRecording" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaCommunicationOnlineMeetingAlternativeRecording", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Set-MgBetaCommunicationOnlineMeetingAttendeeReport" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaCommunicationOnlineMeetingAttendeeReport", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/broadcastRecording", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Set-MgBetaCommunicationOnlineMeetingBroadcastRecording" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaCommunicationOnlineMeetingBroadcastRecording", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Set-MgBetaCommunicationOnlineMeetingRecording" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaCommunicationOnlineMeetingRecording", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Set-MgBetaCommunicationOnlineMeetingRecordingContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaCommunicationOnlineMeetingRecordingContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Set-MgBetaCommunicationOnlineMeetingTranscriptContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaCommunicationOnlineMeetingTranscriptContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Set-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Set-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent", "Variants": [ "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" + "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/communications/presences/{presence-id}/setPresence", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Set-MgBetaCommunicationPresence" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Set-MgBetaCommunicationPresence", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/communications/presences/{presence-id}/setStatusMessage", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Set-MgBetaCommunicationPresenceStatusMessage" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Set-MgBetaCommunicationPresenceStatusMessage", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/communications/presences/{presence-id}/setUserPreferredPresence", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Set-MgBetaCommunicationPresenceUserPreferredPresence" + "Permissions": [], + "Command": "Set-MgBetaCommunicationPresenceUserPreferredPresence", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", "Method": "POST", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Set-MgBetaDeviceAppManagementIosLobAppProvisioningConfiguration", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Set-MgBetaDeviceAppManagementIosLobAppProvisioningConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgBetaDeviceAppManagementManagedEBook", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Set-MgBetaDeviceAppManagementManagedEBook" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgBetaDeviceAppManagementMobileApp", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Set-MgBetaDeviceAppManagementMobileApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgBetaDeviceAppManagementMobileAppConfiguration", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Set-MgBetaDeviceAppManagementMobileAppConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Set-MgBetaDeviceAppManagementTargetedManagedAppConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assign", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgBetaDeviceAppManagementWdacSupplementalPolicy", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assign", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Set-MgBetaDeviceAppManagementWdacSupplementalPolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assign", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -367604,209 +367830,209 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Set-MgBetaDeviceAppManagementWindowsManagedAppProtection", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assign", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Set-MgBetaDeviceAppManagementWindowsManagedAppProtection" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/setAndroidDeviceOwnerFullyManagedEnrollmentState", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingAndroidDeviceOwnerFullyManagedEnrollmentState", "Variants": [ "Set", "SetExpanded" ], - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/setAndroidDeviceOwnerFullyManagedEnrollmentState", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingAndroidDeviceOwnerFullyManagedEnrollmentState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/setPriority", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfilePriority", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/setPriority", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfilePriority" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/setCloudPcReviewStatus", "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", + "Permissions": [], + "Command": "Set-MgBetaDeviceManagementComanagedDeviceCloudPcReviewStatus", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/setCloudPcReviewStatus", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementComanagedDeviceCloudPcReviewStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/setDeviceName", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgBetaDeviceManagementComanagedDeviceName", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/setDeviceName", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementComanagedDeviceName" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assign", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgBetaDeviceManagementCompliancePolicy", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assign", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementCompliancePolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/setScheduledActions", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", + "Module": "Beta.DeviceManagement.Actions", "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgBetaDeviceManagementCompliancePolicyScheduledAction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/setScheduledActions", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementCompliancePolicyScheduledAction" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assign", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgBetaDeviceManagementConfigurationPolicy", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assign", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementConfigurationPolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/setDefaultProfile", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDefaultProfile", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/setDefaultProfile", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDefaultProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgBetaDeviceManagementDeviceCompliancePolicy", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementDeviceCompliancePolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/setScheduledRetireState", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgBetaDeviceManagementDeviceCompliancePolicyScheduledRetireState", "Variants": [ "Set", "SetExpanded" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/setScheduledRetireState", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementDeviceCompliancePolicyScheduledRetireState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/assign", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -367821,40 +368047,40 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Set-MgBetaDeviceManagementDeviceComplianceScript", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/assign", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementDeviceComplianceScript" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgBetaDeviceManagementDeviceConfiguration", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementDeviceConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/assign", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -367869,20 +368095,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Set-MgBetaDeviceManagementDeviceCustomAttributeShellScript", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/assign", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementDeviceCustomAttributeShellScript" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -367897,20 +368123,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Set-MgBetaDeviceManagementDeviceEnrollmentConfiguration", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementDeviceEnrollmentConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -367925,20 +368151,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Set-MgBetaDeviceManagementDeviceEnrollmentConfigurationPriority", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementDeviceEnrollmentConfigurationPriority" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assign", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -367953,20 +368179,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Set-MgBetaDeviceManagementDeviceHealthScript", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assign", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementDeviceHealthScript" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assign", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -367981,178 +368207,178 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Set-MgBetaDeviceManagementDeviceShellScript", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assign", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementDeviceShellScript" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assign", + "Method": "POST", + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgBetaDeviceManagementEmbeddedSimActivationCodePool", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assign", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementEmbeddedSimActivationCodePool" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assign", + "Method": "POST", + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgBetaDeviceManagementGroupPolicyConfiguration", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assign", - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementGroupPolicyConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assign", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgBetaDeviceManagementIntent", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assign", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementIntent" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assign", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgBetaDeviceManagementIntuneBrandingProfile", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assign", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementIntuneBrandingProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/setCloudPcReviewStatus", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgBetaDeviceManagementManagedDeviceCloudPcReviewStatus", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/setCloudPcReviewStatus", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementManagedDeviceCloudPcReviewStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/setDeviceName", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgBetaDeviceManagementManagedDeviceName", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/setDeviceName", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementManagedDeviceName" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}/setPortalNotificationAsSent", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}/setPortalNotificationAsSent", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assign", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgBetaDeviceManagementResourceAccessProfile", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assign", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementResourceAccessProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assign", + "Method": "POST", + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -368167,244 +368393,244 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Set-MgBetaDeviceManagementRoleScopeTag", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assign", - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementRoleScopeTag" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assign", "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", + "Permissions": [], + "Command": "Set-MgBetaDeviceManagementScript", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assign", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementScript" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assign", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assign", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assign", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgBetaDeviceManagementVirtualEndpointUserSetting", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assign", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementVirtualEndpointUserSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assign", "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", + "Permissions": [], + "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assign", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", + "Permissions": [], + "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserToDevice", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserToDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignResourceAccountToDevice", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityResourceAccountToDevice", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignResourceAccountToDevice", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityResourceAccountToDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/assign", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgBetaDeviceManagementWindowsDriverUpdateProfile", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/assign", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementWindowsDriverUpdateProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assign", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgBetaDeviceManagementWindowsFeatureUpdateProfile", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assign", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementWindowsFeatureUpdateProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assign", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgBetaDeviceManagementWindowsQualityUpdateProfile", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assign", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementWindowsQualityUpdateProfile" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PUT", - "Variants": [ - "Set", - "SetViaIdentity" - ], "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Set-MgBetaDriveBundleContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaDriveBundleContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Set-MgBetaDriveFollowingContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaDriveFollowingContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Set-MgBetaDriveItemChildContent" + "Permissions": [], + "Command": "Set-MgBetaDriveItemChildContent", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", + "Method": "PUT", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -368425,31 +368651,31 @@ "IsAdmin": false } ], - "Method": "PUT", + "Command": "Set-MgBetaDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Set-MgBetaDriveItemContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "Method": "PUT", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Set-MgBetaDriveItemListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Set-MgBetaDriveItemListItemDriveItemContent" + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.ReadWrite.All", @@ -368464,126 +368690,126 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Set-MgBetaDriveItemSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Set-MgBetaDriveItemSensitivityLabel" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PUT", - "Variants": [ - "Set", - "SetViaIdentity" - ], "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Set-MgBetaDriveItemVersionContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaDriveItemVersionContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Set-MgBetaDriveListItemDriveItemContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaDriveListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Set-MgBetaDriveRootChildContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaDriveRootChildContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Set-MgBetaDriveRootContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaDriveRootContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Set-MgBetaDriveRootListItemDriveItemContent" + "Permissions": [], + "Command": "Set-MgBetaDriveRootListItemDriveItemContent", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/root/assignSensitivityLabel", "Method": "POST", + "OutputType": null, + "Module": "Beta.Files", + "Permissions": [], + "Command": "Set-MgBetaDriveRootSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/root/assignSensitivityLabel", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Set-MgBetaDriveRootSensitivityLabel" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "Method": "PUT", + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Set-MgBetaDriveRootVersionContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Set-MgBetaDriveRootVersionContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", "Method": "PUT", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Set-MgBetaDriveSpecialContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Set-MgBetaDriveSpecialContent" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", + "Method": "PUT", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -368598,20 +368824,20 @@ "IsAdmin": true } ], - "Method": "PUT", + "Command": "Set-MgBetaEducationClassAssignmentRubricByRef", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Set-MgBetaEducationClassAssignmentRubricByRef" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -368626,31 +368852,31 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Set-MgBetaEducationClassAssignmentSubmissionUpResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Set-MgBetaEducationClassAssignmentSubmissionUpResourceFolder" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", "Method": "POST", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Set-MgBetaEducationClassAssignmentUpFeedbackResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Set-MgBetaEducationClassAssignmentUpFeedbackResourceFolder" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -368665,159 +368891,159 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Set-MgBetaEducationClassAssignmentUpResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Set-MgBetaEducationClassAssignmentUpResourceFolder" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/setUpResourcesFolder", "Method": "POST", + "OutputType": "IMicrosoftGraphEducationModule", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Set-MgBetaEducationClassModuleUpResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/setUpResourcesFolder", - "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Set-MgBetaEducationClassModuleUpResourceFolder" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", "Method": "PUT", + "OutputType": null, + "Module": "Beta.Education", + "Permissions": [], + "Command": "Set-MgBetaEducationMeAssignmentRubricByRef", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Set-MgBetaEducationMeAssignmentRubricByRef" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Set", - "SetViaIdentity" - ], "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Set-MgBetaEducationMeAssignmentSubmissionUpResourceFolder" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Set-MgBetaEducationMeAssignmentSubmissionUpResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Set-MgBetaEducationMeAssignmentUpFeedbackResourceFolder" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Set-MgBetaEducationMeAssignmentUpFeedbackResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Set-MgBetaEducationMeAssignmentUpResourceFolder" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaEducationMeAssignmentUpResourceFolder", "Variants": [ "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" + "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Set-MgBetaEducationUserAssignmentRubricByRef" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Set-MgBetaEducationUserAssignmentRubricByRef", "Variants": [ "Set", - "SetViaIdentity" + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Set-MgBetaEducationUserAssignmentSubmissionUpResourceFolder" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Set-MgBetaEducationUserAssignmentSubmissionUpResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Set-MgBetaEducationUserAssignmentUpFeedbackResourceFolder" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Set-MgBetaEducationUserAssignmentUpFeedbackResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Set-MgBetaEducationUserAssignmentUpResourceFolder" + "Permissions": [], + "Command": "Set-MgBetaEducationUserAssignmentUpResourceFolder", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Method": "PUT", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "PUT", + "Command": "Set-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Set-MgBetaEntitlementManagementAccessPackageAssignmentPolicy" + "ApiVersion": "beta" }, { + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "Method": "PUT", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Module": "Beta.Search", "Permissions": [ { "Name": "ExternalItem.ReadWrite.All", @@ -368832,461 +369058,461 @@ "IsAdmin": true } ], - "Method": "PUT", + "Command": "Set-MgBetaExternalConnectionItem", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Set-MgBetaExternalConnectionItem" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PUT", - "Variants": [ - "Set", - "SetViaIdentity" - ], "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanyCustomerPictureContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanyCustomerPictureContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanyEmployeePictureContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanyEmployeePictureContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanyInformationPicture" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanyInformationPicture", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanyItemPictureContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanyItemPictureContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanyPictureContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanyPictureContent", "Variants": [ "Set", - "Set1", - "SetViaIdentity", - "SetViaIdentity1" + "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent", "Variants": [ "Set", - "SetViaIdentity" + "Set1", + "SetViaIdentity", + "SetViaIdentity1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent" + "Permissions": [], + "Command": "Set-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", "Method": "PUT", + "OutputType": "IMicrosoftGraphPicture", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Set-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", - "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", "Method": "PUT", + "OutputType": "IMicrosoftGraphPicture", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Set-MgBetaFinancialCompanySaleOrderCustomerPictureContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", - "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanySaleOrderCustomerPictureContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", "Method": "PUT", + "OutputType": "IMicrosoftGraphPicture", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Set-MgBetaFinancialCompanySaleOrderLineItemPictureContent", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", - "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanySaleOrderLineItemPictureContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", "Method": "PUT", + "OutputType": "IMicrosoftGraphPicture", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Set-MgBetaFinancialCompanySaleQuoteCustomerPictureContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", - "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanySaleQuoteCustomerPictureContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", "Method": "PUT", + "OutputType": "IMicrosoftGraphPicture", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Set-MgBetaFinancialCompanySaleQuoteLineItemPictureContent", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", - "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanySaleQuoteLineItemPictureContent" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PUT", - "Variants": [ - "Set", - "SetViaIdentity" - ], "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanyVendorPictureContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanyVendorPictureContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Set-MgBetaGroupDriveBundleContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaGroupDriveBundleContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Set-MgBetaGroupDriveFollowingContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaGroupDriveFollowingContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Set-MgBetaGroupDriveItemChildContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaGroupDriveItemChildContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Set-MgBetaGroupDriveItemContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaGroupDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Set-MgBetaGroupDriveItemListItemDriveItemContent" + "Permissions": [], + "Command": "Set-MgBetaGroupDriveItemListItemDriveItemContent", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Set-MgBetaGroupDriveItemSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Set-MgBetaGroupDriveItemSensitivityLabel" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PUT", - "Variants": [ - "Set", - "SetViaIdentity" - ], "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Set-MgBetaGroupDriveItemVersionContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaGroupDriveItemVersionContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Set-MgBetaGroupDriveListItemDriveItemContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaGroupDriveListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Set-MgBetaGroupDriveRootChildContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaGroupDriveRootChildContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Set-MgBetaGroupDriveRootContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaGroupDriveRootContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Set-MgBetaGroupDriveRootListItemDriveItemContent" + "Permissions": [], + "Command": "Set-MgBetaGroupDriveRootListItemDriveItemContent", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/assignSensitivityLabel", "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Set-MgBetaGroupDriveRootSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/assignSensitivityLabel", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Set-MgBetaGroupDriveRootSensitivityLabel" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "Method": "PUT", + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Set-MgBetaGroupDriveRootVersionContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Set-MgBetaGroupDriveRootVersionContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", "Method": "PUT", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Set-MgBetaGroupDriveSpecialContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Set-MgBetaGroupDriveSpecialContent" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/assignLicense", + "Method": "POST", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -369301,196 +369527,196 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Set-MgBetaGroupLicense", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/assignLicense", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Set-MgBetaGroupLicense" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PUT", - "Variants": [ - "Set", - "SetViaIdentity" - ], "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Command": "Set-MgBetaGroupOnenotePageContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaGroupOnenotePageContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Command": "Set-MgBetaGroupOnenoteResourceContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaGroupOnenoteResourceContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Command": "Set-MgBetaGroupOnenoteSectionPageContent" + "Permissions": [], + "Command": "Set-MgBetaGroupOnenoteSectionPageContent", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/photo/$value", + "Method": "PUT", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": { "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 }, - "Method": "PUT", + "Command": "Set-MgBetaGroupPhotoContent", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Uri": "/groups/{group-id}/photo/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Set-MgBetaGroupPhotoContent" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PUT", - "Variants": [ - "Set", - "SetViaIdentity" - ], "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Set-MgBetaGroupSiteListItemActivityDriveItemContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaGroupSiteListItemActivityDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Set-MgBetaGroupSiteListItemDriveItemContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaGroupSiteListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Set-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Set-MgBetaGroupSiteOnenoteNotebookSectionPageContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaGroupSiteOnenoteNotebookSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Set-MgBetaGroupSiteOnenotePageContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaGroupSiteOnenotePageContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Set-MgBetaGroupSiteOnenoteResourceContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaGroupSiteOnenoteResourceContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Set-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Set-MgBetaGroupSiteOnenoteSectionPageContent" + "Permissions": [], + "Command": "Set-MgBetaGroupSiteOnenoteSectionPageContent", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/team", + "Method": "PUT", + "OutputType": "IMicrosoftGraphTeam", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -369505,498 +369731,498 @@ "IsAdmin": true } ], - "Method": "PUT", + "Command": "Set-MgBetaGroupTeam", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/team", - "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Set-MgBetaGroupTeam" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PUT", - "Variants": [ - "Set", - "SetViaIdentity" - ], "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Set-MgBetaGroupTeamChannelFileFolderContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaGroupTeamChannelFileFolderContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Set-MgBetaGroupTeamChannelMessageHostedContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaGroupTeamChannelMessageHostedContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Set-MgBetaGroupTeamChannelMessageReplyHostedContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaGroupTeamChannelMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/photo/$value", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Set-MgBetaGroupTeamPhotoContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaGroupTeamPhotoContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Set-MgBetaGroupTeamPrimaryChannelFileFolderContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaGroupTeamPrimaryChannelFileFolderContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Set-MgBetaGroupTeamPrimaryChannelMessageHostedContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaGroupTeamPrimaryChannelMessageHostedContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Set-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent" + "Permissions": [], + "Command": "Set-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule", "Method": "PUT", + "OutputType": "IMicrosoftGraphSchedule", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Set-MgBetaGroupTeamSchedule", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/team/schedule", - "OutputType": "IMicrosoftGraphSchedule", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Set-MgBetaGroupTeamSchedule" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", "Method": "PUT", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Set-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Set-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "Method": "PUT", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "PUT", + "Command": "Set-MgBetaIdentityB2CUserFlowLanguageOverridePageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Set-MgBetaIdentityB2CUserFlowLanguageOverridePageContent" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/setOrder", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/setOrder", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Set-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", "Method": "PUT", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Set-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Set-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "Method": "PUT", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "PUT", + "Command": "Set-MgBetaIdentityB2XUserFlowLanguageOverridePageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Set-MgBetaIdentityB2XUserFlowLanguageOverridePageContent" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "Method": "PUT", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "PUT", + "Command": "Set-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Set-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "Method": "PUT", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "PUT", + "Command": "Set-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Set-MgBetaIdentityB2XUserFlowPostFederationSignupByRef" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/setOrder", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/setOrder", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Set-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PUT", - "Variants": [ - "Set", - "SetViaIdentity" - ], "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Set-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/backgroundImage", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Set-MgBetaOrganizationBrandingBackgroundImage" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingBackgroundImage", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/bannerLogo", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Set-MgBetaOrganizationBrandingBannerLogo" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingBannerLogo", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/customCSS", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Set-MgBetaOrganizationBrandingCustomCss" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingCustomCss", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/favicon", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Set-MgBetaOrganizationBrandingFavicon" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingFavicon", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/organization/{organization-id}/branding/headerLogo", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Set-MgBetaOrganizationBrandingHeaderLogo" + "ApiVersion": "beta" }, { - "Permissions": { - "Name": "Organization.ReadWrite.All", - "Description": "Read and write organization information", - "FullDescription": "Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", - "IsAdmin": true - }, + "Uri": "/organization/{organization-id}/branding/headerLogo", "Method": "PUT", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Set-MgBetaOrganizationBrandingHeaderLogo", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Set-MgBetaOrganizationBrandingLocalizationBackgroundImage" - }, - { "Permissions": { "Name": "Organization.ReadWrite.All", "Description": "Read and write organization information", "FullDescription": "Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", "IsAdmin": true }, - "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingLocalizationBackgroundImage", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Set-MgBetaOrganizationBrandingLocalizationBannerLogo" - }, - { "Permissions": { "Name": "Organization.ReadWrite.All", "Description": "Read and write organization information", "FullDescription": "Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", "IsAdmin": true }, - "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingLocalizationBannerLogo", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Set-MgBetaOrganizationBrandingLocalizationCustomCss" - }, - { "Permissions": { "Name": "Organization.ReadWrite.All", "Description": "Read and write organization information", "FullDescription": "Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", "IsAdmin": true }, - "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingLocalizationCustomCss", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Set-MgBetaOrganizationBrandingLocalizationFavicon" - }, - { "Permissions": { "Name": "Organization.ReadWrite.All", "Description": "Read and write organization information", "FullDescription": "Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", "IsAdmin": true }, - "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingLocalizationFavicon", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Set-MgBetaOrganizationBrandingLocalizationHeaderLogo" - }, - { "Permissions": { "Name": "Organization.ReadWrite.All", "Description": "Read and write organization information", "FullDescription": "Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", "IsAdmin": true }, - "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingLocalizationHeaderLogo", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Set-MgBetaOrganizationBrandingLocalizationSquareLogo" - }, - { "Permissions": { "Name": "Organization.ReadWrite.All", "Description": "Read and write organization information", "FullDescription": "Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", "IsAdmin": true }, - "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingLocalizationSquareLogo", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Set-MgBetaOrganizationBrandingLocalizationSquareLogoDark" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", "Method": "PUT", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": { + "Name": "Organization.ReadWrite.All", + "Description": "Read and write organization information", + "FullDescription": "Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": true + }, + "Command": "Set-MgBetaOrganizationBrandingLocalizationSquareLogoDark", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/squareLogo", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Set-MgBetaOrganizationBrandingSquareLogo" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingSquareLogo", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/squareLogoDark", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Set-MgBetaOrganizationBrandingSquareLogoDark" + "Permissions": [], + "Command": "Set-MgBetaOrganizationBrandingSquareLogoDark", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -370011,137 +370237,137 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Set-MgBetaOrganizationMobileDeviceManagementAuthority", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Set-MgBetaOrganizationMobileDeviceManagementAuthority" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PUT", - "Variants": [ - "Set", - "SetViaIdentity" - ], "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Set-MgBetaPrintPrinterJobDocumentContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaPrintPrinterJobDocumentContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Set-MgBetaPrintPrinterShareJobDocumentContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaPrintPrinterShareJobDocumentContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Set-MgBetaPrintShareJobDocumentContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaPrintShareJobDocumentContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Set-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Set-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Set-MgBetaServiceAnnouncementMessageAttachmentArchive" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaServiceAnnouncementMessageAttachmentArchive", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", - "ApiVersion": "beta", "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Set-MgBetaServiceAnnouncementMessageAttachmentContent" + "Permissions": [], + "Command": "Set-MgBetaServiceAnnouncementMessageAttachmentContent", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", "Method": "PUT", + "OutputType": "IMicrosoftGraphSynchronization", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Set-MgBetaServicePrincipalSynchronization", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", - "OutputType": "IMicrosoftGraphSynchronization", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Set-MgBetaServicePrincipalSynchronization" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", "Method": "PUT", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Set-MgBetaServicePrincipalSynchronizationJobBulkUploadContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Set-MgBetaServicePrincipalSynchronizationJobBulkUploadContent" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets", + "Method": "PUT", + "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -370156,176 +370382,176 @@ "IsAdmin": false } ], - "Method": "PUT", + "Command": "Set-MgBetaServicePrincipalSynchronizationSecret", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets", - "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Set-MgBetaServicePrincipalSynchronizationSecret" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", "Method": "PUT", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Set-MgBetaShareDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Set-MgBetaShareDriveItemContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", "Method": "PUT", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Set-MgBetaShareItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Set-MgBetaShareItemContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", "Method": "PUT", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Set-MgBetaShareListItemDriveItemContent", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Set-MgBetaShareListItemDriveItemContent" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PUT", - "Variants": [ - "Set", - "SetViaIdentity" - ], "Uri": "/shares/{sharedDriveItem-id}/root/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Set-MgBetaShareRootContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaShareRootContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Set-MgBetaSiteListItemActivityDriveItemContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaSiteListItemActivityDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Set-MgBetaSiteListItemDriveItemContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaSiteListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Command": "Set-MgBetaSiteOnenotePageContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaSiteOnenotePageContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Command": "Set-MgBetaSiteOnenoteResourceContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaSiteOnenoteResourceContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Command": "Set-MgBetaSiteOnenoteSectionPageContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaSiteOnenoteSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Set-MgBetaTeamChannelFileFolderContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaTeamChannelFileFolderContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Set-MgBetaTeamChannelMessageHostedContent" + "Permissions": [], + "Command": "Set-MgBetaTeamChannelMessageHostedContent", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -370346,33 +370572,33 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Set-MgBetaTeamChannelMessageReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Set-MgBetaTeamChannelMessageReaction" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "Method": "PUT", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Set-MgBetaTeamChannelMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Set-MgBetaTeamChannelMessageReplyHostedContent" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -370393,102 +370619,102 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Set-MgBetaTeamChannelMessageReplyReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Set-MgBetaTeamChannelMessageReplyReaction" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PUT", - "Variants": [ - "Set", - "SetViaIdentity" - ], "Uri": "/teams/{team-id}/photo/$value", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Set-MgBetaTeamPhotoContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaTeamPhotoContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Set-MgBetaTeamPrimaryChannelFileFolderContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaTeamPrimaryChannelFileFolderContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Set-MgBetaTeamPrimaryChannelMessageHostedContent" + "Permissions": [], + "Command": "Set-MgBetaTeamPrimaryChannelMessageHostedContent", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction", "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Set-MgBetaTeamPrimaryChannelMessageReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Set-MgBetaTeamPrimaryChannelMessageReaction" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "Method": "PUT", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Set-MgBetaTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Set-MgBetaTeamPrimaryChannelMessageReplyHostedContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Set-MgBetaTeamPrimaryChannelMessageReplyReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Set-MgBetaTeamPrimaryChannelMessageReplyReaction" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule", + "Method": "PUT", + "OutputType": "IMicrosoftGraphSchedule", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -370503,140 +370729,140 @@ "IsAdmin": true } ], - "Method": "PUT", + "Command": "Set-MgBetaTeamSchedule", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/schedule", - "OutputType": "IMicrosoftGraphSchedule", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Set-MgBetaTeamSchedule" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", "Method": "PUT", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Set-MgBetaTeamworkDeletedTeamChannelFileFolderContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Set-MgBetaTeamworkDeletedTeamChannelFileFolderContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "Method": "PUT", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageHostedContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReaction" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "Method": "PUT", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "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", - "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}/assignTag", + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "ManagedTenants.ReadWrite.All", "Description": "Read and write all managed tenant information", "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgBetaTenantRelationshipManagedTenantTag", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}/assignTag", - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Set-MgBetaTenantRelationshipManagedTenantTag" + "ApiVersion": "beta" }, { + "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", + "Method": "PUT", + "OutputType": null, + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.TrustFramework", "Description": "Read and write trust framework policies", "FullDescription": "Allows the app to read and write your organization's trust framework policies on your behalf.", "IsAdmin": true }, - "Method": "PUT", + "Command": "Set-MgBetaTrustFrameworkPolicyContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Set-MgBetaTrustFrameworkPolicyContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "Method": "PUT", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Set-MgBetaUserChatMessageHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Set-MgBetaUserChatMessageHostedContent" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -370657,313 +370883,313 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Set-MgBetaUserChatMessageReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Set-MgBetaUserChatMessageReaction" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "Method": "PUT", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Set-MgBetaUserChatMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Set-MgBetaUserChatMessageReplyHostedContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Set-MgBetaUserChatMessageReplyReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Set-MgBetaUserChatMessageReplyReaction" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", "Method": "PUT", + "OutputType": null, + "Module": "Beta.PersonalContacts", + "Permissions": [], + "Command": "Set-MgBetaUserContactFolderChildFolderContactPhotoContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Set-MgBetaUserContactFolderChildFolderContactPhotoContent" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", + "Method": "PUT", + "OutputType": null, + "Module": "Beta.PersonalContacts", "Permissions": { "Name": "Contacts.ReadWrite", "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Method": "PUT", + "Command": "Set-MgBetaUserContactFolderContactPhotoContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Set-MgBetaUserContactFolderContactPhotoContent" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", + "Method": "PUT", + "OutputType": null, + "Module": "Beta.PersonalContacts", "Permissions": { "Name": "Contacts.ReadWrite", "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Method": "PUT", + "Command": "Set-MgBetaUserContactPhotoContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Set-MgBetaUserContactPhotoContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Set-MgBetaUserDeviceEnrollmentConfiguration", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Set-MgBetaUserDeviceEnrollmentConfiguration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Set-MgBetaUserDeviceEnrollmentConfigurationPriority", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Set-MgBetaUserDeviceEnrollmentConfigurationPriority" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PUT", - "Variants": [ - "Set", - "SetViaIdentity" - ], "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Set-MgBetaUserDriveBundleContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaUserDriveBundleContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Set-MgBetaUserDriveFollowingContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaUserDriveFollowingContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Set-MgBetaUserDriveItemChildContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaUserDriveItemChildContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Set-MgBetaUserDriveItemContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaUserDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Set-MgBetaUserDriveItemListItemDriveItemContent" + "Permissions": [], + "Command": "Set-MgBetaUserDriveItemListItemDriveItemContent", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Set-MgBetaUserDriveItemSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Set-MgBetaUserDriveItemSensitivityLabel" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PUT", - "Variants": [ - "Set", - "SetViaIdentity" - ], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Set-MgBetaUserDriveItemVersionContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaUserDriveItemVersionContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Set-MgBetaUserDriveListItemDriveItemContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaUserDriveListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Set-MgBetaUserDriveRootChildContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaUserDriveRootChildContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Set-MgBetaUserDriveRootContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaUserDriveRootContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Set-MgBetaUserDriveRootListItemDriveItemContent" + "Permissions": [], + "Command": "Set-MgBetaUserDriveRootListItemDriveItemContent", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/assignSensitivityLabel", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Set-MgBetaUserDriveRootSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/users/{user-id}/drives/{drive-id}/root/assignSensitivityLabel", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Set-MgBetaUserDriveRootSensitivityLabel" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "Method": "PUT", + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Set-MgBetaUserDriveRootVersionContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Set-MgBetaUserDriveRootVersionContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", "Method": "PUT", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Files", + "Permissions": [], + "Command": "Set-MgBetaUserDriveSpecialContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Set-MgBetaUserDriveSpecialContent" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/assignLicense", + "Method": "POST", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -370978,76 +371204,76 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Set-MgBetaUserLicense", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/users/{user-id}/assignLicense", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Set-MgBetaUserLicense" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", "Method": "PUT", + "OutputType": null, + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Set-MgBetaUserMailFolderChildFolderMessageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Set-MgBetaUserMailFolderChildFolderMessageContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", "Method": "PUT", + "OutputType": null, + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Set-MgBetaUserMailFolderMessageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Set-MgBetaUserMailFolderMessageContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/setCloudPcReviewStatus", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Set-MgBetaUserManagedDeviceCloudPcReviewStatus", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/setCloudPcReviewStatus", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Set-MgBetaUserManagedDeviceCloudPcReviewStatus" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/setDeviceName", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Set-MgBetaUserManagedDeviceName", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/setDeviceName", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Set-MgBetaUserManagedDeviceName" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/manager/$ref", + "Method": "PUT", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -371062,163 +371288,163 @@ "IsAdmin": true } ], - "Method": "PUT", + "Command": "Set-MgBetaUserManagerByRef", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/manager/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Set-MgBetaUserManagerByRef" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PUT", - "Variants": [ - "Set", - "SetViaIdentity" - ], "Uri": "/users/{user-id}/messages/{message-id}/$value", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Mail", - "Command": "Set-MgBetaUserMessageContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaUserMessageContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Command": "Set-MgBetaUserOnenotePageContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaUserOnenotePageContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Command": "Set-MgBetaUserOnenoteResourceContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaUserOnenoteResourceContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Command": "Set-MgBetaUserOnenoteSectionPageContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaUserOnenoteSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Set-MgBetaUserOnlineMeetingAlternativeRecording" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaUserOnlineMeetingAlternativeRecording", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Set-MgBetaUserOnlineMeetingAttendeeReport" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaUserOnlineMeetingAttendeeReport", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/broadcastRecording", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Set-MgBetaUserOnlineMeetingBroadcastRecording" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaUserOnlineMeetingBroadcastRecording", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Set-MgBetaUserOnlineMeetingRecording" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaUserOnlineMeetingRecording", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Set-MgBetaUserOnlineMeetingRecordingContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaUserOnlineMeetingRecordingContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Set-MgBetaUserOnlineMeetingTranscriptContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaUserOnlineMeetingTranscriptContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Set-MgBetaUserOnlineMeetingTranscriptMetadataContent" + "Permissions": [], + "Command": "Set-MgBetaUserOnlineMeetingTranscriptMetadataContent", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/photo/$value", + "Method": "PUT", + "OutputType": null, + "Module": "Beta.Users", "Permissions": [ { "Name": "User.ReadWrite", @@ -371233,20 +371459,20 @@ "IsAdmin": false } ], - "Method": "PUT", + "Command": "Set-MgBetaUserPhotoContent", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Uri": "/users/{user-id}/photo/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Set-MgBetaUserPhotoContent" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/presence/setPresence", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -371261,20 +371487,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Set-MgBetaUserPresence", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/presence/setPresence", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Set-MgBetaUserPresence" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/presence/setStatusMessage", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -371289,20 +371515,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Set-MgBetaUserPresenceStatusMessage", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/presence/setStatusMessage", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Set-MgBetaUserPresenceStatusMessage" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/presence/setUserPreferredPresence", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -371317,499 +371543,499 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Set-MgBetaUserPresenceUserPreferredPresence", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/presence/setUserPreferredPresence", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Set-MgBetaUserPresenceUserPreferredPresence" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PUT", - "Variants": [ - "Set", - "SetViaIdentity" - ], "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Set-MgBetaUserTodoListTaskAttachmentContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaUserTodoListTaskAttachmentContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphAttachmentSession", - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Set-MgBetaUserTodoListTaskAttachmentSessionContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaUserTodoListTaskAttachmentSessionContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/alternativeRecording", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Set-MgBetaVirtualEventSessionAlternativeRecording" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaVirtualEventSessionAlternativeRecording", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendeeReport", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Set-MgBetaVirtualEventSessionAttendeeReport" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaVirtualEventSessionAttendeeReport", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/broadcastRecording", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Set-MgBetaVirtualEventSessionBroadcastRecording" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaVirtualEventSessionBroadcastRecording", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/recording", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Set-MgBetaVirtualEventSessionRecording" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaVirtualEventSessionRecording", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/recordings/{callRecording-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Set-MgBetaVirtualEventSessionRecordingContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaVirtualEventSessionRecordingContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/transcripts/{callTranscript-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Set-MgBetaVirtualEventSessionTranscriptContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaVirtualEventSessionTranscriptContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/transcripts/{callTranscript-id}/metadataContent", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Set-MgBetaVirtualEventSessionTranscriptMetadataContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaVirtualEventSessionTranscriptMetadataContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/{virtualEventSession-id}/alternativeRecording", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Set-MgBetaVirtualEventWebinarRegistrationSessionAlternativeRecording" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaVirtualEventWebinarRegistrationSessionAlternativeRecording", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/{virtualEventSession-id}/attendeeReport", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Set-MgBetaVirtualEventWebinarRegistrationSessionAttendeeReport" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaVirtualEventWebinarRegistrationSessionAttendeeReport", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/{virtualEventSession-id}/broadcastRecording", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Set-MgBetaVirtualEventWebinarRegistrationSessionBroadcastRecording" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaVirtualEventWebinarRegistrationSessionBroadcastRecording", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/{virtualEventSession-id}/recording", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Set-MgBetaVirtualEventWebinarRegistrationSessionRecording" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaVirtualEventWebinarRegistrationSessionRecording", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/alternativeRecording", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Set-MgBetaVirtualEventWebinarSessionAlternativeRecording" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaVirtualEventWebinarSessionAlternativeRecording", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendeeReport", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Set-MgBetaVirtualEventWebinarSessionAttendeeReport" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaVirtualEventWebinarSessionAttendeeReport", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/broadcastRecording", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Set-MgBetaVirtualEventWebinarSessionBroadcastRecording" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaVirtualEventWebinarSessionBroadcastRecording", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/recording", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Set-MgBetaVirtualEventWebinarSessionRecording" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaVirtualEventWebinarSessionRecording", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/recordings/{callRecording-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Set-MgBetaVirtualEventWebinarSessionRecordingContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaVirtualEventWebinarSessionRecordingContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/transcripts/{callTranscript-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Set-MgBetaVirtualEventWebinarSessionTranscriptContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaVirtualEventWebinarSessionTranscriptContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/transcripts/{callTranscript-id}/metadataContent", + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Set-MgBetaVirtualEventWebinarSessionTranscriptMetadataContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgBetaVirtualEventWebinarSessionTranscriptMetadataContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Set-MgChatMessageHostedContent" + "Permissions": [], + "Command": "Set-MgChatMessageHostedContent", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/setReaction", "Method": "POST", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Set-MgChatMessageReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/setReaction", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Set-MgChatMessageReaction" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "Method": "PUT", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Set-MgChatMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Set-MgChatMessageReplyHostedContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", "Method": "POST", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Set-MgChatMessageReplyReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Set-MgChatMessageReplyReaction" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", "Method": "PUT", + "OutputType": null, + "Module": "CloudCommunications", + "Permissions": [], + "Command": "Set-MgCommunicationOnlineMeetingAttendeeReport", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Set-MgCommunicationOnlineMeetingAttendeeReport" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/communications/presences/{presence-id}/setPresence", "Method": "POST", + "OutputType": null, + "Module": "CloudCommunications", + "Permissions": [], + "Command": "Set-MgCommunicationPresence", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/communications/presences/{presence-id}/setPresence", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Set-MgCommunicationPresence" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/communications/presences/{presence-id}/setUserPreferredPresence", "Method": "POST", + "OutputType": null, + "Module": "CloudCommunications", + "Permissions": [], + "Command": "Set-MgCommunicationPresenceUserPreferredPresence", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/communications/presences/{presence-id}/setUserPreferredPresence", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Set-MgCommunicationPresenceUserPreferredPresence" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", + "Method": "POST", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgDeviceAppManagementManagedEBook", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Set-MgDeviceAppManagementManagedEBook" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", + "Method": "POST", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgDeviceAppManagementMobileApp", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Set-MgDeviceAppManagementMobileApp" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", + "Method": "POST", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgDeviceAppManagementMobileAppConfiguration", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Set-MgDeviceAppManagementMobileAppConfiguration" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign", + "Method": "POST", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgDeviceAppManagementTargetedManagedAppConfiguration", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Set-MgDeviceAppManagementTargetedManagedAppConfiguration" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Module": "DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgDeviceManagementDeviceCompliancePolicy", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Set-MgDeviceManagementDeviceCompliancePolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Module": "DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgDeviceManagementDeviceConfiguration", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Set-MgDeviceManagementDeviceConfiguration" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371824,20 +372050,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Set-MgDeviceManagementDeviceEnrollmentConfiguration", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Set-MgDeviceManagementDeviceEnrollmentConfiguration" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371852,79 +372078,79 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Set-MgDeviceManagementDeviceEnrollmentConfigurationPriority", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Set-MgDeviceManagementDeviceEnrollmentConfigurationPriority" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Set-MgDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PUT", - "Variants": [ - "Set", - "SetViaIdentity" - ], "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Set-MgDriveBundleContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgDriveBundleContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Set-MgDriveFollowingContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgDriveFollowingContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Set-MgDriveItemChildContent" + "Permissions": [], + "Command": "Set-MgDriveItemChildContent", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", + "Method": "PUT", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -371945,31 +372171,31 @@ "IsAdmin": false } ], - "Method": "PUT", + "Command": "Set-MgDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Set-MgDriveItemContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "Method": "PUT", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Files", + "Permissions": [], + "Command": "Set-MgDriveItemListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Set-MgDriveItemListItemDriveItemContent" + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", + "Method": "POST", + "OutputType": null, + "Module": "Files", "Permissions": [ { "Name": "Files.ReadWrite.All", @@ -371984,126 +372210,126 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Set-MgDriveItemSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Set-MgDriveItemSensitivityLabel" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PUT", - "Variants": [ - "Set", - "SetViaIdentity" - ], "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Set-MgDriveItemVersionContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgDriveItemVersionContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Set-MgDriveListItemDriveItemContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgDriveListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Set-MgDriveRootChildContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgDriveRootChildContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Set-MgDriveRootContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgDriveRootContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Set-MgDriveRootListItemDriveItemContent" + "Permissions": [], + "Command": "Set-MgDriveRootListItemDriveItemContent", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/root/assignSensitivityLabel", "Method": "POST", + "OutputType": null, + "Module": "Files", + "Permissions": [], + "Command": "Set-MgDriveRootSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/root/assignSensitivityLabel", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Set-MgDriveRootSensitivityLabel" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "Method": "PUT", + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Module": "Files", + "Permissions": [], + "Command": "Set-MgDriveRootVersionContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Set-MgDriveRootVersionContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", "Method": "PUT", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Files", + "Permissions": [], + "Command": "Set-MgDriveSpecialContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Set-MgDriveSpecialContent" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", + "Method": "PUT", + "OutputType": null, + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -372118,20 +372344,20 @@ "IsAdmin": true } ], - "Method": "PUT", + "Command": "Set-MgEducationClassAssignmentRubricByRef", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Set-MgEducationClassAssignmentRubricByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -372146,31 +372372,31 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Set-MgEducationClassAssignmentSubmissionUpResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Set-MgEducationClassAssignmentSubmissionUpResourceFolder" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", "Method": "POST", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Module": "Education", + "Permissions": [], + "Command": "Set-MgEducationClassAssignmentUpFeedbackResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Set-MgEducationClassAssignmentUpFeedbackResourceFolder" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -372185,146 +372411,146 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Set-MgEducationClassAssignmentUpResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Set-MgEducationClassAssignmentUpResourceFolder" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", "Method": "PUT", + "OutputType": null, + "Module": "Education", + "Permissions": [], + "Command": "Set-MgEducationMeAssignmentRubricByRef", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Set-MgEducationMeAssignmentRubricByRef" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Set", - "SetViaIdentity" - ], "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Set-MgEducationMeAssignmentSubmissionUpResourceFolder" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Set-MgEducationMeAssignmentSubmissionUpResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Set-MgEducationMeAssignmentUpFeedbackResourceFolder" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Set-MgEducationMeAssignmentUpFeedbackResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Set-MgEducationMeAssignmentUpResourceFolder" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgEducationMeAssignmentUpResourceFolder", "Variants": [ "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" + "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Set-MgEducationUserAssignmentRubricByRef" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Set-MgEducationUserAssignmentRubricByRef", "Variants": [ "Set", - "SetViaIdentity" + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Set-MgEducationUserAssignmentSubmissionUpResourceFolder" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Set-MgEducationUserAssignmentSubmissionUpResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Set-MgEducationUserAssignmentUpFeedbackResourceFolder" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Set-MgEducationUserAssignmentUpFeedbackResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Set-MgEducationUserAssignmentUpResourceFolder" + "Permissions": [], + "Command": "Set-MgEducationUserAssignmentUpResourceFolder", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Method": "PUT", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Module": "Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "PUT", + "Command": "Set-MgEntitlementManagementAssignmentPolicy", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Set-MgEntitlementManagementAssignmentPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "Method": "PUT", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Module": "Search", "Permissions": [ { "Name": "ExternalItem.ReadWrite.All", @@ -372339,206 +372565,206 @@ "IsAdmin": true } ], - "Method": "PUT", + "Command": "Set-MgExternalConnectionItem", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "Set-MgExternalConnectionItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PUT", - "Variants": [ - "Set", - "SetViaIdentity" - ], "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Set-MgGroupDriveBundleContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgGroupDriveBundleContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Set-MgGroupDriveFollowingContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgGroupDriveFollowingContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Set-MgGroupDriveItemChildContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgGroupDriveItemChildContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Set-MgGroupDriveItemContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgGroupDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Set-MgGroupDriveItemListItemDriveItemContent" + "Permissions": [], + "Command": "Set-MgGroupDriveItemListItemDriveItemContent", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", + "Method": "POST", + "OutputType": null, + "Module": "Groups", "Permissions": [], - "Method": "POST", + "Command": "Set-MgGroupDriveItemSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Set-MgGroupDriveItemSensitivityLabel" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PUT", - "Variants": [ - "Set", - "SetViaIdentity" - ], "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Set-MgGroupDriveItemVersionContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgGroupDriveItemVersionContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Set-MgGroupDriveListItemDriveItemContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgGroupDriveListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Set-MgGroupDriveRootChildContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgGroupDriveRootChildContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Set-MgGroupDriveRootContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgGroupDriveRootContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Set-MgGroupDriveRootListItemDriveItemContent" + "Permissions": [], + "Command": "Set-MgGroupDriveRootListItemDriveItemContent", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/assignSensitivityLabel", "Method": "POST", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Set-MgGroupDriveRootSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/assignSensitivityLabel", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Set-MgGroupDriveRootSensitivityLabel" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "Method": "PUT", + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Module": "Files", + "Permissions": [], + "Command": "Set-MgGroupDriveRootVersionContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Set-MgGroupDriveRootVersionContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", "Method": "PUT", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Files", + "Permissions": [], + "Command": "Set-MgGroupDriveSpecialContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Set-MgGroupDriveSpecialContent" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/assignLicense", + "Method": "POST", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Groups", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -372553,183 +372779,183 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Set-MgGroupLicense", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/assignLicense", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Set-MgGroupLicense" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PUT", - "Variants": [ - "Set", - "SetViaIdentity" - ], "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Notes", - "Command": "Set-MgGroupOnenotePageContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgGroupOnenotePageContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "v1.0", "Module": "Notes", - "Command": "Set-MgGroupOnenoteResourceContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgGroupOnenoteResourceContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Notes", - "Command": "Set-MgGroupOnenoteSectionPageContent" + "Permissions": [], + "Command": "Set-MgGroupOnenoteSectionPageContent", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/photo/$value", + "Method": "PUT", + "OutputType": null, + "Module": "Groups", "Permissions": { "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 }, - "Method": "PUT", + "Command": "Set-MgGroupPhotoContent", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Uri": "/groups/{group-id}/photo/$value", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Set-MgGroupPhotoContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PUT", - "Variants": [ - "Set", - "SetViaIdentity" - ], "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Set-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Set-MgGroupSiteListItemDriveItemContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgGroupSiteListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Set-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Set-MgGroupSiteOnenoteNotebookSectionPageContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgGroupSiteOnenoteNotebookSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Set-MgGroupSiteOnenotePageContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgGroupSiteOnenotePageContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Set-MgGroupSiteOnenoteResourceContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgGroupSiteOnenoteResourceContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Set-MgGroupSiteOnenoteSectionGroupSectionPageContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgGroupSiteOnenoteSectionGroupSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Set-MgGroupSiteOnenoteSectionPageContent" + "Permissions": [], + "Command": "Set-MgGroupSiteOnenoteSectionPageContent", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/team", + "Method": "PUT", + "OutputType": "IMicrosoftGraphTeam", + "Module": "Teams", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -372744,434 +372970,434 @@ "IsAdmin": true } ], - "Method": "PUT", + "Command": "Set-MgGroupTeam", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/team", - "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Set-MgGroupTeam" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PUT", - "Variants": [ - "Set", - "SetViaIdentity" - ], "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Set-MgGroupTeamChannelFileFolderContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgGroupTeamChannelFileFolderContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Set-MgGroupTeamChannelMessageHostedContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgGroupTeamChannelMessageHostedContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Set-MgGroupTeamChannelMessageReplyHostedContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgGroupTeamChannelMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/photo/$value", + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Set-MgGroupTeamPhotoContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgGroupTeamPhotoContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Set-MgGroupTeamPrimaryChannelFileFolderContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgGroupTeamPrimaryChannelFileFolderContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Set-MgGroupTeamPrimaryChannelMessageHostedContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgGroupTeamPrimaryChannelMessageHostedContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Set-MgGroupTeamPrimaryChannelMessageReplyHostedContent" + "Permissions": [], + "Command": "Set-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule", "Method": "PUT", + "OutputType": "IMicrosoftGraphSchedule", + "Module": "Teams", + "Permissions": [], + "Command": "Set-MgGroupTeamSchedule", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/team/schedule", - "OutputType": "IMicrosoftGraphSchedule", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Set-MgGroupTeamSchedule" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", "Method": "PUT", + "OutputType": null, + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Set-MgIdentityB2XUserFlowLanguageDefaultPageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Set-MgIdentityB2XUserFlowLanguageDefaultPageContent" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "Method": "PUT", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "PUT", + "Command": "Set-MgIdentityB2XUserFlowLanguageOverridePageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Set-MgIdentityB2XUserFlowLanguageOverridePageContent" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "Method": "PUT", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "PUT", + "Command": "Set-MgIdentityB2XUserFlowPostAttributeCollectionByRef", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Set-MgIdentityB2XUserFlowPostAttributeCollectionByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "Method": "PUT", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "PUT", + "Command": "Set-MgIdentityB2XUserFlowPostFederationSignupByRef", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Set-MgIdentityB2XUserFlowPostFederationSignupByRef" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/setOrder", + "Method": "POST", + "OutputType": null, + "Module": "Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Set-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/setOrder", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Set-MgIdentityB2XUserFlowUserAttributeAssignmentOrder" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PUT", - "Variants": [ - "Set", - "SetViaIdentity" - ], "Uri": "/organization/{organization-id}/branding/backgroundImage", + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Set-MgOrganizationBrandingBackgroundImage" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgOrganizationBrandingBackgroundImage", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/branding/bannerLogo", + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Set-MgOrganizationBrandingBannerLogo" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgOrganizationBrandingBannerLogo", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/branding/customCSS", + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Set-MgOrganizationBrandingCustomCss" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgOrganizationBrandingCustomCss", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/branding/favicon", + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Set-MgOrganizationBrandingFavicon" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgOrganizationBrandingFavicon", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/organization/{organization-id}/branding/headerLogo", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Set-MgOrganizationBrandingHeaderLogo" + "ApiVersion": "v1.0" }, { - "Permissions": { - "Name": "Organization.ReadWrite.All", - "Description": "Read and write organization information", - "FullDescription": "Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", - "IsAdmin": true - }, + "Uri": "/organization/{organization-id}/branding/headerLogo", "Method": "PUT", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Set-MgOrganizationBrandingHeaderLogo", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Set-MgOrganizationBrandingLocalizationBackgroundImage" - }, - { "Permissions": { "Name": "Organization.ReadWrite.All", "Description": "Read and write organization information", "FullDescription": "Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", "IsAdmin": true }, - "Method": "PUT", + "Command": "Set-MgOrganizationBrandingLocalizationBackgroundImage", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Set-MgOrganizationBrandingLocalizationBannerLogo" - }, - { "Permissions": { "Name": "Organization.ReadWrite.All", "Description": "Read and write organization information", "FullDescription": "Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", "IsAdmin": true }, - "Method": "PUT", + "Command": "Set-MgOrganizationBrandingLocalizationBannerLogo", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Set-MgOrganizationBrandingLocalizationCustomCss" - }, - { "Permissions": { "Name": "Organization.ReadWrite.All", "Description": "Read and write organization information", "FullDescription": "Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", "IsAdmin": true }, - "Method": "PUT", + "Command": "Set-MgOrganizationBrandingLocalizationCustomCss", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Set-MgOrganizationBrandingLocalizationFavicon" - }, - { "Permissions": { "Name": "Organization.ReadWrite.All", "Description": "Read and write organization information", "FullDescription": "Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", "IsAdmin": true }, - "Method": "PUT", + "Command": "Set-MgOrganizationBrandingLocalizationFavicon", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Set-MgOrganizationBrandingLocalizationHeaderLogo" - }, - { "Permissions": { "Name": "Organization.ReadWrite.All", "Description": "Read and write organization information", "FullDescription": "Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", "IsAdmin": true }, - "Method": "PUT", + "Command": "Set-MgOrganizationBrandingLocalizationHeaderLogo", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Set-MgOrganizationBrandingLocalizationSquareLogo" - }, - { "Permissions": { "Name": "Organization.ReadWrite.All", "Description": "Read and write organization information", "FullDescription": "Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", "IsAdmin": true }, - "Method": "PUT", + "Command": "Set-MgOrganizationBrandingLocalizationSquareLogo", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Set-MgOrganizationBrandingLocalizationSquareLogoDark" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", "Method": "PUT", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": { + "Name": "Organization.ReadWrite.All", + "Description": "Read and write organization information", + "FullDescription": "Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": true + }, + "Command": "Set-MgOrganizationBrandingLocalizationSquareLogoDark", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/branding/squareLogo", + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Set-MgOrganizationBrandingSquareLogo" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgOrganizationBrandingSquareLogo", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/branding/squareLogoDark", + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Set-MgOrganizationBrandingSquareLogoDark" + "Permissions": [], + "Command": "Set-MgOrganizationBrandingSquareLogoDark", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority", + "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -373186,85 +373412,85 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Set-MgOrganizationMobileDeviceManagementAuthority", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Set-MgOrganizationMobileDeviceManagementAuthority" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PUT", - "Variants": [ - "Set", - "SetViaIdentity" - ], "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Command": "Set-MgPrintPrinterJobDocumentContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgPrintPrinterJobDocumentContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Command": "Set-MgPrintShareJobDocumentContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgPrintShareJobDocumentContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.ServiceAnnouncement", - "Command": "Set-MgServiceAnnouncementMessageAttachmentArchive" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgServiceAnnouncementMessageAttachmentArchive", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", - "ApiVersion": "v1.0", "Module": "Devices.ServiceAnnouncement", - "Command": "Set-MgServiceAnnouncementMessageAttachmentContent" + "Permissions": [], + "Command": "Set-MgServiceAnnouncementMessageAttachmentContent", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", "Method": "PUT", + "OutputType": "IMicrosoftGraphSynchronization", + "Module": "Applications", + "Permissions": [], + "Command": "Set-MgServicePrincipalSynchronization", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", - "OutputType": "IMicrosoftGraphSynchronization", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Set-MgServicePrincipalSynchronization" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets", + "Method": "PUT", + "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -373279,163 +373505,163 @@ "IsAdmin": false } ], - "Method": "PUT", + "Command": "Set-MgServicePrincipalSynchronizationSecret", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets", - "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Set-MgServicePrincipalSynchronizationSecret" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", "Method": "PUT", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Files", + "Permissions": [], + "Command": "Set-MgShareDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Set-MgShareDriveItemContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", "Method": "PUT", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Files", + "Permissions": [], + "Command": "Set-MgShareItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Set-MgShareItemContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", "Method": "PUT", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Files", + "Permissions": [], + "Command": "Set-MgShareListItemDriveItemContent", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Set-MgShareListItemDriveItemContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PUT", - "Variants": [ - "Set", - "SetViaIdentity" - ], "Uri": "/shares/{sharedDriveItem-id}/root/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Set-MgShareRootContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgShareRootContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Set-MgSiteAnalyticItemActivityStatActivityDriveItemContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgSiteAnalyticItemActivityStatActivityDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Set-MgSiteListItemDriveItemContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgSiteListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Notes", - "Command": "Set-MgSiteOnenotePageContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgSiteOnenotePageContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "v1.0", "Module": "Notes", - "Command": "Set-MgSiteOnenoteResourceContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgSiteOnenoteResourceContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Notes", - "Command": "Set-MgSiteOnenoteSectionPageContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgSiteOnenoteSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Set-MgTeamChannelFileFolderContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgTeamChannelFileFolderContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Set-MgTeamChannelMessageHostedContent" + "Permissions": [], + "Command": "Set-MgTeamChannelMessageHostedContent", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", + "Method": "POST", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -373456,33 +373682,33 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Set-MgTeamChannelMessageReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Set-MgTeamChannelMessageReaction" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "Method": "PUT", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Set-MgTeamChannelMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Set-MgTeamChannelMessageReplyHostedContent" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "Method": "POST", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -373503,102 +373729,102 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Set-MgTeamChannelMessageReplyReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Set-MgTeamChannelMessageReplyReaction" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PUT", - "Variants": [ - "Set", - "SetViaIdentity" - ], "Uri": "/teams/{team-id}/photo/$value", + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Set-MgTeamPhotoContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgTeamPhotoContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Set-MgTeamPrimaryChannelFileFolderContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgTeamPrimaryChannelFileFolderContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Set-MgTeamPrimaryChannelMessageHostedContent" + "Permissions": [], + "Command": "Set-MgTeamPrimaryChannelMessageHostedContent", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction", "Method": "POST", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Set-MgTeamPrimaryChannelMessageReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Set-MgTeamPrimaryChannelMessageReaction" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "Method": "PUT", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Set-MgTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Set-MgTeamPrimaryChannelMessageReplyHostedContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", "Method": "POST", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Set-MgTeamPrimaryChannelMessageReplyReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Set-MgTeamPrimaryChannelMessageReplyReaction" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule", + "Method": "PUT", + "OutputType": "IMicrosoftGraphSchedule", + "Module": "Teams", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -373613,102 +373839,102 @@ "IsAdmin": true } ], - "Method": "PUT", + "Command": "Set-MgTeamSchedule", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/schedule", - "OutputType": "IMicrosoftGraphSchedule", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Set-MgTeamSchedule" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", "Method": "PUT", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Teams", + "Permissions": [], + "Command": "Set-MgTeamworkDeletedTeamChannelFileFolderContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Set-MgTeamworkDeletedTeamChannelFileFolderContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "Method": "PUT", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Set-MgTeamworkDeletedTeamChannelMessageHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Set-MgTeamworkDeletedTeamChannelMessageHostedContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", "Method": "POST", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Set-MgTeamworkDeletedTeamChannelMessageReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Set-MgTeamworkDeletedTeamChannelMessageReaction" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "Method": "PUT", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "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", - "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyHostedContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", "Method": "POST", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyReaction" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "Method": "PUT", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Set-MgUserChatMessageHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Set-MgUserChatMessageHostedContent" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction", + "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -373729,283 +373955,283 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Set-MgUserChatMessageReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Set-MgUserChatMessageReaction" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "Method": "PUT", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Set-MgUserChatMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Set-MgUserChatMessageReplyHostedContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Set-MgUserChatMessageReplyReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Set-MgUserChatMessageReplyReaction" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", "Method": "PUT", + "OutputType": null, + "Module": "PersonalContacts", + "Permissions": [], + "Command": "Set-MgUserContactFolderChildFolderContactPhotoContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Set-MgUserContactFolderChildFolderContactPhotoContent" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", + "Method": "PUT", + "OutputType": null, + "Module": "PersonalContacts", "Permissions": { "Name": "Contacts.ReadWrite", "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Method": "PUT", + "Command": "Set-MgUserContactFolderContactPhotoContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Set-MgUserContactFolderContactPhotoContent" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", + "Method": "PUT", + "OutputType": null, + "Module": "PersonalContacts", "Permissions": { "Name": "Contacts.ReadWrite", "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Method": "PUT", + "Command": "Set-MgUserContactPhotoContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Set-MgUserContactPhotoContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PUT", - "Variants": [ - "Set", - "SetViaIdentity" - ], "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Set-MgUserDriveBundleContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgUserDriveBundleContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Set-MgUserDriveFollowingContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgUserDriveFollowingContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Set-MgUserDriveItemChildContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgUserDriveItemChildContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Set-MgUserDriveItemContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgUserDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Set-MgUserDriveItemListItemDriveItemContent" + "Permissions": [], + "Command": "Set-MgUserDriveItemListItemDriveItemContent", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Set-MgUserDriveItemSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Set-MgUserDriveItemSensitivityLabel" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PUT", - "Variants": [ - "Set", - "SetViaIdentity" - ], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Set-MgUserDriveItemVersionContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgUserDriveItemVersionContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Set-MgUserDriveListItemDriveItemContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgUserDriveListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Set-MgUserDriveRootChildContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgUserDriveRootChildContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Set-MgUserDriveRootContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgUserDriveRootContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Set-MgUserDriveRootListItemDriveItemContent" + "Permissions": [], + "Command": "Set-MgUserDriveRootListItemDriveItemContent", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/assignSensitivityLabel", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Set-MgUserDriveRootSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/users/{user-id}/drives/{drive-id}/root/assignSensitivityLabel", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Set-MgUserDriveRootSensitivityLabel" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "Method": "PUT", + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Module": "Files", + "Permissions": [], + "Command": "Set-MgUserDriveRootVersionContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Set-MgUserDriveRootVersionContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", "Method": "PUT", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Files", + "Permissions": [], + "Command": "Set-MgUserDriveSpecialContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Set-MgUserDriveSpecialContent" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/assignLicense", + "Method": "POST", + "OutputType": "IMicrosoftGraphUser", + "Module": "Users.Actions", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -374020,46 +374246,46 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Set-MgUserLicense", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Uri": "/users/{user-id}/assignLicense", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Set-MgUserLicense" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", "Method": "PUT", + "OutputType": null, + "Module": "Mail", + "Permissions": [], + "Command": "Set-MgUserMailFolderChildFolderMessageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Set-MgUserMailFolderChildFolderMessageContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", "Method": "PUT", + "OutputType": null, + "Module": "Mail", + "Permissions": [], + "Command": "Set-MgUserMailFolderMessageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Set-MgUserMailFolderMessageContent" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/manager/$ref", + "Method": "PUT", + "OutputType": null, + "Module": "Users", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -374074,85 +374300,85 @@ "IsAdmin": true } ], - "Method": "PUT", + "Command": "Set-MgUserManagerByRef", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/manager/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Set-MgUserManagerByRef" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PUT", - "Variants": [ - "Set", - "SetViaIdentity" - ], "Uri": "/users/{user-id}/messages/{message-id}/$value", + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Mail", - "Command": "Set-MgUserMessageContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgUserMessageContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Notes", - "Command": "Set-MgUserOnenotePageContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgUserOnenotePageContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "v1.0", "Module": "Notes", - "Command": "Set-MgUserOnenoteResourceContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgUserOnenoteResourceContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Notes", - "Command": "Set-MgUserOnenoteSectionPageContent" - }, - { "Permissions": [], - "Method": "PUT", + "Command": "Set-MgUserOnenoteSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Command": "Set-MgUserOnlineMeetingAttendeeReport" + "Permissions": [], + "Command": "Set-MgUserOnlineMeetingAttendeeReport", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/photo/$value", + "Method": "PUT", + "OutputType": null, + "Module": "Users", "Permissions": [ { "Name": "User.ReadWrite", @@ -374167,20 +374393,20 @@ "IsAdmin": false } ], - "Method": "PUT", + "Command": "Set-MgUserPhotoContent", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Uri": "/users/{user-id}/photo/$value", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Set-MgUserPhotoContent" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/presence/setPresence", + "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -374195,20 +374421,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Set-MgUserPresence", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/presence/setPresence", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Set-MgUserPresence" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/presence/setUserPreferredPresence", + "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -374223,152 +374449,152 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Set-MgUserPresenceUserPreferredPresence", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Uri": "/users/{user-id}/presence/setUserPreferredPresence", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Set-MgUserPresenceUserPreferredPresence" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", "Method": "PUT", + "OutputType": null, + "Module": "Users", + "Permissions": [], + "Command": "Set-MgUserTodoListTaskAttachmentContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Set-MgUserTodoListTaskAttachmentContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", "Method": "PUT", + "OutputType": "IMicrosoftGraphAttachmentSession", + "Module": "Users", + "Permissions": [], + "Command": "Set-MgUserTodoListTaskAttachmentSessionContent", "Variants": [ "Set", "SetViaIdentity" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", - "OutputType": "IMicrosoftGraphAttachmentSession", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Set-MgUserTodoListTaskAttachmentSessionContent" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/bypassActivationLock", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Skip-MgBetaDeviceManagementComanagedDeviceActivationLock", "Variants": [ "Bypass", "BypassViaIdentity" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/bypassActivationLock", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Skip-MgBetaDeviceManagementComanagedDeviceActivationLock" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Skip-MgBetaDeviceManagementManagedDeviceActivationLock", "Variants": [ "Bypass", "BypassViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Skip-MgBetaDeviceManagementManagedDeviceActivationLock" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Skip-MgBetaUserManagedDeviceActivationLock", "Variants": [ "Bypass", "BypassViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Skip-MgBetaUserManagedDeviceActivationLock" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Skip-MgDeviceManagementManagedDeviceActivationLock", "Variants": [ "Bypass", "BypassViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Skip-MgDeviceManagementManagedDeviceActivationLock" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Skip-MgUserManagedDeviceActivationLock", "Variants": [ "Bypass", "BypassViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Skip-MgUserManagedDeviceActivationLock" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/start", "Method": "POST", + "OutputType": null, + "Module": "Applications", + "Permissions": [], + "Command": "Start-MgApplicationSynchronizationJob", "Variants": [ "Start", "StartViaIdentity" ], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/start", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Start-MgApplicationSynchronizationJob" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/start", "Method": "POST", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Start-MgBetaApplicationSynchronizationJob", "Variants": [ "Start", "StartViaIdentity" ], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/start", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Start-MgBetaApplicationSynchronizationJob" + "ApiVersion": "beta" }, { + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic", + "Method": "POST", + "OutputType": "IMicrosoftGraphStartHoldMusicOperation", + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -374383,98 +374609,98 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Start-MgBetaCommunicationCallParticipantHoldMusic", "Variants": [ "Start", "StartExpanded", "StartViaIdentity", "StartViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic", - "OutputType": "IMicrosoftGraphStartHoldMusicOperation", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Start-MgBetaCommunicationCallParticipantHoldMusic" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/triggerConfigurationManagerAction", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Start-MgBetaDeviceManagementComanagedDeviceConfigurationManagerAction", "Variants": [ "Trigger", "TriggerExpanded", "TriggerViaIdentity", "TriggerViaIdentityExpanded" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/triggerConfigurationManagerAction", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Start-MgBetaDeviceManagementComanagedDeviceConfigurationManagerAction" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/triggerConfigurationManagerAction", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Start-MgBetaDeviceManagementManagedDeviceConfigurationManagerAction", "Variants": [ "Trigger", "TriggerExpanded", "TriggerViaIdentity", "TriggerViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/triggerConfigurationManagerAction", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Start-MgBetaDeviceManagementManagedDeviceConfigurationManagerAction" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/powerOn", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Start-MgBetaDeviceManagementVirtualEndpointCloudPc", "Variants": [ "PowerOn", "PowerOnViaIdentity", "Start", "StartViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/powerOn", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Start-MgBetaDeviceManagementVirtualEndpointCloudPc" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/runHealthChecks", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Start-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionHealthCheck", "Variants": [ "Run", "RunViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/runHealthChecks", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Start-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionHealthCheck" + "ApiVersion": "beta" }, { + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/start", + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationFileSynchronizationVerificationMessage", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -374489,70 +374715,70 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Start-MgBetaEducationSynchronizationProfile", "Variants": [ "Start", "StartViaIdentity" ], - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/start", - "OutputType": "IMicrosoftGraphEducationFileSynchronizationVerificationMessage", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Start-MgBetaEducationSynchronizationProfile" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Start", - "StartViaIdentity" - ], "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/start", + "Method": "POST", "OutputType": "IMicrosoftGraphPrintJobStatus", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Start-MgBetaPrintPrinterJob" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Start-MgBetaPrintPrinterJob", "Variants": [ "Start", "StartViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/startPrintJob", + "Method": "POST", "OutputType": "IMicrosoftGraphPrintJobStatus", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Start-MgBetaPrintPrinterJobPrintJob" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Start-MgBetaPrintPrinterJobPrintJob", "Variants": [ "Start", "StartViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/start", + "Method": "POST", "OutputType": "IMicrosoftGraphPrintJobStatus", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Start-MgBetaPrintPrinterShareJob" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Start-MgBetaPrintPrinterShareJob", "Variants": [ "Start", "StartViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/startPrintJob", + "Method": "POST", "OutputType": "IMicrosoftGraphPrintJobStatus", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Start-MgBetaPrintPrinterShareJobPrintJob" + "Permissions": [], + "Command": "Start-MgBetaPrintPrinterShareJobPrintJob", + "Variants": [ + "Start", + "StartViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/start", + "Method": "POST", + "OutputType": "IMicrosoftGraphPrintJobStatus", + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Create", @@ -374585,31 +374811,31 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Start-MgBetaPrintShareJob", "Variants": [ "Start", "StartViaIdentity" ], - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/start", - "OutputType": "IMicrosoftGraphPrintJobStatus", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Start-MgBetaPrintShareJob" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/startPrintJob", "Method": "POST", + "OutputType": "IMicrosoftGraphPrintJobStatus", + "Module": "Beta.Devices.CloudPrint", + "Permissions": [], + "Command": "Start-MgBetaPrintShareJobPrintJob", "Variants": [ "Start", "StartViaIdentity" ], - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/startPrintJob", - "OutputType": "IMicrosoftGraphPrintJobStatus", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Start-MgBetaPrintShareJobPrintJob" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/run", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -374624,36 +374850,36 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Start-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", "Variants": [ "Run", "RunViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/run", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Start-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery" + "ApiVersion": "beta" }, { + "Uri": "/security/runHuntingQuery", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults", + "Module": "Beta.Security", "Permissions": { "Name": "ThreatHunting.Read.All", "Description": "Run hunting queries", "FullDescription": "Allows the app to run hunting queries that you can execute.", "IsAdmin": true }, - "Method": "POST", + "Command": "Start-MgBetaSecurityHuntingQuery", "Variants": [ "Run", "RunExpanded" ], - "Uri": "/security/runHuntingQuery", - "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Start-MgBetaSecurityHuntingQuery" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/start", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -374668,86 +374894,86 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Start-MgBetaServicePrincipalSynchronizationJob", "Variants": [ "Start", "StartViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/start", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Start-MgBetaServicePrincipalSynchronizationJob" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/startBreak", + "Method": "POST", + "OutputType": "IMicrosoftGraphTimeCard", + "Module": "Beta.Teams", "Permissions": { "Name": "Schedule.ReadWrite.All", "Description": "Read and write your schedule items", "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Start-MgBetaTeamScheduleTimeCardBreak", "Variants": [ "Start", "StartExpanded", "StartViaIdentity", "StartViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/startBreak", - "OutputType": "IMicrosoftGraphTimeCard", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Start-MgBetaTeamScheduleTimeCardBreak" + "ApiVersion": "beta" }, { + "Uri": "/teamwork/devices/{teamworkDevice-id}/runDiagnostics", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": { "Name": "TeamworkDevice.ReadWrite.All", "Description": "Read and write Teams devices", "FullDescription": "Allow the app to read and write the management data for Teams devices on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Start-MgBetaTeamworkDeviceDiagnostic", "Variants": [ "Run", "RunViaIdentity" ], - "Uri": "/teamwork/devices/{teamworkDevice-id}/runDiagnostics", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Start-MgBetaTeamworkDeviceDiagnostic" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/powerOn", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Start-MgBetaUserCloudPc", "Variants": [ "PowerOn", "PowerOnViaIdentity", "Start", "StartViaIdentity" ], - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/powerOn", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Start-MgBetaUserCloudPc" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/triggerConfigurationManagerAction", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Start-MgBetaUserManagedDeviceConfigurationManagerAction", "Variants": [ "Trigger", "TriggerExpanded", "TriggerViaIdentity", "TriggerViaIdentityExpanded" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/triggerConfigurationManagerAction", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Start-MgBetaUserManagedDeviceConfigurationManagerAction" + "ApiVersion": "beta" }, { + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic", + "Method": "POST", + "OutputType": "IMicrosoftGraphStartHoldMusicOperation", + "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -374762,33 +374988,33 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Start-MgCommunicationCallParticipantHoldMusic", "Variants": [ "Start", "StartExpanded", "StartViaIdentity", "StartViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic", - "OutputType": "IMicrosoftGraphStartHoldMusicOperation", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Start-MgCommunicationCallParticipantHoldMusic" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/start", "Method": "POST", + "OutputType": "IMicrosoftGraphPrintJobStatus", + "Module": "Devices.CloudPrint", + "Permissions": [], + "Command": "Start-MgPrintPrinterJob", "Variants": [ "Start", "StartViaIdentity" ], - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/start", - "OutputType": "IMicrosoftGraphPrintJobStatus", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Start-MgPrintPrinterJob" + "ApiVersion": "v1.0" }, { + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/start", + "Method": "POST", + "OutputType": "IMicrosoftGraphPrintJobStatus", + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Create", @@ -374821,36 +375047,36 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Start-MgPrintShareJob", "Variants": [ "Start", "StartViaIdentity" ], - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/start", - "OutputType": "IMicrosoftGraphPrintJobStatus", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Start-MgPrintShareJob" + "ApiVersion": "v1.0" }, { + "Uri": "/security/runHuntingQuery", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults", + "Module": "Security", "Permissions": { "Name": "ThreatHunting.Read.All", "Description": "Run hunting queries", "FullDescription": "Allows the app to run hunting queries that you can execute.", "IsAdmin": true }, - "Method": "POST", + "Command": "Start-MgSecurityHuntingQuery", "Variants": [ "Run", "RunExpanded" ], - "Uri": "/security/runHuntingQuery", - "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Start-MgSecurityHuntingQuery" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/start", + "Method": "POST", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -374865,18 +375091,18 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Start-MgServicePrincipalSynchronizationJob", "Variants": [ "Start", "StartViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/start", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Start-MgServicePrincipalSynchronizationJob" + "ApiVersion": "v1.0" }, { + "Uri": "/accessReviews/{accessReview-id}/stop", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.ReadWrite.All", @@ -374891,31 +375117,31 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Stop-MgBetaAccessReview", "Variants": [ "Stop", "StopViaIdentity" ], - "Uri": "/accessReviews/{accessReview-id}/stop", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaAccessReview" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/stop", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Stop-MgBetaAccessReviewInstance", "Variants": [ "Stop", "StopViaIdentity" ], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/stop", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaAccessReviewInstance" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -374942,35 +375168,35 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Stop-MgBetaBookingBusinessAppointment", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Stop-MgBetaBookingBusinessAppointment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel", "Method": "POST", + "OutputType": null, + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Stop-MgBetaBookingBusinessCalendarView", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Stop-MgBetaBookingBusinessCalendarView" + "ApiVersion": "beta" }, { + "Uri": "/communications/calls/{call-id}/cancelMediaProcessing", + "Method": "POST", + "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation", + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.AccessMedia.All", @@ -374985,20 +375211,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Stop-MgBetaCommunicationCallMediaProcessing", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/cancelMediaProcessing", - "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Stop-MgBetaCommunicationCallMediaProcessing" + "ApiVersion": "beta" }, { + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic", + "Method": "POST", + "OutputType": "IMicrosoftGraphStopHoldMusicOperation", + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -375013,287 +375239,287 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Stop-MgBetaCommunicationCallParticipantHoldMusic", "Variants": [ "Stop", "StopExpanded", "StopViaIdentity", "StopViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic", - "OutputType": "IMicrosoftGraphStopHoldMusicOperation", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Stop-MgBetaCommunicationCallParticipantHoldMusic" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/powerOff", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Stop-MgBetaDeviceManagementVirtualEndpointCloudPc", "Variants": [ "PowerOff", "PowerOffViaIdentity", "Stop", "StopViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/powerOff", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Stop-MgBetaDeviceManagementVirtualEndpointCloudPc" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/endGracePeriod", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Stop-MgBetaDeviceManagementVirtualEndpointCloudPcGracePeriod", "Variants": [ "End", "EndViaIdentity" ], - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/endGracePeriod", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Stop-MgBetaDeviceManagementVirtualEndpointCloudPcGracePeriod" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/zebraFotaDeployments/{zebraFotaDeployment-id}/cancel", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Stop-MgBetaDeviceManagementZebraFotaDeployment", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Uri": "/deviceManagement/zebraFotaDeployments/{zebraFotaDeployment-id}/cancel", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Stop-MgBetaDeviceManagementZebraFotaDeployment" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/cancel", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "Stop-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/cancel", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaEntitlementManagementAccessPackageAssignmentRequest" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/cancelAndSend", "Method": "POST", + "OutputType": null, + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Stop-MgBetaFinancialCompanySaleInvoiceAndSend", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/cancelAndSend", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Stop-MgBetaFinancialCompanySaleInvoiceAndSend" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/cancel", "Method": "POST", + "OutputType": null, + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Stop-MgBetaFinancialCompanySalesInvoice", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/cancel", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Stop-MgBetaFinancialCompanySalesInvoice" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/calendar/events/{event-id}/cancel", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Stop-MgBetaGroupCalendarEvent", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/calendar/events/{event-id}/cancel", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Stop-MgBetaGroupCalendarEvent" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/events/{event-id}/cancel", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Stop-MgBetaGroupEvent", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/events/{event-id}/cancel", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Stop-MgBetaGroupEvent" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Stop", - "StopViaIdentity" - ], "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stop", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstance" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstance", "Variants": [ "Stop", "StopViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stopApplyDecisions", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceApplyDecision" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceApplyDecision", "Variants": [ "Stop", "StopViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/stop", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", "Variants": [ "Stop", "StopViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinition" + "Permissions": [], + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinition", + "Variants": [ + "Stop", + "StopViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", "Variants": [ "Stop", "StopViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstance" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stopApplyDecisions", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceApplyDecision", "Variants": [ "Stop", "StopViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stopApplyDecisions", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceApplyDecision" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", "Variants": [ "Stop", "StopViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/cancel", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Stop-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/cancel", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/cancel", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Stop-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/cancel", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest" + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/cancel", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.ReadWrite", @@ -375320,127 +375546,127 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Stop-MgBetaPrintPrinterJob", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/cancel", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Stop-MgBetaPrintPrinterJob" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Cancel", - "CancelViaIdentity" - ], "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/cancelPrintJob", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Stop-MgBetaPrintPrinterJobPrintJob" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Stop-MgBetaPrintPrinterJobPrintJob", "Variants": [ "Cancel", "CancelViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/cancel", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Stop-MgBetaPrintPrinterShareJob" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Stop-MgBetaPrintPrinterShareJob", "Variants": [ "Cancel", "CancelViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/cancelPrintJob", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Stop-MgBetaPrintPrinterShareJobPrintJob" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Stop-MgBetaPrintPrinterShareJobPrintJob", "Variants": [ "Cancel", "CancelViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/cancel", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Stop-MgBetaPrintShareJob" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Stop-MgBetaPrintShareJob", "Variants": [ "Cancel", "CancelViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/cancelPrintJob", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Stop-MgBetaPrintShareJobPrintJob" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Stop-MgBetaPrintShareJobPrintJob", "Variants": [ "Cancel", "CancelViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/cancel", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaPrivilegedAccessResourceRoleAssignmentRequest" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Stop-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/cancel", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaPrivilegedAccessRoleAssignmentRequest" + "Permissions": [], + "Command": "Stop-MgBetaPrivilegedAccessRoleAssignmentRequest", + "Variants": [ + "Cancel", + "CancelViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/cancel", + "Method": "POST", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "PrivilegedAccess.ReadWrite.AzureAD", "Description": "Read and write privileged access to Azure AD", "FullDescription": "Allows the app to request and manage just in time elevation (including scheduled elevation) of users to Azure AD built-in administrative roles, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Stop-MgBetaPrivilegedRoleAssignmentRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/cancel", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaPrivilegedRoleAssignmentRequest" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -375455,18 +375681,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Stop-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -375481,210 +375707,210 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Stop-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Cancel", - "CancelViaIdentity" - ], "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Stop-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Stop-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Stop-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest" + "Permissions": [], + "Command": "Stop-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "Variants": [ + "Cancel", + "CancelViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/security/securityActions/{securityAction-id}/cancelSecurityAction", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Security", "Permissions": { "Name": "SecurityActions.ReadWrite.All", "Description": "Read and update your organization's security actions", "FullDescription": "Allows the app to read or update security actions, without a signed-in user.", "IsAdmin": false }, - "Method": "POST", + "Command": "Stop-MgBetaSecurityAction", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Uri": "/security/securityActions/{securityAction-id}/cancelSecurityAction", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Stop-MgBetaSecurityAction" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/endBreak", + "Method": "POST", + "OutputType": "IMicrosoftGraphTimeCard", + "Module": "Beta.Teams", "Permissions": { "Name": "Schedule.ReadWrite.All", "Description": "Read and write your schedule items", "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Stop-MgBetaTeamScheduleTimeCardBreak", "Variants": [ "End", "EndExpanded", "EndViaIdentity", "EndViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/endBreak", - "OutputType": "IMicrosoftGraphTimeCard", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Stop-MgBetaTeamScheduleTimeCardBreak" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/powerOff", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Stop-MgBetaUserCloudPc", "Variants": [ "PowerOff", "PowerOffViaIdentity", "Stop", "StopViaIdentity" ], - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/powerOff", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Stop-MgBetaUserCloudPc" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/endGracePeriod", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Stop-MgBetaUserCloudPcGracePeriod", "Variants": [ "End", "EndViaIdentity" ], - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/endGracePeriod", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Stop-MgBetaUserCloudPcGracePeriod" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events/{event-id}/cancel", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Stop-MgBetaUserEvent", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Uri": "/users/{user-id}/events/{event-id}/cancel", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Stop-MgBetaUserEvent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Stop-MgBetaUserEventInstance", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Stop-MgBetaUserEventInstance" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Stop", - "StopViaIdentity" - ], "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stop", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Stop-MgBetaUserPendingAccessReviewInstance" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Stop-MgBetaUserPendingAccessReviewInstance", "Variants": [ "Stop", "StopViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stopApplyDecisions", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Stop-MgBetaUserPendingAccessReviewInstanceApplyDecision" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Stop-MgBetaUserPendingAccessReviewInstanceApplyDecision", "Variants": [ "Stop", "StopViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Stop-MgBetaUserPendingAccessReviewInstanceStage" + "Permissions": [], + "Command": "Stop-MgBetaUserPendingAccessReviewInstanceStage", + "Variants": [ + "Stop", + "StopViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel", + "Method": "POST", + "OutputType": null, + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -375705,35 +375931,35 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Stop-MgBookingBusinessAppointment", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Stop-MgBookingBusinessAppointment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel", "Method": "POST", + "OutputType": null, + "Module": "Bookings", + "Permissions": [], + "Command": "Stop-MgBookingBusinessCalendarView", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Stop-MgBookingBusinessCalendarView" + "ApiVersion": "v1.0" }, { + "Uri": "/communications/calls/{call-id}/cancelMediaProcessing", + "Method": "POST", + "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation", + "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.AccessMedia.All", @@ -375748,20 +375974,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Stop-MgCommunicationCallMediaProcessing", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/cancelMediaProcessing", - "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Stop-MgCommunicationCallMediaProcessing" + "ApiVersion": "v1.0" }, { + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic", + "Method": "POST", + "OutputType": "IMicrosoftGraphStopHoldMusicOperation", + "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -375776,127 +376002,127 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Stop-MgCommunicationCallParticipantHoldMusic", "Variants": [ "Stop", "StopExpanded", "StopViaIdentity", "StopViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic", - "OutputType": "IMicrosoftGraphStopHoldMusicOperation", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Stop-MgCommunicationCallParticipantHoldMusic" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/cancel", + "Method": "POST", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "Stop-MgEntitlementManagementAssignmentRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/cancel", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Stop-MgEntitlementManagementAssignmentRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/calendar/events/{event-id}/cancel", + "Method": "POST", + "OutputType": null, + "Module": "Groups", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Stop-MgGroupCalendarEvent", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/calendar/events/{event-id}/cancel", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Stop-MgGroupCalendarEvent" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/events/{event-id}/cancel", + "Method": "POST", + "OutputType": null, + "Module": "Groups", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Stop-MgGroupEvent", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/events/{event-id}/cancel", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Stop-MgGroupEvent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop", "Method": "POST", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Stop-MgIdentityGovernanceAccessReviewDefinition", "Variants": [ "Stop", "StopViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Stop-MgIdentityGovernanceAccessReviewDefinition" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop", + "Method": "POST", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstance", "Variants": [ "Stop", "StopViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstance" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", + "Method": "POST", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", "Variants": [ "Stop", "StopViaIdentity" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstanceStage" + "ApiVersion": "v1.0" }, { + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/cancel", + "Method": "POST", + "OutputType": null, + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.ReadWrite", @@ -375923,31 +376149,31 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Stop-MgPrintPrinterJob", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/cancel", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Stop-MgPrintPrinterJob" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/cancel", "Method": "POST", + "OutputType": null, + "Module": "Devices.CloudPrint", + "Permissions": [], + "Command": "Stop-MgPrintShareJob", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/cancel", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Stop-MgPrintShareJob" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", + "Method": "POST", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -375962,18 +376188,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Stop-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Stop-MgRoleManagementDirectoryRoleAssignmentScheduleRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", + "Method": "POST", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -375988,79 +376214,79 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Stop-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Stop-MgRoleManagementDirectoryRoleEligibilityScheduleRequest" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", "Method": "POST", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Stop-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Stop-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", "Method": "POST", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Stop-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Stop-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/events/{event-id}/cancel", + "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "POST", + "Command": "Stop-MgUserEvent", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Uri": "/users/{user-id}/events/{event-id}/cancel", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Stop-MgUserEvent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Stop-MgUserEventInstance", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Stop-MgUserEventInstance" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -376087,62 +376313,62 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Submit-MgBetaEducationClassAssignmentSubmission", "Variants": [ "Submit", "SubmitViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Submit-MgBetaEducationClassAssignmentSubmission" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", "Method": "POST", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Submit-MgBetaEducationMeAssignmentSubmission", "Variants": [ "Submit", "SubmitViaIdentity" ], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Submit-MgBetaEducationMeAssignmentSubmission" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", "Method": "POST", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Submit-MgBetaEducationUserAssignmentSubmission", "Variants": [ "Submit", "SubmitViaIdentity" ], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Submit-MgBetaEducationUserAssignmentSubmission" + "ApiVersion": "beta" }, { + "Uri": "/security/tiIndicators/submitTiIndicators", + "Method": "POST", + "OutputType": "IMicrosoftGraphTiIndicator", + "Module": "Beta.Security", "Permissions": { "Name": "ThreatIndicators.ReadWrite.OwnedBy", "Description": "Manage threat indicators this app creates or owns", "FullDescription": "Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on your behalf.  It cannot update any threat indicators that it is not an owner of.", "IsAdmin": true }, - "Method": "POST", + "Command": "Submit-MgBetaSecurityTiIndicator", "Variants": [ "Submit", "SubmitExpanded" ], - "Uri": "/security/tiIndicators/submitTiIndicators", - "OutputType": "IMicrosoftGraphTiIndicator", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Submit-MgBetaSecurityTiIndicator" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -376169,70 +376395,70 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Submit-MgEducationClassAssignmentSubmission", "Variants": [ "Submit", "SubmitViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Submit-MgEducationClassAssignmentSubmission" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", "Method": "POST", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Module": "Education", + "Permissions": [], + "Command": "Submit-MgEducationMeAssignmentSubmission", "Variants": [ "Submit", "SubmitViaIdentity" ], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Submit-MgEducationMeAssignmentSubmission" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", "Method": "POST", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Module": "Education", + "Permissions": [], + "Command": "Submit-MgEducationUserAssignmentSubmission", "Variants": [ "Submit", "SubmitViaIdentity" ], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Submit-MgEducationUserAssignmentSubmission" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/pause", "Method": "POST", + "OutputType": null, + "Module": "Applications", + "Permissions": [], + "Command": "Suspend-MgApplicationSynchronizationJob", "Variants": [ "Pause", "PauseViaIdentity" ], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/pause", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Suspend-MgApplicationSynchronizationJob" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/pause", "Method": "POST", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Suspend-MgBetaApplicationSynchronizationJob", "Variants": [ "Pause", "PauseViaIdentity" ], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/pause", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Suspend-MgBetaApplicationSynchronizationJob" + "ApiVersion": "beta" }, { + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/pause", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -376247,18 +376473,18 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Suspend-MgBetaEducationSynchronizationProfile", "Variants": [ "Pause", "PauseViaIdentity" ], - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/pause", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Suspend-MgBetaEducationSynchronizationProfile" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/pause", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -376273,18 +376499,18 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Suspend-MgBetaServicePrincipalSynchronizationJob", "Variants": [ "Pause", "PauseViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/pause", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Suspend-MgBetaServicePrincipalSynchronizationJob" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/pause", + "Method": "POST", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -376299,18 +376525,18 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Suspend-MgServicePrincipalSynchronizationJob", "Variants": [ "Pause", "PauseViaIdentity" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/pause", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Suspend-MgServicePrincipalSynchronizationJob" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -376325,17 +376551,17 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Sync-MgBetaDeviceAppManagementMicrosoftStoreForBusinessApp", "Variants": [ "Sync" ], - "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Sync-MgBetaDeviceAppManagementMicrosoftStoreForBusinessApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses", + "Method": "POST", + "OutputType": "IMicrosoftGraphVppToken", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -376350,18 +376576,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Sync-MgBetaDeviceAppManagementVppTokenLicense", "Variants": [ "Sync", "SyncViaIdentity" ], - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses", - "OutputType": "IMicrosoftGraphVppToken", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Sync-MgBetaDeviceAppManagementVppTokenLicense" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/vppTokens/syncLicenseCounts", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -376376,87 +376602,87 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Sync-MgBetaDeviceAppManagementVppTokenLicenseCount", "Variants": [ "Sync" ], - "Uri": "/deviceAppManagement/vppTokens/syncLicenseCounts", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Sync-MgBetaDeviceAppManagementVppTokenLicenseCount" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidForWorkSettings/syncApps", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Sync-MgBetaDeviceManagementAndroidForWorkSettingApp", "Variants": [ "Sync" ], - "Uri": "/deviceManagement/androidForWorkSettings/syncApps", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Sync-MgBetaDeviceManagementAndroidForWorkSettingApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/syncApps", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Sync-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", "Variants": [ "Sync" ], - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/syncApps", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Sync-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/syncDevice", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Sync-MgBetaDeviceManagementComanagedDevice", "Variants": [ "Sync", "SyncViaIdentity" ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/syncDevice", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Sync-MgBetaDeviceManagementComanagedDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/syncWithAppleDeviceEnrollmentProgram", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "Sync-MgBetaDeviceManagementDepOnboardingSettingWithAppleDeviceEnrollmentProgram", "Variants": [ "Sync", "SyncViaIdentity" ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/syncWithAppleDeviceEnrollmentProgram", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Sync-MgBetaDeviceManagementDepOnboardingSettingWithAppleDeviceEnrollmentProgram" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -376471,86 +376697,86 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Sync-MgBetaDeviceManagementExchangeConnector", "Variants": [ "Sync", "SyncExpanded", "SyncViaIdentity", "SyncViaIdentityExpanded" ], - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Sync-MgBetaDeviceManagementExchangeConnector" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/syncDevice", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Sync-MgBetaDeviceManagementManagedDevice", "Variants": [ "Sync", "SyncViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/syncDevice", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Sync-MgBetaDeviceManagementManagedDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsAutopilotSettings/sync", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "Sync-MgBetaDeviceManagementWindowsAutopilotSetting", "Variants": [ "Sync" ], - "Uri": "/deviceManagement/windowsAutopilotSettings/sync", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Sync-MgBetaDeviceManagementWindowsAutopilotSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/syncInventory", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Sync-MgBetaDeviceManagementWindowsDriverUpdateProfileInventory", "Variants": [ "Sync", "SyncViaIdentity" ], - "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/syncInventory", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Sync-MgBetaDeviceManagementWindowsDriverUpdateProfileInventory" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/syncDevice", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Sync-MgBetaUserManagedDevice", "Variants": [ "Sync", "SyncViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/syncDevice", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Sync-MgBetaUserManagedDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps", + "Method": "POST", + "OutputType": null, + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -376565,17 +376791,17 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Sync-MgDeviceAppManagementMicrosoftStoreForBusinessApp", "Variants": [ "Sync" ], - "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Sync-MgDeviceAppManagementMicrosoftStoreForBusinessApp" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses", + "Method": "POST", + "OutputType": "IMicrosoftGraphVppToken", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -376590,18 +376816,18 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Sync-MgDeviceAppManagementVppTokenLicense", "Variants": [ "Sync", "SyncViaIdentity" ], - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses", - "OutputType": "IMicrosoftGraphVppToken", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Sync-MgDeviceAppManagementVppTokenLicense" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -376616,282 +376842,282 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Sync-MgDeviceManagementExchangeConnector", "Variants": [ "Sync", "SyncExpanded", "SyncViaIdentity", "SyncViaIdentityExpanded" ], - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Sync-MgDeviceManagementExchangeConnector" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/syncDevice", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Sync-MgDeviceManagementManagedDevice", "Variants": [ "Sync", "SyncViaIdentity" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/syncDevice", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Sync-MgDeviceManagementManagedDevice" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/syncDevice", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Sync-MgUserManagedDevice", "Variants": [ "Sync", "SyncViaIdentity" ], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/syncDevice", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Sync-MgUserManagedDevice" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/validateProperties", "Method": "POST", + "OutputType": null, + "Module": "Applications", + "Permissions": [], + "Command": "Test-MgApplicationProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Uri": "/applications/validateProperties", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Test-MgApplicationProperty" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", "Method": "POST", + "OutputType": null, + "Module": "Applications", + "Permissions": [], + "Command": "Test-MgApplicationSynchronizationJobCredential", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Test-MgApplicationSynchronizationJobCredential" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/administrativeUnits/validateProperties", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Test-MgBetaAdministrativeUnitProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Uri": "/administrativeUnits/validateProperties", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Test-MgBetaAdministrativeUnitProperty" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/validateProperties", "Method": "POST", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Test-MgBetaApplicationProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Uri": "/applications/validateProperties", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Test-MgBetaApplicationProperty" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", "Method": "POST", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Test-MgBetaApplicationSynchronizationJobCredential", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Test-MgBetaApplicationSynchronizationJobCredential" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/permissionGrants/validateProperties", "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Test-MgBetaChatPermissionGrantProperty", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/permissionGrants/validateProperties", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Test-MgBetaChatPermissionGrantProperty" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/contacts/validateProperties", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Test-MgBetaContactProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Uri": "/contacts/validateProperties", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Test-MgBetaContactProperty" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/contracts/validateProperties", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Test-MgBetaContractProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Uri": "/contracts/validateProperties", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Test-MgBetaContractProperty" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileApps/validateXml", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Test-MgBetaDeviceAppManagementMobileAppXml", "Variants": [ "Validate", "ValidateExpanded" ], - "Uri": "/deviceAppManagement/mobileApps/validateXml", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Test-MgBetaDeviceAppManagementMobileAppXml" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/assignmentFilters/validateFilter", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Test-MgBetaDeviceManagementAssignmentFilter", "Variants": [ "Validate", "ValidateExpanded" ], - "Uri": "/deviceManagement/assignmentFilters/validateFilter", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Test-MgBetaDeviceManagementAssignmentFilter" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/validateComplianceScript", + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceComplianceScriptValidationResult", + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Test-MgBetaDeviceManagementDeviceCompliancePolicyComplianceScript", "Variants": [ "Validate", "ValidateExpanded" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/validateComplianceScript", - "OutputType": "IMicrosoftGraphDeviceComplianceScriptValidationResult", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Test-MgBetaDeviceManagementDeviceCompliancePolicyComplianceScript" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Validate", - "ValidateExpanded" - ], "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/validateBulkResize", + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcResizeValidationResult", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Test-MgBetaDeviceManagementVirtualEndpointCloudPcBulkResize" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Test-MgBetaDeviceManagementVirtualEndpointCloudPcBulkResize", "Variants": [ "Validate", "ValidateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/devices/validateProperties", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Test-MgBetaDeviceProperty" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Test-MgBetaDeviceProperty", "Variants": [ "Validate", "ValidateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/administrativeUnits/validateProperties", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Test-MgBetaDirectoryAdministrativeUnitProperty" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Test-MgBetaDirectoryAdministrativeUnitProperty", "Variants": [ "Validate", "ValidateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/deletedItems/validateProperties", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Test-MgBetaDirectoryDeletedItemProperty" + "Permissions": [], + "Command": "Test-MgBetaDirectoryDeletedItemProperty", + "Variants": [ + "Validate", + "ValidateExpanded" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/validateProperties", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Test-MgBetaDirectoryFeatureRolloutPolicyApplyToProperty", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/validateProperties", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Test-MgBetaDirectoryFeatureRolloutPolicyApplyToProperty" + "ApiVersion": "beta" }, { + "Uri": "/directoryObjects/validateProperties", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DirectoryObjects", "Permissions": [ { "Name": "Directory.Read.All", @@ -376918,130 +377144,130 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Test-MgBetaDirectoryObjectProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Uri": "/directoryObjects/validateProperties", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DirectoryObjects", - "Command": "Test-MgBetaDirectoryObjectProperty" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Validate", - "ValidateExpanded" - ], "Uri": "/directoryRoles/validateProperties", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Test-MgBetaDirectoryRoleProperty" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Test-MgBetaDirectoryRoleProperty", "Variants": [ "Validate", "ValidateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoleTemplates/validateProperties", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Test-MgBetaDirectoryRoleTemplateProperty" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Test-MgBetaDirectoryRoleTemplateProperty", "Variants": [ "Validate", "ValidateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/directorySettingTemplates/validateProperties", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Test-MgBetaDirectorySettingTemplateProperty" + "Permissions": [], + "Command": "Test-MgBetaDirectorySettingTemplateProperty", + "Variants": [ + "Validate", + "ValidateExpanded" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/validatePermission", "Method": "POST", + "OutputType": null, + "Module": "Beta.Files", + "Permissions": [], + "Command": "Test-MgBetaDriveItemPermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/validatePermission", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Test-MgBetaDriveItemPermission" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", "Method": "GET", + "OutputType": null, + "Module": "Beta.Files", + "Permissions": [], + "Command": "Test-MgBetaDriveListContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Test-MgBetaDriveListContentTypePublished" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/root/validatePermission", "Method": "POST", + "OutputType": null, + "Module": "Beta.Files", + "Permissions": [], + "Command": "Test-MgBetaDriveRootPermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/root/validatePermission", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Test-MgBetaDriveRootPermission" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/validateProperties", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Test-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorProperty", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/validateProperties", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Test-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorProperty" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/validateProperties", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Test-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorProperty", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/validateProperties", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Test-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorProperty" + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}/validate", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Search", "Permissions": [ { "Name": "IndustryData-DataConnector.ReadWrite.All", @@ -377056,104 +377282,104 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Test-MgBetaExternalIndustryDataConnector", "Variants": [ "Validate", "ValidateViaIdentity" ], - "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}/validate", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Test-MgBetaExternalIndustryDataConnector" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Test-MgBetaGroupDriveItemPermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Test-MgBetaGroupDriveItemPermission" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Test-MgBetaGroupDriveListContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Test-MgBetaGroupDriveListContentTypePublished" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/validatePermission", "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Test-MgBetaGroupDriveRootPermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/validatePermission", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Test-MgBetaGroupDriveRootPermission" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/evaluateDynamicMembership", "Method": "POST", + "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Test-MgBetaGroupDynamicMembership", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/evaluateDynamicMembership", - "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Test-MgBetaGroupDynamicMembership" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/evaluateDynamicMembership", "Method": "POST", + "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Test-MgBetaGroupDynamicMembershipRule", "Variants": [ "Evaluate1", "EvaluateExpanded1" ], - "Uri": "/groups/evaluateDynamicMembership", - "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Test-MgBetaGroupDynamicMembershipRule" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/permissionGrants/validateProperties", "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Test-MgBetaGroupPermissionGrantProperty", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/permissionGrants/validateProperties", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Test-MgBetaGroupPermissionGrantProperty" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/validateProperties", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -377168,190 +377394,190 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Test-MgBetaGroupProperty", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/validateProperties", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Test-MgBetaGroupProperty" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished", "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Test-MgBetaGroupSiteContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Test-MgBetaGroupSiteContentTypePublished" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Evaluate", - "EvaluateExpanded", - "EvaluateViaIdentity", - "EvaluateViaIdentityExpanded" - ], "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/evaluate", + "Method": "POST", "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Test-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Test-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateApplication", + "Method": "POST", "OutputType": "IMicrosoftGraphInformationProtectionAction", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelApplication" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelApplication", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateClassificationResults", + "Method": "POST", "OutputType": "IMicrosoftGraphInformationProtectionAction", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelClassificationResult" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelClassificationResult", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateRemoval", + "Method": "POST", "OutputType": "IMicrosoftGraphInformationProtectionAction", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelRemoval" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelRemoval", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/evaluate", + "Method": "POST", "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Test-MgBetaGroupSiteInformationProtectionSensitivityLabel" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Test-MgBetaGroupSiteInformationProtectionSensitivityLabel", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", + "Method": "POST", "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Test-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel" + "Permissions": [], + "Command": "Test-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", + "Variants": [ + "Evaluate", + "EvaluateExpanded", + "EvaluateViaIdentity", + "EvaluateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", "Method": "GET", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Test-MgBetaGroupSiteListContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Test-MgBetaGroupSiteListContentTypePublished" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/validateAuthenticationConfiguration", "Method": "POST", + "OutputType": "IMicrosoftGraphAuthenticationConfigurationValidation", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Test-MgBetaIdentityCustomAuthenticationExtensionAuthenticationConfiguration", "Variants": [ "Validate", "Validate1", "ValidateExpanded", "ValidateViaIdentity" ], - "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/validateAuthenticationConfiguration", - "OutputType": "IMicrosoftGraphAuthenticationConfigurationValidation", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Test-MgBetaIdentityCustomAuthenticationExtensionAuthenticationConfiguration" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Evaluate", - "EvaluateExpanded" - ], "Uri": "/informationProtection/dataLossPreventionPolicies/evaluate", + "Method": "POST", "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Test-MgBetaInformationProtectionDataLossPreventionPolicy" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Test-MgBetaInformationProtectionDataLossPreventionPolicy", "Variants": [ "Evaluate", "EvaluateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/policy/labels/evaluateApplication", + "Method": "POST", "OutputType": "IMicrosoftGraphInformationProtectionAction", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Test-MgBetaInformationProtectionPolicyLabelApplication" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Test-MgBetaInformationProtectionPolicyLabelApplication", "Variants": [ "Evaluate", "EvaluateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/policy/labels/evaluateClassificationResults", + "Method": "POST", "OutputType": "IMicrosoftGraphInformationProtectionAction", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Test-MgBetaInformationProtectionPolicyLabelClassificationResult" + "Permissions": [], + "Command": "Test-MgBetaInformationProtectionPolicyLabelClassificationResult", + "Variants": [ + "Evaluate", + "EvaluateExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/informationProtection/policy/labels/evaluateRemoval", + "Method": "POST", + "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -377366,46 +377592,46 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Test-MgBetaInformationProtectionPolicyLabelRemoval", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Uri": "/informationProtection/policy/labels/evaluateRemoval", - "OutputType": "IMicrosoftGraphInformationProtectionAction", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Test-MgBetaInformationProtectionPolicyLabelRemoval" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/organization/validateProperties", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Test-MgBetaOrganizationProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Uri": "/organization/validateProperties", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Test-MgBetaOrganizationProperty" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/validateProperties", "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Test-MgBetaPolicyFeatureRolloutPolicyApplyToProperty", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/validateProperties", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Test-MgBetaPolicyFeatureRolloutPolicyApplyToProperty" + "ApiVersion": "beta" }, { + "Uri": "/security/informationProtection/sensitivityLabels/evaluateApplication", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "Module": "Beta.Security", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -377420,57 +377646,57 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelApplication", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Uri": "/security/informationProtection/sensitivityLabels/evaluateApplication", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelApplication" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/informationProtection/sensitivityLabels/evaluateClassificationResults", "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelClassificationResult", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Uri": "/security/informationProtection/sensitivityLabels/evaluateClassificationResults", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelClassificationResult" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/informationProtection/sensitivityLabels/evaluateRemoval", "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelRemoval", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Uri": "/security/informationProtection/sensitivityLabels/evaluateRemoval", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelRemoval" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/servicePrincipals/validateProperties", "Method": "POST", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Test-MgBetaServicePrincipalProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Uri": "/servicePrincipals/validateProperties", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Test-MgBetaServicePrincipalProperty" + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -377485,272 +377711,272 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Test-MgBetaServicePrincipalSynchronizationJobCredential", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Test-MgBetaServicePrincipalSynchronizationJobCredential" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/isPublished", "Method": "GET", + "OutputType": null, + "Module": "Beta.Files", + "Permissions": [], + "Command": "Test-MgBetaShareListContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/isPublished", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Test-MgBetaShareListContentTypePublished" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/isPublished", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": { "Name": "Sites.FullControl.All", "Description": "Have full control of all your site collections", "FullDescription": "Allow the application to have full control of all site collections on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Test-MgBetaSiteContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/isPublished", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Test-MgBetaSiteContentTypePublished" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Evaluate", - "EvaluateExpanded", - "EvaluateViaIdentity", - "EvaluateViaIdentityExpanded" - ], "Uri": "/sites/{site-id}/informationProtection/dataLossPreventionPolicies/evaluate", + "Method": "POST", "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Test-MgBetaSiteInformationProtectionDataLossPreventionPolicy" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Test-MgBetaSiteInformationProtectionDataLossPreventionPolicy", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateApplication", + "Method": "POST", "OutputType": "IMicrosoftGraphInformationProtectionAction", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelApplication" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelApplication", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateClassificationResults", + "Method": "POST", "OutputType": "IMicrosoftGraphInformationProtectionAction", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelClassificationResult" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelClassificationResult", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateRemoval", + "Method": "POST", "OutputType": "IMicrosoftGraphInformationProtectionAction", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelRemoval" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelRemoval", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/informationProtection/sensitivityLabels/evaluate", + "Method": "POST", "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Test-MgBetaSiteInformationProtectionSensitivityLabel" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Test-MgBetaSiteInformationProtectionSensitivityLabel", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", + "Method": "POST", "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Test-MgBetaSiteInformationProtectionSensitivityLabelSublabel" - }, - { "Permissions": [], - "Method": "GET", + "Command": "Test-MgBetaSiteInformationProtectionSensitivityLabelSublabel", "Variants": [ - "Is", - "IsViaIdentity" + "Evaluate", + "EvaluateExpanded", + "EvaluateViaIdentity", + "EvaluateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Test-MgBetaSiteListContentTypePublished" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Test-MgBetaSiteListContentTypePublished", "Variants": [ - "Validate", - "ValidateExpanded", - "ValidateViaIdentity", - "ValidateViaIdentityExpanded" + "Is", + "IsViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/permissionGrants/validateProperties", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Test-MgBetaTeamPermissionGrantProperty" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Test-MgBetaTeamPermissionGrantProperty", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/validateProperties", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Test-MgBetaUserChatPermissionGrantProperty" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Test-MgBetaUserChatPermissionGrantProperty", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/cloudPCs/validateBulkResize", + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcResizeValidationResult", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Test-MgBetaUserCloudPcBulkResize" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Test-MgBetaUserCloudPcBulkResize", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/validateProperties", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Test-MgBetaUserDeviceProperty" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Test-MgBetaUserDeviceProperty", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Test-MgBetaUserDriveItemPermission" + "Permissions": [], + "Command": "Test-MgBetaUserDriveItemPermission", + "Variants": [ + "Validate", + "ValidateExpanded", + "ValidateViaIdentity", + "ValidateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", "Method": "GET", + "OutputType": null, + "Module": "Beta.Users.Functions", + "Permissions": [], + "Command": "Test-MgBetaUserDriveListContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Test-MgBetaUserDriveListContentTypePublished" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/validatePermission", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Test-MgBetaUserDriveRootPermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/drives/{drive-id}/root/validatePermission", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Test-MgBetaUserDriveRootPermission" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/evaluate", "Method": "POST", + "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Test-MgBetaUserInformationProtectionDataLossPreventionPolicy", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/evaluate", - "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Test-MgBetaUserInformationProtectionDataLossPreventionPolicy" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateApplication", + "Method": "POST", + "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -377765,110 +377991,110 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Test-MgBetaUserInformationProtectionPolicyLabelApplication", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateApplication", - "OutputType": "IMicrosoftGraphInformationProtectionAction", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Test-MgBetaUserInformationProtectionPolicyLabelApplication" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Evaluate", - "EvaluateExpanded", - "EvaluateViaIdentity", - "EvaluateViaIdentityExpanded" - ], "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateClassificationResults", + "Method": "POST", "OutputType": "IMicrosoftGraphInformationProtectionAction", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Test-MgBetaUserInformationProtectionPolicyLabelClassificationResult" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Test-MgBetaUserInformationProtectionPolicyLabelClassificationResult", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateRemoval", + "Method": "POST", "OutputType": "IMicrosoftGraphInformationProtectionAction", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Test-MgBetaUserInformationProtectionPolicyLabelRemoval" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Test-MgBetaUserInformationProtectionPolicyLabelRemoval", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/evaluate", + "Method": "POST", "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Test-MgBetaUserInformationProtectionSensitivityLabel" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Test-MgBetaUserInformationProtectionSensitivityLabel", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", + "Method": "POST", "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Test-MgBetaUserInformationProtectionSensitivityLabelSublabel" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Test-MgBetaUserInformationProtectionSensitivityLabelSublabel", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/joinedGroups/evaluateDynamicMembership", + "Method": "POST", "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Test-MgBetaUserJoinedGroupDynamicMembership" + "Permissions": [], + "Command": "Test-MgBetaUserJoinedGroupDynamicMembership", + "Variants": [ + "Evaluate", + "EvaluateExpanded", + "EvaluateViaIdentity", + "EvaluateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/joinedGroups/validateProperties", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Test-MgBetaUserJoinedGroupProperty", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/joinedGroups/validateProperties", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Test-MgBetaUserJoinedGroupProperty" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/isManagedAppUserBlocked", + "Method": "GET", + "OutputType": null, + "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -377895,18 +378121,18 @@ "IsAdmin": true } ], - "Method": "GET", + "Command": "Test-MgBetaUserManagedAppUserBlocked", "Variants": [ "Is", "IsViaIdentity" ], - "Uri": "/users/{user-id}/isManagedAppUserBlocked", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Command": "Test-MgBetaUserManagedAppUserBlocked" + "ApiVersion": "beta" }, { + "Uri": "/users/validatePassword", + "Method": "POST", + "OutputType": "IMicrosoftGraphPasswordValidationInformation", + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "User.ReadWrite", @@ -377921,46 +378147,46 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Test-MgBetaUserPassword", "Variants": [ "Validate", "ValidateExpanded" ], - "Uri": "/users/validatePassword", - "OutputType": "IMicrosoftGraphPasswordValidationInformation", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Test-MgBetaUserPassword" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/permissionGrants/validateProperties", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Test-MgBetaUserPermissionGrantProperty", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/permissionGrants/validateProperties", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Test-MgBetaUserPermissionGrantProperty" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/validateProperties", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Test-MgBetaUserProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Uri": "/users/validateProperties", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Test-MgBetaUserProperty" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateApplication", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -377975,20 +378201,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelApplication", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateApplication", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelApplication" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateClassificationResults", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -378003,20 +378229,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelClassificationResult", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateClassificationResults", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelClassificationResult" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateRemoval", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -378031,87 +378257,87 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelRemoval", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateRemoval", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelRemoval" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/permissionGrants/validateProperties", "Method": "POST", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Test-MgChatPermissionGrantProperty", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/permissionGrants/validateProperties", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Test-MgChatPermissionGrantProperty" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Validate", - "ValidateExpanded" - ], "Uri": "/contacts/validateProperties", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Test-MgContactProperty" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Test-MgContactProperty", "Variants": [ "Validate", "ValidateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/contracts/validateProperties", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Test-MgContractProperty" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Test-MgContractProperty", "Variants": [ "Validate", "ValidateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/devices/validateProperties", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Test-MgDeviceProperty" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Test-MgDeviceProperty", "Variants": [ "Validate", "ValidateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/deletedItems/validateProperties", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Test-MgDirectoryDeletedItemProperty" + "Permissions": [], + "Command": "Test-MgDirectoryDeletedItemProperty", + "Variants": [ + "Validate", + "ValidateExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/directoryObjects/validateProperties", + "Method": "POST", + "OutputType": null, + "Module": "DirectoryObjects", "Permissions": [ { "Name": "Directory.Read.All", @@ -378138,175 +378364,175 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Test-MgDirectoryObjectProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Uri": "/directoryObjects/validateProperties", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DirectoryObjects", - "Command": "Test-MgDirectoryObjectProperty" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directoryRoles/validateProperties", "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Test-MgDirectoryRoleProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Uri": "/directoryRoles/validateProperties", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Test-MgDirectoryRoleProperty" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directoryRoleTemplates/validateProperties", "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Test-MgDirectoryRoleTemplateProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Uri": "/directoryRoleTemplates/validateProperties", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Test-MgDirectoryRoleTemplateProperty" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/validatePermission", "Method": "POST", + "OutputType": null, + "Module": "Files", + "Permissions": [], + "Command": "Test-MgDriveItemPermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/validatePermission", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Test-MgDriveItemPermission" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", "Method": "GET", + "OutputType": null, + "Module": "Files", + "Permissions": [], + "Command": "Test-MgDriveListContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Test-MgDriveListContentTypePublished" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/root/validatePermission", "Method": "POST", + "OutputType": null, + "Module": "Files", + "Permissions": [], + "Command": "Test-MgDriveRootPermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/root/validatePermission", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Test-MgDriveRootPermission" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/validateProperties", "Method": "POST", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Test-MgEntitlementManagementConnectedOrganizationExternalSponsorProperty", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/validateProperties", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Test-MgEntitlementManagementConnectedOrganizationExternalSponsorProperty" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/validateProperties", "Method": "POST", + "OutputType": null, + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Test-MgEntitlementManagementConnectedOrganizationInternalSponsorProperty", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/validateProperties", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Test-MgEntitlementManagementConnectedOrganizationInternalSponsorProperty" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", "Method": "POST", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Test-MgGroupDriveItemPermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Test-MgGroupDriveItemPermission" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", "Method": "GET", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Test-MgGroupDriveListContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Test-MgGroupDriveListContentTypePublished" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/validatePermission", "Method": "POST", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Test-MgGroupDriveRootPermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/validatePermission", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Test-MgGroupDriveRootPermission" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/permissionGrants/validateProperties", "Method": "POST", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Test-MgGroupPermissionGrantProperty", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/permissionGrants/validateProperties", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Test-MgGroupPermissionGrantProperty" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/validateProperties", + "Method": "POST", + "OutputType": null, + "Module": "Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -378321,100 +378547,100 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Test-MgGroupProperty", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/validateProperties", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Test-MgGroupProperty" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groupSettingTemplates/validateProperties", "Method": "POST", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Test-MgGroupSettingTemplateProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Uri": "/groupSettingTemplates/validateProperties", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Test-MgGroupSettingTemplateProperty" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished", "Method": "GET", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Test-MgGroupSiteContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Test-MgGroupSiteContentTypePublished" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", "Method": "GET", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Test-MgGroupSiteListContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Test-MgGroupSiteListContentTypePublished" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/organization/validateProperties", "Method": "POST", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Test-MgOrganizationProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Uri": "/organization/validateProperties", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Test-MgOrganizationProperty" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/validateProperties", "Method": "POST", + "OutputType": null, + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Test-MgPolicyFeatureRolloutPolicyApplyToProperty", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/validateProperties", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Test-MgPolicyFeatureRolloutPolicyApplyToProperty" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/servicePrincipals/validateProperties", "Method": "POST", + "OutputType": null, + "Module": "Applications", + "Permissions": [], + "Command": "Test-MgServicePrincipalProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Uri": "/servicePrincipals/validateProperties", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Test-MgServicePrincipalProperty" + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", + "Method": "POST", + "OutputType": null, + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -378429,150 +378655,150 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Test-MgServicePrincipalSynchronizationJobCredential", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Test-MgServicePrincipalSynchronizationJobCredential" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/isPublished", "Method": "GET", + "OutputType": null, + "Module": "Files", + "Permissions": [], + "Command": "Test-MgShareListContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/isPublished", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Test-MgShareListContentTypePublished" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/isPublished", + "Method": "GET", + "OutputType": null, + "Module": "Sites", "Permissions": { "Name": "Sites.FullControl.All", "Description": "Have full control of all your site collections", "FullDescription": "Allow the application to have full control of all site collections on your behalf.", "IsAdmin": true }, - "Method": "GET", + "Command": "Test-MgSiteContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/isPublished", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Test-MgSiteContentTypePublished" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", "Method": "GET", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Test-MgSiteListContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Test-MgSiteListContentTypePublished" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/permissionGrants/validateProperties", "Method": "POST", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Test-MgTeamPermissionGrantProperty", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/permissionGrants/validateProperties", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Test-MgTeamPermissionGrantProperty" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/validateProperties", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Test-MgUserChatPermissionGrantProperty", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/validateProperties", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Test-MgUserChatPermissionGrantProperty" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Test-MgUserDriveItemPermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Test-MgUserDriveItemPermission" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", "Method": "GET", + "OutputType": null, + "Module": "Users.Functions", + "Permissions": [], + "Command": "Test-MgUserDriveListContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Functions", - "Command": "Test-MgUserDriveListContentTypePublished" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/validatePermission", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Test-MgUserDriveRootPermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/drives/{drive-id}/root/validatePermission", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Test-MgUserDriveRootPermission" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/validateProperties", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Test-MgUserProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Uri": "/users/validateProperties", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Test-MgUserProperty" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/unblockManagedApps", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -378587,44 +378813,44 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Unblock-MgBetaUserManagedApp", "Variants": [ "Unblock", "UnblockViaIdentity" ], - "Uri": "/users/{user-id}/unblockManagedApps", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Unblock-MgBetaUserManagedApp" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Undo-MgBetaChatMessageReplySoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Undo-MgBetaChatMessageReplySoftDelete" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Undo-MgBetaChatMessageSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Undo-MgBetaChatMessageSoftDelete" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.ReadWrite", @@ -378639,18 +378865,18 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Undo-MgBetaTeamChannelMessageReplySoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Undo-MgBetaTeamChannelMessageReplySoftDelete" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.ReadWrite", @@ -378665,96 +378891,96 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Undo-MgBetaTeamChannelMessageSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Undo-MgBetaTeamChannelMessageSoftDelete" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Undo", - "UndoViaIdentity" - ], "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Undo-MgBetaTeamPrimaryChannelMessageReplySoftDelete" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Undo-MgBetaTeamPrimaryChannelMessageReplySoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Undo-MgBetaTeamPrimaryChannelMessageSoftDelete" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Undo-MgBetaTeamPrimaryChannelMessageSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedChats/{deletedChat-id}/undoDelete", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Undo-MgBetaTeamworkDeletedChatDelete" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Undo-MgBetaTeamworkDeletedChatDelete", "Variants": [ "Undo", "UndoViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Undo-MgBetaTeamworkDeletedTeamChannelMessageReplySoftDelete" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Undo-MgBetaTeamworkDeletedTeamChannelMessageReplySoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Undo-MgBetaTeamworkDeletedTeamChannelMessageSoftDelete" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Undo-MgBetaTeamworkDeletedTeamChannelMessageSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Undo-MgBetaUserChatMessageReplySoftDelete" + "Permissions": [], + "Command": "Undo-MgBetaUserChatMessageReplySoftDelete", + "Variants": [ + "Undo", + "UndoViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "ChannelMessage.ReadWrite", @@ -378769,44 +378995,44 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Undo-MgBetaUserChatMessageSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Undo-MgBetaUserChatMessageSoftDelete" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", "Method": "POST", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Undo-MgChatMessageReplySoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Undo-MgChatMessageReplySoftDelete" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", "Method": "POST", + "OutputType": null, + "Module": "Teams", + "Permissions": [], + "Command": "Undo-MgChatMessageSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Undo-MgChatMessageSoftDelete" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "Method": "POST", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.ReadWrite", @@ -378821,18 +379047,18 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Undo-MgTeamChannelMessageReplySoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Undo-MgTeamChannelMessageReplySoftDelete" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", + "Method": "POST", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.ReadWrite", @@ -378847,83 +379073,83 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Undo-MgTeamChannelMessageSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Undo-MgTeamChannelMessageSoftDelete" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Undo", - "UndoViaIdentity" - ], "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Undo-MgTeamPrimaryChannelMessageReplySoftDelete" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Undo-MgTeamPrimaryChannelMessageReplySoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Undo-MgTeamPrimaryChannelMessageSoftDelete" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Undo-MgTeamPrimaryChannelMessageSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Undo-MgTeamworkDeletedTeamChannelMessageReplySoftDelete" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Undo-MgTeamworkDeletedTeamChannelMessageReplySoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Undo-MgTeamworkDeletedTeamChannelMessageSoftDelete" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Undo-MgTeamworkDeletedTeamChannelMessageSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "Undo-MgUserChatMessageReplySoftDelete" + "Permissions": [], + "Command": "Undo-MgUserChatMessageReplySoftDelete", + "Variants": [ + "Undo", + "UndoViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", + "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", "Permissions": [ { "Name": "ChannelMessage.ReadWrite", @@ -378938,524 +379164,524 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Undo-MgUserChatMessageSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Undo-MgUserChatMessageSoftDelete" + "ApiVersion": "v1.0" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/unpublish", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Bookings", "Permissions": { "Name": "Bookings.Manage.All", "Description": "Manage bookings information", "FullDescription": "Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.", "IsAdmin": false }, - "Method": "POST", + "Command": "Unpublish-MgBetaBookingBusiness", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/unpublish", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Unpublish-MgBetaBookingBusiness" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Unpublish", - "UnpublishViaIdentity" - ], "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Unpublish-MgBetaDriveListContentType" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Unpublish-MgBetaDriveListContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Unpublish-MgBetaGroupDriveListContentType" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Unpublish-MgBetaGroupDriveListContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/unpublish", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Unpublish-MgBetaGroupSiteContentType" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Unpublish-MgBetaGroupSiteContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Unpublish-MgBetaGroupSiteListContentType" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Unpublish-MgBetaGroupSiteListContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/unpublish", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Unpublish-MgBetaShareListContentType" + "Permissions": [], + "Command": "Unpublish-MgBetaShareListContentType", + "Variants": [ + "Unpublish", + "UnpublishViaIdentity" + ], + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/unpublish", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": { "Name": "Sites.FullControl.All", "Description": "Have full control of all your site collections", "FullDescription": "Allow the application to have full control of all site collections on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Unpublish-MgBetaSiteContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/unpublish", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Unpublish-MgBetaSiteContentType" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", "Method": "POST", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Unpublish-MgBetaSiteListContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Unpublish-MgBetaSiteListContentType" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Unpublish-MgBetaUserDriveListContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Unpublish-MgBetaUserDriveListContentType" + "ApiVersion": "beta" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/unpublish", + "Method": "POST", + "OutputType": null, + "Module": "Bookings", "Permissions": { "Name": "Bookings.Manage.All", "Description": "Manage bookings information", "FullDescription": "Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.", "IsAdmin": false }, - "Method": "POST", + "Command": "Unpublish-MgBookingBusiness", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/unpublish", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Unpublish-MgBookingBusiness" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "POST", - "Variants": [ - "Unpublish", - "UnpublishViaIdentity" - ], "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Unpublish-MgDriveListContentType" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Unpublish-MgDriveListContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Unpublish-MgGroupDriveListContentType" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Unpublish-MgGroupDriveListContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/unpublish", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Unpublish-MgGroupSiteContentType" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Unpublish-MgGroupSiteContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Unpublish-MgGroupSiteListContentType" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Unpublish-MgGroupSiteListContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/unpublish", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Unpublish-MgShareListContentType" + "Permissions": [], + "Command": "Unpublish-MgShareListContentType", + "Variants": [ + "Unpublish", + "UnpublishViaIdentity" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/unpublish", + "Method": "POST", + "OutputType": null, + "Module": "Sites", "Permissions": { "Name": "Sites.FullControl.All", "Description": "Have full control of all your site collections", "FullDescription": "Allow the application to have full control of all site collections on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Unpublish-MgSiteContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/unpublish", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Unpublish-MgSiteContentType" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", "Method": "POST", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Unpublish-MgSiteListContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Unpublish-MgSiteListContentType" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Unpublish-MgUserDriveListContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Unpublish-MgUserDriveListContentType" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/admin/edge", "Method": "PATCH", + "OutputType": "IMicrosoftGraphEdge", + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Update-MgAdminEdge", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/admin/edge", - "OutputType": "IMicrosoftGraphEdge", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgAdminEdge" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/admin/edge/internetExplorerMode", "Method": "PATCH", + "OutputType": "IMicrosoftGraphInternetExplorerMode", + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Update-MgAdminEdgeInternetExplorerMode", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/admin/edge/internetExplorerMode", - "OutputType": "IMicrosoftGraphInternetExplorerMode", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgAdminEdgeInternetExplorerMode" + "ApiVersion": "v1.0" }, { + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphBrowserSiteList", + "Module": "DeviceManagement", "Permissions": { "Name": "BrowserSiteLists.ReadWrite.All", "Description": "Read and write browser site lists for your organization", "FullDescription": "Allows an app to read and write the browser site lists configured for your organization, on your behalf.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgAdminEdgeInternetExplorerModeSiteList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", - "OutputType": "IMicrosoftGraphBrowserSiteList", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgAdminEdgeInternetExplorerModeSiteList" + "ApiVersion": "v1.0" }, { + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Module": "DeviceManagement", "Permissions": { "Name": "BrowserSiteLists.ReadWrite.All", "Description": "Read and write browser site lists for your organization", "FullDescription": "Allows an app to read and write the browser site lists configured for your organization, on your behalf.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", - "OutputType": "IMicrosoftGraphBrowserSharedCookie", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgAdminEdgeInternetExplorerModeSiteListSharedCookie" + "ApiVersion": "v1.0" }, { + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphBrowserSite", + "Module": "DeviceManagement", "Permissions": { "Name": "BrowserSiteLists.ReadWrite.All", "Description": "Read and write browser site lists for your organization", "FullDescription": "Allows an app to read and write the browser site lists configured for your organization, on your behalf.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgAdminEdgeInternetExplorerModeSiteListSite", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", - "OutputType": "IMicrosoftGraphBrowserSite", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgAdminEdgeInternetExplorerModeSiteListSite" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/admin/sharepoint", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSharepoint", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgAdminSharepoint", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/admin/sharepoint", - "OutputType": "IMicrosoftGraphSharepoint", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgAdminSharepoint" + "ApiVersion": "v1.0" }, { + "Uri": "/admin/sharepoint/settings", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSharepointSettings", + "Module": "Sites", "Permissions": { "Name": "SharePointTenantSettings.ReadWrite.All", "Description": "Read and change SharePoint and OneDrive tenant settings", "FullDescription": "Allows the application to read and change the tenant-level settings of SharePoint and OneDrive on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgAdminSharepointSetting", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/admin/sharepoint/settings", - "OutputType": "IMicrosoftGraphSharepointSettings", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgAdminSharepointSetting" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/agreements/{agreement-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAgreement", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgAgreement" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgAgreement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgAgreementAcceptance" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgAgreementAcceptance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/agreements/{agreement-id}/file", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAgreementFile", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgAgreementFile" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgAgreementFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgAgreementFileLocalization" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgAgreementFileLocalization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgAgreementFileLocalizationVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgAgreementFileLocalizationVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgAgreementFileVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgAgreementFileVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgAppCatalogTeamApp" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgAppCatalogTeamApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgAppCatalogTeamAppDefinition" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgAppCatalogTeamAppDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgAppCatalogTeamAppDefinitionBot" + "Permissions": [], + "Command": "Update-MgAppCatalogTeamAppDefinitionBot", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -379470,50 +379696,50 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgApplication", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Update-MgApplication" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications(appId='{appId}')", "Method": "PATCH", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Applications", + "Permissions": [], + "Command": "Update-MgApplicationByAppId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/applications(appId='{appId}')", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Update-MgApplicationByAppId" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphExtensionProperty", + "Module": "Applications", + "Permissions": [], + "Command": "Update-MgApplicationExtensionProperty", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", - "OutputType": "IMicrosoftGraphExtensionProperty", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Update-MgApplicationExtensionProperty" + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -379528,65 +379754,65 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgApplicationFederatedIdentityCredential", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Update-MgApplicationFederatedIdentityCredential" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Module": "Applications", + "Permissions": [], + "Command": "Update-MgApplicationSynchronizationJob", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", - "OutputType": "IMicrosoftGraphSynchronizationJob", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Update-MgApplicationSynchronizationJob" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Module": "Applications", + "Permissions": [], + "Command": "Update-MgApplicationSynchronizationJobSchema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "OutputType": "IMicrosoftGraphSynchronizationSchema", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Update-MgApplicationSynchronizationJobSchema" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Module": "Applications", + "Permissions": [], + "Command": "Update-MgApplicationSynchronizationJobSchemaDirectory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Update-MgApplicationSynchronizationJobSchemaDirectory" + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -379601,50 +379827,50 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgApplicationSynchronizationTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Update-MgApplicationSynchronizationTemplate" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Module": "Applications", + "Permissions": [], + "Command": "Update-MgApplicationSynchronizationTemplateSchema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "OutputType": "IMicrosoftGraphSynchronizationSchema", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Update-MgApplicationSynchronizationTemplateSchema" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Module": "Applications", + "Permissions": [], + "Command": "Update-MgApplicationSynchronizationTemplateSchemaDirectory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Update-MgApplicationSynchronizationTemplateSchemaDirectory" + "ApiVersion": "v1.0" }, { + "Uri": "/accessReviews/{accessReview-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessReview", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.ReadWrite.All", @@ -379659,546 +379885,546 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaAccessReview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/accessReviews/{accessReview-id}", - "OutputType": "IMicrosoftGraphAccessReview", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaAccessReview" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewDecision", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaAccessReviewDecision" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaAccessReviewDecision", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReview", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaAccessReviewInstance" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaAccessReviewInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewDecision", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaAccessReviewInstanceDecision" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaAccessReviewInstanceDecision", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewDecision", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaAccessReviewInstanceMyDecision" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaAccessReviewInstanceMyDecision", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaAccessReviewInstanceReviewer" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaAccessReviewInstanceReviewer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewDecision", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaAccessReviewMyDecision" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaAccessReviewMyDecision", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaAccessReviewReviewer" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaAccessReviewReviewer", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/admin/edge", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEdge", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaAdminEdge" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaAdminEdge", "Variants": [ "Update", "UpdateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/admin/edge/internetExplorerMode", + "Method": "PATCH", "OutputType": "IMicrosoftGraphInternetExplorerMode", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaAdminEdgeInternetExplorerMode" + "Permissions": [], + "Command": "Update-MgBetaAdminEdgeInternetExplorerMode", + "Variants": [ + "Update", + "UpdateExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphBrowserSiteList", + "Module": "Beta.DeviceManagement", "Permissions": { "Name": "BrowserSiteLists.ReadWrite.All", "Description": "Read and write browser site lists for your organization", "FullDescription": "Allows an app to read and write the browser site lists configured for your organization, on your behalf.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", - "OutputType": "IMicrosoftGraphBrowserSiteList", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteList" + "ApiVersion": "beta" }, { + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Module": "Beta.DeviceManagement", "Permissions": { "Name": "BrowserSiteLists.ReadWrite.All", "Description": "Read and write browser site lists for your organization", "FullDescription": "Allows an app to read and write the browser site lists configured for your organization, on your behalf.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", - "OutputType": "IMicrosoftGraphBrowserSharedCookie", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie" + "ApiVersion": "beta" }, { + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphBrowserSite", + "Module": "Beta.DeviceManagement", "Permissions": { "Name": "BrowserSiteLists.ReadWrite.All", "Description": "Read and write browser site lists for your organization", "FullDescription": "Allows an app to read and write the browser site lists configured for your organization, on your behalf.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteListSite", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", - "OutputType": "IMicrosoftGraphBrowserSite", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteListSite" + "ApiVersion": "beta" }, { + "Uri": "/administrativeUnits/{administrativeUnit-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "AdministrativeUnit.ReadWrite.All", "Description": "Read and write administrative units", "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaAdministrativeUnit", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/administrativeUnits/{administrativeUnit-id}", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaAdministrativeUnit" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "Method": "PATCH", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Update-MgBetaAdministrativeUnitExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaAdministrativeUnitExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Update-MgBetaAdministrativeUnitScopedRoleMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaAdministrativeUnitScopedRoleMember" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/people", "Method": "PATCH", + "OutputType": "IMicrosoftGraphPeopleAdminSettings", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Update-MgBetaAdminPeople", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/admin/people", - "OutputType": "IMicrosoftGraphPeopleAdminSettings", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaAdminPeople" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphProfileCardProperty", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Update-MgBetaAdminPeopleProfileCardProperty", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", - "OutputType": "IMicrosoftGraphProfileCardProperty", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaAdminPeopleProfileCardProperty" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/people/pronouns", "Method": "PATCH", + "OutputType": "IMicrosoftGraphPronounsSettings", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Update-MgBetaAdminPeoplePronoun", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/admin/people/pronouns", - "OutputType": "IMicrosoftGraphPronounsSettings", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaAdminPeoplePronoun" + "ApiVersion": "beta" }, { + "Uri": "/admin/reportSettings", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAdminReportSettings", + "Module": "Beta.Reports", "Permissions": { "Name": "ReportSettings.ReadWrite.All", "Description": "Read and write admin report settings", "FullDescription": "Allows the app to read and update admin report settings, such as whether to display concealed information in reports, on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaAdminReportSetting", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/admin/reportSettings", - "OutputType": "IMicrosoftGraphAdminReportSettings", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Update-MgBetaAdminReportSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/sharepoint", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSharepoint", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Update-MgBetaAdminSharepoint", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/admin/sharepoint", - "OutputType": "IMicrosoftGraphSharepoint", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaAdminSharepoint" + "ApiVersion": "beta" }, { + "Uri": "/admin/sharepoint/settings", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSharepointSettings", + "Module": "Beta.Sites", "Permissions": { "Name": "SharePointTenantSettings.ReadWrite.All", "Description": "Read and change SharePoint and OneDrive tenant settings", "FullDescription": "Allows the application to read and change the tenant-level settings of SharePoint and OneDrive on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaAdminSharepointSetting", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/admin/sharepoint/settings", - "OutputType": "IMicrosoftGraphSharepointSettings", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaAdminSharepointSetting" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/agreements/{agreement-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAgreement", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaAgreement" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaAgreement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaAgreementAcceptance" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaAgreementAcceptance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}/file", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAgreementFile", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaAgreementFile" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaAgreementFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaAgreementFileLocalization" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaAgreementFileLocalization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaAgreementFileLocalizationVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaAgreementFileLocalizationVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaAgreementFileVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaAgreementFileVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaAppCatalogTeamApp" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaAppCatalogTeamApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaAppCatalogTeamAppDefinition" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaAppCatalogTeamAppDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaAppCatalogTeamAppDefinitionBot" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaAppCatalogTeamAppDefinitionBot", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsAppIcon", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaAppCatalogTeamAppDefinitionColorIcon" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaAppCatalogTeamAppDefinitionColorIcon", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamworkHostedContent", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsAppIcon", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaAppCatalogTeamAppDefinitionOutlineIcon" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamworkHostedContent", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent" + "Permissions": [], + "Command": "Update-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -380213,65 +380439,65 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaApplication", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Update-MgBetaApplication" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications(appId='{appId}')", "Method": "PATCH", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Update-MgBetaApplicationByAppId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/applications(appId='{appId}')", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Update-MgBetaApplicationByAppId" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications(uniqueName='{uniqueName}')", "Method": "PATCH", + "OutputType": "IMicrosoftGraphApplication", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Update-MgBetaApplicationByUniqueName", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/applications(uniqueName='{uniqueName}')", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Update-MgBetaApplicationByUniqueName" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphExtensionProperty", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Update-MgBetaApplicationExtensionProperty", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", - "OutputType": "IMicrosoftGraphExtensionProperty", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Update-MgBetaApplicationExtensionProperty" + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -380286,80 +380512,80 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaApplicationFederatedIdentityCredential", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Update-MgBetaApplicationFederatedIdentityCredential" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Update-MgBetaApplicationSynchronizationJob", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", - "OutputType": "IMicrosoftGraphSynchronizationJob", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Update-MgBetaApplicationSynchronizationJob" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", "Method": "PATCH", + "OutputType": null, + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Update-MgBetaApplicationSynchronizationJobBulkUpload", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Update-MgBetaApplicationSynchronizationJobBulkUpload" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Update-MgBetaApplicationSynchronizationJobSchema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "OutputType": "IMicrosoftGraphSynchronizationSchema", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Update-MgBetaApplicationSynchronizationJobSchema" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Update-MgBetaApplicationSynchronizationJobSchemaDirectory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Update-MgBetaApplicationSynchronizationJobSchemaDirectory" + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -380374,50 +380600,50 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaApplicationSynchronizationTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Update-MgBetaApplicationSynchronizationTemplate" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Update-MgBetaApplicationSynchronizationTemplateSchema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "OutputType": "IMicrosoftGraphSynchronizationSchema", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Update-MgBetaApplicationSynchronizationTemplateSchema" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Update-MgBetaApplicationSynchronizationTemplateSchemaDirectory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Update-MgBetaApplicationSynchronizationTemplateSchemaDirectory" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphBookingBusiness", + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -380432,20 +380658,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaBookingBusiness", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}", - "OutputType": "IMicrosoftGraphBookingBusiness", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBookingBusiness" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphBookingAppointment", + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -380472,35 +380698,35 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaBookingBusinessAppointment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "OutputType": "IMicrosoftGraphBookingAppointment", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBookingBusinessAppointment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphBookingAppointment", + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Update-MgBetaBookingBusinessCalendarView", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", - "OutputType": "IMicrosoftGraphBookingAppointment", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBookingBusinessCalendarView" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphBookingCustomer", + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -380527,20 +380753,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaBookingBusinessCustomer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", - "OutputType": "IMicrosoftGraphBookingCustomer", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBookingBusinessCustomer" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -380561,20 +380787,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaBookingBusinessCustomQuestion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBookingBusinessCustomQuestion" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphBookingService", + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -380589,20 +380815,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaBookingBusinessService", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "OutputType": "IMicrosoftGraphBookingService", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBookingBusinessService" + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphBookingStaffMember", + "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -380617,50 +380843,50 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaBookingBusinessStaffMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", - "OutputType": "IMicrosoftGraphBookingStaffMember", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBookingBusinessStaffMember" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/bookingCurrencies/{bookingCurrency-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphBookingCurrency", + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Update-MgBetaBookingCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/bookingCurrencies/{bookingCurrency-id}", - "OutputType": "IMicrosoftGraphBookingCurrency", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBookingCurrency" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphBusinessFlowTemplate", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Update-MgBetaBusinessFlowTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", - "OutputType": "IMicrosoftGraphBusinessFlowTemplate", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaBusinessFlowTemplate" + "ApiVersion": "beta" }, { + "Uri": "/solutions/businessScenarios/{businessScenario-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphBusinessScenario", + "Module": "Beta.Bookings", "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.All", @@ -380675,35 +380901,35 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaBusinessScenario", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}", - "OutputType": "IMicrosoftGraphBusinessScenario", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBusinessScenario" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", "Method": "PATCH", + "OutputType": "IMicrosoftGraphBusinessScenarioPlanner", + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Update-MgBetaBusinessScenarioPlanner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", - "OutputType": "IMicrosoftGraphBusinessScenarioPlanner", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBusinessScenarioPlanner" + "ApiVersion": "beta" }, { + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerPlanConfiguration", + "Module": "Beta.Bookings", "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.All", @@ -380718,20 +380944,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaBusinessScenarioPlannerPlanConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", - "OutputType": "IMicrosoftGraphPlannerPlanConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBusinessScenarioPlannerPlanConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", + "Module": "Beta.Bookings", "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.All", @@ -380746,70 +380972,70 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", - "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization" + "ApiVersion": "beta" }, { + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphBusinessScenarioTask", + "Module": "Beta.Bookings", "Permissions": { "Name": "BusinessScenarioData.ReadWrite.OwnedBy", "Description": "Read and write data for business scenarios this app creates or owns", "FullDescription": "Allows the app to fully manage all data associated with the business scenarios it owns. These changes will be attributed to you.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaBusinessScenarioPlannerTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", - "OutputType": "IMicrosoftGraphBusinessScenarioTask", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBusinessScenarioPlannerTask" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Update-MgBetaBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBusinessScenarioPlannerTaskAssignedToTaskBoardFormat" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Update-MgBetaBusinessScenarioPlannerTaskBucketTaskBoardFormat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBusinessScenarioPlannerTaskBucketTaskBoardFormat" + "ApiVersion": "beta" }, { + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerTaskConfiguration", + "Module": "Beta.Bookings", "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.All", @@ -380824,50 +381050,50 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaBusinessScenarioPlannerTaskConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", - "OutputType": "IMicrosoftGraphPlannerTaskConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBusinessScenarioPlannerTaskConfiguration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Update-MgBetaBusinessScenarioPlannerTaskDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", - "OutputType": "IMicrosoftGraphPlannerTaskDetails", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBusinessScenarioPlannerTaskDetail" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Update-MgBetaBusinessScenarioPlannerTaskProgressTaskBoardFormat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBusinessScenarioPlannerTaskProgressTaskBoardFormat" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphChat", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.ReadWrite", @@ -380888,20 +381114,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaChat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}", - "OutputType": "IMicrosoftGraphChat", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Update-MgBetaChat" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -380958,50 +381184,50 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Update-MgBetaChatInstalledApp", "Variants": [ "Upgrade", "UpgradeExpanded", "UpgradeViaIdentity", "UpgradeViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Update-MgBetaChatInstalledApp" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/lastMessagePreview", "Method": "PATCH", + "OutputType": "IMicrosoftGraphChatMessageInfo", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Update-MgBetaChatLastMessagePreview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/lastMessagePreview", - "OutputType": "IMicrosoftGraphChatMessageInfo", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Update-MgBetaChatLastMessagePreview" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Update-MgBetaChatMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Update-MgBetaChatMember" + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.ReadWrite", @@ -381040,95 +381266,95 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaChatMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Update-MgBetaChatMessage" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaChatMessageReply" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaChatMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaChatMessageReplyHostedContent" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaChatMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaChatOperation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaChatOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaChatPermissionGrant" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaChatPermissionGrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaChatPinnedMessage" + "Permissions": [], + "Command": "Update-MgBetaChatPinnedMessage", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTeamsTab", + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsTab.ReadWrite.All", @@ -381161,20 +381387,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaChatTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Update-MgBetaChatTab" + "ApiVersion": "beta" }, { + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.InitiateGroupCall.All", @@ -381189,65 +381415,65 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaCommunicationCallAudioRoutingGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "OutputType": "IMicrosoftGraphAudioRoutingGroup", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaCommunicationCallAudioRoutingGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", "Method": "PATCH", + "OutputType": null, + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Update-MgBetaCommunicationCallContentSharingSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaCommunicationCallContentSharingSession" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphCommsOperation", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Update-MgBetaCommunicationCallOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", - "OutputType": "IMicrosoftGraphCommsOperation", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaCommunicationCallOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphParticipant", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Update-MgBetaCommunicationCallParticipant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/participants/{participant-id}", - "OutputType": "IMicrosoftGraphParticipant", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaCommunicationCallParticipant" + "ApiVersion": "beta" }, { + "Uri": "/communications/calls/{call-id}/updateRecordingStatus", + "Method": "POST", + "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation", + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.AccessMedia.All", @@ -381262,52 +381488,52 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Update-MgBetaCommunicationCallRecordingStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/updateRecordingStatus", - "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaCommunicationCallRecordingStatus" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphCallRecordsSession", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Update-MgBetaCommunicationCallRecordSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", - "OutputType": "IMicrosoftGraphCallRecordsSession", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaCommunicationCallRecordSession" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Update-MgBetaCommunicationOnlineMeeting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaCommunicationOnlineMeeting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Update-MgBetaCommunicationOnlineMeetingAttendanceReport", "Variants": [ "Update", "Update1", @@ -381318,15 +381544,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaCommunicationOnlineMeetingAttendanceReport" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Update-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Update", "Update1", @@ -381337,129 +381563,129 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaCommunicationOnlineMeetingRecording" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaCommunicationOnlineMeetingRecording", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMeetingRegistration", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaCommunicationOnlineMeetingRegistration" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaCommunicationOnlineMeetingRegistration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMeetingRegistrantBase", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaCommunicationOnlineMeetingRegistrationRegistrant" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaCommunicationOnlineMeetingTranscript" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaCommunicationOnlineMeetingTranscript", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/communications/presences/{presence-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPresence", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaCommunicationPresence" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaCommunicationPresence", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/compliance", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Command": "Update-MgBetaCompliance" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaCompliance", "Variants": [ "Update", "UpdateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/compliance/ediscovery", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscovery" + "Permissions": [], + "Command": "Update-MgBetaComplianceEdiscovery", + "Variants": [ + "Update", + "UpdateExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEdiscoveryCase", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -381474,20 +381700,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCase", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}", - "OutputType": "IMicrosoftGraphEdiscoveryCase", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCase" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEdiscoveryCustodian", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -381502,78 +381728,78 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodian", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", - "OutputType": "IMicrosoftGraphEdiscoveryCustodian", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodian" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/updateIndex", "Method": "POST", + "OutputType": null, + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianIndex", "Variants": [ "Update", "UpdateViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/updateIndex", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianIndex" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianSiteSource" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianUserSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianUserSource" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -381588,123 +381814,123 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHold", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", - "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHold" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/updateIndex", "Method": "POST", + "OutputType": null, + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceIndex", "Variants": [ "Update", "UpdateViaIdentity" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/updateIndex", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceIndex" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Update-MgBetaComplianceEdiscoveryCaseOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", - "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCaseOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Update-MgBetaComplianceEdiscoveryCaseReviewSet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCaseReviewSet" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -381719,40 +381945,40 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseReviewSetQuery", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCaseReviewSetQuery" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/settings", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings", + "Module": "Beta.Compliance", "Permissions": { "Name": "eDiscovery.ReadWrite.All", "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/settings", - "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCaseSetting" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -381767,35 +381993,35 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseSourceCollection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", - "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCaseSourceCollection" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Module": "Beta.Compliance", + "Permissions": [], + "Command": "Update-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource" + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -381810,65 +382036,65 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseTag", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", - "OutputType": "IMicrosoftGraphEdiscoveryTag", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCaseTag" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/contacts/{orgContact-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphOrgContact", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Update-MgBetaContact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/contacts/{orgContact-id}", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaContact" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/contracts/{contract-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphContract", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Update-MgBetaContract", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/contracts/{contract-id}", - "OutputType": "IMicrosoftGraphContract", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaContract" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaDataPolicyOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", - "OutputType": "IMicrosoftGraphDataPolicyOperation", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaDataPolicyOperation" + "ApiVersion": "beta" }, { + "Uri": "/devices/{device-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.ReadWrite.All", @@ -381889,20 +382115,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/devices/{device-id}", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceAppManagement", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -381917,38 +382143,38 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagement", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/deviceAppManagement", - "OutputType": "IMicrosoftGraphDeviceAppManagement", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagement" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtection" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -381963,20 +382189,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -381991,20 +382217,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -382019,20 +382245,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -382047,20 +382273,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtection" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -382075,20 +382301,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -382103,155 +382329,155 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", - "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "OutputType": "IMicrosoftGraphIosManagedAppProtection", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtection" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -382266,20 +382492,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -382294,20 +382520,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -382322,80 +382548,80 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Update-MgBetaDeviceAppManagementManagedAppPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementManagedAppPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", - "OutputType": "IMicrosoftGraphManagedAppRegistration", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedAppOperation", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -382410,195 +382636,195 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "OutputType": "IMicrosoftGraphManagedAppOperation", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedAppStatus", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Update-MgBetaDeviceAppManagementManagedAppStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "OutputType": "IMicrosoftGraphManagedAppStatus", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementManagedAppStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedEBook", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementManagedEBook", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", - "OutputType": "IMicrosoftGraphManagedEBook", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementManagedEBook" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementManagedEBookAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", - "OutputType": "IMicrosoftGraphManagedEBookAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementManagedEBookAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedEBookCategory", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementManagedEBookCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", - "OutputType": "IMicrosoftGraphManagedEBookCategory", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementManagedEBookCategory" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementManagedEBookDeviceState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementManagedEBookDeviceState" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEBookInstallSummary", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementManagedEBookInstallSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", - "OutputType": "IMicrosoftGraphEBookInstallSummary", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementManagedEBookInstallSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementManagedEBookUserStateSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", - "OutputType": "IMicrosoftGraphUserInstallStateSummary", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementManagedEBookUserStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -382613,20 +382839,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -382641,20 +382867,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -382669,348 +382895,348 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMobileApp", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", - "OutputType": "IMicrosoftGraphMobileApp", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppCategory" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppRelationship", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppRelationship" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/updateRelationships", "Method": "POST", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Update-MgBetaDeviceAppManagementMultipleMobileAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/updateRelationships", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMultipleMobileAppRelationship" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/policySets/{policySet-id}/update", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Update-MgBetaDeviceAppManagementMultiplePolicySet", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Uri": "/deviceAppManagement/policySets/{policySet-id}/update", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMultiplePolicySet" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/policySets/{policySet-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphPolicySet", + "Module": "Beta.Devices.CorporateManagement", + "Permissions": [], + "Command": "Update-MgBetaDeviceAppManagementPolicySet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/policySets/{policySet-id}", - "OutputType": "IMicrosoftGraphPolicySet", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementPolicySet" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPolicySetAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementPolicySetAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", - "OutputType": "IMicrosoftGraphPolicySetAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementPolicySetAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPolicySetItem", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementPolicySetItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", - "OutputType": "IMicrosoftGraphPolicySetItem", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementPolicySetItem" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSymantecCodeSigningCertificate", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", - "OutputType": "IMicrosoftGraphSymantecCodeSigningCertificate", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementSymantecCodeSigningCertificate" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -383025,20 +383251,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -383053,20 +383279,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -383081,20 +383307,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -383109,20 +383335,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceAppManagementTask", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -383137,20 +383363,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", - "OutputType": "IMicrosoftGraphDeviceAppManagementTask", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementTask" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}/updateStatus", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -383165,20 +383391,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Update-MgBetaDeviceAppManagementTaskStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}/updateStatus", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementTaskStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphVppToken", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -383193,100 +383419,100 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementVppToken", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "OutputType": "IMicrosoftGraphVppToken", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementVppToken" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -383301,20 +383527,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -383329,20 +383555,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -383357,20 +383583,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -383385,20 +383611,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -383413,20 +383639,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -383441,20 +383667,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -383469,20 +383695,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", - "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtection" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -383497,20 +383723,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -383525,65 +383751,65 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices(deviceId='{deviceId}')", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Update-MgBetaDeviceByDeviceId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/devices(deviceId='{deviceId}')", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDeviceByDeviceId" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/commands/{command-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphCommand", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Update-MgBetaDeviceCommand", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/devices/{device-id}/commands/{command-id}", - "OutputType": "IMicrosoftGraphCommand", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDeviceCommand" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/extensions/{extension-id}", "Method": "PATCH", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Update-MgBetaDeviceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/devices/{device-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDeviceExtension" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagement", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -383616,172 +383842,172 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagement", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/deviceManagement", - "OutputType": "IMicrosoftGraphDeviceManagement", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagement" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", - "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", - "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", - "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidForWorkSettings", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAndroidForWorkSettings", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAndroidForWorkSetting", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/deviceManagement/androidForWorkSettings", - "OutputType": "IMicrosoftGraphAndroidForWorkSettings", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementAndroidForWorkSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", - "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", - "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/applePushNotificationCertificate", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -383796,363 +384022,363 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementApplePushNotificationCertificate", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/deviceManagement/applePushNotificationCertificate", - "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementApplePushNotificationCertificate" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", - "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", - "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAssignmentFilter", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementAssignmentFilter" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAuditEvent", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAuditEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", - "OutputType": "IMicrosoftGraphAuditEvent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementAuditEvent" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAutopilotEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementAutopilotEvent" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphCartToClassAssociation", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementCartToClassAssociation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", - "OutputType": "IMicrosoftGraphCartToClassAssociation", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementCartToClassAssociation" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementCategory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementCategorySettingDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementCategorySettingDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementComanagedDeviceCategory" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementComanagedDeviceConfigurationState" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceConfigurationState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementComanagedDeviceHealthScriptState" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceHealthScriptState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityBaselineState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsProtectionState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState" + "Permissions": [], + "Command": "Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphComanagementEligibleDevice", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -384167,20 +384393,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComanagementEligibleDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", - "OutputType": "IMicrosoftGraphComanagementEligibleDevice", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementComanagementEligibleDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -384195,140 +384421,140 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComplianceManagementPartner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "OutputType": "IMicrosoftGraphComplianceManagementPartner", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementComplianceManagementPartner" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementCompliancePolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", - "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementCompliancePolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementCompliancePolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementCompliancePolicyAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementCompliancePolicySetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementCompliancePolicySetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComplianceSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementComplianceSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/conditionalAccessSettings", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -384343,158 +384569,158 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementConditionalAccessSetting", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/deviceManagement/conditionalAccessSettings", - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementConditionalAccessSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementConfigurationPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementConfigurationPolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementConfigurationPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementConfigurationPolicyAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementConfigurationPolicySetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementConfigurationPolicySetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplate" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementConfigurationSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementConfigurationSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDataSharingConsent", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -384509,115 +384735,115 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDataSharingConsent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", - "OutputType": "IMicrosoftGraphDataSharingConsent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDataSharingConsent" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDepOnboardingSetting", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDepOnboardingSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", - "OutputType": "IMicrosoftGraphDepOnboardingSetting", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementDepOnboardingSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEnrollmentProfile", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", - "OutputType": "IMicrosoftGraphEnrollmentProfile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/updateDeviceProfileAssignment", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDeviceProfileAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/updateDeviceProfileAssignment", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDeviceProfileAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Update-MgBetaDeviceManagementDerivedCredential", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", - "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDerivedCredential" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDetectedApp", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -384632,20 +384858,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDetectedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", - "OutputType": "IMicrosoftGraphDetectedApp", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDetectedApp" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceCategory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -384660,526 +384886,526 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceCategory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicy" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicies/refreshDeviceComplianceReportSummarization", "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", + "Permissions": [], + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceComplianceReportSummarization", "Variants": [ "Refresh" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/refreshDeviceComplianceReportSummarization", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceComplianceReportSummarization" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary" + "ApiVersion": "beta" }, { - "Permissions": { - "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.", - "IsAdmin": true - }, - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded" - ], "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceConfiguration", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceConfiguration" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationAssignment" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationConflictSummary" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationConflictSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary" + "Permissions": { + "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.", + "IsAdmin": true + }, + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", + "Variants": [ + "Update", + "UpdateExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", - "ApiVersion": "beta", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationGroupAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", - "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphRestrictedAppsViolation", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", - "OutputType": "IMicrosoftGraphRestrictedAppsViolation", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStateSummary", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStateSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStateSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -385194,20 +385420,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceEnrollmentConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementDeviceEnrollmentConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -385222,20 +385448,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceHealthScript", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -385250,20 +385476,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceHealthScript", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", - "OutputType": "IMicrosoftGraphDeviceHealthScript", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceHealthScript" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -385278,20 +385504,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -385306,20 +385532,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", - "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/updateGlobalScript", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -385334,20 +385560,20 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptGlobalScript", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/updateGlobalScript", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptGlobalScript" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -385362,20 +385588,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptRunSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", - "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptRunSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceShellScript", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -385390,20 +385616,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceShellScript", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", - "OutputType": "IMicrosoftGraphDeviceShellScript", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceShellScript" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -385418,20 +385644,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceShellScriptAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceShellScriptAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -385446,20 +385672,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceShellScriptDeviceRunState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -385474,20 +385700,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceShellScriptGroupAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -385502,115 +385728,115 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceShellScriptUserRunState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceShellScriptUserRunState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Update-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDomainJoinConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", - "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementDomainJoinConnector" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePool", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePool" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", - "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -385625,20 +385851,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementExchangeConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementExchangeConnector" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -385653,7 +385879,7 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementExchangeOnPremisePolicy", "Variants": [ "Update", "Update1", @@ -385662,15 +385888,15 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementExchangeOnPremisePolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", "Method": "PATCH", + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Update-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", "Variants": [ "Update", "Update1", @@ -385679,858 +385905,858 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting" + "ApiVersion": "beta" }, { - "Permissions": { - "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.", - "IsAdmin": true - }, - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementGroupPolicyCategory" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementGroupPolicyConfiguration" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationAssignment" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/updateDefinitionValues", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationMultipleDefinitionValue" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationMultipleDefinitionValue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinition" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionFile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": { + "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.", + "IsAdmin": true + }, + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPresentation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation" + "Permissions": [], + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReport", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", - "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReport" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", - "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/updateScopeTags", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportScopeTag", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/updateScopeTags", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportScopeTag" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", - "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyObjectFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", - "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementGroupPolicyObjectFile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", - "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphGroupPolicyOperation", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", - "OutputType": "IMicrosoftGraphGroupPolicyOperation", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/updateLanguageFiles", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/updateLanguageFiles", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphImportedDeviceIdentity", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementImportedDeviceIdentity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", - "OutputType": "IMicrosoftGraphImportedDeviceIdentity", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementImportedDeviceIdentity" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity" - }, - { - "Permissions": { - "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.", - "IsAdmin": true - }, - "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementIntent", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementIntent" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementIntentAssignment" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntentAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementIntentCategory" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntentCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementIntentCategorySetting" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntentCategorySetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementIntentCategorySettingDefinition" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntentCategorySettingDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementIntentDeviceSettingStateSummary" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntentDeviceSettingStateSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementIntentDeviceState" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntentDeviceState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceStateSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementIntentDeviceStateSummary" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "POST", + "Command": "Update-MgBetaDeviceManagementIntentDeviceStateSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/updateSettings", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Update-MgBetaDeviceManagementIntentMultipleSetting" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntentMultipleSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementIntentSetting" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntentSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementIntentUserState" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntentUserState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementIntentUserStateSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementIntentUserStateSummary" - }, - { "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntentUserStateSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphIntuneBrandingProfile", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementIntuneBrandingProfile" - }, - { "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntuneBrandingProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementIntuneBrandingProfileAssignment" - }, - { "Permissions": { - "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.", + "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntuneBrandingProfileAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementIoUpdateStatus" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIoUpdateStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryStateSummary" + "Permissions": { + "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.", + "IsAdmin": true + }, + "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryStateSummary", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedDevice", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -386545,365 +386771,365 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementManagedDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementManagedDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Update-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceCategory", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Update-MgBetaDeviceManagementManagedDeviceCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", - "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementManagedDeviceCategory" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Update-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementManagedDeviceCompliancePolicyState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Update-MgBetaDeviceManagementManagedDeviceConfigurationState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementManagedDeviceConfigurationState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementManagedDeviceEncryptionState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", - "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementManagedDeviceEncryptionState" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementManagedDeviceHealthScriptState" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementManagedDeviceHealthScriptState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementManagedDeviceLogCollectionRequest" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityBaselineState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineState" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState" + "Permissions": [], + "Command": "Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsDeviceAccount", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsDeviceAccount" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", - "OutputType": "IMicrosoftGraphWindowsProtectionState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", - "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSite", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", - "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSite" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Module": "Beta.DeviceManagement", "Permissions": { "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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMobileAppTroubleshootingEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementMobileAppTroubleshootingEvent" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -386918,20 +387144,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -386946,128 +387172,128 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMobileThreatDefenseConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementMobileThreatDefenseConnector" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/monitoring", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementMonitoring", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Update-MgBetaDeviceManagementMonitoring", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/deviceManagement/monitoring", - "OutputType": "IMicrosoftGraphDeviceManagementMonitoring", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementMonitoring" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Update-MgBetaDeviceManagementMonitoringAlertRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", - "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementMonitoringAlertRecord" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", + "Module": "Beta.DeviceManagement", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMonitoringAlertRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", - "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementMonitoringAlertRule" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphNdesConnector", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementNdeConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", - "OutputType": "IMicrosoftGraphNdesConnector", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementNdeConnector" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Module": "Beta.DeviceManagement", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementNotificationMessageTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementNotificationMessageTemplate" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Module": "Beta.DeviceManagement", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -387082,20 +387308,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementPartner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "OutputType": "IMicrosoftGraphDeviceManagementPartner", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementPartner" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphRemoteActionAudit", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -387110,20 +387336,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementRemoteActionAudit", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", - "OutputType": "IMicrosoftGraphRemoteActionAudit", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementRemoteActionAudit" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -387138,20 +387364,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementRemoteAssistancePartner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementRemoteAssistancePartner" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementReports", + "Module": "Beta.Reports", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -387178,58 +387404,58 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementReport", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/deviceManagement/reports", - "OutputType": "IMicrosoftGraphDeviceManagementReports", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Update-MgBetaDeviceManagementReport" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", + "Module": "Beta.DeviceManagement", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementResourceAccessProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementResourceAccessProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "Module": "Beta.DeviceManagement", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementResourceAccessProfileAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementResourceAccessProfileAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphResourceOperation", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -387244,40 +387470,40 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementResourceOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "OutputType": "IMicrosoftGraphResourceOperation", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementResourceOperation" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementReusableSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementReusableSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -387292,20 +387518,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementRoleAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphRoleDefinition", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -387320,20 +387546,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "OutputType": "IMicrosoftGraphRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementRoleDefinition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphRoleAssignment", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -387348,20 +387574,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementRoleDefinitionRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "OutputType": "IMicrosoftGraphRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementRoleDefinitionRoleAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphRoleScopeTag", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -387376,50 +387602,50 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementRoleScopeTag", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", - "OutputType": "IMicrosoftGraphRoleScopeTag", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementRoleScopeTag" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Update-MgBetaDeviceManagementRoleScopeTagAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementRoleScopeTagAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementScript", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Update-MgBetaDeviceManagementScript", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScript", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementScript" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -387434,20 +387660,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementScriptAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementScriptAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -387462,20 +387688,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementScriptDeviceRunState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementScriptDeviceRunState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -387490,20 +387716,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementScriptGroupAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementScriptGroupAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -387518,20 +387744,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementScriptUserRunState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementScriptUserRunState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -387546,340 +387772,340 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementScriptUserRunStateDeviceRunState" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementSettingDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementSettingDefinition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTelecomExpenseManagementPartner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementTelecomExpenseManagementPartner" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementTemplate" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTemplateCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementTemplateCategory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementTemplateCategoryRecommendedSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTemplateCategorySettingDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementTemplateCategorySettingDefinition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Module": "Beta.DeviceManagement", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTemplateMigratableTo", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementTemplateMigratableTo" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategory" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Update-MgBetaDeviceManagementTemplateMigratableToSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementTemplateMigratableToSetting" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTemplateSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementTemplateSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermsAndConditions", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTermAndCondition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", - "OutputType": "IMicrosoftGraphTermsAndConditions", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementTermAndCondition" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementTermAndConditionAcceptanceStatus" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTermAndConditionAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementTermAndConditionAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTermAndConditionGroupAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", - "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementTermAndConditionGroupAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Module": "Beta.DeviceManagement", "Permissions": { "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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTroubleshootingEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementTroubleshootingEvent" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -387894,35 +388120,35 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomaly" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -387937,20 +388163,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -387965,20 +388191,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -387993,20 +388219,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -388021,20 +388247,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -388049,20 +388275,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -388077,20 +388303,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -388105,20 +388331,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -388133,20 +388359,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -388161,20 +388387,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -388189,20 +388415,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -388217,33 +388443,33 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -388258,20 +388484,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBaseline", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBaseline" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -388286,20 +388512,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -388314,18 +388540,18 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -388340,20 +388566,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -388368,20 +388594,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -388396,20 +388622,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -388424,20 +388650,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -388452,20 +388678,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -388480,18 +388706,18 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -388506,35 +388732,35 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticCategory" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -388549,20 +388775,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -388577,20 +388803,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -388605,7 +388831,7 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", "Variants": [ "Update", "Update1", @@ -388614,13 +388840,13 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -388635,20 +388861,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -388663,20 +388889,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -388691,20 +388917,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -388719,35 +388945,35 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", + "Module": "Beta.DeviceManagement", + "Permissions": [], + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -388762,20 +388988,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -388790,20 +389016,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -388818,20 +389044,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -388846,20 +389072,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticModelScore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticModelScore" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -388874,20 +389100,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsOverview", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -388902,18 +389128,18 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticOverview", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsOverview", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticOverview" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -388928,20 +389154,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -388956,20 +389182,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -388984,20 +389210,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -389012,18 +389238,18 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -389038,20 +389264,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -389066,20 +389292,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -389094,173 +389320,173 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserPfxCertificate", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserPfxCertificate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", - "OutputType": "IMicrosoftGraphUserPfxCertificate", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementUserPfxCertificate" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphCloudPcBulkAction", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Update-MgBetaDeviceManagementVirtualEndpointBulkAction", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", - "OutputType": "IMicrosoftGraphCloudPcBulkAction", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointBulkAction" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", "Method": "PATCH", + "OutputType": "IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Update-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", - "OutputType": "IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Update-MgBetaDeviceManagementVirtualEndpointDeviceImage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", - "OutputType": "IMicrosoftGraphCloudPcDeviceImage", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointDeviceImage" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", - "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Update-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", - "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Update-MgBetaDeviceManagementVirtualEndpointGalleryImage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", - "OutputType": "IMicrosoftGraphCloudPcGalleryImage", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointGalleryImage" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/updateAdDomainPassword", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionAdDomainPassword", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/updateAdDomainPassword", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionAdDomainPassword" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings", + "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -389275,354 +389501,354 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", - "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointOrganizationSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Module": "Beta.DeviceManagement.Administration", "Permissions": { "Name": "CloudPC.ReadWrite.All", "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", "Method": "PATCH", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Beta.DeviceManagement.Administration", + "Permissions": [], + "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded" - ], "Uri": "/deviceManagement/virtualEndpoint/reports", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCloudPcReports", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointReport" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointReport", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCloudPcExportJob", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointReportExportJob" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointReportExportJob", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCloudPcServicePlan", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointServicePlan" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointServicePlan", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCloudPcSnapshot", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointSnapshot" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointSnapshot", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointSupportedRegion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointSupportedRegion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCloudPcUserSetting", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointUserSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointUserSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment" + "Permissions": [], + "Command": "Update-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties", + "Method": "POST", + "OutputType": null, + "Module": "Beta.DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsAutopilotSettings", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsAutopilotSettings", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementWindowsAutopilotSetting", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/deviceManagement/windowsAutopilotSettings", - "OutputType": "IMicrosoftGraphWindowsAutopilotSettings", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementWindowsAutopilotSetting" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementWindowsFeatureUpdateProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementWindowsFeatureUpdateProfile" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Module": "Beta.DeviceManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Module": "Beta.DeviceManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -389637,20 +389863,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementWindowsMalwareInformation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementWindowsMalwareInformation" + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -389665,431 +389891,471 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", - "ApiVersion": "beta", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState" + "Permissions": { + "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.", + "IsAdmin": true + }, + "Command": "Update-MgBetaDeviceManagementWindowsQualityUpdateProfile", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment", + "Module": "Beta.DeviceManagement", + "Permissions": { + "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.", + "IsAdmin": true + }, + "Command": "Update-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUsageRight", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDeviceUsageRights" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDeviceUsageRights", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDirectory", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectory" + "Permissions": [], + "Command": "Update-MgBetaDirectory", + "Variants": [ + "Update", + "UpdateExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "AdministrativeUnit.ReadWrite.All", "Description": "Read and write administrative units", "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDirectoryAdministrativeUnit", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryAdministrativeUnit" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "Method": "PATCH", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Update-MgBetaDirectoryAdministrativeUnitExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryAdministrativeUnitExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Update-MgBetaDirectoryAdministrativeUnitScopedRoleMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryAdministrativeUnitScopedRoleMember" + "ApiVersion": "beta" }, { + "Uri": "/directory/attributeSets/{attributeSet-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAttributeSet", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "CustomSecAttributeDefinition.ReadWrite.All", "Description": "Read and write custom security attribute definitions", "FullDescription": "Allows the app to read and write custom security attribute definitions for the tenant on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDirectoryAttributeSet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/directory/attributeSets/{attributeSet-id}", - "OutputType": "IMicrosoftGraphAttributeSet", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryAttributeSet" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/certificateAuthorities", "Method": "PATCH", + "OutputType": "IMicrosoftGraphCertificateAuthorityPath", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Update-MgBetaDirectoryCertificateAuthority", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/directory/certificateAuthorities", - "OutputType": "IMicrosoftGraphCertificateAuthorityPath", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryCertificateAuthority" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", - "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", - "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority" + "ApiVersion": "beta" }, { + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "CustomSecAttributeDefinition.ReadWrite.All", "Description": "Read and write custom security attribute definitions", "FullDescription": "Allows the app to read and write custom security attribute definitions for the tenant on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDirectoryCustomSecurityAttributeDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryCustomSecurityAttributeDefinition" + "ApiVersion": "beta" }, { + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAllowedValue", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "CustomSecAttributeDefinition.ReadWrite.All", "Description": "Read and write custom security attribute definitions", "FullDescription": "Allows the app to read and write custom security attribute definitions for the tenant on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "OutputType": "IMicrosoftGraphAllowedValue", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/directory/deletedItems/{directoryObject-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryDeletedItem" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDirectoryDeletedItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryFeatureRolloutPolicy" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDirectoryFeatureRolloutPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityProviderBase", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryFederationConfiguration" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDirectoryFederationConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/impactedResources/{impactedResource-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphImpactedResource", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryImpactedResource" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDirectoryImpactedResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphInboundSharedUserProfile", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryInboundSharedUserProfile" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDirectoryInboundSharedUserProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/directoryObjects/{directoryObject-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.DirectoryObjects", - "Command": "Update-MgBetaDirectoryObject" + "Permissions": [], + "Command": "Update-MgBetaDirectoryObject", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "OnPremDirectorySynchronization.ReadWrite.All", "Description": "Read and write all on-premises directory synchronization information", "FullDescription": "Allows the app to read and write all on-premises directory synchronization information for the organization, on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDirectoryOnPremiseSynchronization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryOnPremiseSynchronization" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryOutboundSharedUserProfile" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDirectoryOutboundSharedUserProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryOutboundSharedUserProfileTenant" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDirectoryOutboundSharedUserProfileTenant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/recommendations/{recommendation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphRecommendation", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryRecommendation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDirectoryRecommendation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphImpactedResource", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryRecommendationImpactedResource" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDirectoryRecommendationImpactedResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles/{directoryRole-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryRole" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDirectoryRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryRoleByRoleTemplateId" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDirectoryRoleByRoleTemplateId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryRoleScopedMember" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDirectoryRoleScopedMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryRoleTemplate" + "Permissions": [], + "Command": "Update-MgBetaDirectoryRoleTemplate", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/settings/{directorySetting-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDirectorySetting", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -390104,180 +390370,180 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaDirectorySetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/settings/{directorySetting-id}", - "OutputType": "IMicrosoftGraphDirectorySetting", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectorySetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDirectorySettingTemplate", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Update-MgBetaDirectorySettingTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", - "OutputType": "IMicrosoftGraphDirectorySettingTemplate", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectorySettingTemplate" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSharedEmailDomain", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Update-MgBetaDirectorySharedEmailDomain", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", - "OutputType": "IMicrosoftGraphSharedEmailDomain", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectorySharedEmailDomain" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/directory/subscriptions/{companySubscription-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphCompanySubscription", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Update-MgBetaDirectorySubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/directory/subscriptions/{companySubscription-id}", - "OutputType": "IMicrosoftGraphCompanySubscription", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectorySubscription" + "ApiVersion": "beta" }, { + "Uri": "/domains/{domain-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDomain", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "Domain.ReadWrite.All", "Description": "Read and write domains", "FullDescription": "Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDomain", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/domains/{domain-id}", - "OutputType": "IMicrosoftGraphDomain", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDomain" + "ApiVersion": "beta" }, { + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "Domain.ReadWrite.All", "Description": "Read and write domains", "FullDescription": "Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaDomainFederationConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "OutputType": "IMicrosoftGraphInternalDomainFederation", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDomainFederationConfiguration" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDomainDnsRecord", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDomainServiceConfigurationRecord" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDomainServiceConfigurationRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDomainSharedEmailDomainInvitation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDomainSharedEmailDomainInvitation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDomainDnsRecord", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDomainVerificationDnsRecord" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDomainVerificationDnsRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDrive" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDrive", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveCreatedByUserMailboxSetting" + "Permissions": [], + "Command": "Update-MgBetaDriveCreatedByUserMailboxSetting", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -390298,200 +390564,200 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaDriveItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveItem" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveItemAnalytic" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveItemAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveItemAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveItemAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveItemListItem" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveItemListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveItemListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveItemListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveItemListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveItemListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveItemListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveItemListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveItemListItemField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveItemListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveItemListItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveItemListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveItemListItemVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveItemListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveItemListItemVersionField" + "Permissions": [], + "Command": "Update-MgBetaDriveItemListItemVersionField", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPermission", + "Module": "Beta.Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -390512,640 +390778,640 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaDriveItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveItemPermission" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveItemRetentionLabel" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveItemRetentionLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveItemSubscription" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveItemSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveItemThumbnail" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveItemThumbnail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveItemVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list", + "Method": "PATCH", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveList" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveListColumn" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveListColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveListContentType" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveListContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveListContentTypeColumn" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveListContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveListContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveListCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveListCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveListItem" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveListItemField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveListItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveListItemVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveListItemVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveListLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveListLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveListOperation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveListOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveListSubscription" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveListSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveRoot" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveRoot", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/analytics", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveRootAnalytic" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveRootAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveRootAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveRootAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveRootCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveRootCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveRootLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveRootLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveRootListItem" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveRootListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveRootListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveRootListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveRootListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveRootListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveRootListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveRootListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveRootListItemField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveRootListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveRootListItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveRootListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveRootListItemVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveRootListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveRootListItemVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveRootListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveRootPermission" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveRootPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/retentionLabel", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveRootRetentionLabel" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveRootRetentionLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveRootSubscription" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveRootSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveRootThumbnail" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaDriveRootThumbnail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaDriveRootVersion" + "Permissions": [], + "Command": "Update-MgBetaDriveRootVersion", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationClass", + "Module": "Beta.Education", "Permissions": { "Name": "EduRoster.ReadWrite.All", "Description": "Read and write the organization's roster", "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaEducationClass", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationClass" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -391160,35 +391426,35 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaEducationClassAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationClassAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationCategory", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Update-MgBetaEducationClassAssignmentCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationClassAssignmentCategory" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -391203,35 +391469,35 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaEducationClassAssignmentDefault", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationClassAssignmentDefault" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Update-MgBetaEducationClassAssignmentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationClassAssignmentResource" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationRubric", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -391246,20 +391512,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaEducationClassAssignmentRubric", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationClassAssignmentRubric" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignmentSettings", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationAssignmentSettings", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -391274,50 +391540,50 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaEducationClassAssignmentSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignmentSettings", - "OutputType": "IMicrosoftGraphEducationAssignmentSettings", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationClassAssignmentSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Update-MgBetaEducationClassAssignmentSettingGradingCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", - "OutputType": "IMicrosoftGraphEducationGradingCategory", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationClassAssignmentSettingGradingCategory" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Update-MgBetaEducationClassAssignmentSubmission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationClassAssignmentSubmission" + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationOutcome", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -391344,203 +391610,203 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaEducationClassAssignmentSubmissionOutcome", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationClassAssignmentSubmissionOutcome" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Update-MgBetaEducationClassAssignmentSubmissionResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationClassAssignmentSubmissionResource" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Update-MgBetaEducationClassAssignmentSubmissionSubmittedResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationClassAssignmentSubmissionSubmittedResource" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationModule", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Update-MgBetaEducationClassModule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", - "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationClassModule" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationModuleResource", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Update-MgBetaEducationClassModuleResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", - "OutputType": "IMicrosoftGraphEducationModuleResource", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationClassModuleResource" + "ApiVersion": "beta" }, { + "Uri": "/education/me", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationUser", + "Module": "Beta.Education", "Permissions": { "Name": "EduRoster.ReadWrite.All", "Description": "Read and write the organization's roster", "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaEducationMe", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/education/me", - "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationMe" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/education/me/assignments/{educationAssignment-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Update-MgBetaEducationMeAssignment" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaEducationMeAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Update-MgBetaEducationMeAssignmentResource" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaEducationMeAssignmentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Update-MgBetaEducationMeAssignmentRubric" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaEducationMeAssignmentRubric", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Update-MgBetaEducationMeAssignmentSubmission" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaEducationMeAssignmentSubmission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Update-MgBetaEducationMeAssignmentSubmissionOutcome" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaEducationMeAssignmentSubmissionOutcome", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Update-MgBetaEducationMeAssignmentSubmissionResource" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaEducationMeAssignmentSubmissionResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Update-MgBetaEducationMeAssignmentSubmissionSubmittedResource" + "Permissions": [], + "Command": "Update-MgBetaEducationMeAssignmentSubmissionSubmittedResource", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/education/me/rubrics/{educationRubric-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationRubric", + "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -391555,308 +391821,308 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaEducationMeRubric", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/education/me/rubrics/{educationRubric-id}", - "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationMeRubric" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/me/user/mailboxSettings", "Method": "PATCH", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Update-MgBetaEducationMeUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/education/me/user/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationMeUserMailboxSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education", "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationRoot", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Update-MgBetaEducationRoot", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/education", - "OutputType": "IMicrosoftGraphEducationRoot", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationRoot" + "ApiVersion": "beta" }, { + "Uri": "/education/schools/{educationSchool-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationSchool", + "Module": "Beta.Education", "Permissions": { "Name": "EduRoster.ReadWrite.All", "Description": "Read and write the organization's roster", "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaEducationSchool", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/education/schools/{educationSchool-id}", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationSchool" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Update-MgBetaEducationSchoolAdministrativeUnit", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationSchoolAdministrativeUnit" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Update-MgBetaEducationSynchronizationProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", - "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationSynchronizationProfile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationSynchronizationError", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Update-MgBetaEducationSynchronizationProfileError", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", - "OutputType": "IMicrosoftGraphEducationSynchronizationError", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationSynchronizationProfileError" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus", + "Module": "Beta.Education", + "Permissions": [], + "Command": "Update-MgBetaEducationSynchronizationProfileStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", - "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationSynchronizationProfileStatus" + "ApiVersion": "beta" }, { + "Uri": "/education/users/{educationUser-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationUser", + "Module": "Beta.Education", "Permissions": { "Name": "EduRoster.ReadWrite.All", "Description": "Read and write the organization's roster", "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaEducationUser", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/education/users/{educationUser-id}", - "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "beta", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationUser" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Update-MgBetaEducationUserAssignment" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaEducationUserAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Update-MgBetaEducationUserAssignmentResource" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaEducationUserAssignmentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Update-MgBetaEducationUserAssignmentRubric" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaEducationUserAssignmentRubric", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Update-MgBetaEducationUserAssignmentSubmission" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaEducationUserAssignmentSubmission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Update-MgBetaEducationUserAssignmentSubmissionOutcome" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaEducationUserAssignmentSubmissionOutcome", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Update-MgBetaEducationUserAssignmentSubmissionResource" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaEducationUserAssignmentSubmissionResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Update-MgBetaEducationUserAssignmentSubmissionSubmittedResource" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaEducationUserAssignmentSubmissionSubmittedResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Update-MgBetaEducationUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaEducationUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Update-MgBetaEducationUserRubric" + "Permissions": [], + "Command": "Update-MgBetaEducationUserRubric", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessPackage", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementAccessPackage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaEntitlementManagementAccessPackage" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/reprocess", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignment", "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -391865,100 +392131,100 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/reprocess", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphApproval", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentApproval", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", - "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentApproval" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphApprovalStep", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphCustomExtensionHandler", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", - "OutputType": "IMicrosoftGraphCustomExtensionHandler", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -391967,159 +392233,159 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentRequest" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalog", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalog" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", - "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Update-MgBetaEntitlementManagementAccessPackageResourceRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaEntitlementManagementAccessPackageResourceRequest" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Update-MgBetaEntitlementManagementAccessPackageResourceRoleScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaEntitlementManagementAccessPackageResourceRoleScope" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphConnectedOrganization", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementConnectedOrganization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", - "OutputType": "IMicrosoftGraphConnectedOrganization", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaEntitlementManagementConnectedOrganization" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/settings", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEntitlementManagementSettings", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementSetting", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/settings", - "OutputType": "IMicrosoftGraphEntitlementManagementSettings", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaEntitlementManagementSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessPackageSubject", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Update-MgBetaEntitlementManagementSubject", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", - "OutputType": "IMicrosoftGraphAccessPackageSubject", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaEntitlementManagementSubject" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/external", "Method": "PATCH", + "OutputType": "IMicrosoftGraphExternalConnectorsExternal", + "Module": "Beta.Search", + "Permissions": [], + "Command": "Update-MgBetaExternal", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/external", - "OutputType": "IMicrosoftGraphExternalConnectorsExternal", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Update-MgBetaExternal" + "ApiVersion": "beta" }, { + "Uri": "/external/connections/{externalConnection-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Module": "Beta.Search", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.All", @@ -392134,20 +392400,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaExternalConnection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/external/connections/{externalConnection-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Update-MgBetaExternalConnection" + "ApiVersion": "beta" }, { + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Module": "Beta.Search", "Permissions": [ { "Name": "ExternalItem.ReadWrite.All", @@ -392162,80 +392428,80 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaExternalConnectionGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Update-MgBetaExternalConnectionGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Module": "Beta.Search", + "Permissions": [], + "Command": "Update-MgBetaExternalConnectionGroupMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Update-MgBetaExternalConnectionGroupMember" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Module": "Beta.Search", + "Permissions": [], + "Command": "Update-MgBetaExternalConnectionItemActivity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Update-MgBetaExternalConnectionItemActivity" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Module": "Beta.Search", + "Permissions": [], + "Command": "Update-MgBetaExternalConnectionOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Update-MgBetaExternalConnectionOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/quota", "Method": "PATCH", + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionQuota", + "Module": "Beta.Search", + "Permissions": [], + "Command": "Update-MgBetaExternalConnectionQuota", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/external/connections/{externalConnection-id}/quota", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionQuota", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Update-MgBetaExternalConnectionQuota" + "ApiVersion": "beta" }, { + "Uri": "/external/connections/{externalConnection-id}/schema", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphExternalConnectorsSchema", + "Module": "Beta.Search", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.All", @@ -392250,440 +392516,440 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaExternalConnectionSchema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/external/connections/{externalConnection-id}/schema", - "OutputType": "IMicrosoftGraphExternalConnectorsSchema", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Update-MgBetaExternalConnectionSchema" + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphIndustryDataConnector", + "Module": "Beta.Search", "Permissions": { "Name": "IndustryData-DataConnector.ReadWrite.All", "Description": "Manage data connector definitions", "FullDescription": "Allows the app to read and write data connectors on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaExternalIndustryDataConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", - "OutputType": "IMicrosoftGraphIndustryDataConnector", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Update-MgBetaExternalIndustryDataConnector" + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", + "Module": "Beta.Search", "Permissions": { "Name": "IndustryData-InboundFlow.ReadWrite.All", "Description": "Manage inbound flow definitions", "FullDescription": "Allows the app to read and write inbound data flows on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaExternalIndustryDataInboundFlow", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", - "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Update-MgBetaExternalIndustryDataInboundFlow" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/external/industryData/operations/{longRunningOperation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Module": "Beta.Search", + "Permissions": [], + "Command": "Update-MgBetaExternalIndustryDataOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/external/industryData/operations/{longRunningOperation-id}", - "OutputType": "IMicrosoftGraphLongRunningOperation", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Update-MgBetaExternalIndustryDataOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", + "Module": "Beta.Search", + "Permissions": [], + "Command": "Update-MgBetaExternalIndustryDataReferenceDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", - "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Update-MgBetaExternalIndustryDataReferenceDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/external/industryData/roleGroups/{roleGroup-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", + "Module": "Beta.Search", + "Permissions": [], + "Command": "Update-MgBetaExternalIndustryDataRoleGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/external/industryData/roleGroups/{roleGroup-id}", - "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Update-MgBetaExternalIndustryDataRoleGroup" + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", + "Module": "Beta.Search", "Permissions": { "Name": "IndustryData-SourceSystem.ReadWrite.All", "Description": "Manage source system definitions", "FullDescription": "Allows the app to read and write source system definitions on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaExternalIndustryDataSourceSystem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Update-MgBetaExternalIndustryDataSourceSystem" + "ApiVersion": "beta" }, { + "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", + "Module": "Beta.Search", "Permissions": { "Name": "IndustryData-TimePeriod.ReadWrite.All", "Description": "Manage time period definitions", "FullDescription": "Allows the app to read and write time period definitions on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaExternalIndustryDataYear", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Update-MgBetaExternalIndustryDataYear" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials", "Method": "PATCH", + "OutputType": "IMicrosoftGraphFinancials", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Update-MgBetaFinancial", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/financials", - "OutputType": "IMicrosoftGraphFinancials", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancial" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphCountryRegion", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCountryRegion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", - "OutputType": "IMicrosoftGraphCountryRegion", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCountryRegion" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphCurrency", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", - "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCurrency" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/customers/{customer-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphCustomer", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/financials/companies/{company-id}/customers/{customer-id}", - "OutputType": "IMicrosoftGraphCustomer", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomer" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomerCurrency" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCustomerPayment", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomerPayment" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPayment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCustomer", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomer" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerPicture" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", - "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod" + "ApiVersion": "beta" }, { - "Permissions": { - "Name": "Financials.ReadWrite.All", - "Description": "Read and write financials data", - "FullDescription": "Allows the app to read and write financials data on your behalf.", - "IsAdmin": false - }, + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", "Method": "PATCH", + "OutputType": "IMicrosoftGraphShipmentMethod", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCustomerPaymentJournal", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournal" - }, - { "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournal", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", - "OutputType": "IMicrosoftGraphCustomerPayment", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphCustomerPayment", + "Module": "Beta.Financials", + "Permissions": { + "Name": "Financials.ReadWrite.All", + "Description": "Read and write financials data", + "FullDescription": "Allows the app to read and write financials data on your behalf.", + "IsAdmin": false + }, + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCustomer", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "Method": "PATCH", "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm" + "Permissions": [], + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", "Method": "PATCH", + "OutputType": "IMicrosoftGraphPaymentMethod", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentMethod", "Variants": [ "Update", "Update1", @@ -392694,15 +392960,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", - "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentMethod" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", "Method": "PATCH", + "OutputType": "IMicrosoftGraphPaymentTerm", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentTerm", "Variants": [ "Update", "Update1", @@ -392713,125 +392979,125 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentTerm" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphPicture", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Update-MgBetaFinancialCompanyCustomerPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomerPicture" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", "Method": "PATCH", + "OutputType": "IMicrosoftGraphShipmentMethod", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Update-MgBetaFinancialCompanyCustomerShipmentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", - "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomerShipmentMethod" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/employees/{employee-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEmployee", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyEmployee", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/financials/companies/{company-id}/employees/{employee-id}", - "OutputType": "IMicrosoftGraphEmployee", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyEmployee" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphPicture", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Update-MgBetaFinancialCompanyEmployeePicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyEmployeePicture" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphCompanyInformation", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyInformation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}", - "OutputType": "IMicrosoftGraphCompanyInformation", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyInformation" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/items/{item-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphItem", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/financials/companies/{company-id}/items/{item-id}", - "OutputType": "IMicrosoftGraphItem", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyItem" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphItemCategory", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyItemCategory", "Variants": [ "Update", "Update1", @@ -392842,50 +393108,50 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", - "OutputType": "IMicrosoftGraphItemCategory", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyItemCategory" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphPicture", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Update-MgBetaFinancialCompanyItemPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyItemPicture" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/journals/{journal-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphJournal", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyJournal", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/financials/companies/{company-id}/journals/{journal-id}", - "OutputType": "IMicrosoftGraphJournal", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyJournal" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphJournalLine", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Update-MgBetaFinancialCompanyJournalLine", "Variants": [ "Update", "Update1", @@ -392896,119 +393162,100 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", - "OutputType": "IMicrosoftGraphJournalLine", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyJournalLine" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPaymentMethod", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPaymentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", - "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyPaymentMethod" + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPaymentTerm", + "Module": "Beta.Financials", "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPaymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", - "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyPaymentTerm" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/financials/companies/{company-id}/picture/{picture-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyPicture" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPurchaseInvoice", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoice" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceCurrency" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceCurrency", "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" + "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLine" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLine", "Variants": [ "Update", "Update1", @@ -393019,15 +393266,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItem", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItem" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItem", "Variants": [ "Update", "Update1", @@ -393038,15 +393285,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemCategory", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", "Variants": [ "Update", "Update1", @@ -393057,484 +393304,484 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", "Variants": [ "Update", + "Update1", "UpdateExpanded", + "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded", + "UpdateViaIdentityExpanded1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", + "Method": "PATCH", "OutputType": "IMicrosoftGraphVendor", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendor" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendor", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSalesCreditMemo", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemo" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemo", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCurrency" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCustomer", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomer" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPicture" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", + "Method": "PATCH", "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSalesCreditMemoLine", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLine" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLine", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItem", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItem" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemCategory", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItemCategory" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItemPicture" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoPaymentTerm" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSalesCreditMemoLine", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItem", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemCategory", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSalesInvoice", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleInvoice" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCurrency" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCustomer", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomer" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerCurrency" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPicture" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", + "Method": "PATCH", "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" + "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSalesInvoiceLine", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleInvoiceLine" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceLine", "Variants": [ "Update", "Update1", @@ -393545,15 +393792,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItem", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItem" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItem", "Variants": [ "Update", "Update1", @@ -393564,15 +393811,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemCategory", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItemCategory" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItemCategory", "Variants": [ "Update", "Update1", @@ -393583,184 +393830,184 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItemPicture" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItemPicture", "Variants": [ "Update", + "Update1", "UpdateExpanded", + "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded", + "UpdateViaIdentityExpanded1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleInvoicePaymentTerm" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoicePaymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", + "Method": "PATCH", "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleInvoiceShipmentMethod" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceShipmentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSalesOrder", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleOrder" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrder", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleOrderCurrency" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrderCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCustomer", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleOrderCustomer" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrderCustomer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerCurrency" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPicture" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", + "Method": "PATCH", "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" + "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSalesOrderLine", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleOrderLine" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrderLine", "Variants": [ "Update", "Update1", @@ -393771,15 +394018,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItem", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleOrderLineItem" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrderLineItem", "Variants": [ "Update", "Update1", @@ -393790,15 +394037,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemCategory", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleOrderLineItemCategory" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrderLineItemCategory", "Variants": [ "Update", "Update1", @@ -393809,169 +394056,169 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleOrderLineItemPicture" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrderLineItemPicture", "Variants": [ "Update", + "Update1", "UpdateExpanded", + "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded", + "UpdateViaIdentityExpanded1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleOrderPaymentTerm" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrderPaymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSalesQuote", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleQuote" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuote", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleQuoteCurrency" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuoteCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCustomer", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomer" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerCurrency" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPicture" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", + "Method": "PATCH", "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" + "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSalesQuoteLine", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleQuoteLine" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuoteLine", "Variants": [ "Update", "Update1", @@ -393982,15 +394229,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItem", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItem" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItem", "Variants": [ "Update", "Update1", @@ -394001,15 +394248,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemCategory", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItemCategory" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItemCategory", "Variants": [ "Update", "Update1", @@ -394020,203 +394267,222 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItemPicture" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItemPicture", "Variants": [ "Update", + "Update1", "UpdateExpanded", + "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded", + "UpdateViaIdentityExpanded1" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleQuotePaymentTerm" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuotePaymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", - "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleQuoteShipmentMethod" + "ApiVersion": "beta" }, { - "Permissions": { - "Name": "Financials.ReadWrite.All", - "Description": "Read and write financials data", - "FullDescription": "Allows the app to read and write financials data on your behalf.", - "IsAdmin": false - }, + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", "Method": "PATCH", + "OutputType": "IMicrosoftGraphShipmentMethod", + "Module": "Beta.Financials", + "Permissions": [], + "Command": "Update-MgBetaFinancialCompanySaleQuoteShipmentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyShipmentMethod" - }, - { "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyShipmentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTaxArea", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyTaxArea" - }, - { "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyTaxArea", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTaxGroup", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyTaxGroup" - }, - { "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyTaxGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnitOfMeasure", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyUnitOfMeasure" - }, - { "Permissions": { "Name": "Financials.ReadWrite.All", "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyUnitOfMeasure", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", - "OutputType": "IMicrosoftGraphVendor", - "ApiVersion": "beta", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyVendor" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphVendor", + "Module": "Beta.Financials", + "Permissions": { + "Name": "Financials.ReadWrite.All", + "Description": "Read and write financials data", + "FullDescription": "Allows the app to read and write financials data on your behalf.", + "IsAdmin": false + }, + "Command": "Update-MgBetaFinancialCompanyVendor", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyVendorCurrency" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyVendorCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyVendorPaymentMethod" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyVendorPaymentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyVendorPaymentTerm" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyVendorPaymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyVendorPicture" + "Permissions": [], + "Command": "Update-MgBetaFinancialCompanyVendorPicture", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -394231,50 +394497,50 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Update-MgBetaGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Update-MgBetaGroupAppRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Update-MgBetaGroupAppRoleAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups(uniqueName='{uniqueName}')", "Method": "PATCH", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Update-MgBetaGroupByUniqueName", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups(uniqueName='{uniqueName}')", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Update-MgBetaGroupByUniqueName" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/calendar/events/{event-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -394289,955 +394555,955 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaGroupCalendarEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/calendar/events/{event-id}", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Update-MgBetaGroupCalendarEvent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphCalendarPermission", + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Update-MgBetaGroupCalendarPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", - "OutputType": "IMicrosoftGraphCalendarPermission", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Update-MgBetaGroupCalendarPermission" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphConversationThread", + "Module": "Beta.Groups", "Permissions": { "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 }, - "Method": "PATCH", + "Command": "Update-MgBetaGroupConversationThread", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Update-MgBetaGroupConversationThread" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPost", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Update-MgBetaGroupConversationThreadPost" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupConversationThreadPost", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Update-MgBetaGroupConversationThreadPostExtension" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupConversationThreadPostExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Update-MgBetaGroupConversationThreadPostInReplyToExtension" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupConversationThreadPostInReplyToExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDrive" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDrive", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveItem" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveItemAnalytic" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveItemAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveItemListItem" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveItemListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveItemListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveItemListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveItemListItemField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveItemListItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveItemListItemVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveItemListItemVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveItemPermission" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveItemRetentionLabel" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemRetentionLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveItemSubscription" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveItemThumbnail" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemThumbnail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveItemVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "Method": "PATCH", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveList" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveListColumn" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveListContentType" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveListContentTypeColumn" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveListCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveListItem" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveListItemField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveListItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveListItemVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveListItemVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveListLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveListOperation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveListSubscription" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveRoot" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRoot", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveRootAnalytic" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveRootAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveRootCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveRootLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveRootListItem" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveRootListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveRootListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveRootListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveRootListItemField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveRootListItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveRootListItemVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveRootListItemVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveRootPermission" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveRootRetentionLabel" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootRetentionLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveRootSubscription" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveRootThumbnail" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootThumbnail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveRootVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Update-MgBetaGroupEndpoint" + "Permissions": [], + "Command": "Update-MgBetaGroupEndpoint", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/events/{event-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -395252,117 +395518,117 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaGroupEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/events/{event-id}", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Update-MgBetaGroupEvent" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Update-MgBetaGroupEventExceptionOccurrenceExtension" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupEventExceptionOccurrenceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Update-MgBetaGroupEventExceptionOccurrenceInstanceExtension" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupEventExceptionOccurrenceInstanceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Update-MgBetaGroupEventExtension" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupEventExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Update-MgBetaGroupEventInstanceExceptionOccurrenceExtension" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupEventInstanceExceptionOccurrenceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Update-MgBetaGroupEventInstanceExtension" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupEventInstanceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/extensions/{extension-id}", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Update-MgBetaGroupExtension" + "Permissions": [], + "Command": "Update-MgBetaGroupExtension", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Module": "Beta.Groups", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaGroupLifecyclePolicy", "Variants": [ "Update", "Update1", @@ -395373,153 +395639,153 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Update-MgBetaGroupLifecyclePolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphNotebook", + "Module": "Beta.Notes", + "Permissions": [], + "Command": "Update-MgBetaGroupOnenoteNotebook", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Update-MgBetaGroupOnenoteNotebook" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphOnenotePage", + "Module": "Beta.Notes", + "Permissions": [], + "Command": "Update-MgBetaGroupOnenotePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Update-MgBetaGroupOnenotePage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", "Method": "POST", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Update-MgBetaGroupOnenotePageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Update-MgBetaGroupOnenotePageContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Beta.Notes", + "Permissions": [], + "Command": "Update-MgBetaGroupOnenoteSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Update-MgBetaGroupOnenoteSection" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Beta.Notes", + "Permissions": [], + "Command": "Update-MgBetaGroupOnenoteSectionGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Update-MgBetaGroupOnenoteSectionGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Update-MgBetaGroupPermissionGrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Update-MgBetaGroupPermissionGrant" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/photo", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphProfilePhoto", + "Module": "Beta.Groups", "Permissions": { "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 }, - "Method": "PATCH", + "Command": "Update-MgBetaGroupPhoto", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Update-MgBetaGroupPhoto" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/planner", "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerGroup", + "Module": "Beta.Planner", + "Permissions": [], + "Command": "Update-MgBetaGroupPlanner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/planner", - "OutputType": "IMicrosoftGraphPlannerGroup", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Update-MgBetaGroupPlanner" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Module": "Beta.Planner", + "Permissions": [], + "Command": "Update-MgBetaGroupPlannerPlanDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", - "OutputType": "IMicrosoftGraphPlannerPlanDetails", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Update-MgBetaGroupPlannerPlanDetail" + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/settings/{directorySetting-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDirectorySetting", + "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -395534,941 +395800,922 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/settings/{directorySetting-id}", - "OutputType": "IMicrosoftGraphDirectorySetting", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Update-MgBetaGroupSetting" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/groups/{group-id}/sites/{site-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSite" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSite", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/analytics", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteAnalytic" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteAnalyticItemActivityStatActivity" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteAnalyticItemActivityStatActivity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteColumn" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteContentType" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteContentTypeColumn" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", + "Method": "PATCH", "OutputType": "IMicrosoftGraphInformationProtection", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteInformationProtection" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteInformationProtection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", + "Method": "PATCH", "OutputType": "IMicrosoftGraphInformationProtectionPolicy", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteInformationProtectionPolicy" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteInformationProtectionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphInformationProtectionLabel", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteInformationProtectionPolicyLabel" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteInformationProtectionPolicyLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSensitivityLabel", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityLabel" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSensitivityLabel", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSensitivityPolicySettings", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteList" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteListColumn" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteListContentType" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteListContentTypeColumn" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteListCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteListItem" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteListItemActivity" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListItemActivity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteListItemField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteListItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteListItemVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteListItemVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteListLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteListOperation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteListSubscription" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenote", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteOnenote" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenote", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteOnenoteNotebook" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteNotebook", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteOnenoteNotebookSection" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteNotebookSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroup" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSection" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionPage" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteOnenoteOperation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteOnenotePage" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenotePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteOnenoteResource" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteOnenoteSection" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteOnenoteSectionGroup" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteSectionGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteOnenoteSectionGroupSection" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteSectionGroupSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteOnenoteSectionGroupSectionPage" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteSectionGroupSectionPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteOnenoteSectionPage" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteSectionPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteOperation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphBaseSitePage", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSitePage" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSitePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSitePageCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSitePageCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSitePageLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSitePageLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSitePermission" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSitePermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStore" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreGroup" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreGroupSet" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreGroupSet", "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" + "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetChild" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetChild", "Variants": [ "Update", "Update1", @@ -396479,120 +396726,139 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetChildRelation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetChildRelation", "Variants": [ "Update", + "Update1", "UpdateExpanded", + "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded", + "UpdateViaIdentityExpanded1" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetParentGroup" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetParentGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetRelation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTerm" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermChild" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermChild", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermChildRelation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermRelation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreSet" + "Permissions": [], + "Command": "Update-MgBetaGroupSiteTermStoreSet", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Update-MgBetaGroupSiteTermStoreSetChild", "Variants": [ "Update", "Update1", @@ -396603,15 +396869,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreSetChild" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Update-MgBetaGroupSiteTermStoreSetChildRelation", "Variants": [ "Update", "Update1", @@ -396622,45 +396888,45 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreSetChildRelation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSet" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetChild", "Variants": [ "Update", "Update1", @@ -396671,15 +396937,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetChild" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Update", "Update1", @@ -396690,1089 +396956,1089 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "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", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetRelation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTerm" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreSetRelation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreSetTerm" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreSetTermChild" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetTermChild", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreSetTermChildRelation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetTermChildRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreSetTermRelation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetTermRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamChannel" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamChannel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamChannelMember" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamChannelMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamChannelMessage" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamChannelMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamChannelMessageHostedContent" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamChannelMessageHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamChannelMessageReply" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamChannelMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamChannelMessageReplyHostedContent" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamChannelMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamChannelSharedWithTeam" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamChannelSharedWithTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamChannelTab" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamChannelTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamMember" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamOperation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/owners/{user-id}/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamOwnerMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamOwnerMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamPermissionGrant" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamPermissionGrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/photo", + "Method": "PATCH", "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamPhoto" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamPhoto", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamPrimaryChannel" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamPrimaryChannel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamPrimaryChannelMember" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamPrimaryChannelMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamPrimaryChannelMessage" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamPrimaryChannelMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageHostedContent" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageReply" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamPrimaryChannelSharedWithTeam" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamPrimaryChannelSharedWithTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamPrimaryChannelTab" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamPrimaryChannelTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOfferShiftRequest", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamScheduleOfferShiftRequest" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamScheduleOfferShiftRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOpenShift", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamScheduleOpenShift" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamScheduleOpenShift", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamScheduleOpenShiftChangeRequest" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamScheduleOpenShiftChangeRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSchedulingGroup", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamScheduleSchedulingGroup" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamScheduleSchedulingGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamScheduleShift" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamScheduleShift", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamScheduleSwapShiftChangeRequest" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamScheduleSwapShiftChangeRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTimeCard", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamScheduleTimeCard" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamScheduleTimeCard", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTimeOff", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamScheduleTimeOff" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamScheduleTimeOff", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTimeOffReason", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamScheduleTimeOffReason" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamScheduleTimeOffReason", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTimeOffRequest", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamScheduleTimeOffRequest" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamScheduleTimeOffRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamworkTag", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamTag" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamTag", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamTagMember" + "Permissions": [], + "Command": "Update-MgBetaGroupTeamTagMember", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphConversationThread", + "Module": "Beta.Groups", "Permissions": { "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 }, - "Method": "PATCH", + "Command": "Update-MgBetaGroupThread", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Update-MgBetaGroupThread" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphPost", + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Update-MgBetaGroupThreadPost", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", - "OutputType": "IMicrosoftGraphPost", - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Update-MgBetaGroupThreadPost" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "Method": "PATCH", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Update-MgBetaGroupThreadPostExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Update-MgBetaGroupThreadPostExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "Method": "PATCH", + "OutputType": null, + "Module": "Beta.Groups", + "Permissions": [], + "Command": "Update-MgBetaGroupThreadPostInReplyToExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", - "Command": "Update-MgBetaGroupThreadPostInReplyToExtension" + "ApiVersion": "beta" }, { + "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "APIConnectors.ReadWrite.All", "Description": "Read and write API connectors for authentication flows", "FullDescription": "Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaIdentityApiConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identity/apiConnectors/{identityApiConnector-id}", - "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityApiConnector" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaIdentityAuthenticationEventFlow", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", - "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityAuthenticationEventFlow" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaIdentityAuthenticationEventListener", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", - "OutputType": "IMicrosoftGraphAuthenticationEventListener", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityAuthenticationEventListener" + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaIdentityB2CUserFlow", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", - "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityB2CUserFlow" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityB2CUserFlowLanguage" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityB2CUserFlowLanguage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityB2CUserFlowLanguageDefaultPage" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityB2CUserFlowLanguageDefaultPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityB2CUserFlowLanguageOverridePage" + "ApiVersion": "beta" }, { - "Permissions": { - "Name": "IdentityUserFlow.ReadWrite.All", - "Description": "Read and write all identity user flows", - "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", - "IsAdmin": true - }, + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", "Method": "PATCH", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaIdentityB2CUserFlowLanguageOverridePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityB2CUserFlowUserAttributeAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Module": "Beta.Identity.SignIns", + "Permissions": { + "Name": "IdentityUserFlow.ReadWrite.All", + "Description": "Read and write all identity user flows", + "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", + "IsAdmin": true + }, + "Command": "Update-MgBetaIdentityB2CUserFlowUserAttributeAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityB2XUserFlow" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityB2XUserFlow", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityB2XUserFlowLanguage" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityB2XUserFlowLanguage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityB2XUserFlowLanguageDefaultPage" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityB2XUserFlowLanguageDefaultPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityB2XUserFlowLanguageOverridePage" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityB2XUserFlowLanguageOverridePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityB2XUserFlowPostAttributeCollection" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityB2XUserFlowPostAttributeCollection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityB2XUserFlowPostFederationSignup" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityB2XUserFlowPostFederationSignup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityB2XUserFlowPreTokenIssuance" + "Permissions": [], + "Command": "Update-MgBetaIdentityB2XUserFlowPreTokenIssuance", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaIdentityB2XUserFlowUserAttributeAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityB2XUserFlowUserAttributeAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/conditionalAccess", "Method": "PATCH", + "OutputType": "IMicrosoftGraphConditionalAccessRoot", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaIdentityConditionalAccess", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/identity/conditionalAccess", - "OutputType": "IMicrosoftGraphConditionalAccessRoot", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityConditionalAccess" + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ConditionalAccess", "Description": "Read and write your organization's conditional access policies", "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationContextClassReference" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/conditionalAccess/authenticationStrengths", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAuthenticationStrengthRoot", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrength", "Variants": [ "Update1", "UpdateExpanded1" ], - "Uri": "/identity/conditionalAccess/authenticationStrengths", - "OutputType": "IMicrosoftGraphAuthenticationStrengthRoot", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrength" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", - "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", "Method": "POST", + "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyAllowedCombination", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", - "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyAllowedCombination" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphNamedLocation", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -397787,20 +398053,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityConditionalAccessNamedLocation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "OutputType": "IMicrosoftGraphNamedLocation", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityConditionalAccessNamedLocation" + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Application.Read.All", @@ -397821,20 +398087,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityConditionalAccessPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityConditionalAccessPolicy" + "ApiVersion": "beta" }, { + "Uri": "/identity/continuousAccessEvaluationPolicy", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Application.Read.All", @@ -397855,991 +398121,991 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityContinuouAccessEvaluationPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/identity/continuousAccessEvaluationPolicy", - "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityContinuouAccessEvaluationPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityCustomAuthenticationExtension" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityCustomAuthenticationExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecision" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecision", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInsight" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstance" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewStage", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinition" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstance" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer" + "Permissions": [], + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "OutputType": "IMicrosoftGraphAccessReviewInstance", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", - "OutputType": "IMicrosoftGraphAccessReviewStage", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "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", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "OutputType": "IMicrosoftGraphAccessReviewInstance", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/policy", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessReviewPolicy", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "Policy.ReadWrite.AccessReview", "Description": "Read and write your organization's directory access review default policy", "FullDescription": "Allows the app to read and write your organization's directory access review default policy on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/identityGovernance/accessReviews/policy", - "OutputType": "IMicrosoftGraphAccessReviewPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAppConsentRequest", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Update-MgBetaIdentityGovernanceAppConsentRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", - "OutputType": "IMicrosoftGraphAppConsentRequest", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAppConsentRequest" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserConsentRequest", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", - "OutputType": "IMicrosoftGraphUserConsentRequest", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", "Method": "PATCH", + "OutputType": "IMicrosoftGraphApproval", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", - "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphApprovalStep", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", - "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", "Description": "Read and write all lifecycle workflows resources", "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflow", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflow" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", "Method": "PATCH", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", "Description": "Read and write all lifecycle workflows resources", "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting" + "Permissions": [], + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/settings", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", "Description": "Read and write all lifecycle workflows resources", "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowSetting", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/identityGovernance/lifecycleWorkflows/settings", - "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowSetting" + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", "Description": "Read and write all lifecycle workflows resources", "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTask" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccess" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccess", "Variants": [ "Update", "UpdateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroup" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroup", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "Variants": [ - "Refresh", - "Refresh1", - "RefreshExpanded", - "RefreshViaIdentity", "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/refresh", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlert" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlert", "Variants": [ + "Refresh", + "Refresh1", + "RefreshExpanded", + "RefreshViaIdentity", "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertConfiguration" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertDefinition" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertIncident" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertIncident", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphLongRunningOperation", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertOperation" + "Permissions": [], + "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertOperation", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAgreement", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "Agreement.ReadWrite.All", "Description": "Read and write all terms of use agreements", "FullDescription": "Allows the app to read and write terms of use agreements on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "OutputType": "IMicrosoftGraphAgreement", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreement" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", "Variants": [ "Update", "Update1", @@ -398850,257 +399116,257 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", - "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAgreementFile", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", - "OutputType": "IMicrosoftGraphAgreementFile", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion" + "ApiVersion": "beta" }, { + "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityProvider.ReadWrite.All", "Description": "Read and write identity providers", "FullDescription": "Allows the app to read and write your organization’s identity (authentication) providers’ properties on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaIdentityProvider", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identity/identityProviders/{identityProviderBase-id}", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityProvider" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/identity/userFlows/{identityUserFlow-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphIdentityUserFlow", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaIdentityUserFlow", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identity/userFlows/{identityUserFlow-id}", - "OutputType": "IMicrosoftGraphIdentityUserFlow", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityUserFlow" + "ApiVersion": "beta" }, { + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaIdentityUserFlowAttribute", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityUserFlowAttribute" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/informationProtection", "Method": "PATCH", + "OutputType": "IMicrosoftGraphInformationProtection", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaInformationProtection", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/informationProtection", - "OutputType": "IMicrosoftGraphInformationProtection", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaInformationProtection" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaInformationProtectionDataLossPreventionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaInformationProtectionDataLossPreventionPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/informationProtection/policy", "Method": "PATCH", + "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaInformationProtectionPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/informationProtection/policy", - "OutputType": "IMicrosoftGraphInformationProtectionPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaInformationProtectionPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaInformationProtectionPolicyLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaInformationProtectionPolicyLabel" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/informationProtection/sensitivityPolicySettings", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaInformationProtectionSensitivityPolicySetting", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/informationProtection/sensitivityPolicySettings", - "OutputType": "IMicrosoftGraphSensitivityPolicySettings", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaInformationProtectionSensitivityPolicySetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaInformationProtectionThreatAssessmentRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaInformationProtectionThreatAssessmentRequest" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaInformationProtectionThreatAssessmentRequestResult" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/invitations/{invitation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphInvitation", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaInvitation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/invitations/{invitation-id}", - "OutputType": "IMicrosoftGraphInvitation", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaInvitation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings", "Method": "PATCH", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaInvitationInvitedUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaInvitationInvitedUserMailboxSetting" + "ApiVersion": "beta" }, { + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -399115,145 +399381,145 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaOauth2PermissionGrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaOauth2PermissionGrant" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Update-MgBetaOnPremisePublishingProfile" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaOnPremisePublishingProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnPremisesAgent", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Update-MgBetaOnPremisePublishingProfileAgent" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaOnPremisePublishingProfileAgent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroup" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnPremisesAgent", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroupAgent" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroupAgent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPublishedResource", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphConnector", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Update-MgBetaOnPremisePublishingProfileConnector" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaOnPremisePublishingProfileConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphConnectorGroup", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Update-MgBetaOnPremisePublishingProfileConnectorGroup" + "Permissions": [], + "Command": "Update-MgBetaOnPremisePublishingProfileConnectorGroup", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPublishedResource", + "Module": "Beta.Applications", "Permissions": { "Name": "OnPremisesPublishingProfiles.ReadWrite.All", "Description": "Manage on-premises published resources", "FullDescription": "Allows the app to manage hybrid identity service configuration by creating, viewing, updating and deleting on-premises published resources, on-premises agents and agent groups, on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaOnPremisePublishingProfilePublishedResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", - "OutputType": "IMicrosoftGraphPublishedResource", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Update-MgBetaOnPremisePublishingProfilePublishedResource" + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphOrganization", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -399274,90 +399540,105 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaOrganization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/organization/{organization-id}", - "OutputType": "IMicrosoftGraphOrganization", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaOrganization" + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/branding", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphOrganizationalBranding", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "Organization.ReadWrite.All", "Description": "Read and write organization information", "FullDescription": "Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaOrganizationBranding", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/organization/{organization-id}/branding", - "OutputType": "IMicrosoftGraphOrganizationalBranding", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaOrganizationBranding" + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "Organization.ReadWrite.All", "Description": "Read and write organization information", "FullDescription": "Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaOrganizationBrandingLocalization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaOrganizationBrandingLocalization" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/organization/{organization-id}/extensions/{extension-id}", "Method": "PATCH", + "OutputType": null, + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Update-MgBetaOrganizationExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/organization/{organization-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaOrganizationExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/organization/{organization-id}/partnerInformation", "Method": "PATCH", + "OutputType": "IMicrosoftGraphPartnerInformation", + "Module": "Beta.Identity.DirectoryManagement", + "Permissions": [], + "Command": "Update-MgBetaOrganizationPartnerInformation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/settings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOrganizationSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaOrganizationSetting" + "Permissions": [], + "Command": "Update-MgBetaOrganizationSetting", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/settings/contactInsights", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphInsightsSettings", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Organization.ReadWrite.All", @@ -399372,20 +399653,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaOrganizationSettingContactInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/organization/{organization-id}/settings/contactInsights", - "OutputType": "IMicrosoftGraphInsightsSettings", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaOrganizationSettingContactInsight" + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/settings/itemInsights", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphInsightsSettings", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Organization.ReadWrite.All", @@ -399400,40 +399681,40 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaOrganizationSettingItemInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/organization/{organization-id}/settings/itemInsights", - "OutputType": "IMicrosoftGraphInsightsSettings", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaOrganizationSettingItemInsight" + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "Organization.ReadWrite.All", "Description": "Read and write organization information", "FullDescription": "Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", - "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaOrganizationSettingMicrosoftApplicationDataAccess" + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/settings/peopleInsights", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphInsightsSettings", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Organization.ReadWrite.All", @@ -399448,20 +399729,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaOrganizationSettingPersonInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/organization/{organization-id}/settings/peopleInsights", - "OutputType": "IMicrosoftGraphInsightsSettings", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaOrganizationSettingPersonInsight" + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/settings/profileCardProperties/{profileCardProperty-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphProfileCardProperty", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "User.ReadWrite", @@ -399476,73 +399757,73 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaOrganizationSettingProfileCardProperty", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/organization/{organization-id}/settings/profileCardProperties/{profileCardProperty-id}", - "OutputType": "IMicrosoftGraphProfileCardProperty", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaOrganizationSettingProfileCardProperty" + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/settings/pronouns", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPronounsSettings", + "Module": "Beta.Identity.DirectoryManagement", "Permissions": { "Name": "Organization.ReadWrite.All", "Description": "Read and write organization information", "FullDescription": "Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaOrganizationSettingPronoun", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/organization/{organization-id}/settings/pronouns", - "OutputType": "IMicrosoftGraphPronounsSettings", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaOrganizationSettingPronoun" + "ApiVersion": "beta" }, { + "Uri": "/places/{place-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlace", + "Module": "Beta.Calendar", "Permissions": { "Name": "Place.ReadWrite.All", "Description": "Read and write organization places", "FullDescription": "Allows the app to manage organization places (conference rooms and room lists) for calendar events and other applications, on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaPlace", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/places/{place-id}", - "OutputType": "IMicrosoftGraphPlace", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Update-MgBetaPlace" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/planner", "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlanner", + "Module": "Beta.Planner", + "Permissions": [], + "Command": "Update-MgBetaPlanner", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/planner", - "OutputType": "IMicrosoftGraphPlanner", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Update-MgBetaPlanner" + "ApiVersion": "beta" }, { + "Uri": "/planner/buckets/{plannerBucket-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerBucket", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -399563,20 +399844,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaPlannerBucket", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/planner/buckets/{plannerBucket-id}", - "OutputType": "IMicrosoftGraphPlannerBucket", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Update-MgBetaPlannerBucket" + "ApiVersion": "beta" }, { + "Uri": "/planner/plans/{plannerPlan-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -399597,20 +399878,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaPlannerPlan", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/planner/plans/{plannerPlan-id}", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Update-MgBetaPlannerPlan" + "ApiVersion": "beta" }, { + "Uri": "/planner/plans/{plannerPlan-id}/details", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -399631,50 +399912,50 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaPlannerPlanDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/planner/plans/{plannerPlan-id}/details", - "OutputType": "IMicrosoftGraphPlannerPlanDetails", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Update-MgBetaPlannerPlanDetail" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/planner/rosters/{plannerRoster-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerRoster", + "Module": "Beta.Planner", + "Permissions": [], + "Command": "Update-MgBetaPlannerRoster", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/planner/rosters/{plannerRoster-id}", - "OutputType": "IMicrosoftGraphPlannerRoster", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Update-MgBetaPlannerRoster" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerRosterMember", + "Module": "Beta.Planner", + "Permissions": [], + "Command": "Update-MgBetaPlannerRosterMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", - "OutputType": "IMicrosoftGraphPlannerRosterMember", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Update-MgBetaPlannerRosterMember" + "ApiVersion": "beta" }, { + "Uri": "/planner/tasks/{plannerTask-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerTask", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -399695,20 +399976,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaPlannerTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/planner/tasks/{plannerTask-id}", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Update-MgBetaPlannerTask" + "ApiVersion": "beta" }, { + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -399729,20 +400010,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaPlannerTaskAssignedToTaskBoardFormat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Update-MgBetaPlannerTaskAssignedToTaskBoardFormat" + "ApiVersion": "beta" }, { + "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -399763,20 +400044,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaPlannerTaskBucketTaskBoardFormat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Update-MgBetaPlannerTaskBucketTaskBoardFormat" + "ApiVersion": "beta" }, { + "Uri": "/planner/tasks/{plannerTask-id}/details", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -399797,20 +400078,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaPlannerTaskDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/planner/tasks/{plannerTask-id}/details", - "OutputType": "IMicrosoftGraphPlannerTaskDetails", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Update-MgBetaPlannerTaskDetail" + "ApiVersion": "beta" }, { + "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -399831,142 +400112,142 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaPlannerTaskProgressTaskBoardFormat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Update-MgBetaPlannerTaskProgressTaskBoardFormat" + "ApiVersion": "beta" }, { + "Uri": "/policies/accessReviewPolicy", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessReviewPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.AccessReview", "Description": "Read and write your organization's directory access review default policy", "FullDescription": "Allows the app to read and write your organization's directory access review default policy on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaPolicyAccessReviewPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/policies/accessReviewPolicy", - "OutputType": "IMicrosoftGraphAccessReviewPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyAccessReviewPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaPolicyActivityBasedTimeoutPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyActivityBasedTimeoutPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/adminConsentRequestPolicy", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaPolicyAdminConsentRequestPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/policies/adminConsentRequestPolicy", - "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyAdminConsentRequestPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaPolicyAppManagementPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "OutputType": "IMicrosoftGraphAppManagementPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyAppManagementPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/authenticationFlowsPolicy", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.AuthenticationFlows", "Description": "Read and write your authentication flow policies", "FullDescription": "Allows the app to read and write the authentication flow policies for your tenant, on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaPolicyAuthenticationFlowPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/policies/authenticationFlowsPolicy", - "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyAuthenticationFlowPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/authenticationMethodsPolicy", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.AuthenticationMethod", "Description": "Read and write your authentication method policies ", "FullDescription": "Allows the app to read and write the authentication method policies for your tenant, on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaPolicyAuthenticationMethodPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/policies/authenticationMethodsPolicy", - "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyAuthenticationMethodPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration" + "ApiVersion": "beta" }, { + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.ReadWrite.AuthenticationMethod", @@ -399981,20 +400262,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", + "Method": "POST", + "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.ReadWrite.AuthenticationMethod", @@ -400009,294 +400290,294 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicyAllowedCombination", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", - "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicyAllowedCombination" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaPolicyAuthorizationPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", - "OutputType": "IMicrosoftGraphAuthorizationPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyAuthorizationPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", - "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride" + "ApiVersion": "beta" }, { + "Uri": "/policies/b2cAuthenticationMethodsPolicy", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphB2CAuthenticationMethodsPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.AuthenticationMethod", "Description": "Read and write your authentication method policies ", "FullDescription": "Allows the app to read and write the authentication method policies for your tenant, on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaPolicyB2CAuthenticationMethodPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/policies/b2cAuthenticationMethodsPolicy", - "OutputType": "IMicrosoftGraphB2CAuthenticationMethodsPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyB2CAuthenticationMethodPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaPolicyClaimMappingPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyClaimMappingPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/crossTenantAccessPolicy", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.CrossTenantAccess", "Description": "Read and write your organization's cross tenant access policies", "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaPolicyCrossTenantAccessPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/policies/crossTenantAccessPolicy", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyCrossTenantAccessPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/crossTenantAccessPolicy/default", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.CrossTenantAccess", "Description": "Read and write your organization's cross tenant access policies", "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyDefault", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/policies/crossTenantAccessPolicy/default", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyDefault" + "ApiVersion": "beta" }, { + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.CrossTenantAccess", "Description": "Read and write your organization's cross tenant access policies", "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyPartner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyPartner" + "ApiVersion": "beta" }, { + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.CrossTenantAccess", "Description": "Read and write your organization's cross tenant access policies", "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization" + "ApiVersion": "beta" }, { + "Uri": "/policies/defaultAppManagementPolicy", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaPolicyDefaultAppManagementPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/policies/defaultAppManagementPolicy", - "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyDefaultAppManagementPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/deviceRegistrationPolicy", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaPolicyDeviceRegistrationPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/policies/deviceRegistrationPolicy", - "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyDeviceRegistrationPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/directoryRoleAccessReviewPolicy", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDirectoryRoleAccessReviewPolicy", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaPolicyDirectoryRoleAccessReviewPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/policies/directoryRoleAccessReviewPolicy", - "OutputType": "IMicrosoftGraphDirectoryRoleAccessReviewPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyDirectoryRoleAccessReviewPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/externalIdentitiesPolicy", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphExternalIdentitiesPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ExternalIdentities", "Description": "Read and write your organization's external identities policy", "FullDescription": "Allows the application to read and update the organization's external identities policy on your behalf. For example, external identities policy controls if users invited to access resources in your organization via B2B collaboration or B2B direct connect are allowed to self-service leave.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaPolicyExternalIdentityPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/policies/externalIdentitiesPolicy", - "OutputType": "IMicrosoftGraphExternalIdentitiesPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyExternalIdentityPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaPolicyFeatureRolloutPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyFeatureRolloutPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/federatedTokenValidationPolicy", "Method": "PATCH", + "OutputType": "IMicrosoftGraphFederatedTokenValidationPolicy", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaPolicyFederatedTokenValidationPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/policies/federatedTokenValidationPolicy", - "OutputType": "IMicrosoftGraphFederatedTokenValidationPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyFederatedTokenValidationPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaPolicyHomeRealmDiscoveryPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyHomeRealmDiscoveryPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -400311,153 +400592,153 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", - "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.MobilityManagement", "Description": "Read and write your organization's mobility management policies", "FullDescription": "Allows the app to read and write your organization's mobility management policies on your behalf. For example, a mobility management policy can set the enrollment scope for a given mobility management application.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaPolicyMobileAppManagementPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyMobileAppManagementPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.MobilityManagement", "Description": "Read and write your organization's mobility management policies", "FullDescription": "Allows the app to read and write your organization's mobility management policies on your behalf. For example, a mobility management policy can set the enrollment scope for a given mobility management application.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaPolicyMobileDeviceManagementPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyMobileDeviceManagementPolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.PermissionGrant", "Description": "Manage consent and permission grant policies", "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaPolicyPermissionGrantPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyPermissionGrantPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyPermissionGrantPolicyExclude" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPolicyPermissionGrantPolicyExclude", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyPermissionGrantPolicyInclude" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPolicyPermissionGrantPolicyInclude", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyRoleManagementPolicy" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPolicyRoleManagementPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyRoleManagementPolicyAssignment" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPolicyRoleManagementPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyRoleManagementPolicyEffectiveRule" + "Permissions": [], + "Command": "Update-MgBetaPolicyRoleManagementPolicyEffectiveRule", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -400472,153 +400753,153 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaPolicyRoleManagementPolicyRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyRoleManagementPolicyRule" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", - "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicyExclude", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicyExclude" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicyInclude", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicyInclude" + "ApiVersion": "beta" }, { + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaPolicyTokenIssuancePolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyTokenIssuancePolicy" + "ApiVersion": "beta" }, { + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Module": "Beta.Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaPolicyTokenLifetimePolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyTokenLifetimePolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/print", "Method": "PATCH", + "OutputType": "IMicrosoftGraphPrint", + "Module": "Beta.Devices.CloudPrint", + "Permissions": [], + "Command": "Update-MgBetaPrint", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/print", - "OutputType": "IMicrosoftGraphPrint", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrint" + "ApiVersion": "beta" }, { + "Uri": "/print/connectors/{printConnector-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPrintConnector", + "Module": "Beta.Devices.CloudPrint", "Permissions": { "Name": "PrintConnector.ReadWrite.All", "Description": "Read and write print connectors", "FullDescription": "Allows the application to read and write print connectors on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaPrintConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/print/connectors/{printConnector-id}", - "OutputType": "IMicrosoftGraphPrintConnector", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintConnector" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/print/operations/{printOperation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphPrintOperation", + "Module": "Beta.Devices.CloudPrint", + "Permissions": [], + "Command": "Update-MgBetaPrintOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/print/operations/{printOperation-id}", - "OutputType": "IMicrosoftGraphPrintOperation", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintOperation" + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPrinter", + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "Printer.FullControl.All", @@ -400633,20 +400914,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaPrintPrinter", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/print/printers/{printer-id}", - "OutputType": "IMicrosoftGraphPrinter", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintPrinter" + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPrintJob", + "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Manage.All", @@ -400667,922 +400948,922 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaPrintPrinterJob", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintPrinterJob" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintPrinterJobDocument" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrintPrinterJobDocument", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintPrinterJobTask" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrintPrinterJobTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrinterShare", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintPrinterShare" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrintPrinterShare", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintPrinterShareAllowedUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrintPrinterShareAllowedUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintPrinterShareJob" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrintPrinterShareJob", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintPrinterShareJobDocument" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrintPrinterShareJobDocument", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintPrinterShareJobTask" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrintPrinterShareJobTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintPrinterTaskTrigger" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrintPrinterTaskTrigger", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/services/{printService-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintService", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintService" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrintService", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintServiceEndpoint", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintServiceEndpoint" + "Permissions": [], + "Command": "Update-MgBetaPrintServiceEndpoint", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/print/shares/{printerShare-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPrinterShare", + "Module": "Beta.Devices.CloudPrint", "Permissions": { "Name": "PrinterShare.ReadWrite.All", "Description": "Read and update printer shares", "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaPrintShare", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/print/shares/{printerShare-id}", - "OutputType": "IMicrosoftGraphPrinterShare", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintShare" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", "Method": "PATCH", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Beta.Devices.CloudPrint", + "Permissions": [], + "Command": "Update-MgBetaPrintShareAllowedUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintShareAllowedUserMailboxSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphPrintJob", + "Module": "Beta.Devices.CloudPrint", + "Permissions": [], + "Command": "Update-MgBetaPrintShareJob", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintShareJob" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphPrintDocument", + "Module": "Beta.Devices.CloudPrint", + "Permissions": [], + "Command": "Update-MgBetaPrintShareJobDocument", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintShareJobDocument" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphPrintTask", + "Module": "Beta.Devices.CloudPrint", + "Permissions": [], + "Command": "Update-MgBetaPrintShareJobTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintShareJobTask" + "ApiVersion": "beta" }, { + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Module": "Beta.Devices.CloudPrint", "Permissions": { "Name": "PrintTaskDefinition.ReadWrite.All", "Description": "Read, write and update print task definitions", "FullDescription": "Allows the application to read and update print task definitions without a signed-in user. ", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaPrintTaskDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintTaskDefinition" + "ApiVersion": "beta" }, { + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPrintTask", + "Module": "Beta.Devices.CloudPrint", "Permissions": { "Name": "PrintTaskDefinition.ReadWrite.All", "Description": "Read, write and update print task definitions", "FullDescription": "Allows the application to read and update print task definitions without a signed-in user. ", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaPrintTaskDefinitionTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", - "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintTaskDefinitionTask" + "ApiVersion": "beta" }, { + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Module": "Beta.Compliance", "Permissions": { "Name": "SubjectRightsRequest.ReadWrite.All", "Description": "Read and write data subject requests", "FullDescription": "Allows the app to read and write subject rights requests on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaPrivacySubjectRightsRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "ApiVersion": "beta", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaPrivacySubjectRightsRequest" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Command": "Update-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Command": "Update-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAuthoredNote", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Command": "Update-MgBetaPrivacySubjectRightsRequestNote" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrivacySubjectRightsRequestNote", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedAccess", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccess" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccess", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceResource", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessResource" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignment" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequest" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceSubject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceSubject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentSubject" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessResourceRoleDefinition" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessResourceRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessResourceRoleSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessResourceRoleSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessRoleAssignment" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequest" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceSubject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequestSubject" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceSubject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentSubject" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentSubject", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessRoleDefinition" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessRoleSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessRoleSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessRoleSettingRoleDefinition" + "Permissions": [], + "Command": "Update-MgBetaPrivilegedAccessRoleSettingRoleDefinition", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/privilegedApproval/{privilegedApproval-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPrivilegedApproval", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "PrivilegedAccess.ReadWrite.AzureAD", "Description": "Read and write privileged access to Azure AD", "FullDescription": "Allows the app to request and manage just in time elevation (including scheduled elevation) of users to Azure AD built-in administrative roles, on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedApproval", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/privilegedApproval/{privilegedApproval-id}", - "OutputType": "IMicrosoftGraphPrivilegedApproval", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedApproval" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedRole", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedApprovalRoleInfo" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedApprovalRoleInfo", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedApprovalRoleInfoSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedApprovalRoleInfoSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedApprovalRoleInfoSummary" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedApprovalRoleInfoSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedOperationEvent" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedOperationEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoles/{privilegedRole-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedRole", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedRole" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedRoleAssignment" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedRoleAssignmentRequest" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedRoleAssignmentRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedRole", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfo" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedRole", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfo" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfo", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfoSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfoSummary" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoles/{privilegedRole-id}/settings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedRoleSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedRoleSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoles/{privilegedRole-id}/summary", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedRoleSummary" + "Permissions": [], + "Command": "Update-MgBetaPrivilegedRoleSummary", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/programs/{program-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphProgram", + "Module": "Beta.Identity.Governance", "Permissions": { "Name": "ProgramControl.ReadWrite.All", "Description": "Manage programs that you can access", "FullDescription": "Allows the app to read, update and perform action on programs and program controls that you have access to.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaProgram", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/programs/{program-id}", - "OutputType": "IMicrosoftGraphProgram", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaProgram" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/programControls/{programControl-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphProgramControl", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Update-MgBetaProgramControl", "Variants": [ "Update", "Update1", @@ -401597,15 +401878,15 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Uri": "/programControls/{programControl-id}", - "OutputType": "IMicrosoftGraphProgramControl", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaProgramControl" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/programControls/{programControl-id}/program", "Method": "PATCH", + "OutputType": "IMicrosoftGraphProgram", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Update-MgBetaProgramControlProgram", "Variants": [ "Update", "Update1", @@ -401616,131 +401897,131 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/programControls/{programControl-id}/program", - "OutputType": "IMicrosoftGraphProgram", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaProgramControlProgram" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/programControlTypes/{programControlType-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphProgramControlType", + "Module": "Beta.Identity.Governance", + "Permissions": [], + "Command": "Update-MgBetaProgramControlType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/programControlTypes/{programControlType-id}", - "OutputType": "IMicrosoftGraphProgramControlType", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaProgramControlType" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Module": "Beta.Reports", + "Permissions": [], + "Command": "Update-MgBetaReportAuthenticationMethodUserRegistrationDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", - "OutputType": "IMicrosoftGraphUserRegistrationDetails", - "ApiVersion": "beta", - "Module": "Beta.Reports", - "Command": "Update-MgBetaReportAuthenticationMethodUserRegistrationDetail" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded" - ], "Uri": "/reports/sla/azureADAuthentication", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAzureAdAuthentication", - "ApiVersion": "beta", "Module": "Beta.Reports", - "Command": "Update-MgBetaReportSlaAzureAdAuthentication" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaReportSlaAzureAdAuthentication", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphRiskDetection", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaRiskDetection" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRiskDetection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphRiskyServicePrincipal", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaRiskyServicePrincipal" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRiskyServicePrincipal", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaRiskyServicePrincipalHistory" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRiskyServicePrincipalHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphRiskyUser", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaRiskyUser" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRiskyUser", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaRiskyUserHistory" + "Permissions": [], + "Command": "Update-MgBetaRiskyUserHistory", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/roleManagement", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphRoleManagement", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -401755,106 +402036,106 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagement", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/roleManagement", - "OutputType": "IMicrosoftGraphRoleManagement", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagement" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded" - ], "Uri": "/roleManagement/cloudPC", + "Method": "PATCH", "OutputType": "IMicrosoftGraphRbacApplicationMultiple", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementCloudPc" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementCloudPc", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespace" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespace", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementCloudPcRoleAssignment" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementCloudPcRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementCloudPcRoleAssignmentAppScope" + "Permissions": [], + "Command": "Update-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -401887,35 +402168,35 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementCloudPcRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementCloudPcRoleDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Update-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom" + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/deviceManagement", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphRbacApplicationMultiple", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -401930,93 +402211,93 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDeviceManagement", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/roleManagement/deviceManagement", - "OutputType": "IMicrosoftGraphRbacApplicationMultiple", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementDeviceManagement" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespace" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespace", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementDeviceManagementRoleAssignment" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDeviceManagementRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope" + "Permissions": [], + "Command": "Update-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -402049,198 +402330,198 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDeviceManagementRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementDeviceManagementRoleDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Beta.DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Update-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded" - ], "Uri": "/roleManagement/directory", + "Method": "PATCH", "OutputType": "IMicrosoftGraphRbacApplication", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementDirectory" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectory", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespace" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespace", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignment" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentApproval" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentApproval", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentAppScope" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentSchedule" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest" + "Permissions": [], + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -402273,648 +402554,648 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementDirectoryRoleDefinition" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilitySchedule" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignment" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphRbacApplication", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEnterpriseApp" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespace" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespace", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignment" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleDefinition" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement", + "Method": "PATCH", "OutputType": "IMicrosoftGraphRbacApplication", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEntitlementManagement" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagement", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespace" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespace", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignment" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleDefinition" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope" + "Permissions": [], + "Command": "Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/schemaExtensions/{schemaExtension-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSchemaExtension", + "Module": "Beta.SchemaExtensions", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -402929,20 +403210,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaSchemaExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/schemaExtensions/{schemaExtension-id}", - "OutputType": "IMicrosoftGraphSchemaExtension", - "ApiVersion": "beta", - "Module": "Beta.SchemaExtensions", - "Command": "Update-MgBetaSchemaExtension" + "ApiVersion": "beta" }, { + "Uri": "/search/acronyms/{acronym-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSearchAcronym", + "Module": "Beta.Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -402957,20 +403238,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaSearchAcronym", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/search/acronyms/{acronym-id}", - "OutputType": "IMicrosoftGraphSearchAcronym", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Update-MgBetaSearchAcronym" + "ApiVersion": "beta" }, { + "Uri": "/search/bookmarks/{bookmark-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSearchBookmark", + "Module": "Beta.Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -402985,299 +403266,299 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaSearchBookmark", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/search/bookmarks/{bookmark-id}", - "OutputType": "IMicrosoftGraphSearchBookmark", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Update-MgBetaSearchBookmark" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/search", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSearchEntity", + "Module": "Beta.Search", + "Permissions": [], + "Command": "Update-MgBetaSearchEntity", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/search", - "OutputType": "IMicrosoftGraphSearchEntity", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Update-MgBetaSearchEntity" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/search/qnas/{qna-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSearchQna", + "Module": "Beta.Search", + "Permissions": [], + "Command": "Update-MgBetaSearchQna", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/search/qnas/{qna-id}", - "OutputType": "IMicrosoftGraphSearchQna", - "ApiVersion": "beta", - "Module": "Beta.Search", - "Command": "Update-MgBetaSearchQna" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/securityActions/{securityAction-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityAction", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Update-MgBetaSecurityAction", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/securityActions/{securityAction-id}", - "OutputType": "IMicrosoftGraphSecurityAction", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityAction" + "ApiVersion": "beta" }, { + "Uri": "/security/alerts/{alert-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAlert", + "Module": "Beta.Security", "Permissions": { "Name": "SecurityEvents.ReadWrite.All", "Description": "Read and update your organization’s security events", "FullDescription": "Allows the app to read your organization’s security events on your behalf. Also allows you to update editable properties in security events.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaSecurityAlert", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/alerts/{alert-id}", - "OutputType": "IMicrosoftGraphAlert", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityAlert" + "ApiVersion": "beta" }, { + "Uri": "/security/alerts/updateAlerts", + "Method": "POST", + "OutputType": "IMicrosoftGraphAlert", + "Module": "Beta.Security", "Permissions": { "Name": "SecurityEvents.ReadWrite.All", "Description": "Read and update your organization’s security events", "FullDescription": "Allows the app to read your organization’s security events on your behalf. Also allows you to update editable properties in security events.", "IsAdmin": true }, - "Method": "POST", + "Command": "Update-MgBetaSecurityAlertMultiple", "Variants": [ "Update1", "UpdateExpanded1" ], - "Uri": "/security/alerts/updateAlerts", - "OutputType": "IMicrosoftGraphAlert", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityAlertMultiple" + "ApiVersion": "beta" }, { + "Uri": "/security/alerts_v2/{alert-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityAlert", + "Module": "Beta.Security", "Permissions": { "Name": "SecurityAlert.ReadWrite.All", "Description": "Read and write all alerts", "FullDescription": "Allows the app to read and write all alerts that you have access to.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaSecurityAlertV2", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/alerts_v2/{alert-id}", - "OutputType": "IMicrosoftGraphSecurityAlert", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityAlertV2" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSimulationAutomation", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityAttackSimulationAutomation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityAttackSimulationAutomation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSimulationAutomationRun", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityAttackSimulationAutomationRun" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityAttackSimulationAutomationRun", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEndUserNotification", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityAttackSimulationEndUserNotification" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityAttackSimulationEndUserNotification", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEndUserNotificationDetail", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityAttackSimulationEndUserNotificationDetail" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityAttackSimulationEndUserNotificationDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphLandingPage", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityAttackSimulationLandingPage" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityAttackSimulationLandingPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphLandingPageDetail", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityAttackSimulationLandingPageDetail" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityAttackSimulationLandingPageDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphLoginPage", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityAttackSimulationLoginPage" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityAttackSimulationLoginPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAttackSimulationOperation", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityAttackSimulationOperation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityAttackSimulationOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation/payloads/{payload-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPayload", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityAttackSimulationPayload" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityAttackSimulationPayload", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation/trainings/{training-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTraining", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityAttackSimulationTraining" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityAttackSimulationTraining", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTrainingLanguageDetail", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityAttackSimulationTrainingLanguageDetail" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityAttackSimulationTrainingLanguageDetail", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/cases", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityCasesRoot", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCase" + "Permissions": [], + "Command": "Update-MgBetaSecurityCase", + "Variants": [ + "Update", + "UpdateExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -403292,35 +403573,35 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCase", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCase" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodian", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodian" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -403335,63 +403616,63 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianIndex", "Variants": [ "Update", "UpdateViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianIndex" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", - "OutputType": "IMicrosoftGraphSecuritySiteSource", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityUserSource", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", - "OutputType": "IMicrosoftGraphSecurityUserSource", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -403406,65 +403687,65 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHold", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHold" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", - "OutputType": "IMicrosoftGraphSecuritySiteSource", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityUserSource", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", - "OutputType": "IMicrosoftGraphSecurityUserSource", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -403479,63 +403760,63 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex", "Variants": [ "Update", "UpdateViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseOperation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSet" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -403550,20 +403831,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -403578,55 +403859,55 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSearch", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSearch" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "OutputType": "IMicrosoftGraphSecurityDataSource", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", + "Module": "Beta.Security", "Permissions": { "Name": "eDiscovery.ReadWrite.All", "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSetting" + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -403641,989 +403922,989 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseTag", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseTag" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Update-MgBetaSecurityCloudAppSecurityProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", - "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCloudAppSecurityProfile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDomainSecurityProfile", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Update-MgBetaSecurityDomainSecurityProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", - "OutputType": "IMicrosoftGraphDomainSecurityProfile", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityDomainSecurityProfile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphFileSecurityProfile", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Update-MgBetaSecurityFileSecurityProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", - "OutputType": "IMicrosoftGraphFileSecurityProfile", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityFileSecurityProfile" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphHostSecurityProfile", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Update-MgBetaSecurityHostSecurityProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", - "OutputType": "IMicrosoftGraphHostSecurityProfile", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityHostSecurityProfile" + "ApiVersion": "beta" }, { + "Uri": "/security/incidents/{incident-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityIncident", + "Module": "Beta.Security", "Permissions": { "Name": "SecurityIncident.ReadWrite.All", "Description": "Read and write to security incidents", "FullDescription": "Allows the app to read and write to all security incidents that you have access to.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaSecurityIncident", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/incidents/{incident-id}", - "OutputType": "IMicrosoftGraphSecurityIncident", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityIncident" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded" - ], "Uri": "/security/informationProtection", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityInformationProtection", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityInformationProtection" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityInformationProtection", "Variants": [ "Update", "UpdateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/informationProtection/labelPolicySettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityInformationProtectionLabelPolicySetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityInformationProtectionLabelPolicySetting", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityInformationProtectionSensitivityLabel" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityInformationProtectionSensitivityLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityInformationProtectionSensitivityLabelParent" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityInformationProtectionSensitivityLabelParent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphIPSecurityProfile", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityIPSecurityProfile" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityIPSecurityProfile", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/labels", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityLabelsRoot", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityLabel" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityLabel", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/labels/authorities/{authorityTemplate-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityLabelAuthority" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityLabelAuthority", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/labels/categories/{categoryTemplate-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityLabelCategory" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityLabelCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/labels/categories/{categoryTemplate-id}/subCategories/{subCategoryTemplate-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecuritySubCategoryTemplate", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityLabelCategorySubCategory" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityLabelCategorySubCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/labels/citations/{citationTemplate-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityCitationTemplate", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityLabelCitation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityLabelCitation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/labels/departments/{departmentTemplate-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityLabelDepartment" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityLabelDepartment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityLabelFilePlanReference" + "Permissions": [], + "Command": "Update-MgBetaSecurityLabelFilePlanReference", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Module": "Beta.Security", "Permissions": { "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 on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaSecurityLabelRetentionLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", - "OutputType": "IMicrosoftGraphSecurityRetentionLabel", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityLabelRetentionLabel" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Update-MgBetaSecurityLabelRetentionLabelDescriptor", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", - "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityLabelRetentionLabelDescriptor" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Update-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-id}", - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityLabelRetentionLabelDispositionReviewStage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphProviderTenantSetting", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Update-MgBetaSecurityProviderTenantSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", - "OutputType": "IMicrosoftGraphProviderTenantSetting", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityProviderTenantSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/secureScores/{secureScore-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecureScore", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Update-MgBetaSecuritySecureScore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/secureScores/{secureScore-id}", - "OutputType": "IMicrosoftGraphSecureScore", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecuritySecureScore" + "ApiVersion": "beta" }, { + "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Module": "Beta.Security", "Permissions": { "Name": "SecurityEvents.ReadWrite.All", "Description": "Read and update your organization’s security events", "FullDescription": "Allows the app to read your organization’s security events on your behalf. Also allows you to update editable properties in security events.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaSecuritySecureScoreControlProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecuritySecureScoreControlProfile" + "ApiVersion": "beta" }, { + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Module": "Beta.Security", "Permissions": { "Name": "SubjectRightsRequest.ReadWrite.All", "Description": "Read and write data subject requests", "FullDescription": "Allows the app to read and write subject rights requests on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaSecuritySubjectRightsRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecuritySubjectRightsRequest" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecuritySubjectRightsRequestApproverMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecuritySubjectRightsRequestApproverMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecuritySubjectRightsRequestCollaboratorMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecuritySubjectRightsRequestCollaboratorMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAuthoredNote", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecuritySubjectRightsRequestNote" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecuritySubjectRightsRequestNote", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligence" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligence", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/articles/{article-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityArticle", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligenceArticle" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceArticle", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityArticleIndicator", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligenceArticleIndicator" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceArticleIndicator", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hosts/{host-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligenceHost" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceHost", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityHostComponent", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligenceHostComponent" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceHostComponent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityHostCookie", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligenceHostCookie" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceHostCookie", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityHostPair", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligenceHostPair" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceHostPair", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityHostReputation", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligenceHostReputation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceHostReputation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligenceHostSslCertificate" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceHostSslCertificate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityHostTracker", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligenceHostTracker" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceHostTracker", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligenceIntelProfile" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceIntelProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligencePassiveDnsRecord" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligencePassiveDnsRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligenceProfileIndicator" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceProfileIndicator", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecuritySslCertificate", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligenceSslCertificate" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceSslCertificate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecuritySubdomain", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligenceSubdomain" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceSubdomain", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityVulnerability", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligenceVulnerability" + "Permissions": [], + "Command": "Update-MgBetaSecurityThreatIntelligenceVulnerability", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Module": "Beta.Security", "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligenceVulnerabilityComponent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Update-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Update-MgBetaSecurityThreatIntelligenceWhoisRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", - "OutputType": "IMicrosoftGraphSecurityWhoisRecord", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligenceWhoisRecord" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatSubmission", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityThreatSubmissionRoot", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Update-MgBetaSecurityThreatSubmission", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/security/threatSubmission", - "OutputType": "IMicrosoftGraphSecurityThreatSubmissionRoot", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatSubmission" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Update-MgBetaSecurityThreatSubmissionEmailThreat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatSubmissionEmailThreat" + "ApiVersion": "beta" }, { + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", + "Module": "Beta.Security", "Permissions": { "Name": "ThreatSubmissionPolicy.ReadWrite.All", "Description": "Read and write all threat submission policies", "FullDescription": "Allows the app to read your organization's threat submission policies on your behalf. Also allows the app to create new threat submission policies on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Update-MgBetaSecurityThreatSubmissionFileThreat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", - "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatSubmissionFileThreat" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Update-MgBetaSecurityThreatSubmissionUrlThreat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", - "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatSubmissionUrlThreat" + "ApiVersion": "beta" }, { + "Uri": "/security/tiIndicators/{tiIndicator-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTiIndicator", + "Module": "Beta.Security", "Permissions": { "Name": "ThreatIndicators.ReadWrite.OwnedBy", "Description": "Manage threat indicators this app creates or owns", "FullDescription": "Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on your behalf.  It cannot update any threat indicators that it is not an owner of.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaSecurityTiIndicator", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/tiIndicators/{tiIndicator-id}", - "OutputType": "IMicrosoftGraphTiIndicator", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityTiIndicator" + "ApiVersion": "beta" }, { + "Uri": "/security/tiIndicators/updateTiIndicators", + "Method": "POST", + "OutputType": "IMicrosoftGraphTiIndicator", + "Module": "Beta.Security", "Permissions": { "Name": "ThreatIndicators.ReadWrite.OwnedBy", "Description": "Manage threat indicators this app creates or owns", "FullDescription": "Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on your behalf.  It cannot update any threat indicators that it is not an owner of.", "IsAdmin": true }, - "Method": "POST", + "Command": "Update-MgBetaSecurityTiIndicatorMultiple", "Variants": [ "Update1", "UpdateExpanded1" ], - "Uri": "/security/tiIndicators/updateTiIndicators", - "OutputType": "IMicrosoftGraphTiIndicator", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityTiIndicatorMultiple" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/triggers", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityTriggersRoot", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Update-MgBetaSecurityTrigger", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/security/triggers", - "OutputType": "IMicrosoftGraphSecurityTriggersRoot", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityTrigger" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Update-MgBetaSecurityTriggerRetentionEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityTriggerRetentionEvent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/security/triggerTypes", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", + "Module": "Beta.Security", + "Permissions": [], + "Command": "Update-MgBetaSecurityTriggerType", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/security/triggerTypes", - "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityTriggerType" + "ApiVersion": "beta" }, { + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Module": "Beta.Security", "Permissions": { "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 on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaSecurityTriggerTypeRetentionEventType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", - "ApiVersion": "beta", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityTriggerTypeRetentionEventType" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUserSecurityProfile", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityUserSecurityProfile" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSecurityUserSecurityProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphServiceHealth", - "ApiVersion": "beta", "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Update-MgBetaServiceAnnouncementHealthOverview" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaServiceAnnouncementHealthOverview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphServiceHealthIssue", - "ApiVersion": "beta", "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Update-MgBetaServiceAnnouncementHealthOverviewIssue" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaServiceAnnouncementHealthOverviewIssue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphServiceHealthIssue", - "ApiVersion": "beta", "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Update-MgBetaServiceAnnouncementIssue" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaServiceAnnouncementIssue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphServiceUpdateMessage", - "ApiVersion": "beta", "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Update-MgBetaServiceAnnouncementMessage" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaServiceAnnouncementMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", - "ApiVersion": "beta", "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Update-MgBetaServiceAnnouncementMessageAttachment" + "Permissions": [], + "Command": "Update-MgBetaServiceAnnouncementMessageAttachment", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -404644,110 +404925,110 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipal", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Update-MgBetaServicePrincipal" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Update-MgBetaServicePrincipalAppRoleAssignedTo" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalAppRoleAssignedTo", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Update-MgBetaServicePrincipalAppRoleAssignment" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalAppRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals(appId='{appId}')", + "Method": "PATCH", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Update-MgBetaServicePrincipalByAppId" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalByAppId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Update-MgBetaServicePrincipalDelegatedPermissionClassification" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalDelegatedPermissionClassification", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Update-MgBetaServicePrincipalEndpoint" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalEndpoint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphLicenseDetails", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Update-MgBetaServicePrincipalLicenseDetail" + "Permissions": [], + "Command": "Update-MgBetaServicePrincipalLicenseDetail", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/updatePasswordSingleSignOnCredentials", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -404768,281 +405049,262 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Update-MgBetaServicePrincipalPasswordSingleSignOnCredential", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/updatePasswordSingleSignOnCredentials", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Update-MgBetaServicePrincipalPasswordSingleSignOnCredential" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaServicePrincipalRiskDetection" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalRiskDetection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSynchronizationJob", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Update-MgBetaServicePrincipalSynchronizationJob" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalSynchronizationJob", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Update-MgBetaServicePrincipalSynchronizationJobBulkUpload" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalSynchronizationJobBulkUpload", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSynchronizationSchema", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Update-MgBetaServicePrincipalSynchronizationJobSchema" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalSynchronizationJobSchema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Update-MgBetaServicePrincipalSynchronizationJobSchemaDirectory" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Update-MgBetaServicePrincipalSynchronizationTemplate" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalSynchronizationTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSynchronizationSchema", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Update-MgBetaServicePrincipalSynchronizationTemplateSchema" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalSynchronizationTemplateSchema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Command": "Update-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaShareCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaShareCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaShareLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaShareLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list", + "Method": "PATCH", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaShareList" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaShareList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaShareListColumn" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaShareListColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaShareListContentType" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaShareListContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaShareListContentTypeColumn" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaShareListContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaShareListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaShareListContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaShareListCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaShareListCreatedByUserMailboxSetting", "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" + "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/listItem", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaShareListItem" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaShareListItem", "Variants": [ "Update", "Update1", @@ -405053,15 +405315,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaShareListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaShareListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "Update1", @@ -405072,15 +405334,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaShareListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaShareListItemDocumentSetVersion", "Variants": [ "Update", "Update1", @@ -405091,15 +405353,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaShareListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaShareListItemDocumentSetVersionField", "Variants": [ "Update", "Update1", @@ -405110,15 +405372,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaShareListItemField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaShareListItemField", "Variants": [ "Update", "Update1", @@ -405129,15 +405391,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaShareListItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaShareListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "Update1", @@ -405148,15 +405410,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaShareListItemVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaShareListItemVersion", "Variants": [ "Update", "Update1", @@ -405167,148 +405429,167 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaShareListItemVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaShareListItemVersionField", "Variants": [ "Update", + "Update1", "UpdateExpanded", + "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded", + "UpdateViaIdentityExpanded1" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaShareListLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaShareListLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaShareListOperation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaShareListOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaShareListSubscription" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaShareListSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/permission", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaSharePermission" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSharePermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSharedDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaShareSharedDriveItemSharedDriveItem" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaShareSharedDriveItemSharedDriveItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaSite" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSite", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/analytics", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteAnalytic" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSiteAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSiteAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteAnalyticItemActivityStatActivity" + "Permissions": [], + "Command": "Update-MgBetaSiteAnalyticItemActivityStatActivity", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -405323,20 +405604,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaSiteColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteColumn" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -405351,20 +405632,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaSiteContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteContentType" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -405379,50 +405660,50 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaSiteContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteContentTypeColumn" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphColumnLink", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Update-MgBetaSiteContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteContentTypeColumnLink" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphList", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Update-MgBetaSiteList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}", - "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteList" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -405437,20 +405718,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaSiteListColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteListColumn" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -405465,20 +405746,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaSiteListContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteListContentType" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -405493,512 +405774,512 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaSiteListContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteListContentTypeColumn" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphColumnLink", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Update-MgBetaSiteListContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteListContentTypeColumnLink" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", "Method": "PATCH", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Update-MgBetaSiteListCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteListCreatedByUserMailboxSetting" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphListItem", + "Module": "Beta.Sites", "Permissions": { "Name": "Sites.ReadWrite.All", "Description": "Edit or delete items in all site collections", "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaSiteListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteListItem" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphItemActivityOld", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Update-MgBetaSiteListItemActivity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", - "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteListItemActivity" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", "Method": "PATCH", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Update-MgBetaSiteListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteListItemCreatedByUserMailboxSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Update-MgBetaSiteListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteListItemDocumentSetVersion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "Method": "PATCH", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Update-MgBetaSiteListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteListItemDocumentSetVersionField" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Method": "PATCH", + "OutputType": null, + "Module": "Beta.Sites", "Permissions": { "Name": "Sites.ReadWrite.All", "Description": "Edit or delete items in all site collections", "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaSiteListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteListItemField" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteListItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSiteListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteListItemVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSiteListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteListItemVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSiteListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteListLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSiteListLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteListOperation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSiteListOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteListSubscription" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSiteListSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Command": "Update-MgBetaSiteOnenoteNotebook" + "Permissions": [], + "Command": "Update-MgBetaSiteOnenoteNotebook", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", "Method": "POST", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Update-MgBetaSiteOnenoteNotebookSectionGroupSectionPageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "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", - "Command": "Update-MgBetaSiteOnenoteNotebookSectionGroupSectionPageContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", "Method": "POST", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Update-MgBetaSiteOnenoteNotebookSectionPageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteOnenoteNotebookSectionPageContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphOnenotePage", + "Module": "Beta.Notes", + "Permissions": [], + "Command": "Update-MgBetaSiteOnenotePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Update-MgBetaSiteOnenotePage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", "Method": "POST", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Update-MgBetaSiteOnenotePageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteOnenotePageContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Beta.Notes", + "Permissions": [], + "Command": "Update-MgBetaSiteOnenoteSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Update-MgBetaSiteOnenoteSection" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Beta.Notes", + "Permissions": [], + "Command": "Update-MgBetaSiteOnenoteSectionGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Update-MgBetaSiteOnenoteSectionGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", "Method": "POST", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Update-MgBetaSiteOnenoteSectionGroupSectionPageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteOnenoteSectionGroupSectionPageContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", "Method": "POST", + "OutputType": null, + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Update-MgBetaSiteOnenoteSectionPageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteOnenoteSectionPageContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Update-MgBetaSiteOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteOperation" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphBaseSitePage", + "Module": "Beta.Sites", "Permissions": { "Name": "Sites.ReadWrite.All", "Description": "Edit or delete items in all site collections", "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaSitePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", - "OutputType": "IMicrosoftGraphBaseSitePage", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSitePage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", "Method": "PATCH", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Update-MgBetaSitePageCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSitePageCreatedByUserMailboxSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", "Method": "PATCH", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Update-MgBetaSitePageLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSitePageLastModifiedByUserMailboxSetting" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/permissions/{permission-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPermission", + "Module": "Beta.Sites", "Permissions": { "Name": "Sites.FullControl.All", "Description": "Have full control of all site collections", "FullDescription": "Allows the app to have full control of all site collections without a signed in user.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaSitePermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSitePermission" + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/termStore", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStore", + "Module": "Beta.Sites", "Permissions": { "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 }, - "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/termStore", - "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStore" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Update-MgBetaSiteTermStoreGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}", - "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Update-MgBetaSiteTermStoreGroupSet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreGroupSet" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Update-MgBetaSiteTermStoreGroupSetChild", "Variants": [ "Update", "Update1", @@ -406009,15 +406290,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreGroupSetChild" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Update-MgBetaSiteTermStoreGroupSetChildRelation", "Variants": [ "Update", "Update1", @@ -406028,125 +406309,125 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreGroupSetChildRelation" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreGroupSetParentGroup" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreGroupSetParentGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreGroupSetRelation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreGroupSetRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreGroupSetTerm" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreGroupSetTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreGroupSetTermChild" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreGroupSetTermChild", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreGroupSetTermChildRelation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreGroupSetTermRelation" + "Permissions": [], + "Command": "Update-MgBetaSiteTermStoreGroupSetTermRelation", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Beta.Sites", "Permissions": { "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 }, - "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreSet" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Update-MgBetaSiteTermStoreSetChild", "Variants": [ "Update", "Update1", @@ -406157,15 +406438,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreSetChild" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Update-MgBetaSiteTermStoreSetChildRelation", "Variants": [ "Update", "Update1", @@ -406176,45 +406457,45 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreSetChildRelation" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Update-MgBetaSiteTermStoreSetParentGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreSetParentGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSet" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetChild", "Variants": [ "Update", "Update1", @@ -406225,15 +406506,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetChild" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Beta.Sites", + "Permissions": [], + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Update", "Update1", @@ -406244,198 +406525,198 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetChildRelation" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetRelation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTerm" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermChild" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermRelation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreSetRelation" + "Permissions": [], + "Command": "Update-MgBetaSiteTermStoreSetRelation", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Beta.Sites", "Permissions": { "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 }, - "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreSetTerm" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreSetTermChild" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetTermChild", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreSetTermChildRelation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetTermChildRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreSetTermRelation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetTermRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/subscribedSkus/{subscribedSku-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscribedSku", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaSubscribedSku" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaSubscribedSku", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/subscriptions/{subscription-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.ChangeNotifications", - "Command": "Update-MgBetaSubscription" + "Permissions": [], + "Command": "Update-MgBetaSubscription", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTeam", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -406462,20 +406743,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}", - "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeam" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphChannel", + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelSettings.ReadWrite.All", @@ -406502,20 +406783,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaTeamChannel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamChannel" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMember.ReadWrite.All", @@ -406542,80 +406823,80 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaTeamChannelMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamChannelMember" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Update-MgBetaTeamChannelMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamChannelMessage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Update-MgBetaTeamChannelMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamChannelMessageReply" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Update-MgBetaTeamChannelMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamChannelMessageReplyHostedContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Update-MgBetaTeamChannelSharedWithTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamChannelSharedWithTeam" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTeamsTab", + "Module": "Beta.Teams", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -406666,20 +406947,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaTeamChannelTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamChannelTab" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -406742,20 +407023,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Update-MgBetaTeamInstalledApp", "Variants": [ "Upgrade", "UpgradeExpanded", "UpgradeViaIdentity", "UpgradeViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamInstalledApp" + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/members/{conversationMember-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMember.ReadWrite.All", @@ -406782,335 +407063,335 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaTeamMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamMember" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamOperation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTeamOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/owners/{user-id}/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamOwnerMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTeamOwnerMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamPermissionGrant" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTeamPermissionGrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/photo", + "Method": "PATCH", "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamPhoto" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTeamPhoto", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamPrimaryChannel" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTeamPrimaryChannel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamPrimaryChannelMember" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTeamPrimaryChannelMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamPrimaryChannelMessage" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTeamPrimaryChannelMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamPrimaryChannelMessageReply" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTeamPrimaryChannelMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamPrimaryChannelMessageReplyHostedContent" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamPrimaryChannelSharedWithTeam" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTeamPrimaryChannelSharedWithTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamPrimaryChannelTab" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTeamPrimaryChannelTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOfferShiftRequest", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamScheduleOfferShiftRequest" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTeamScheduleOfferShiftRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOpenShift", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamScheduleOpenShift" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTeamScheduleOpenShift", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamScheduleOpenShiftChangeRequest" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTeamScheduleOpenShiftChangeRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSchedulingGroup", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamScheduleSchedulingGroup" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTeamScheduleSchedulingGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamScheduleShift" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTeamScheduleShift", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamScheduleSwapShiftChangeRequest" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTeamScheduleSwapShiftChangeRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTimeCard", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamScheduleTimeCard" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTeamScheduleTimeCard", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTimeOff", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamScheduleTimeOff" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTeamScheduleTimeOff", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTimeOffReason", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamScheduleTimeOffReason" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTeamScheduleTimeOffReason", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTimeOffRequest", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamScheduleTimeOffRequest" + "Permissions": [], + "Command": "Update-MgBetaTeamScheduleTimeOffRequest", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTeamworkTag", + "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -407125,1125 +407406,1125 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaTeamTag", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", - "OutputType": "IMicrosoftGraphTeamworkTag", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamTag" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Update-MgBetaTeamTagMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamTagMember" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded" - ], "Uri": "/teamwork", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamwork", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamwork" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTeamwork", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedChats/{deletedChat-id}", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkDeletedChat" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeletedChat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeletedTeam", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkDeletedTeam" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeletedTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkDeletedTeamChannel" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeletedTeamChannel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkDeletedTeamChannelMember" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeletedTeamChannelMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessage" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageHostedContent" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageReply" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkDeletedTeamChannelSharedWithTeam" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkDeletedTeamChannelTab" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeletedTeamChannelTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/devices/{teamworkDevice-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamworkDevice", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkDevice" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamworkDeviceActivity", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkDeviceActivity" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeviceActivity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamworkDeviceConfiguration", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkDeviceConfiguration" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeviceConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/devices/{teamworkDevice-id}/health", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamworkDeviceHealth", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkDeviceHealth" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeviceHealth", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkDeviceOperation" + "Permissions": [], + "Command": "Update-MgBetaTeamworkDeviceOperation", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/teamwork/devices/{teamworkDevice-id}/updateSoftware", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Teams", "Permissions": { "Name": "TeamworkDevice.ReadWrite.All", "Description": "Read and write Teams devices", "FullDescription": "Allow the app to read and write the management data for Teams devices on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Update-MgBetaTeamworkDeviceSoftware", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/teamwork/devices/{teamworkDevice-id}/updateSoftware", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkDeviceSoftware" + "ApiVersion": "beta" }, { + "Uri": "/teamwork/teamsAppSettings", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTeamsAppSettings", + "Module": "Beta.Teams", "Permissions": { "Name": "TeamworkAppSettings.ReadWrite.All", "Description": "Read and write Teams app settings", "FullDescription": "Allows the app to read and write the Teams app settings on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaTeamworkTeamAppSetting", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/teamwork/teamsAppSettings", - "OutputType": "IMicrosoftGraphTeamsAppSettings", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkTeamAppSetting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTeamTemplate", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Update-MgBetaTeamworkTeamTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", - "OutputType": "IMicrosoftGraphTeamTemplate", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkTeamTemplate" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Update-MgBetaTeamworkTeamTemplateDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", - "OutputType": "IMicrosoftGraphTeamTemplateDefinition", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkTeamTemplateDefinition" + "ApiVersion": "beta" }, { + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Module": "Beta.Teams", "Permissions": { "Name": "WorkforceIntegration.ReadWrite.All", "Description": "Read and write workforce integrations", "FullDescription": "Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaTeamworkWorkforceIntegration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", - "OutputType": "IMicrosoftGraphWorkforceIntegration", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkWorkforceIntegration" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Module": "Beta.Identity.Partner", + "Permissions": [], + "Command": "Update-MgBetaTenantRelationshipDelegatedAdminCustomer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", - "ApiVersion": "beta", - "Module": "Beta.Identity.Partner", - "Command": "Update-MgBetaTenantRelationshipDelegatedAdminCustomer" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Module": "Beta.Identity.Partner", + "Permissions": [], + "Command": "Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", - "ApiVersion": "beta", - "Module": "Beta.Identity.Partner", - "Command": "Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Module": "Beta.Identity.Partner", "Permissions": { "Name": "DelegatedAdminRelationship.ReadWrite.All", "Description": "Manage Delegated Admin relationships with customers", "FullDescription": "Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", - "ApiVersion": "beta", - "Module": "Beta.Identity.Partner", - "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationship" + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Module": "Beta.Identity.Partner", "Permissions": { "Name": "DelegatedAdminRelationship.ReadWrite.All", "Description": "Manage Delegated Admin relationships with customers", "FullDescription": "Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.Partner", - "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", - "ApiVersion": "beta", "Module": "Beta.Identity.Partner", - "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Partner", - "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsTenant", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenant" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantAlert" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantAlert", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertLog" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertLog", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertRule" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantApiNotification" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantApiNotification", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantAppPerformance" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantAppPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantAuditEvent" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantAuditEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcConnection" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcConnection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcDevice" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcOverview" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcOverview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary" + "Permissions": [], + "Command": "Update-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", + "Module": "Beta.ManagedTenants", "Permissions": { "Name": "ManagedTenants.ReadWrite.All", "Description": "Read and write all managed tenant information", "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantCustomizedInformation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", - "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantCustomizedInformation" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantDetailedInformation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantDetailedInformation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantEmailNotification" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantEmailNotification", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantGroup" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementAction" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementAction", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementIntent" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementIntent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplate" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStep" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsMyRole", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantMyRole" + "Permissions": [], + "Command": "Update-MgBetaTenantRelationshipManagedTenantMyRole", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Module": "Beta.ManagedTenants", "Permissions": { "Name": "ManagedTenants.ReadWrite.All", "Description": "Read and write all managed tenant information", "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantTag", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantTag" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Update-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantTicketingEndpoint" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Update-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", - "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", + "Module": "Beta.ManagedTenants", + "Permissions": [], + "Command": "Update-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", - "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantWindowsProtectionState" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/multiTenantOrganization", "Method": "PATCH", + "OutputType": "IMicrosoftGraphMultiTenantOrganization", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganization", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/tenantRelationships/multiTenantOrganization", - "OutputType": "IMicrosoftGraphMultiTenantOrganization", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganization" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", "Method": "PATCH", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganizationTenant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganizationTenant" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/trustFramework", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTrustFramework", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaTrustFramework", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/trustFramework", - "OutputType": "IMicrosoftGraphTrustFramework", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaTrustFramework" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaTrustFrameworkKeySet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", - "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaTrustFrameworkKeySet" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", "Method": "PATCH", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaTrustFrameworkPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaTrustFrameworkPolicy" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUser", + "Module": "Beta.Users", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -408300,80 +408581,80 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaUser", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Update-MgBetaUser" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/activities/{userActivity-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserActivity", + "Module": "Beta.CrossDeviceExperiences", + "Permissions": [], + "Command": "Update-MgBetaUserActivity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/activities/{userActivity-id}", - "OutputType": "IMicrosoftGraphUserActivity", - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Update-MgBetaUserActivity" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Module": "Beta.CrossDeviceExperiences", + "Permissions": [], + "Command": "Update-MgBetaUserActivityHistoryItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", - "OutputType": "IMicrosoftGraphActivityHistoryItem", - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Update-MgBetaUserActivityHistoryItem" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphActivityStatistics", + "Module": "Beta.People", + "Permissions": [], + "Command": "Update-MgBetaUserActivityStatistics", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", - "OutputType": "IMicrosoftGraphActivityStatistics", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Update-MgBetaUserActivityStatistics" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Beta.Applications", + "Permissions": [], + "Command": "Update-MgBetaUserAppRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.Applications", - "Command": "Update-MgBetaUserAppRoleAssignment" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -408388,50 +408669,50 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaUserAuthenticationEmailMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaUserAuthenticationEmailMethod" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", "Method": "PATCH", + "OutputType": null, + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaUserAuthenticationMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaUserAuthenticationMethod" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Module": "Beta.Identity.SignIns", + "Permissions": [], + "Command": "Update-MgBetaUserAuthenticationOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "OutputType": "IMicrosoftGraphLongRunningOperation", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaUserAuthenticationOperation" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -408446,42 +408727,42 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaUserAuthenticationPhoneMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaUserAuthenticationPhoneMethod" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphCalendarGroup", + "Module": "Beta.Calendar", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaUserCalendarGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", - "OutputType": "IMicrosoftGraphCalendarGroup", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Update-MgBetaUserCalendarGroup" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphCalendarPermission", + "Module": "Beta.Calendar", + "Permissions": [], + "Command": "Update-MgBetaUserCalendarPermission", "Variants": [ "Update", "Update1", @@ -408492,2208 +408773,2208 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", - "OutputType": "IMicrosoftGraphCalendarPermission", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Update-MgBetaUserCalendarPermission" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphChat", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Update-MgBetaUserChat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/chats/{chat-id}", - "OutputType": "IMicrosoftGraphChat", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Update-MgBetaUserChat" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Update-MgBetaUserChatInstalledApp", "Variants": [ "Upgrade", "UpgradeExpanded", "UpgradeViaIdentity", "UpgradeViaIdentityExpanded" ], - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Update-MgBetaUserChatInstalledApp" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageInfo", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaUserChatLastMessagePreview" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserChatLastMessagePreview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaUserChatMember" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserChatMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaUserChatMessage" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserChatMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaUserChatMessageHostedContent" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserChatMessageHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaUserChatMessageReply" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserChatMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaUserChatMessageReplyHostedContent" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserChatMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaUserChatOperation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserChatOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaUserChatPermissionGrant" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserChatPermissionGrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaUserChatPinnedMessage" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserChatPinnedMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Command": "Update-MgBetaUserChatTab" + "Permissions": [], + "Command": "Update-MgBetaUserChatTab", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contacts/{contact-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphContact", + "Module": "Beta.PersonalContacts", "Permissions": { "Name": "Contacts.ReadWrite", "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaUserContact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contacts/{contact-id}", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Update-MgBetaUserContact" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", "Method": "PATCH", + "OutputType": null, + "Module": "Beta.PersonalContacts", + "Permissions": [], + "Command": "Update-MgBetaUserContactExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Update-MgBetaUserContactExtension" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphContactFolder", + "Module": "Beta.PersonalContacts", "Permissions": { "Name": "Contacts.ReadWrite", "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaUserContactFolder", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", - "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Update-MgBetaUserContactFolder" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphContactFolder", + "Module": "Beta.PersonalContacts", + "Permissions": [], + "Command": "Update-MgBetaUserContactFolderChildFolder", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Update-MgBetaUserContactFolderChildFolder" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphContact", + "Module": "Beta.PersonalContacts", "Permissions": { "Name": "Contacts.ReadWrite", "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaUserContactFolderChildFolderContact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Update-MgBetaUserContactFolderChildFolderContact" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", "Method": "PATCH", + "OutputType": null, + "Module": "Beta.PersonalContacts", + "Permissions": [], + "Command": "Update-MgBetaUserContactFolderChildFolderContactExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Update-MgBetaUserContactFolderChildFolderContactExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", "Method": "PATCH", + "OutputType": "IMicrosoftGraphProfilePhoto", + "Module": "Beta.PersonalContacts", + "Permissions": [], + "Command": "Update-MgBetaUserContactFolderChildFolderContactPhoto", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Update-MgBetaUserContactFolderChildFolderContactPhoto" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphContact", + "Module": "Beta.PersonalContacts", "Permissions": { "Name": "Contacts.ReadWrite", "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaUserContactFolderContact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Update-MgBetaUserContactFolderContact" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", "Method": "PATCH", + "OutputType": null, + "Module": "Beta.PersonalContacts", + "Permissions": [], + "Command": "Update-MgBetaUserContactFolderContactExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Update-MgBetaUserContactFolderContactExtension" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphProfilePhoto", + "Module": "Beta.PersonalContacts", "Permissions": { "Name": "Contacts.ReadWrite", "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaUserContactFolderContactPhoto", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Update-MgBetaUserContactFolderContactPhoto" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contacts/{contact-id}/photo", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphProfilePhoto", + "Module": "Beta.PersonalContacts", "Permissions": { "Name": "Contacts.ReadWrite", "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaUserContactPhoto", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contacts/{contact-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", - "Command": "Update-MgBetaUserContactPhoto" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/users/{user-id}/devices/{device-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Update-MgBetaUserDevice" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCommand", - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Update-MgBetaUserDeviceCommand" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDeviceCommand", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaUserDeviceEnrollmentConfiguration" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDeviceEnrollmentConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaUserDeviceEnrollmentConfigurationAssignment" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDeviceEnrollmentConfigurationAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Update-MgBetaUserDeviceExtension" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDeviceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaUserDeviceManagementTroubleshootingEvent" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDeviceManagementTroubleshootingEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUsageRight", - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Command": "Update-MgBetaUserDeviceUsageRights" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDeviceUsageRights", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDrive" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDrive", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveItem" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveItemAnalytic" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveItemAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveItemListItem" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveItemListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveItemListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveItemListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveItemListItemField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveItemListItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveItemListItemVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveItemListItemVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveItemPermission" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveItemRetentionLabel" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemRetentionLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveItemSubscription" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveItemThumbnail" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemThumbnail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveItemVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list", + "Method": "PATCH", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveList" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveListColumn" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveListContentType" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveListContentTypeColumn" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveListCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveListItem" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveListItemField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveListItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveListItemVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveListItemVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveListLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveListOperation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveListSubscription" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveRoot" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRoot", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveRootAnalytic" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveRootAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveRootCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveRootLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveRootListItem" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveRootListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveRootListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveRootListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveRootListItemField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveRootListItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveRootListItemVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveRootListItemVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveRootPermission" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveRootRetentionLabel" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootRetentionLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveRootSubscription" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveRootThumbnail" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootThumbnail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveRootVersion" + "Permissions": [], + "Command": "Update-MgBetaUserDriveRootVersion", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events/{event-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Beta.Calendar", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaUserEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/events/{event-id}", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Module": "Beta.Calendar", - "Command": "Update-MgBetaUserEvent" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Update-MgBetaUserEventExceptionOccurrenceExtension" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserEventExceptionOccurrenceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Update-MgBetaUserEventExceptionOccurrenceInstanceExtension" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserEventExceptionOccurrenceInstanceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Update-MgBetaUserEventExtension" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserEventExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Update-MgBetaUserEventInstanceExceptionOccurrenceExtension" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserEventInstanceExceptionOccurrenceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Command": "Update-MgBetaUserEventInstanceExtension" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserEventInstanceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/extensions/{extension-id}", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Update-MgBetaUserExtension" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/inferenceClassification", + "Method": "PATCH", "OutputType": "IMicrosoftGraphInferenceClassification", - "ApiVersion": "beta", "Module": "Beta.Mail", - "Command": "Update-MgBetaUserInferenceClassification" + "Permissions": [], + "Command": "Update-MgBetaUserInferenceClassification", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Module": "Beta.Mail", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaUserInferenceClassificationOverride", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Update-MgBetaUserInferenceClassificationOverride" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/users/{user-id}/informationProtection", + "Method": "PATCH", "OutputType": "IMicrosoftGraphInformationProtection", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaUserInformationProtection" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserInformationProtection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaUserInformationProtectionDataLossPreventionPolicy" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserInformationProtectionDataLossPreventionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/policy", + "Method": "PATCH", "OutputType": "IMicrosoftGraphInformationProtectionPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaUserInformationProtectionPolicy" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserInformationProtectionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphInformationProtectionLabel", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaUserInformationProtectionPolicyLabel" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserInformationProtectionPolicyLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSensitivityLabel", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaUserInformationProtectionSensitivityLabel" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserInformationProtectionSensitivityLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSensitivityLabel", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaUserInformationProtectionSensitivityLabelSublabel" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserInformationProtectionSensitivityLabelSublabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSensitivityPolicySettings", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaUserInformationProtectionSensitivityPolicySetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserInformationProtectionSensitivityPolicySetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaUserInformationProtectionThreatAssessmentRequest" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserInformationProtectionThreatAssessmentRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaUserInformationProtectionThreatAssessmentRequestResult" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/insights", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemInsights", - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Update-MgBetaUserInsight" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSharedInsight", - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Update-MgBetaUserInsightShared" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserInsightShared", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/insights/trending/{trending-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTrending", - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Update-MgBetaUserInsightTrending" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserInsightTrending", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUsedInsight", - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Update-MgBetaUserInsightUsed" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserInsightUsed", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphLicenseDetails", - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Update-MgBetaUserLicenseDetail" + "Permissions": [], + "Command": "Update-MgBetaUserLicenseDetail", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailboxSettings", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Beta.Users", "Permissions": { "Name": "MailboxSettings.ReadWrite", "Description": "Read and write to your mailbox settings", "FullDescription": "Allows the app to read, update, create, and delete your mailbox settings.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserMailboxSetting" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMailFolder", + "Module": "Beta.Mail", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaUserMailFolder", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Update-MgBetaUserMailFolder" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphMailFolder", + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Update-MgBetaUserMailFolderChildFolder", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Update-MgBetaUserMailFolderChildFolder" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Update-MgBetaUserMailFolderChildFolderMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Update-MgBetaUserMailFolderChildFolderMessage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", "Method": "PATCH", + "OutputType": null, + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Update-MgBetaUserMailFolderChildFolderMessageExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Update-MgBetaUserMailFolderChildFolderMessageExtension" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphMessageRule", + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Update-MgBetaUserMailFolderChildFolderMessageRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", - "OutputType": "IMicrosoftGraphMessageRule", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Update-MgBetaUserMailFolderChildFolderMessageRule" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Beta.Mail", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaUserMailFolderMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Update-MgBetaUserMailFolderMessage" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Mail", - "Command": "Update-MgBetaUserMailFolderMessageExtension" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserMailFolderMessageExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMessageRule", - "ApiVersion": "beta", "Module": "Beta.Mail", - "Command": "Update-MgBetaUserMailFolderMessageRule" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserMailFolderMessageRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaUserManagedDevice" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserManagedDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaUserManagedDeviceCategory" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserManagedDeviceCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaUserManagedDeviceCompliancePolicyState" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserManagedDeviceCompliancePolicyState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaUserManagedDeviceConfigurationState" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserManagedDeviceConfigurationState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaUserManagedDeviceHealthScriptState" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserManagedDeviceHealthScriptState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaUserManagedDeviceLogCollectionResponse" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserManagedDeviceLogCollectionResponse", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaUserManagedDeviceMobileAppConfigurationState" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserManagedDeviceMobileAppConfigurationState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityBaselineState", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaUserManagedDeviceSecurityBaselineState" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserManagedDeviceSecurityBaselineState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaUserManagedDeviceSecurityBaselineStateSettingState" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Update-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Command": "Update-MgBetaUserManagedDeviceWindowsDeviceAccount" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserManagedDeviceWindowsDeviceAccount", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsProtectionState", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaUserManagedDeviceWindowsProtectionState" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserManagedDeviceWindowsProtectionState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState" + "Permissions": [], + "Command": "Update-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/messages/{message-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Beta.Mail", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaUserMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/messages/{message-id}", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Update-MgBetaUserMessage" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", "Method": "PATCH", + "OutputType": null, + "Module": "Beta.Mail", + "Permissions": [], + "Command": "Update-MgBetaUserMessageExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", - "Command": "Update-MgBetaUserMessageExtension" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMobileAppIntentAndState", + "Module": "Beta.Devices.CorporateManagement", "Permissions": { "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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaUserMobileAppIntentAndState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", - "OutputType": "IMicrosoftGraphMobileAppIntentAndState", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaUserMobileAppIntentAndState" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaUserMobileAppTroubleshootingEvent" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserMobileAppTroubleshootingEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppLogCollectionRequest", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/notifications/{notification-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphNotification", - "ApiVersion": "beta", "Module": "Beta.Users", - "Command": "Update-MgBetaUserNotification" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserNotification", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Command": "Update-MgBetaUserOnenoteNotebook" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserOnenoteNotebook", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Command": "Update-MgBetaUserOnenotePage" + "Permissions": [], + "Command": "Update-MgBetaUserOnenotePage", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", + "Permissions": [], + "Command": "Update-MgBetaUserOnenotePageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Update-MgBetaUserOnenotePageContent" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Beta.Notes", + "Permissions": [], + "Command": "Update-MgBetaUserOnenoteSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Update-MgBetaUserOnenoteSection" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Beta.Notes", + "Permissions": [], + "Command": "Update-MgBetaUserOnenoteSectionGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Module": "Beta.Notes", - "Command": "Update-MgBetaUserOnenoteSectionGroup" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -410708,22 +410989,22 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaUserOnlineMeeting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaUserOnlineMeeting" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Update-MgBetaUserOnlineMeetingAttendanceReport", "Variants": [ "Update", "Update1", @@ -410734,15 +411015,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaUserOnlineMeetingAttendanceReport" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Update-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Update", "Update1", @@ -410753,248 +411034,248 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphCallRecording", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Update-MgBetaUserOnlineMeetingRecording", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", - "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaUserOnlineMeetingRecording" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMeetingRegistration", + "Module": "Beta.CloudCommunications", "Permissions": { "Name": "OnlineMeetings.ReadWrite", "Description": "Read and create your online meetings", "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaUserOnlineMeetingRegistration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", - "OutputType": "IMicrosoftGraphMeetingRegistration", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaUserOnlineMeetingRegistration" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Module": "Beta.CloudCommunications", "Permissions": { "Name": "OnlineMeetings.ReadWrite", "Description": "Read and create your online meetings", "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaUserOnlineMeetingRegistrationCustomQuestion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaUserOnlineMeetingRegistrationCustomQuestion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Update-MgBetaUserOnlineMeetingRegistrationRegistrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", - "OutputType": "IMicrosoftGraphMeetingRegistrantBase", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaUserOnlineMeetingRegistrationRegistrant" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphCallTranscript", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Update-MgBetaUserOnlineMeetingTranscript", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaUserOnlineMeetingTranscript" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphOutlookCategory", + "Module": "Beta.Users", "Permissions": { "Name": "MailboxSettings.ReadWrite", "Description": "Read and write to your mailbox settings", "FullDescription": "Allows the app to read, update, create, and delete your mailbox settings.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgBetaUserOutlookMasterCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", - "OutputType": "IMicrosoftGraphOutlookCategory", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserOutlookMasterCategory" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphOutlookTask", + "Module": "Beta.Users", "Permissions": { "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 }, - "Method": "PATCH", + "Command": "Update-MgBetaUserOutlookTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", - "OutputType": "IMicrosoftGraphOutlookTask", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserOutlookTask" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Module": "Beta.Users", "Permissions": { "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 }, - "Method": "PATCH", + "Command": "Update-MgBetaUserOutlookTaskFolder", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", - "OutputType": "IMicrosoftGraphOutlookTaskFolder", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserOutlookTaskFolder" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphOutlookTask", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Update-MgBetaUserOutlookTaskFolderTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", - "OutputType": "IMicrosoftGraphOutlookTask", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserOutlookTaskFolderTask" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphOutlookTaskGroup", + "Module": "Beta.Users", "Permissions": { "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 }, - "Method": "PATCH", + "Command": "Update-MgBetaUserOutlookTaskGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", - "OutputType": "IMicrosoftGraphOutlookTaskGroup", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserOutlookTaskGroup" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Module": "Beta.Users", "Permissions": { "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 }, - "Method": "PATCH", + "Command": "Update-MgBetaUserOutlookTaskGroupTaskFolder", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", - "OutputType": "IMicrosoftGraphOutlookTaskFolder", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserOutlookTaskGroupTaskFolder" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphOutlookTask", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Update-MgBetaUserOutlookTaskGroupTaskFolderTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", - "OutputType": "IMicrosoftGraphOutlookTask", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserOutlookTaskGroupTaskFolderTask" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/changePassword", + "Method": "POST", + "OutputType": null, + "Module": "Beta.Users.Actions", "Permissions": { "Name": "Directory.AccessAsUser.All", "Description": "Access the directory as you", "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Method": "POST", + "Command": "Update-MgBetaUserPassword", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Uri": "/users/{user-id}/changePassword", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Command": "Update-MgBetaUserPassword" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/photo", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphProfilePhoto", + "Module": "Beta.Users", "Permissions": [ { "Name": "User.ReadWrite", @@ -411009,20 +411290,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaUserPhoto", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserPhoto" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/planner", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerUser", + "Module": "Beta.Planner", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -411037,50 +411318,50 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaUserPlanner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/planner", - "OutputType": "IMicrosoftGraphPlannerUser", - "ApiVersion": "beta", - "Module": "Beta.Planner", - "Command": "Update-MgBetaUserPlanner" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/presence", "Method": "PATCH", + "OutputType": "IMicrosoftGraphPresence", + "Module": "Beta.CloudCommunications", + "Permissions": [], + "Command": "Update-MgBetaUserPresence", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/presence", - "OutputType": "IMicrosoftGraphPresence", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaUserPresence" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/profile", "Method": "PATCH", + "OutputType": "IMicrosoftGraphProfile", + "Module": "Beta.People", + "Permissions": [], + "Command": "Update-MgBetaUserProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile", - "OutputType": "IMicrosoftGraphProfile", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfile" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserAccountInformation", + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -411095,20 +411376,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaUserProfileAccount", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", - "OutputType": "IMicrosoftGraphUserAccountInformation", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfileAccount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphItemAddress", + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -411123,20 +411404,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaUserProfileAddress", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", - "OutputType": "IMicrosoftGraphItemAddress", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfileAddress" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPersonAnnualEvent", + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -411151,20 +411432,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaUserProfileAnniversary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", - "OutputType": "IMicrosoftGraphPersonAnnualEvent", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfileAnniversary" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/awards/{personAward-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPersonAward", + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -411179,20 +411460,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaUserProfileAward", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/awards/{personAward-id}", - "OutputType": "IMicrosoftGraphPersonAward", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfileAward" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPersonCertification", + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -411207,20 +411488,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaUserProfileCertification", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", - "OutputType": "IMicrosoftGraphPersonCertification", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfileCertification" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationalActivity", + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -411235,20 +411516,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaUserProfileEducationalActivity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", - "OutputType": "IMicrosoftGraphEducationalActivity", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfileEducationalActivity" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphItemEmail", + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -411263,20 +411544,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaUserProfileEmail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", - "OutputType": "IMicrosoftGraphItemEmail", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfileEmail" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPersonInterest", + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -411291,20 +411572,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaUserProfileInterest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", - "OutputType": "IMicrosoftGraphPersonInterest", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfileInterest" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphLanguageProficiency", + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -411319,20 +411600,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaUserProfileLanguage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", - "OutputType": "IMicrosoftGraphLanguageProficiency", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfileLanguage" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/names/{personName-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPersonName", + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -411347,20 +411628,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaUserProfileName", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/names/{personName-id}", - "OutputType": "IMicrosoftGraphPersonName", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfileName" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPersonAnnotation", + "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -411393,20 +411674,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaUserProfileNote", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", - "OutputType": "IMicrosoftGraphPersonAnnotation", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfileNote" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphItemPatent", + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -411421,20 +411702,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaUserProfilePatent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", - "OutputType": "IMicrosoftGraphItemPatent", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfilePatent" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphItemPhone", + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -411449,20 +411730,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaUserProfilePhone", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", - "OutputType": "IMicrosoftGraphItemPhone", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfilePhone" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWorkPosition", + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -411477,20 +411758,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaUserProfilePosition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", - "OutputType": "IMicrosoftGraphWorkPosition", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfilePosition" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphProjectParticipation", + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -411505,20 +411786,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaUserProfileProject", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", - "OutputType": "IMicrosoftGraphProjectParticipation", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfileProject" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphItemPublication", + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -411533,20 +411814,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaUserProfilePublication", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", - "OutputType": "IMicrosoftGraphItemPublication", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfilePublication" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSkillProficiency", + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -411561,20 +411842,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaUserProfileSkill", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", - "OutputType": "IMicrosoftGraphSkillProficiency", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfileSkill" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWebAccount", + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -411589,20 +411870,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaUserProfileWebAccount", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", - "OutputType": "IMicrosoftGraphWebAccount", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfileWebAccount" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPersonWebsite", + "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -411617,110 +411898,110 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaUserProfileWebsite", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", - "OutputType": "IMicrosoftGraphPersonWebsite", - "ApiVersion": "beta", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfileWebsite" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaUserScopedRoleMemberOf" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserScopedRoleMemberOf", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/security", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityAutoGenerated", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaUserSecurity" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserSecurity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/security/informationProtection", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityInformationProtection", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaUserSecurityInformationProtection" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserSecurityInformationProtection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaUserSecurityInformationProtectionLabelPolicySetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserSecurityInformationProtectionLabelPolicySetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaUserSecurityInformationProtectionSensitivityLabel" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaUserSecurityInformationProtectionSensitivityLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", - "ApiVersion": "beta", "Module": "Beta.Security", - "Command": "Update-MgBetaUserSecurityInformationProtectionSensitivityLabelParent" + "Permissions": [], + "Command": "Update-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/settings", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserSettings", + "Module": "Beta.Users", "Permissions": [ { "Name": "User.ReadWrite", @@ -411735,75 +412016,75 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgBetaUserSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/settings", - "OutputType": "IMicrosoftGraphUserSettings", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserSetting" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/settings/contactMergeSuggestions", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphContactMergeSuggestions", + "Module": "Beta.Users", "Permissions": { "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 }, - "Method": "PATCH", + "Command": "Update-MgBetaUserSettingContactMergeSuggestion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/settings/contactMergeSuggestions", - "OutputType": "IMicrosoftGraphContactMergeSuggestions", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserSettingContactMergeSuggestion" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/settings/itemInsights", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserInsightsSettings", + "Module": "Beta.Users", "Permissions": { "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 }, - "Method": "PATCH", + "Command": "Update-MgBetaUserSettingItemInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/settings/itemInsights", - "OutputType": "IMicrosoftGraphUserInsightsSettings", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserSettingItemInsight" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", "Method": "PATCH", + "OutputType": "IMicrosoftGraphRegionalAndLanguageSettings", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Update-MgBetaUserSettingRegionalAndLanguageSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", - "OutputType": "IMicrosoftGraphRegionalAndLanguageSettings", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserSettingRegionalAndLanguageSetting" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/settings/shiftPreferences", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphShiftPreferences", + "Module": "Beta.Users", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -411818,50 +412099,50 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaUserSettingShiftPreference", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/settings/shiftPreferences", - "OutputType": "IMicrosoftGraphShiftPreferences", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserSettingShiftPreference" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/teamwork", "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserTeamwork", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Update-MgBetaUserTeamwork", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/teamwork", - "OutputType": "IMicrosoftGraphUserTeamwork", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Update-MgBetaUserTeamwork" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Module": "Beta.Teams", + "Permissions": [], + "Command": "Update-MgBetaUserTeamworkAssociatedTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", - "ApiVersion": "beta", - "Module": "Beta.Teams", - "Command": "Update-MgBetaUserTeamworkAssociatedTeam" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTodoTaskList", + "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -411876,35 +412157,35 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaUserTodoList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "OutputType": "IMicrosoftGraphTodoTaskList", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserTodoList" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", "Method": "PATCH", + "OutputType": null, + "Module": "Beta.Users", + "Permissions": [], + "Command": "Update-MgBetaUserTodoListExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserTodoListExtension" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTodoTask", + "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -411919,35 +412200,35 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaUserTodoListTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "OutputType": "IMicrosoftGraphTodoTask", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserTodoListTask" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAttachmentSession", + "Module": "Beta.Users", + "Permissions": [], + "Command": "Update-MgBetaUserTodoListTaskAttachmentSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", - "OutputType": "IMicrosoftGraphAttachmentSession", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserTodoListTaskAttachmentSession" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphChecklistItem", + "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -411962,35 +412243,35 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaUserTodoListTaskChecklistItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "OutputType": "IMicrosoftGraphChecklistItem", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserTodoListTaskChecklistItem" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", "Method": "PATCH", + "OutputType": null, + "Module": "Beta.Users", + "Permissions": [], + "Command": "Update-MgBetaUserTodoListTaskExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserTodoListTaskExtension" + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphLinkedResource", + "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -412005,580 +412286,580 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBetaUserTodoListTaskLinkedResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "OutputType": "IMicrosoftGraphLinkedResource", - "ApiVersion": "beta", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserTodoListTaskLinkedResource" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphVirtualEvent", + "Module": "Beta.Bookings", + "Permissions": [], + "Command": "Update-MgBetaVirtualEvent", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", - "OutputType": "IMicrosoftGraphVirtualEvent", - "ApiVersion": "beta", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEvent" + "ApiVersion": "beta" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphVirtualEventPresenter", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventPresenter" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventPresenter", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventSession" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventSessionAttendanceReport" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventSessionAttendanceReport", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/meetingAttendanceReport", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventSessionMeetingAttendanceReport" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventSessionMeetingAttendanceReport", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/meetingAttendanceReport/attendanceRecords/{attendanceRecord-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventSessionMeetingAttendanceReportAttendanceRecord" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventSessionMeetingAttendanceReportAttendanceRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/recordings/{callRecording-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventSessionRecording" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventSessionRecording", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registration", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMeetingRegistration", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventSessionRegistration" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventSessionRegistration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventSessionRegistrationCustomQuestion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventSessionRegistrationCustomQuestion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registration/registrants/{meetingRegistrantBase-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMeetingRegistrantBase", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventSessionRegistrationRegistrant" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventSessionRegistrationRegistrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/transcripts/{callTranscript-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventSessionTranscript" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventSessionTranscript", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphVirtualEventWebinar", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventWebinar" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventWebinar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphVirtualEventPresenter", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventWebinarPresenter" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventWebinarPresenter", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphVirtualEventRegistration", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventWebinarRegistration" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventWebinarRegistration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventWebinarSession" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventWebinarSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventWebinarSessionAttendanceReport" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventWebinarSessionAttendanceReport", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/meetingAttendanceReport", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventWebinarSessionMeetingAttendanceReport" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventWebinarSessionMeetingAttendanceReport", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/meetingAttendanceReport/attendanceRecords/{attendanceRecord-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventWebinarSessionMeetingAttendanceReportAttendanceRecord" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventWebinarSessionMeetingAttendanceReportAttendanceRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/recordings/{callRecording-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventWebinarSessionRecording" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventWebinarSessionRecording", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registration", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMeetingRegistration", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventWebinarSessionRegistration" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventWebinarSessionRegistration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventWebinarSessionRegistrationCustomQuestion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventWebinarSessionRegistrationCustomQuestion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registration/registrants/{meetingRegistrantBase-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMeetingRegistrantBase", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventWebinarSessionRegistrationRegistrant" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventWebinarSessionRegistrationRegistrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta" + }, + { "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/transcripts/{callTranscript-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventWebinarSessionTranscript" + "Permissions": [], + "Command": "Update-MgBetaVirtualEventWebinarSessionTranscript", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/deployments/{deployment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesDeployment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/admin/windows/updates/deployments/{deployment-id}", - "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Update-MgBetaWindowsUpdatesDeployment" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/updateAudience", "Method": "POST", + "OutputType": null, + "Module": "Beta.WindowsUpdates", + "Permissions": [], + "Command": "Update-MgBetaWindowsUpdatesDeploymentAudience", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/updateAudience", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Update-MgBetaWindowsUpdatesDeploymentAudience" + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/updateAudienceById", + "Method": "POST", + "OutputType": null, + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "POST", + "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceById", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/updateAudienceById", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceById" + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Update-MgBetaWindowsUpdatesPolicy" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsUpdatesDeploymentAudience", + "Module": "Beta.WindowsUpdates", + "Permissions": [], + "Command": "Update-MgBetaWindowsUpdatesPolicyAudience", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", - "OutputType": "IMicrosoftGraphWindowsUpdatesDeploymentAudience", - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Update-MgBetaWindowsUpdatesPolicyAudience" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/updateAudienceById", "Method": "POST", + "OutputType": null, + "Module": "Beta.WindowsUpdates", + "Permissions": [], + "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceById", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/updateAudienceById", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceById" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", "Method": "PATCH", + "OutputType": null, + "Module": "Beta.WindowsUpdates", + "Permissions": [], + "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceExclusion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceExclusion" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", "Method": "PATCH", + "OutputType": null, + "Module": "Beta.WindowsUpdates", + "Permissions": [], + "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceMember" + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", + "Module": "Beta.WindowsUpdates", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", "Description": "Read and write all Windows update deployment settings", "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesPolicyComplianceChange", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", - "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Update-MgBetaWindowsUpdatesPolicyComplianceChange" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", + "Module": "Beta.WindowsUpdates", + "Permissions": [], + "Command": "Update-MgBetaWindowsUpdatesResourceConnection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", - "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Update-MgBetaWindowsUpdatesResourceConnection" + "ApiVersion": "beta" }, { - "Permissions": [], + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", "Method": "PATCH", + "OutputType": null, + "Module": "Beta.WindowsUpdates", + "Permissions": [], + "Command": "Update-MgBetaWindowsUpdatesUpdatableAsset", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", - "Command": "Update-MgBetaWindowsUpdatesUpdatableAsset" + "ApiVersion": "beta" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphBookingBusiness", + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -412593,20 +412874,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBookingBusiness", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", - "OutputType": "IMicrosoftGraphBookingBusiness", - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Update-MgBookingBusiness" + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphBookingAppointment", + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -412633,35 +412914,35 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBookingBusinessAppointment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "OutputType": "IMicrosoftGraphBookingAppointment", - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Update-MgBookingBusinessAppointment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphBookingAppointment", + "Module": "Bookings", + "Permissions": [], + "Command": "Update-MgBookingBusinessCalendarView", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", - "OutputType": "IMicrosoftGraphBookingAppointment", - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Update-MgBookingBusinessCalendarView" + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", + "Method": "PATCH", + "OutputType": null, + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -412688,20 +412969,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBookingBusinessCustomer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Update-MgBookingBusinessCustomer" + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -412722,20 +413003,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBookingBusinessCustomQuestion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Update-MgBookingBusinessCustomQuestion" + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphBookingService", + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -412750,20 +413031,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBookingBusinessService", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "OutputType": "IMicrosoftGraphBookingService", - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Update-MgBookingBusinessService" + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", + "Method": "PATCH", + "OutputType": null, + "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -412778,35 +413059,35 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgBookingBusinessStaffMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Update-MgBookingBusinessStaffMember" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphBookingCurrency", + "Module": "Bookings", + "Permissions": [], + "Command": "Update-MgBookingCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", - "OutputType": "IMicrosoftGraphBookingCurrency", - "ApiVersion": "v1.0", - "Module": "Bookings", - "Command": "Update-MgBookingCurrency" + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphChat", + "Module": "Teams", "Permissions": [ { "Name": "Chat.ReadWrite", @@ -412827,20 +413108,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgChat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}", - "OutputType": "IMicrosoftGraphChat", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Update-MgChat" + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", + "Method": "POST", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Chat.Manage.Chat", @@ -412897,50 +413178,50 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Update-MgChatInstalledApp", "Variants": [ "Upgrade", "UpgradeExpanded", "UpgradeViaIdentity", "UpgradeViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Update-MgChatInstalledApp" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/lastMessagePreview", "Method": "PATCH", + "OutputType": "IMicrosoftGraphChatMessageInfo", + "Module": "Teams", + "Permissions": [], + "Command": "Update-MgChatLastMessagePreview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/lastMessagePreview", - "OutputType": "IMicrosoftGraphChatMessageInfo", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Update-MgChatLastMessagePreview" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Teams", + "Permissions": [], + "Command": "Update-MgChatMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Update-MgChatMember" + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.ReadWrite", @@ -412979,80 +413260,80 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgChatMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Update-MgChatMessage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", + "Permissions": [], + "Command": "Update-MgChatMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Update-MgChatMessageReply" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Teams", + "Permissions": [], + "Command": "Update-MgChatMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Update-MgChatMessageReplyHostedContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Module": "Teams", + "Permissions": [], + "Command": "Update-MgChatPermissionGrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Update-MgChatPermissionGrant" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Module": "Teams", + "Permissions": [], + "Command": "Update-MgChatPinnedMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Update-MgChatPinnedMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTeamsTab", + "Module": "Teams", "Permissions": [ { "Name": "TeamsTab.ReadWrite.All", @@ -413085,20 +413366,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgChatTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Update-MgChatTab" + "ApiVersion": "v1.0" }, { + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.InitiateGroupCall.All", @@ -413113,65 +413394,65 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgCommunicationCallAudioRoutingGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "OutputType": "IMicrosoftGraphAudioRoutingGroup", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Update-MgCommunicationCallAudioRoutingGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", "Method": "PATCH", + "OutputType": null, + "Module": "CloudCommunications", + "Permissions": [], + "Command": "Update-MgCommunicationCallContentSharingSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Update-MgCommunicationCallContentSharingSession" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphCommsOperation", + "Module": "CloudCommunications", + "Permissions": [], + "Command": "Update-MgCommunicationCallOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", - "OutputType": "IMicrosoftGraphCommsOperation", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Update-MgCommunicationCallOperation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphParticipant", + "Module": "CloudCommunications", + "Permissions": [], + "Command": "Update-MgCommunicationCallParticipant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/participants/{participant-id}", - "OutputType": "IMicrosoftGraphParticipant", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Update-MgCommunicationCallParticipant" + "ApiVersion": "v1.0" }, { + "Uri": "/communications/calls/{call-id}/updateRecordingStatus", + "Method": "POST", + "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation", + "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.AccessMedia.All", @@ -413186,153 +413467,153 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Update-MgCommunicationCallRecordingStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/communications/calls/{call-id}/updateRecordingStatus", - "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Update-MgCommunicationCallRecordingStatus" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCallRecordsSession", - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Command": "Update-MgCommunicationCallRecordSession" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgCommunicationCallRecordSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Command": "Update-MgCommunicationOnlineMeeting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgCommunicationOnlineMeeting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Command": "Update-MgCommunicationOnlineMeetingAttendanceReport" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgCommunicationOnlineMeetingAttendanceReport", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Command": "Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/presences/{presence-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPresence", - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Command": "Update-MgCommunicationPresence" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgCommunicationPresence", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/compliance", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCompliance", - "ApiVersion": "v1.0", "Module": "Compliance", - "Command": "Update-MgCompliance" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgCompliance", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/contacts/{orgContact-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Update-MgContact" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgContact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/contracts/{contract-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphContract", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Command": "Update-MgContract" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgContract", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDataPolicyOperation", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Update-MgDataPolicyOperation" + "Permissions": [], + "Command": "Update-MgDataPolicyOperation", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/devices/{device-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.ReadWrite.All", @@ -413353,20 +413634,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/devices/{device-id}", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDevice" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceAppManagement", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -413381,38 +413662,38 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagement", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/deviceAppManagement", - "OutputType": "IMicrosoftGraphDeviceAppManagement", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagement" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtection" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -413427,20 +413708,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionApp" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -413455,20 +413736,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -413483,20 +413764,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -413511,20 +413792,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtection" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -413539,20 +413820,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtectionApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtectionApp" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -413567,40 +413848,40 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementiOSManagedAppProtection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "OutputType": "IMicrosoftGraphIosManagedAppProtection", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementiOSManagedAppProtection" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -413615,20 +413896,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionApp" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -413643,20 +413924,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -413671,80 +413952,80 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Module": "Devices.CorporateManagement", + "Permissions": [], + "Command": "Update-MgDeviceAppManagementManagedAppPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementManagedAppPolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Module": "Devices.CorporateManagement", + "Permissions": [], + "Command": "Update-MgDeviceAppManagementManagedAppRegistration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", - "OutputType": "IMicrosoftGraphManagedAppRegistration", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementManagedAppRegistration" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Module": "Devices.CorporateManagement", + "Permissions": [], + "Command": "Update-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Module": "Devices.CorporateManagement", + "Permissions": [], + "Command": "Update-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedAppOperation", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -413759,175 +414040,175 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementManagedAppRegistrationOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "OutputType": "IMicrosoftGraphManagedAppOperation", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementManagedAppRegistrationOperation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedAppStatus", + "Module": "Devices.CorporateManagement", + "Permissions": [], + "Command": "Update-MgDeviceAppManagementManagedAppStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "OutputType": "IMicrosoftGraphManagedAppStatus", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementManagedAppStatus" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedEBook", + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementManagedEBook", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", - "OutputType": "IMicrosoftGraphManagedEBook", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementManagedEBook" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementManagedEBookAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", - "OutputType": "IMicrosoftGraphManagedEBookAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementManagedEBookAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementManagedEBookDeviceState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementManagedEBookDeviceState" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEBookInstallSummary", + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementManagedEBookInstallSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", - "OutputType": "IMicrosoftGraphEBookInstallSummary", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementManagedEBookInstallSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementManagedEBookUserStateSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", - "OutputType": "IMicrosoftGraphUserInstallStateSummary", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementManagedEBookUserStateSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Module": "Devices.CorporateManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -413942,20 +414223,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -413970,20 +414251,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -413998,220 +414279,220 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile" + "ApiVersion": "v1.0" }, { - "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileApp", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileApp" - }, - { "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAssignment" - }, - { "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppCategory" - }, - { "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppConfiguration" - }, - { "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppConfigurationAssignment" - }, - { "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppConfigurationAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatus" - }, - { "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary" - }, - { "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppConfigurationUserStatus" - }, - { "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppConfigurationUserStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary" - }, - { "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfiguration" + "Permissions": { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfiguration", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -414226,20 +414507,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationApp" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -414254,20 +414535,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -414282,20 +414563,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphVppToken", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -414310,20 +414591,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementVppToken", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "OutputType": "IMicrosoftGraphVppToken", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementVppToken" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -414338,20 +414619,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -414366,20 +414647,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -414394,20 +414675,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -414422,50 +414703,50 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices(deviceId='{deviceId}')", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDevice", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Update-MgDeviceByDeviceId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/devices(deviceId='{deviceId}')", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDeviceByDeviceId" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/devices/{device-id}/extensions/{extension-id}", "Method": "PATCH", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Update-MgDeviceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/devices/{device-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDeviceExtension" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagement", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -414498,18 +414779,18 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagement", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/deviceManagement", - "OutputType": "IMicrosoftGraphDeviceManagement", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagement" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/applePushNotificationCertificate", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -414524,38 +414805,38 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementApplePushNotificationCertificate", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/deviceManagement/applePushNotificationCertificate", - "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementApplePushNotificationCertificate" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAuditEvent", + "Module": "DeviceManagement.Administration", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceManagementAuditEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", - "OutputType": "IMicrosoftGraphAuditEvent", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementAuditEvent" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -414570,20 +414851,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementComplianceManagementPartner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "OutputType": "IMicrosoftGraphComplianceManagementPartner", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementComplianceManagementPartner" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/conditionalAccessSettings", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -414598,18 +414879,18 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementConditionalAccessSetting", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/deviceManagement/conditionalAccessSettings", - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrollment", - "Command": "Update-MgDeviceManagementConditionalAccessSetting" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDetectedApp", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -414624,20 +414905,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementDetectedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", - "OutputType": "IMicrosoftGraphDetectedApp", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDetectedApp" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceCategory", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -414652,416 +414933,416 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceCategory" + "ApiVersion": "v1.0" }, { - "Permissions": { - "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.", - "IsAdmin": true - }, - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicy" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyAssignment" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatus" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummary" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatus" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceConfiguration", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceConfiguration" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceConfigurationAssignment" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceConfigurationAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStateSummary" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStateSummary", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatus" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatusOverview" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatus" - }, - { "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatusOverview" + "Permissions": { + "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.", + "IsAdmin": true + }, + "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatusOverview", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -415076,20 +415357,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceEnrollmentConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrollment", - "Command": "Update-MgDeviceManagementDeviceEnrollmentConfiguration" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -415104,20 +415385,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrollment", - "Command": "Update-MgDeviceManagementDeviceEnrollmentConfigurationAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -415132,55 +415413,55 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementExchangeConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementExchangeConnector" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Module": "DeviceManagement.Enrollment", + "Permissions": [], + "Command": "Update-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrollment", - "Command": "Update-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Module": "DeviceManagement.Administration", "Permissions": { "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.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceManagementIoUpdateStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementIoUpdateStatus" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedDevice", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -415195,150 +415476,150 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementManagedDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementManagedDevice" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceCategory", + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Update-MgDeviceManagementManagedDeviceCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", - "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementManagedDeviceCategory" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Update-MgDeviceManagementManagedDeviceCompliancePolicyState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementManagedDeviceCompliancePolicyState" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Update-MgDeviceManagementManagedDeviceConfigurationState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementManagedDeviceConfigurationState" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Update-MgDeviceManagementManagedDeviceLogCollectionRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementManagedDeviceLogCollectionRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", "FullDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "POST", + "Command": "Update-MgDeviceManagementManagedDeviceWindowsDeviceAccount", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Update-MgDeviceManagementManagedDeviceWindowsDeviceAccount" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Update-MgDeviceManagementManagedDeviceWindowsProtectionState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", - "OutputType": "IMicrosoftGraphWindowsProtectionState", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementManagedDeviceWindowsProtectionState" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Update-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Module": "DeviceManagement", "Permissions": { "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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEvent" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -415353,20 +415634,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -415381,60 +415662,60 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementMobileThreatDefenseConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementMobileThreatDefenseConnector" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Module": "DeviceManagement", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceManagementNotificationMessageTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementNotificationMessageTemplate" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Module": "DeviceManagement", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -415449,20 +415730,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementPartner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "OutputType": "IMicrosoftGraphDeviceManagementPartner", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementPartner" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -415477,20 +415758,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementRemoteAssistancePartner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementRemoteAssistancePartner" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/reports", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementReports", + "Module": "Reports", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -415517,18 +415798,18 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementReport", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/deviceManagement/reports", - "OutputType": "IMicrosoftGraphDeviceManagementReports", - "ApiVersion": "v1.0", - "Module": "Reports", - "Command": "Update-MgDeviceManagementReport" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphResourceOperation", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -415543,20 +415824,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementResourceOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "OutputType": "IMicrosoftGraphResourceOperation", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementResourceOperation" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -415571,20 +415852,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementRoleAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphRoleDefinition", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -415599,20 +415880,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "OutputType": "IMicrosoftGraphRoleDefinition", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementRoleDefinition" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphRoleAssignment", + "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -415627,120 +415908,120 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementRoleDefinitionRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "OutputType": "IMicrosoftGraphRoleAssignment", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementRoleDefinitionRoleAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Module": "DeviceManagement.Administration", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceManagementTelecomExpenseManagementPartner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementTelecomExpenseManagementPartner" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermsAndConditions", + "Module": "DeviceManagement.Administration", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceManagementTermAndCondition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", - "OutputType": "IMicrosoftGraphTermsAndConditions", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementTermAndCondition" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Module": "DeviceManagement.Administration", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceManagementTermAndConditionAcceptanceStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementTermAndConditionAcceptanceStatus" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Module": "DeviceManagement.Administration", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceManagementTermAndConditionAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementTermAndConditionAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Module": "DeviceManagement", "Permissions": { "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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceManagementTroubleshootingEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementTroubleshootingEvent" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -415755,20 +416036,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -415783,20 +416064,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -415811,20 +416092,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -415839,20 +416120,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -415867,20 +416148,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -415895,20 +416176,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -415923,20 +416204,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -415951,20 +416232,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -415979,33 +416260,33 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverview" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -416020,20 +416301,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticBaseline", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticBaseline" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -416048,35 +416329,35 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategory" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Module": "DeviceManagement", + "Permissions": [], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -416091,20 +416372,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDevicePerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDevicePerformance" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -416119,20 +416400,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceScore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceScore" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -416147,20 +416428,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -416175,20 +416456,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -416203,20 +416484,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticMetricHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticMetricHistory" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -416231,20 +416512,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticModelScore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticModelScore" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsOverview", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -416259,18 +416540,18 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticOverview", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsOverview", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticOverview" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -416285,20 +416566,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticScoreHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticScoreHistory" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -416313,18 +416594,18 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -416339,20 +416620,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -416367,20 +416648,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -416395,80 +416676,80 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties", + "Method": "POST", + "OutputType": null, + "Module": "DeviceManagement.Actions", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Method": "POST", + "Command": "Update-MgDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "Command": "Update-MgDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Module": "DeviceManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementWindowsInformationProtectionAppLearningSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Module": "DeviceManagement", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -416483,20 +416764,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementWindowsMalwareInformation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementWindowsMalwareInformation" + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -416511,368 +416792,368 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDirectory", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Update-MgDirectory", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/directory", - "OutputType": "IMicrosoftGraphDirectory", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDirectory" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Identity.DirectoryManagement", "Permissions": { "Name": "AdministrativeUnit.ReadWrite.All", "Description": "Read and write administrative units", "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDirectoryAdministrativeUnit", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDirectoryAdministrativeUnit" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "Method": "PATCH", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Update-MgDirectoryAdministrativeUnitExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDirectoryAdministrativeUnitExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Update-MgDirectoryAdministrativeUnitScopedRoleMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDirectoryAdministrativeUnitScopedRoleMember" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/attributeSets/{attributeSet-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAttributeSet", + "Module": "Identity.DirectoryManagement", "Permissions": { "Name": "CustomSecAttributeDefinition.ReadWrite.All", "Description": "Read and write custom security attribute definitions", "FullDescription": "Allows the app to read and write custom security attribute definitions for the tenant on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDirectoryAttributeSet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/directory/attributeSets/{attributeSet-id}", - "OutputType": "IMicrosoftGraphAttributeSet", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDirectoryAttributeSet" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Module": "Identity.DirectoryManagement", "Permissions": { "Name": "CustomSecAttributeDefinition.ReadWrite.All", "Description": "Read and write custom security attribute definitions", "FullDescription": "Allows the app to read and write custom security attribute definitions for the tenant on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDirectoryCustomSecurityAttributeDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDirectoryCustomSecurityAttributeDefinition" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAllowedValue", + "Module": "Identity.DirectoryManagement", "Permissions": { "Name": "CustomSecAttributeDefinition.ReadWrite.All", "Description": "Read and write custom security attribute definitions", "FullDescription": "Allows the app to read and write custom security attribute definitions for the tenant on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "OutputType": "IMicrosoftGraphAllowedValue", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Update-MgDirectoryDeletedItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/directory/deletedItems/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDirectoryDeletedItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Update-MgDirectoryFederationConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDirectoryFederationConfiguration" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directoryObjects/{directoryObject-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Module": "DirectoryObjects", + "Permissions": [], + "Command": "Update-MgDirectoryObject", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/directoryObjects/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "DirectoryObjects", - "Command": "Update-MgDirectoryObject" + "ApiVersion": "v1.0" }, { + "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Module": "Identity.DirectoryManagement", "Permissions": { "Name": "OnPremDirectorySynchronization.ReadWrite.All", "Description": "Read and write all on-premises directory synchronization information", "FullDescription": "Allows the app to read and write all on-premises directory synchronization information for the organization, on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDirectoryOnPremiseSynchronization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDirectoryOnPremiseSynchronization" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Update-MgDirectoryRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/directoryRoles/{directoryRole-id}", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDirectoryRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Update-MgDirectoryRoleByRoleTemplateId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDirectoryRoleByRoleTemplateId" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Update-MgDirectoryRoleScopedMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDirectoryRoleScopedMember" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Update-MgDirectoryRoleTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDirectoryRoleTemplate" + "ApiVersion": "v1.0" }, { + "Uri": "/domains/{domain-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDomain", + "Module": "Identity.DirectoryManagement", "Permissions": { "Name": "Domain.ReadWrite.All", "Description": "Read and write domains", "FullDescription": "Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDomain", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/domains/{domain-id}", - "OutputType": "IMicrosoftGraphDomain", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDomain" + "ApiVersion": "v1.0" }, { + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Module": "Identity.DirectoryManagement", "Permissions": { "Name": "Domain.ReadWrite.All", "Description": "Read and write domains", "FullDescription": "Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgDomainFederationConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "OutputType": "IMicrosoftGraphInternalDomainFederation", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDomainFederationConfiguration" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Update-MgDomainServiceConfigurationRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", - "OutputType": "IMicrosoftGraphDomainDnsRecord", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDomainServiceConfigurationRecord" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Update-MgDomainVerificationDnsRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", - "OutputType": "IMicrosoftGraphDomainDnsRecord", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDomainVerificationDnsRecord" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDrive", + "Module": "Files", + "Permissions": [], + "Command": "Update-MgDrive", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Update-MgDrive" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", "Method": "PATCH", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Files", + "Permissions": [], + "Command": "Update-MgDriveCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Update-MgDriveCreatedByUserMailboxSetting" + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDriveItem", + "Module": "Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -416893,200 +417174,200 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgDriveItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Update-MgDriveItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveItemAnalytic" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveItemAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveItemAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveItemAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveItemListItem" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveItemListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveItemListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveItemListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveItemListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveItemListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveItemListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveItemListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveItemListItemField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveItemListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveItemListItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveItemListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveItemListItemVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveItemListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveItemListItemVersionField" + "Permissions": [], + "Command": "Update-MgDriveItemListItemVersionField", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPermission", + "Module": "Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -417107,610 +417388,610 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgDriveItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Module": "Files", - "Command": "Update-MgDriveItemPermission" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveItemSubscription" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveItemSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveItemThumbnail" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveItemThumbnail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveItemVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list", + "Method": "PATCH", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveList" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveListColumn" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveListColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveListContentType" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveListContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveListContentTypeColumn" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveListContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveListContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveListCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveListCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveListItem" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveListItemField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveListItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveListItemVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveListItemVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveListLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveListLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveListOperation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveListOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveListSubscription" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveListSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveRoot" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveRoot", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/analytics", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveRootAnalytic" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveRootAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveRootAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveRootAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveRootCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveRootCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveRootLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveRootLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveRootListItem" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveRootListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveRootListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveRootListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveRootListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveRootListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveRootListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveRootListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveRootListItemField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveRootListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveRootListItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveRootListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveRootListItemVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveRootListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveRootListItemVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveRootListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveRootPermission" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveRootPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveRootSubscription" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveRootSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveRootThumbnail" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgDriveRootThumbnail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgDriveRootVersion" + "Permissions": [], + "Command": "Update-MgDriveRootVersion", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationClass", + "Module": "Education", "Permissions": { "Name": "EduRoster.ReadWrite.All", "Description": "Read and write the organization's roster", "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgEducationClass", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Update-MgEducationClass" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -417725,35 +418006,35 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgEducationClassAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Update-MgEducationClassAssignment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationCategory", + "Module": "Education", + "Permissions": [], + "Command": "Update-MgEducationClassAssignmentCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Update-MgEducationClassAssignmentCategory" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -417768,35 +418049,35 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgEducationClassAssignmentDefault", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Update-MgEducationClassAssignmentDefault" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Module": "Education", + "Permissions": [], + "Command": "Update-MgEducationClassAssignmentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Update-MgEducationClassAssignmentResource" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationRubric", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -417811,20 +418092,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgEducationClassAssignmentRubric", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Update-MgEducationClassAssignmentRubric" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignmentSettings", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationAssignmentSettings", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -417839,35 +418120,35 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgEducationClassAssignmentSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignmentSettings", - "OutputType": "IMicrosoftGraphEducationAssignmentSettings", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Update-MgEducationClassAssignmentSetting" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Module": "Education", + "Permissions": [], + "Command": "Update-MgEducationClassAssignmentSubmission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Update-MgEducationClassAssignmentSubmission" + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationOutcome", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -417894,173 +418175,173 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgEducationClassAssignmentSubmissionOutcome", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Update-MgEducationClassAssignmentSubmissionOutcome" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Module": "Education", + "Permissions": [], + "Command": "Update-MgEducationClassAssignmentSubmissionResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Update-MgEducationClassAssignmentSubmissionResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Module": "Education", + "Permissions": [], + "Command": "Update-MgEducationClassAssignmentSubmissionSubmittedResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Update-MgEducationClassAssignmentSubmissionSubmittedResource" + "ApiVersion": "v1.0" }, { + "Uri": "/education/me", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationUser", + "Module": "Education", "Permissions": { "Name": "EduRoster.ReadWrite.All", "Description": "Read and write the organization's roster", "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgEducationMe", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/education/me", - "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Update-MgEducationMe" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/education/me/assignments/{educationAssignment-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Update-MgEducationMeAssignment" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEducationMeAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Update-MgEducationMeAssignmentResource" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEducationMeAssignmentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Update-MgEducationMeAssignmentRubric" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEducationMeAssignmentRubric", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Update-MgEducationMeAssignmentSubmission" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEducationMeAssignmentSubmission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Update-MgEducationMeAssignmentSubmissionOutcome" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEducationMeAssignmentSubmissionOutcome", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Update-MgEducationMeAssignmentSubmissionResource" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEducationMeAssignmentSubmissionResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Update-MgEducationMeAssignmentSubmissionSubmittedResource" + "Permissions": [], + "Command": "Update-MgEducationMeAssignmentSubmissionSubmittedResource", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/education/me/rubrics/{educationRubric-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationRubric", + "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -418075,328 +418356,328 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgEducationMeRubric", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/education/me/rubrics/{educationRubric-id}", - "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Update-MgEducationMeRubric" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/me/user/mailboxSettings", "Method": "PATCH", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Education", + "Permissions": [], + "Command": "Update-MgEducationMeUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/education/me/user/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Update-MgEducationMeUserMailboxSetting" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education", "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationRoot", + "Module": "Education", + "Permissions": [], + "Command": "Update-MgEducationRoot", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/education", - "OutputType": "IMicrosoftGraphEducationRoot", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Update-MgEducationRoot" + "ApiVersion": "v1.0" }, { + "Uri": "/education/schools/{educationSchool-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationSchool", + "Module": "Education", "Permissions": { "Name": "EduRoster.ReadWrite.All", "Description": "Read and write the organization's roster", "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgEducationSchool", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/education/schools/{educationSchool-id}", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Update-MgEducationSchool" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Module": "Education", + "Permissions": [], + "Command": "Update-MgEducationSchoolAdministrativeUnit", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Update-MgEducationSchoolAdministrativeUnit" + "ApiVersion": "v1.0" }, { + "Uri": "/education/users/{educationUser-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationUser", + "Module": "Education", "Permissions": { "Name": "EduRoster.ReadWrite.All", "Description": "Read and write the organization's roster", "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgEducationUser", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/education/users/{educationUser-id}", - "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "v1.0", - "Module": "Education", - "Command": "Update-MgEducationUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Update-MgEducationUserAssignment" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEducationUserAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Update-MgEducationUserAssignmentResource" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEducationUserAssignmentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Update-MgEducationUserAssignmentRubric" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEducationUserAssignmentRubric", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Update-MgEducationUserAssignmentSubmission" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEducationUserAssignmentSubmission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Update-MgEducationUserAssignmentSubmissionOutcome" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEducationUserAssignmentSubmissionOutcome", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Update-MgEducationUserAssignmentSubmissionResource" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEducationUserAssignmentSubmissionResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Update-MgEducationUserAssignmentSubmissionSubmittedResource" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEducationUserAssignmentSubmissionSubmittedResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Update-MgEducationUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEducationUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "v1.0", "Module": "Education", - "Command": "Update-MgEducationUserRubric" + "Permissions": [], + "Command": "Update-MgEducationUserRubric", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessPackage", + "Module": "Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementAccessPackage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementAccessPackage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphApproval", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApproval", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", - "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApproval" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphApprovalStage", + "Module": "Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApprovalStage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", - "OutputType": "IMicrosoftGraphApprovalStage", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApprovalStage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Update-MgEntitlementManagementAccessPackageAssignmentPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementAccessPackageAssignmentPolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Update-MgEntitlementManagementAccessPackageResourceRoleScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementAccessPackageResourceRoleScope" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}/reprocess", + "Method": "POST", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "Update-MgEntitlementManagementAssignment", "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -418405,50 +418686,50 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}/reprocess", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementAssignment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Update-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessPackageQuestion", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Update-MgEntitlementManagementAssignmentPolicyQuestion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", - "OutputType": "IMicrosoftGraphAccessPackageQuestion", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementAssignmentPolicyQuestion" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", + "Method": "POST", + "OutputType": null, + "Module": "Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "POST", + "Command": "Update-MgEntitlementManagementAssignmentRequest", "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -418457,65 +418738,65 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementAssignmentRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Module": "Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementCatalog", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementCatalog" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Update-MgEntitlementManagementCatalogCustomWorkflowExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementCatalogCustomWorkflowExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Update-MgEntitlementManagementCatalogResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", - "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementCatalogResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Update-MgEntitlementManagementCatalogResourceRole", "Variants": [ "Update", "Update1", @@ -418530,15 +418811,15 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementCatalogResourceRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Update-MgEntitlementManagementCatalogResourceRoleResource", "Variants": [ "Update", "Update1", @@ -418549,15 +418830,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementCatalogResourceRoleResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScope", "Variants": [ "Update", "Update1", @@ -418568,15 +418849,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScope" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", "Variants": [ "Update", "Update1", @@ -418587,30 +418868,30 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScopeResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Update-MgEntitlementManagementCatalogResourceScope", "Variants": [ "Update", "Update1", @@ -418625,15 +418906,15 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementCatalogResourceScope" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Update-MgEntitlementManagementCatalogResourceScopeResource", "Variants": [ "Update", "Update1", @@ -418644,15 +418925,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementCatalogResourceScopeResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRole", "Variants": [ "Update", "Update1", @@ -418663,15 +418944,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", "Variants": [ "Update", "Update1", @@ -418682,275 +418963,275 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRoleResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphConnectedOrganization", + "Module": "Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementConnectedOrganization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", - "OutputType": "IMicrosoftGraphConnectedOrganization", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementConnectedOrganization" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResource" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceEnvironment" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceEnvironment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceEnvironmentResource" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceEnvironmentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRole" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResource" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScope" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResource" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequest" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageCatalog", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestCatalog" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestCatalog", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphCustomCalloutExtension", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResource" + "Permissions": [], + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResource", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRole", "Variants": [ "Update", "Update1", @@ -418965,15 +419246,15 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", "Variants": [ "Update", "Update1", @@ -418984,15 +419265,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", "Variants": [ "Update", "Update1", @@ -419003,15 +419284,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", "Variants": [ "Update", "Update1", @@ -419022,30 +419303,30 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScope", "Variants": [ "Update", "Update1", @@ -419060,15 +419341,15 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScope" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", "Variants": [ "Update", "Update1", @@ -419079,15 +419360,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", "Variants": [ "Update", "Update1", @@ -419098,15 +419379,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", "Variants": [ "Update", "Update1", @@ -419117,494 +419398,494 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestResource" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestResourceRole" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestResourceRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResource" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResourceScope" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestResourceScope" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResource" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResourceRole" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResourceRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRole" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRoleResource" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRoleResourceScope" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRoleResourceScopeResource" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleResourceScopeResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRoleScope" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRoleScopeResource" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleScopeResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRole" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRoleResource" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRoleResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceScope" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRoleScopeRole" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleScopeRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResource" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceRole" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScope" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceScope" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceScopeResource" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceScopeResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceScopeResourceRole" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceScopeResourceRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceScopeResourceRoleResource" + "Permissions": [], + "Command": "Update-MgEntitlementManagementResourceScopeResourceRoleResource", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/settings", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEntitlementManagementSettings", + "Module": "Identity.Governance", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgEntitlementManagementSetting", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/identityGovernance/entitlementManagement/settings", - "OutputType": "IMicrosoftGraphEntitlementManagementSettings", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementSetting" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/external", "Method": "PATCH", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Module": "Search", + "Permissions": [], + "Command": "Update-MgExternal", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/external", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "Update-MgExternal" + "ApiVersion": "v1.0" }, { + "Uri": "/external/connections/{externalConnection-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Module": "Search", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.All", @@ -419619,20 +419900,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgExternalConnection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/external/connections/{externalConnection-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "Update-MgExternalConnection" + "ApiVersion": "v1.0" }, { + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Module": "Search", "Permissions": [ { "Name": "ExternalItem.ReadWrite.All", @@ -419647,65 +419928,65 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgExternalConnectionGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "Update-MgExternalConnectionGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Module": "Search", + "Permissions": [], + "Command": "Update-MgExternalConnectionGroupMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "Update-MgExternalConnectionGroupMember" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Module": "Search", + "Permissions": [], + "Command": "Update-MgExternalConnectionItemActivity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "Update-MgExternalConnectionItemActivity" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Module": "Search", + "Permissions": [], + "Command": "Update-MgExternalConnectionOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "Update-MgExternalConnectionOperation" + "ApiVersion": "v1.0" }, { + "Uri": "/external/connections/{externalConnection-id}/schema", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphExternalConnectorsSchema", + "Module": "Search", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.All", @@ -419720,20 +420001,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgExternalConnectionSchema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/external/connections/{externalConnection-id}/schema", - "OutputType": "IMicrosoftGraphExternalConnectorsSchema", - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "Update-MgExternalConnectionSchema" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphGroup", + "Module": "Groups", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -419748,35 +420029,35 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Update-MgGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Applications", + "Permissions": [], + "Command": "Update-MgGroupAppRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Update-MgGroupAppRoleAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/calendar/events/{event-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Calendar", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -419791,895 +420072,895 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgGroupCalendarEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/calendar/events/{event-id}", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Update-MgGroupCalendarEvent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphCalendarPermission", + "Module": "Calendar", + "Permissions": [], + "Command": "Update-MgGroupCalendarPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", - "OutputType": "IMicrosoftGraphCalendarPermission", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Update-MgGroupCalendarPermission" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphConversationThread", + "Module": "Groups", "Permissions": { "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 }, - "Method": "PATCH", + "Command": "Update-MgGroupConversationThread", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Update-MgGroupConversationThread" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Update-MgGroupConversationThreadPostExtension" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupConversationThreadPostExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Update-MgGroupConversationThreadPostInReplyToExtension" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupConversationThreadPostInReplyToExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDrive" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDrive", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveItem" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveItemAnalytic" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveItemAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveItemAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveItemAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveItemListItem" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveItemListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveItemListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveItemListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveItemListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveItemListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveItemListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveItemListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveItemListItemField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveItemListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveItemListItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveItemListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveItemListItemVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveItemListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveItemListItemVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveItemListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveItemPermission" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveItemSubscription" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveItemSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveItemThumbnail" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveItemThumbnail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveItemVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "Method": "PATCH", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveList" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveListColumn" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveListColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveListContentType" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveListContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveListContentTypeColumn" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveListContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveListContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveListCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveListCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveListItem" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveListItemField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveListItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveListItemVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveListItemVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveListLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveListLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveListOperation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveListOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveListSubscription" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveListSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveRoot" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveRoot", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveRootAnalytic" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveRootAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveRootAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveRootAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveRootCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveRootCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveRootLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveRootLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveRootListItem" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveRootListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveRootListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveRootListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveRootListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveRootListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveRootListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveRootListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveRootListItemField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveRootListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveRootListItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveRootListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveRootListItemVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveRootListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveRootListItemVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveRootListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveRootPermission" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveRootPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveRootSubscription" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveRootSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveRootThumbnail" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupDriveRootThumbnail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgGroupDriveRootVersion" + "Permissions": [], + "Command": "Update-MgGroupDriveRootVersion", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/events/{event-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Calendar", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -420694,72 +420975,72 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgGroupEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/events/{event-id}", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Update-MgGroupEvent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", "Method": "PATCH", + "OutputType": null, + "Module": "Calendar", + "Permissions": [], + "Command": "Update-MgGroupEventExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Update-MgGroupEventExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "Method": "PATCH", + "OutputType": null, + "Module": "Calendar", + "Permissions": [], + "Command": "Update-MgGroupEventInstanceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Update-MgGroupEventInstanceExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/extensions/{extension-id}", "Method": "PATCH", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Update-MgGroupExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Update-MgGroupExtension" + "ApiVersion": "v1.0" }, { + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Module": "Groups", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgGroupLifecyclePolicy", "Variants": [ "Update", "Update1", @@ -420770,153 +421051,153 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Update-MgGroupLifecyclePolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphNotebook", + "Module": "Notes", + "Permissions": [], + "Command": "Update-MgGroupOnenoteNotebook", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Update-MgGroupOnenoteNotebook" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphOnenotePage", + "Module": "Notes", + "Permissions": [], + "Command": "Update-MgGroupOnenotePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Update-MgGroupOnenotePage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", "Method": "POST", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Update-MgGroupOnenotePageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Update-MgGroupOnenotePageContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Notes", + "Permissions": [], + "Command": "Update-MgGroupOnenoteSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Update-MgGroupOnenoteSection" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Notes", + "Permissions": [], + "Command": "Update-MgGroupOnenoteSectionGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Update-MgGroupOnenoteSectionGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Module": "Groups", + "Permissions": [], + "Command": "Update-MgGroupPermissionGrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Update-MgGroupPermissionGrant" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/photo", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphProfilePhoto", + "Module": "Groups", "Permissions": { "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 }, - "Method": "PATCH", + "Command": "Update-MgGroupPhoto", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Update-MgGroupPhoto" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/planner", "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerGroup", + "Module": "Planner", + "Permissions": [], + "Command": "Update-MgGroupPlanner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/planner", - "OutputType": "IMicrosoftGraphPlannerGroup", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Update-MgGroupPlanner" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Module": "Planner", + "Permissions": [], + "Command": "Update-MgGroupPlannerPlanDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", - "OutputType": "IMicrosoftGraphPlannerPlanDetails", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Update-MgGroupPlannerPlanDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/settings/{groupSetting-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphGroupSetting", + "Module": "Groups", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -420931,7 +421212,7 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgGroupSetting", "Variants": [ "Update", "Update1", @@ -420942,690 +421223,690 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/groups/{group-id}/settings/{groupSetting-id}", - "OutputType": "IMicrosoftGraphGroupSetting", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Update-MgGroupSetting" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupSettingTemplate", - "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Update-MgGroupSettingTemplateGroupSettingTemplate" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSettingTemplateGroupSettingTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSite" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSite", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/analytics", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteAnalytic" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteAnalyticItemActivityStatActivity" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteAnalyticItemActivityStatActivity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteColumn" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteContentType" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteContentTypeColumn" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteList" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteListColumn" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteListColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteListContentType" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteListContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteListContentTypeColumn" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteListContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteListContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteListCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteListCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteListItem" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteListItemField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteListItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteListItemVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteListItemVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteListLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteListLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteListOperation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteListOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteListSubscription" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteListSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenote", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteOnenote" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenote", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteOnenoteNotebook" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteNotebook", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteOnenoteNotebookSection" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteNotebookSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroup" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroupSection" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroupSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroupSectionPage" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteOnenoteNotebookSectionPage" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteNotebookSectionPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteOnenoteOperation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteOnenotePage" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenotePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteOnenoteResource" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteOnenoteSection" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteOnenoteSectionGroup" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteSectionGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteOnenoteSectionGroupSection" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteSectionGroupSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteOnenoteSectionGroupSectionPage" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteSectionGroupSectionPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteOnenoteSectionPage" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteSectionPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteOperation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSitePermission" + "Permissions": [], + "Command": "Update-MgGroupSitePermission", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStore", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgGroupSiteTermStore", "Variants": [ "Update", "Update1", @@ -421636,15 +421917,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore", - "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStore" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreGroup", "Variants": [ "Update", "Update1", @@ -421655,15 +421936,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", - "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreGroupSet", "Variants": [ "Update", "Update1", @@ -421674,15 +421955,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreGroupSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreGroupSetChild", "Variants": [ "Update", "Update1", @@ -421701,15 +421982,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreGroupSetChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreGroupSetChildRelation", "Variants": [ "Update", "Update1", @@ -421728,15 +422009,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "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", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreGroupSetChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreGroupSetParentGroup", "Variants": [ "Update", "Update1", @@ -421747,15 +422028,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreGroupSetParentGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreGroupSetRelation", "Variants": [ "Update", "Update1", @@ -421766,15 +422047,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreGroupSetRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreGroupSetTerm", "Variants": [ "Update", "Update1", @@ -421785,15 +422066,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreGroupSetTerm" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreGroupSetTermChild", "Variants": [ "Update", "Update1", @@ -421804,15 +422085,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreGroupSetTermChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Update", "Update1", @@ -421823,15 +422104,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "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", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreGroupSetTermChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreGroupSetTermRelation", "Variants": [ "Update", "Update1", @@ -421842,15 +422123,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreGroupSetTermRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreSet", "Variants": [ "Update", "Update1", @@ -421861,15 +422142,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreSetChild", "Variants": [ "Update", "Update1", @@ -421888,15 +422169,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreSetChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreSetChildRelation", "Variants": [ "Update", "Update1", @@ -421915,15 +422196,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreSetChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreSetParentGroup", "Variants": [ "Update", "Update1", @@ -421934,15 +422215,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreSetParentGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSet", "Variants": [ "Update", "Update1", @@ -421953,15 +422234,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetChild", "Variants": [ "Update", "Update1", @@ -421980,15 +422261,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Update", "Update1", @@ -422007,34 +422288,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "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", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "Update1", - "UpdateExpanded", - "UpdateExpanded1", - "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" - ], "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetRelation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Update", "Update1", @@ -422045,15 +422307,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTerm" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Update", "Update1", @@ -422064,15 +422326,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermChild" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Update", "Update1", @@ -422083,15 +422345,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Update", "Update1", @@ -422102,15 +422364,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermRelation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Update", "Update1", @@ -422121,15 +422383,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreSetRelation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetRelation", "Variants": [ "Update", "Update1", @@ -422140,15 +422402,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreSetTerm" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetTerm", "Variants": [ "Update", "Update1", @@ -422159,15 +422421,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreSetTermChild" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetTermChild", "Variants": [ "Update", "Update1", @@ -422178,15 +422440,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreSetTermChildRelation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetTermChildRelation", "Variants": [ "Update", "Update1", @@ -422197,691 +422459,710 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreSetTermRelation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetTermRelation", "Variants": [ "Update", + "Update1", "UpdateExpanded", + "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded", + "UpdateViaIdentityExpanded1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgGroupTeamChannel" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupTeamChannel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgGroupTeamChannelMember" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupTeamChannelMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgGroupTeamChannelMessage" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupTeamChannelMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgGroupTeamChannelMessageHostedContent" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupTeamChannelMessageHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgGroupTeamChannelMessageReply" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupTeamChannelMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgGroupTeamChannelMessageReplyHostedContent" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupTeamChannelMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgGroupTeamChannelSharedWithTeam" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupTeamChannelSharedWithTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgGroupTeamChannelTab" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupTeamChannelTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgGroupTeamMember" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupTeamMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgGroupTeamOperation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupTeamOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgGroupTeamPermissionGrant" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupTeamPermissionGrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/photo", + "Method": "PATCH", "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgGroupTeamPhoto" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupTeamPhoto", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgGroupTeamPrimaryChannel" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupTeamPrimaryChannel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgGroupTeamPrimaryChannelMember" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupTeamPrimaryChannelMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgGroupTeamPrimaryChannelMessage" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupTeamPrimaryChannelMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgGroupTeamPrimaryChannelMessageHostedContent" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupTeamPrimaryChannelMessageHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgGroupTeamPrimaryChannelMessageReply" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupTeamPrimaryChannelMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgGroupTeamPrimaryChannelMessageReplyHostedContent" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgGroupTeamPrimaryChannelSharedWithTeam" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupTeamPrimaryChannelSharedWithTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgGroupTeamPrimaryChannelTab" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupTeamPrimaryChannelTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOfferShiftRequest", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgGroupTeamScheduleOfferShiftRequest" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupTeamScheduleOfferShiftRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOpenShift", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgGroupTeamScheduleOpenShift" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupTeamScheduleOpenShift", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgGroupTeamScheduleOpenShiftChangeRequest" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupTeamScheduleOpenShiftChangeRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSchedulingGroup", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgGroupTeamScheduleSchedulingGroup" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupTeamScheduleSchedulingGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgGroupTeamScheduleShift" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupTeamScheduleShift", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgGroupTeamScheduleSwapShiftChangeRequest" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupTeamScheduleSwapShiftChangeRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTimeOff", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgGroupTeamScheduleTimeOff" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupTeamScheduleTimeOff", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTimeOffReason", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgGroupTeamScheduleTimeOffReason" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupTeamScheduleTimeOffReason", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTimeOffRequest", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgGroupTeamScheduleTimeOffRequest" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupTeamScheduleTimeOffRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamworkTag", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgGroupTeamTag" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgGroupTeamTag", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgGroupTeamTagMember" + "Permissions": [], + "Command": "Update-MgGroupTeamTagMember", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphConversationThread", + "Module": "Groups", "Permissions": { "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 }, - "Method": "PATCH", + "Command": "Update-MgGroupThread", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Update-MgGroupThread" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "Method": "PATCH", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Update-MgGroupThreadPostExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Update-MgGroupThreadPostExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "Method": "PATCH", + "OutputType": null, + "Module": "Groups", + "Permissions": [], + "Command": "Update-MgGroupThreadPostInReplyToExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", - "Command": "Update-MgGroupThreadPostInReplyToExtension" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Module": "Identity.SignIns", "Permissions": { "Name": "APIConnectors.ReadWrite.All", "Description": "Read and write API connectors for authentication flows", "FullDescription": "Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgIdentityApiConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identity/apiConnectors/{identityApiConnector-id}", - "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgIdentityApiConnector" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Update-MgIdentityB2XUserFlow" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgIdentityB2XUserFlow", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Update-MgIdentityB2XUserFlowLanguage" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgIdentityB2XUserFlowLanguage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Update-MgIdentityB2XUserFlowLanguageDefaultPage" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgIdentityB2XUserFlowLanguageDefaultPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Update-MgIdentityB2XUserFlowLanguageOverridePage" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgIdentityB2XUserFlowLanguageOverridePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Update-MgIdentityB2XUserFlowPostAttributeCollection" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgIdentityB2XUserFlowPostAttributeCollection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Update-MgIdentityB2XUserFlowPostFederationSignup" + "Permissions": [], + "Command": "Update-MgIdentityB2XUserFlowPostFederationSignup", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Module": "Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgIdentityB2XUserFlowUserAttributeAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgIdentityB2XUserFlowUserAttributeAssignment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identity/conditionalAccess", "Method": "PATCH", + "OutputType": "IMicrosoftGraphConditionalAccessRoot", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Update-MgIdentityConditionalAccess", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/identity/conditionalAccess", - "OutputType": "IMicrosoftGraphConditionalAccessRoot", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgIdentityConditionalAccess" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ConditionalAccess", "Description": "Read and write your organization's conditional access policies", "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgIdentityConditionalAccessAuthenticationContextClassReference", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgIdentityConditionalAccessAuthenticationContextClassReference" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphNamedLocation", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -422896,20 +423177,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgIdentityConditionalAccessNamedLocation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "OutputType": "IMicrosoftGraphNamedLocation", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgIdentityConditionalAccessNamedLocation" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Application.Read.All", @@ -422930,570 +423211,570 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgIdentityConditionalAccessPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgIdentityConditionalAccessPolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Update-MgIdentityGovernanceAccessReviewDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceAccessReviewDefinition" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", - "OutputType": "IMicrosoftGraphAccessReviewInstance", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstance" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Module": "Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Module": "Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", - "OutputType": "IMicrosoftGraphAccessReviewStage", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStage" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Module": "Identity.Governance", "Permissions": { "Name": "AccessReview.ReadWrite.All", "Description": "Manage access reviews that you can access", "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinition" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppConsentRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceAppConsentRequest" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAppConsentRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUserConsentRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequest" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "Method": "PATCH", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphApprovalStage", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage" + "Permissions": [], + "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Module": "Identity.Governance", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", "Description": "Read and write all lifecycle workflows resources", "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflow", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflow" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", "Method": "PATCH", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Module": "Identity.Governance", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", "Description": "Read and write all lifecycle workflows resources", "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting" + "Permissions": [], + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/settings", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", + "Module": "Identity.Governance", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", "Description": "Read and write all lifecycle workflows resources", "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowSetting", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/identityGovernance/lifecycleWorkflows/settings", - "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowSetting" + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Module": "Identity.Governance", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", "Description": "Read and write all lifecycle workflows resources", "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTask" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionTask" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting" + "Permissions": [], + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAgreement", + "Module": "Identity.Governance", "Permissions": { "Name": "Agreement.ReadWrite.All", "Description": "Read and write all terms of use agreements", "FullDescription": "Allows the app to read and write terms of use agreements on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceTermsOfUseAgreement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "OutputType": "IMicrosoftGraphAgreement", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceTermsOfUseAgreement" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementAcceptance", "Variants": [ "Update", "Update1", @@ -423504,186 +423785,186 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", - "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementAcceptance" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAgreementFile", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", - "OutputType": "IMicrosoftGraphAgreementFile", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFile" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileLocalization" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Module": "Identity.Governance", + "Permissions": [], + "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileVersion" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Module": "Identity.SignIns", "Permissions": { "Name": "IdentityProvider.ReadWrite.All", "Description": "Read and write identity providers", "FullDescription": "Allows the app to read and write your organization’s identity (authentication) providers’ properties on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgIdentityProvider", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identity/identityProviders/{identityProviderBase-id}", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgIdentityProvider" + "ApiVersion": "v1.0" }, { + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Module": "Identity.SignIns", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", "Description": "Read and write all identity user flows", "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgIdentityUserFlowAttribute", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgIdentityUserFlowAttribute" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/informationProtection", "Method": "PATCH", + "OutputType": "IMicrosoftGraphInformationProtection", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Update-MgInformationProtection", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/informationProtection", - "OutputType": "IMicrosoftGraphInformationProtection", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgInformationProtection" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Update-MgInformationProtectionThreatAssessmentRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgInformationProtectionThreatAssessmentRequest" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Update-MgInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgInformationProtectionThreatAssessmentRequestResult" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/invitations/{invitation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphInvitation", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Update-MgInvitation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/invitations/{invitation-id}", - "OutputType": "IMicrosoftGraphInvitation", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgInvitation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings", "Method": "PATCH", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Update-MgInvitationInvitedUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgInvitationInvitedUserMailboxSetting" + "ApiVersion": "v1.0" }, { + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -423698,20 +423979,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgOauth2PermissionGrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgOauth2PermissionGrant" + "ApiVersion": "v1.0" }, { + "Uri": "/organization/{organization-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphOrganization", + "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -423732,108 +424013,108 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgOrganization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/organization/{organization-id}", - "OutputType": "IMicrosoftGraphOrganization", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgOrganization" + "ApiVersion": "v1.0" }, { + "Uri": "/organization/{organization-id}/branding", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphOrganizationalBranding", + "Module": "Identity.DirectoryManagement", "Permissions": { "Name": "Organization.ReadWrite.All", "Description": "Read and write organization information", "FullDescription": "Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgOrganizationBranding", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/organization/{organization-id}/branding", - "OutputType": "IMicrosoftGraphOrganizationalBranding", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgOrganizationBranding" + "ApiVersion": "v1.0" }, { + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Module": "Identity.DirectoryManagement", "Permissions": { "Name": "Organization.ReadWrite.All", "Description": "Read and write organization information", "FullDescription": "Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgOrganizationBrandingLocalization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgOrganizationBrandingLocalization" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/organization/{organization-id}/extensions/{extension-id}", "Method": "PATCH", + "OutputType": null, + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Update-MgOrganizationExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/organization/{organization-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgOrganizationExtension" + "ApiVersion": "v1.0" }, { + "Uri": "/places/{place-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlace", + "Module": "Calendar", "Permissions": { "Name": "Place.ReadWrite.All", "Description": "Read and write organization places", "FullDescription": "Allows the app to manage organization places (conference rooms and room lists) for calendar events and other applications, on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgPlace", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/places/{place-id}", - "OutputType": "IMicrosoftGraphPlace", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Update-MgPlace" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/planner", "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlanner", + "Module": "Planner", + "Permissions": [], + "Command": "Update-MgPlanner", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/planner", - "OutputType": "IMicrosoftGraphPlanner", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Update-MgPlanner" + "ApiVersion": "v1.0" }, { + "Uri": "/planner/buckets/{plannerBucket-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerBucket", + "Module": "Planner", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -423854,20 +424135,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgPlannerBucket", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/planner/buckets/{plannerBucket-id}", - "OutputType": "IMicrosoftGraphPlannerBucket", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Update-MgPlannerBucket" + "ApiVersion": "v1.0" }, { + "Uri": "/planner/plans/{plannerPlan-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Module": "Planner", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -423888,20 +424169,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgPlannerPlan", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/planner/plans/{plannerPlan-id}", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Update-MgPlannerPlan" + "ApiVersion": "v1.0" }, { + "Uri": "/planner/plans/{plannerPlan-id}/details", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Module": "Planner", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -423922,20 +424203,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgPlannerPlanDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/planner/plans/{plannerPlan-id}/details", - "OutputType": "IMicrosoftGraphPlannerPlanDetails", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Update-MgPlannerPlanDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/planner/tasks/{plannerTask-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerTask", + "Module": "Planner", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -423956,20 +424237,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgPlannerTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/planner/tasks/{plannerTask-id}", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Update-MgPlannerTask" + "ApiVersion": "v1.0" }, { + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "Module": "Planner", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -423990,20 +424271,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgPlannerTaskAssignedToTaskBoardFormat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Update-MgPlannerTaskAssignedToTaskBoardFormat" + "ApiVersion": "v1.0" }, { + "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", + "Module": "Planner", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -424024,20 +424305,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgPlannerTaskBucketTaskBoardFormat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Update-MgPlannerTaskBucketTaskBoardFormat" + "ApiVersion": "v1.0" }, { + "Uri": "/planner/tasks/{plannerTask-id}/details", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "Module": "Planner", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -424058,20 +424339,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgPlannerTaskDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/planner/tasks/{plannerTask-id}/details", - "OutputType": "IMicrosoftGraphPlannerTaskDetails", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Update-MgPlannerTaskDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", + "Module": "Planner", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -424092,124 +424373,124 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgPlannerTaskProgressTaskBoardFormat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Update-MgPlannerTaskProgressTaskBoardFormat" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgPolicyActivityBasedTimeoutPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyActivityBasedTimeoutPolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/adminConsentRequestPolicy", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Update-MgPolicyAdminConsentRequestPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/policies/adminConsentRequestPolicy", - "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyAdminConsentRequestPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgPolicyAppManagementPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "OutputType": "IMicrosoftGraphAppManagementPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyAppManagementPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/authenticationFlowsPolicy", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.AuthenticationFlows", "Description": "Read and write your authentication flow policies", "FullDescription": "Allows the app to read and write the authentication flow policies for your tenant, on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgPolicyAuthenticationFlowPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/policies/authenticationFlowsPolicy", - "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyAuthenticationFlowPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/authenticationMethodsPolicy", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.AuthenticationMethod", "Description": "Read and write your authentication method policies ", "FullDescription": "Allows the app to read and write the authentication method policies for your tenant, on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgPolicyAuthenticationMethodPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/policies/authenticationMethodsPolicy", - "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyAuthenticationMethodPolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Update-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.ReadWrite.AuthenticationMethod", @@ -424224,20 +424505,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgPolicyAuthenticationStrengthPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyAuthenticationStrengthPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", + "Method": "POST", + "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.ReadWrite.AuthenticationMethod", @@ -424252,207 +424533,207 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Update-MgPolicyAuthenticationStrengthPolicyAllowedCombination", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", - "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyAuthenticationStrengthPolicyAllowedCombination" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Update-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/authorizationPolicy", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.Authorization", "Description": "Read and write your organization's authorization policy", "FullDescription": "Allows the app to read and write your organization's authorization policy on your behalf. For example, authorization policies can control some of the permissions that the out-of-the-box user role has by default.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgPolicyAuthorizationPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/policies/authorizationPolicy", - "OutputType": "IMicrosoftGraphAuthorizationPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyAuthorizationPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgPolicyClaimMappingPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyClaimMappingPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/crossTenantAccessPolicy", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.CrossTenantAccess", "Description": "Read and write your organization's cross tenant access policies", "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgPolicyCrossTenantAccessPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/policies/crossTenantAccessPolicy", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyCrossTenantAccessPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/crossTenantAccessPolicy/default", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.CrossTenantAccess", "Description": "Read and write your organization's cross tenant access policies", "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgPolicyCrossTenantAccessPolicyDefault", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/policies/crossTenantAccessPolicy/default", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyCrossTenantAccessPolicyDefault" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.CrossTenantAccess", "Description": "Read and write your organization's cross tenant access policies", "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgPolicyCrossTenantAccessPolicyPartner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyCrossTenantAccessPolicyPartner" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.CrossTenantAccess", "Description": "Read and write your organization's cross tenant access policies", "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/defaultAppManagementPolicy", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgPolicyDefaultAppManagementPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/policies/defaultAppManagementPolicy", - "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyDefaultAppManagementPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Module": "Identity.SignIns", "Permissions": { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgPolicyFeatureRolloutPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyFeatureRolloutPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgPolicyHomeRealmDiscoveryPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyHomeRealmDiscoveryPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -424467,113 +424748,113 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", - "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.PermissionGrant", "Description": "Manage consent and permission grant policies", "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgPolicyPermissionGrantPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyPermissionGrantPolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Update-MgPolicyPermissionGrantPolicyExclude" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgPolicyPermissionGrantPolicyExclude", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Update-MgPolicyPermissionGrantPolicyInclude" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgPolicyPermissionGrantPolicyInclude", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Update-MgPolicyRoleManagementPolicy" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgPolicyRoleManagementPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Update-MgPolicyRoleManagementPolicyAssignment" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgPolicyRoleManagementPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Update-MgPolicyRoleManagementPolicyEffectiveRule" + "Permissions": [], + "Command": "Update-MgPolicyRoleManagementPolicyEffectiveRule", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -424588,108 +424869,108 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgPolicyRoleManagementPolicyRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyRoleManagementPolicyRule" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgPolicyTokenIssuancePolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyTokenIssuancePolicy" + "ApiVersion": "v1.0" }, { + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Module": "Identity.SignIns", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgPolicyTokenLifetimePolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyTokenLifetimePolicy" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/print", "Method": "PATCH", + "OutputType": "IMicrosoftGraphPrint", + "Module": "Devices.CloudPrint", + "Permissions": [], + "Command": "Update-MgPrint", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/print", - "OutputType": "IMicrosoftGraphPrint", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Update-MgPrint" + "ApiVersion": "v1.0" }, { + "Uri": "/print/connectors/{printConnector-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPrintConnector", + "Module": "Devices.CloudPrint", "Permissions": { "Name": "PrintConnector.ReadWrite.All", "Description": "Read and write print connectors", "FullDescription": "Allows the application to read and write print connectors on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgPrintConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/print/connectors/{printConnector-id}", - "OutputType": "IMicrosoftGraphPrintConnector", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Update-MgPrintConnector" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/print/operations/{printOperation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphPrintOperation", + "Module": "Devices.CloudPrint", + "Permissions": [], + "Command": "Update-MgPrintOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/print/operations/{printOperation-id}", - "OutputType": "IMicrosoftGraphPrintOperation", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Update-MgPrintOperation" + "ApiVersion": "v1.0" }, { + "Uri": "/print/printers/{printer-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPrinter", + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "Printer.FullControl.All", @@ -424704,20 +424985,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgPrintPrinter", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/print/printers/{printer-id}", - "OutputType": "IMicrosoftGraphPrinter", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Update-MgPrintPrinter" + "ApiVersion": "v1.0" }, { + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPrintJob", + "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Manage.All", @@ -424738,340 +425019,340 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgPrintPrinterJob", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Update-MgPrintPrinterJob" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Command": "Update-MgPrintPrinterJobDocument" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgPrintPrinterJobDocument", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Command": "Update-MgPrintPrinterJobTask" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgPrintPrinterJobTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Command": "Update-MgPrintPrinterTaskTrigger" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgPrintPrinterTaskTrigger", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/print/services/{printService-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintService", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Command": "Update-MgPrintService" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgPrintService", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintServiceEndpoint", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Command": "Update-MgPrintServiceEndpoint" + "Permissions": [], + "Command": "Update-MgPrintServiceEndpoint", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/print/shares/{printerShare-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPrinterShare", + "Module": "Devices.CloudPrint", "Permissions": { "Name": "PrinterShare.ReadWrite.All", "Description": "Read and update printer shares", "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgPrintShare", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/print/shares/{printerShare-id}", - "OutputType": "IMicrosoftGraphPrinterShare", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Update-MgPrintShare" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", "Method": "PATCH", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Devices.CloudPrint", + "Permissions": [], + "Command": "Update-MgPrintShareAllowedUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Update-MgPrintShareAllowedUserMailboxSetting" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphPrintJob", + "Module": "Devices.CloudPrint", + "Permissions": [], + "Command": "Update-MgPrintShareJob", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Update-MgPrintShareJob" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphPrintDocument", + "Module": "Devices.CloudPrint", + "Permissions": [], + "Command": "Update-MgPrintShareJobDocument", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Update-MgPrintShareJobDocument" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphPrintTask", + "Module": "Devices.CloudPrint", + "Permissions": [], + "Command": "Update-MgPrintShareJobTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Update-MgPrintShareJobTask" + "ApiVersion": "v1.0" }, { + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Module": "Devices.CloudPrint", "Permissions": { "Name": "PrintTaskDefinition.ReadWrite.All", "Description": "Read, write and update print task definitions", "FullDescription": "Allows the application to read and update print task definitions without a signed-in user. ", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgPrintTaskDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Update-MgPrintTaskDefinition" + "ApiVersion": "v1.0" }, { + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPrintTask", + "Module": "Devices.CloudPrint", "Permissions": { "Name": "PrintTaskDefinition.ReadWrite.All", "Description": "Read, write and update print task definitions", "FullDescription": "Allows the application to read and update print task definitions without a signed-in user. ", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgPrintTaskDefinitionTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", - "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Command": "Update-MgPrintTaskDefinitionTask" + "ApiVersion": "v1.0" }, { + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Module": "Compliance", "Permissions": { "Name": "SubjectRightsRequest.ReadWrite.All", "Description": "Read and write data subject requests", "FullDescription": "Allows the app to read and write subject rights requests on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgPrivacySubjectRightsRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "ApiVersion": "v1.0", - "Module": "Compliance", - "Command": "Update-MgPrivacySubjectRightsRequest" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAuthoredNote", - "ApiVersion": "v1.0", "Module": "Compliance", - "Command": "Update-MgPrivacySubjectRightsRequestNote" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgPrivacySubjectRightsRequestNote", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUserRegistrationDetails", - "ApiVersion": "v1.0", "Module": "Reports", - "Command": "Update-MgReportAuthenticationMethodUserRegistrationDetail" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgReportAuthenticationMethodUserRegistrationDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphRiskDetection", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Update-MgRiskDetection" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgRiskDetection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphRiskyServicePrincipal", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Update-MgRiskyServicePrincipal" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgRiskyServicePrincipal", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Update-MgRiskyServicePrincipalHistory" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgRiskyServicePrincipalHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphRiskyUser", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Update-MgRiskyUser" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgRiskyUser", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Update-MgRiskyUserHistory" + "Permissions": [], + "Command": "Update-MgRiskyUserHistory", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphRoleManagement", + "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -425086,136 +425367,136 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgRoleManagement", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/roleManagement", - "OutputType": "IMicrosoftGraphRoleManagement", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrollment", - "Command": "Update-MgRoleManagement" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded" - ], "Uri": "/roleManagement/directory", + "Method": "PATCH", "OutputType": "IMicrosoftGraphRbacApplication", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementDirectory" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectory", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementDirectoryResourceNamespace" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryResourceNamespace", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementDirectoryResourceNamespaceResourceAction" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryResourceNamespaceResourceAction", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementDirectoryRoleAssignment" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentAppScope" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentAppScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentSchedule" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentSchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleInstance" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleRequest" + "Permissions": [], + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Module": "Identity.Governance", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -425248,273 +425529,273 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementDirectoryRoleDefinition" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementDirectoryRoleEligibilitySchedule" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleEligibilitySchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleInstance" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleRequest" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement", + "Method": "PATCH", "OutputType": "IMicrosoftGraphRbacApplication", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementEntitlementManagement" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagement", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespace" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespace", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignment" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentAppScope" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentSchedule" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinition" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilitySchedule" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest" + "Permissions": [], + "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/schemaExtensions/{schemaExtension-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSchemaExtension", + "Module": "SchemaExtensions", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -425529,116 +425810,116 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgSchemaExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/schemaExtensions/{schemaExtension-id}", - "OutputType": "IMicrosoftGraphSchemaExtension", - "ApiVersion": "v1.0", - "Module": "SchemaExtensions", - "Command": "Update-MgSchemaExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/search", "Method": "PATCH", + "OutputType": null, + "Module": "Search", + "Permissions": [], + "Command": "Update-MgSearchEntity", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/search", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Search", - "Command": "Update-MgSearchEntity" + "ApiVersion": "v1.0" }, { + "Uri": "/security/alerts/{alert-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAlert", + "Module": "Security", "Permissions": { "Name": "SecurityEvents.ReadWrite.All", "Description": "Read and update your organization’s security events", "FullDescription": "Allows the app to read your organization’s security events on your behalf. Also allows you to update editable properties in security events.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgSecurityAlert", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/alerts/{alert-id}", - "OutputType": "IMicrosoftGraphAlert", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Update-MgSecurityAlert" + "ApiVersion": "v1.0" }, { + "Uri": "/security/alerts_v2/{alert-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityAlert", + "Module": "Security", "Permissions": { "Name": "SecurityAlert.ReadWrite.All", "Description": "Read and write all alerts", "FullDescription": "Allows the app to read and write all alerts that you have access to.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgSecurityAlertV2", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/alerts_v2/{alert-id}", - "OutputType": "IMicrosoftGraphSecurityAlert", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Update-MgSecurityAlertV2" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSimulationAutomation", + "Module": "Security", + "Permissions": [], + "Command": "Update-MgSecurityAttackSimulationAutomation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", - "OutputType": "IMicrosoftGraphSimulationAutomation", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Update-MgSecurityAttackSimulationAutomation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Module": "Security", + "Permissions": [], + "Command": "Update-MgSecurityAttackSimulationAutomationRun", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", - "OutputType": "IMicrosoftGraphSimulationAutomationRun", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Update-MgSecurityAttackSimulationAutomationRun" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/cases", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityCasesRoot", + "Module": "Security", + "Permissions": [], + "Command": "Update-MgSecurityCase", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/security/cases", - "OutputType": "IMicrosoftGraphSecurityCasesRoot", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Update-MgSecurityCase" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -425653,35 +425934,35 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCase", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Update-MgSecurityCaseEdiscoveryCase" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Module": "Security", + "Permissions": [], + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodian", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodian" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex", + "Method": "POST", + "OutputType": null, + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -425696,78 +425977,78 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianIndex", "Variants": [ "Update", "UpdateViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianIndex" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Module": "Security", + "Permissions": [], + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", - "OutputType": "IMicrosoftGraphSecuritySiteSource", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianSiteSource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Module": "Security", + "Permissions": [], + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityUserSource", + "Module": "Security", + "Permissions": [], + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUserSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", - "OutputType": "IMicrosoftGraphSecurityUserSource", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUserSource" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Module": "Security", + "Permissions": [], + "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex", + "Method": "POST", + "OutputType": null, + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -425782,48 +426063,48 @@ "IsAdmin": true } ], - "Method": "POST", + "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex", "Variants": [ "Update", "UpdateViaIdentity" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Module": "Security", + "Permissions": [], + "Command": "Update-MgSecurityCaseEdiscoveryCaseOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Update-MgSecurityCaseEdiscoveryCaseOperation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Module": "Security", + "Permissions": [], + "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSet" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -425838,20 +426119,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSetQuery", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSetQuery" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -425866,55 +426147,55 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseSearch", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Update-MgSecurityCaseEdiscoveryCaseSearch" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Module": "Security", + "Permissions": [], + "Command": "Update-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "OutputType": "IMicrosoftGraphSecurityDataSource", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Update-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource" + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", + "Module": "Security", "Permissions": { "Name": "eDiscovery.ReadWrite.All", "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Update-MgSecurityCaseEdiscoveryCaseSetting" + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -425929,404 +426210,404 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseTag", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Update-MgSecurityCaseEdiscoveryCaseTag" + "ApiVersion": "v1.0" }, { + "Uri": "/security/incidents/{incident-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityIncident", + "Module": "Security", "Permissions": { "Name": "SecurityIncident.ReadWrite.All", "Description": "Read and write to security incidents", "FullDescription": "Allows the app to read and write to all security incidents that you have access to.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgSecurityIncident", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/incidents/{incident-id}", - "OutputType": "IMicrosoftGraphSecurityIncident", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Update-MgSecurityIncident" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/secureScores/{secureScore-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecureScore", + "Module": "Security", + "Permissions": [], + "Command": "Update-MgSecuritySecureScore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/secureScores/{secureScore-id}", - "OutputType": "IMicrosoftGraphSecureScore", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Update-MgSecuritySecureScore" + "ApiVersion": "v1.0" }, { + "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Module": "Security", "Permissions": { "Name": "SecurityEvents.ReadWrite.All", "Description": "Read and update your organization’s security events", "FullDescription": "Allows the app to read your organization’s security events on your behalf. Also allows you to update editable properties in security events.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgSecuritySecureScoreControlProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Update-MgSecuritySecureScoreControlProfile" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded" - ], "Uri": "/security/threatIntelligence", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Update-MgSecurityThreatIntelligence" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligence", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/threatIntelligence/articles/{article-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityArticle", - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Update-MgSecurityThreatIntelligenceArticle" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceArticle", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityArticleIndicator", - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Update-MgSecurityThreatIntelligenceArticleIndicator" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceArticleIndicator", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/threatIntelligence/hosts/{host-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Update-MgSecurityThreatIntelligenceHost" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceHost", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityHostComponent", - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Update-MgSecurityThreatIntelligenceHostComponent" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceHostComponent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityHostCookie", - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Update-MgSecurityThreatIntelligenceHostCookie" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceHostCookie", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityHostReputation", - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Update-MgSecurityThreatIntelligenceHostReputation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceHostReputation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityHostTracker", - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Update-MgSecurityThreatIntelligenceHostTracker" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceHostTracker", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Update-MgSecurityThreatIntelligenceIntelProfile" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceIntelProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Update-MgSecurityThreatIntelligencePassiveDnsRecord" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligencePassiveDnsRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Update-MgSecurityThreatIntelligenceProfileIndicator" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceProfileIndicator", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityVulnerability", - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Update-MgSecurityThreatIntelligenceVulnerability" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceVulnerability", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Update-MgSecurityThreatIntelligenceVulnerabilityComponent" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceVulnerabilityComponent", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/security/triggers", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityTriggersRoot", - "ApiVersion": "v1.0", "Module": "Security", - "Command": "Update-MgSecurityTrigger" + "Permissions": [], + "Command": "Update-MgSecurityTrigger", + "Variants": [ + "Update", + "UpdateExpanded" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Module": "Security", + "Permissions": [], + "Command": "Update-MgSecurityTriggerRetentionEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Update-MgSecurityTriggerRetentionEvent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/security/triggerTypes", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", + "Module": "Security", + "Permissions": [], + "Command": "Update-MgSecurityTriggerType", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/security/triggerTypes", - "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Update-MgSecurityTriggerType" + "ApiVersion": "v1.0" }, { + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Module": "Security", "Permissions": { "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 on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgSecurityTriggerTypeRetentionEventType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", - "ApiVersion": "v1.0", - "Module": "Security", - "Command": "Update-MgSecurityTriggerTypeRetentionEventType" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphServiceHealth", - "ApiVersion": "v1.0", "Module": "Devices.ServiceAnnouncement", - "Command": "Update-MgServiceAnnouncementHealthOverview" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgServiceAnnouncementHealthOverview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphServiceHealthIssue", - "ApiVersion": "v1.0", "Module": "Devices.ServiceAnnouncement", - "Command": "Update-MgServiceAnnouncementHealthOverviewIssue" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgServiceAnnouncementHealthOverviewIssue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphServiceHealthIssue", - "ApiVersion": "v1.0", "Module": "Devices.ServiceAnnouncement", - "Command": "Update-MgServiceAnnouncementIssue" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgServiceAnnouncementIssue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphServiceUpdateMessage", - "ApiVersion": "v1.0", "Module": "Devices.ServiceAnnouncement", - "Command": "Update-MgServiceAnnouncementMessage" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgServiceAnnouncementMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", - "ApiVersion": "v1.0", "Module": "Devices.ServiceAnnouncement", - "Command": "Update-MgServiceAnnouncementMessageAttachment" + "Permissions": [], + "Command": "Update-MgServiceAnnouncementMessageAttachment", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -426347,341 +426628,322 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgServicePrincipal", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Update-MgServicePrincipal" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Update-MgServicePrincipalAppRoleAssignedTo" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgServicePrincipalAppRoleAssignedTo", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Update-MgServicePrincipalAppRoleAssignment" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgServicePrincipalAppRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals(appId='{appId}')", + "Method": "PATCH", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Update-MgServicePrincipalByAppId" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgServicePrincipalByAppId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Update-MgServicePrincipalDelegatedPermissionClassification" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgServicePrincipalDelegatedPermissionClassification", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Update-MgServicePrincipalEndpoint" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgServicePrincipalEndpoint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Update-MgServicePrincipalRiskDetection" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgServicePrincipalRiskDetection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSynchronizationJob", - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Update-MgServicePrincipalSynchronizationJob" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgServicePrincipalSynchronizationJob", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSynchronizationSchema", - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Update-MgServicePrincipalSynchronizationJobSchema" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgServicePrincipalSynchronizationJobSchema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Update-MgServicePrincipalSynchronizationJobSchemaDirectory" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgServicePrincipalSynchronizationJobSchemaDirectory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Update-MgServicePrincipalSynchronizationTemplate" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgServicePrincipalSynchronizationTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSynchronizationSchema", - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Update-MgServicePrincipalSynchronizationTemplateSchema" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgServicePrincipalSynchronizationTemplateSchema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", "Module": "Applications", - "Command": "Update-MgServicePrincipalSynchronizationTemplateSchemaDirectory" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgServicePrincipalSynchronizationTemplateSchemaDirectory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgShareCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgShareCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgShareLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgShareLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list", + "Method": "PATCH", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgShareList" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgShareList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgShareListColumn" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgShareListColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgShareListContentType" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgShareListContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgShareListContentTypeColumn" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgShareListContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgShareListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgShareListContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgShareListCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgShareListCreatedByUserMailboxSetting", "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" + "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/listItem", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgShareListItem" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgShareListItem", "Variants": [ "Update", "Update1", @@ -426692,15 +426954,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgShareListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgShareListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "Update1", @@ -426711,15 +426973,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgShareListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgShareListItemDocumentSetVersion", "Variants": [ "Update", "Update1", @@ -426730,15 +426992,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgShareListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgShareListItemDocumentSetVersionField", "Variants": [ "Update", "Update1", @@ -426749,15 +427011,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgShareListItemField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgShareListItemField", "Variants": [ "Update", "Update1", @@ -426768,15 +427030,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgShareListItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgShareListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "Update1", @@ -426787,15 +427049,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgShareListItemVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgShareListItemVersion", "Variants": [ "Update", "Update1", @@ -426806,148 +427068,167 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgShareListItemVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgShareListItemVersionField", "Variants": [ "Update", + "Update1", "UpdateExpanded", + "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded", + "UpdateViaIdentityExpanded1" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgShareListLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgShareListLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgShareListOperation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgShareListOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgShareListSubscription" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgShareListSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/permission", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgSharePermission" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgSharePermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSharedDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgShareSharedDriveItemSharedDriveItem" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgShareSharedDriveItemSharedDriveItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgSite" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgSite", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/analytics", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgSiteAnalytic" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgSiteAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgSiteAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgSiteAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgSiteAnalyticItemActivityStatActivity" + "Permissions": [], + "Command": "Update-MgSiteAnalyticItemActivityStatActivity", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -426962,20 +427243,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgSiteColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteColumn" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -426990,20 +427271,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgSiteContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteContentType" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -427018,50 +427299,50 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgSiteContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteContentTypeColumn" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphColumnLink", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteContentTypeColumnLink" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphList", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}", - "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteList" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -427076,20 +427357,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgSiteListColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteListColumn" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphContentType", + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -427104,20 +427385,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgSiteListContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteListContentType" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Module": "Sites", "Permissions": [ { "Name": "Sites.FullControl.All", @@ -427132,402 +427413,402 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgSiteListContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteListContentTypeColumn" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphColumnLink", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteListContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteListContentTypeColumnLink" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", "Method": "PATCH", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteListCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteListCreatedByUserMailboxSetting" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphListItem", + "Module": "Sites", "Permissions": { "Name": "Sites.ReadWrite.All", "Description": "Edit or delete items in all site collections", "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgSiteListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteListItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", "Method": "PATCH", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteListItemCreatedByUserMailboxSetting" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteListItemDocumentSetVersion" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "Method": "PATCH", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteListItemDocumentSetVersionField" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Method": "PATCH", + "OutputType": null, + "Module": "Sites", "Permissions": { "Name": "Sites.ReadWrite.All", "Description": "Edit or delete items in all site collections", "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgSiteListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteListItemField" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgSiteListItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgSiteListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgSiteListItemVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgSiteListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgSiteListItemVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgSiteListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgSiteListLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgSiteListLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgSiteListOperation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgSiteListOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Sites", - "Command": "Update-MgSiteListSubscription" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgSiteListSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", "Module": "Notes", - "Command": "Update-MgSiteOnenoteNotebook" + "Permissions": [], + "Command": "Update-MgSiteOnenoteNotebook", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", "Method": "POST", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteOnenoteNotebookSectionGroupSectionPageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "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", - "Command": "Update-MgSiteOnenoteNotebookSectionGroupSectionPageContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", "Method": "POST", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteOnenoteNotebookSectionPageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteOnenoteNotebookSectionPageContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphOnenotePage", + "Module": "Notes", + "Permissions": [], + "Command": "Update-MgSiteOnenotePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Update-MgSiteOnenotePage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", "Method": "POST", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteOnenotePageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteOnenotePageContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Notes", + "Permissions": [], + "Command": "Update-MgSiteOnenoteSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Update-MgSiteOnenoteSection" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Notes", + "Permissions": [], + "Command": "Update-MgSiteOnenoteSectionGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Update-MgSiteOnenoteSectionGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", "Method": "POST", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteOnenoteSectionGroupSectionPageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteOnenoteSectionGroupSectionPageContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", "Method": "POST", + "OutputType": null, + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteOnenoteSectionPageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteOnenoteSectionPageContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteOperation" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/permissions/{permission-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPermission", + "Module": "Sites", "Permissions": { "Name": "Sites.FullControl.All", "Description": "Have full control of all site collections", "FullDescription": "Allows the app to have full control of all site collections without a signed in user.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgSitePermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/sites/{site-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSitePermission" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStore", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStore", + "Module": "Sites", "Permissions": { "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 }, - "Method": "PATCH", + "Command": "Update-MgSiteTermStore", "Variants": [ "Update", "Update1", @@ -427538,15 +427819,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore", - "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteTermStore" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteTermStoreGroup", "Variants": [ "Update", "Update1", @@ -427557,15 +427838,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}", - "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteTermStoreGroupSet", "Variants": [ "Update", "Update1", @@ -427576,15 +427857,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreGroupSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteTermStoreGroupSetChild", "Variants": [ "Update", "Update1", @@ -427603,15 +427884,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreGroupSetChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteTermStoreGroupSetChildRelation", "Variants": [ "Update", "Update1", @@ -427630,15 +427911,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreGroupSetChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteTermStoreGroupSetParentGroup", "Variants": [ "Update", "Update1", @@ -427649,15 +427930,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreGroupSetParentGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteTermStoreGroupSetRelation", "Variants": [ "Update", "Update1", @@ -427668,15 +427949,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreGroupSetRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteTermStoreGroupSetTerm", "Variants": [ "Update", "Update1", @@ -427687,15 +427968,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreGroupSetTerm" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteTermStoreGroupSetTermChild", "Variants": [ "Update", "Update1", @@ -427706,15 +427987,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreGroupSetTermChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Update", "Update1", @@ -427725,15 +428006,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreGroupSetTermChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteTermStoreGroupSetTermRelation", "Variants": [ "Update", "Update1", @@ -427744,20 +428025,20 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreGroupSetTermRelation" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", "Permissions": { "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 }, - "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSet", "Variants": [ "Update", "Update1", @@ -427768,15 +428049,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteTermStoreSetChild", "Variants": [ "Update", "Update1", @@ -427795,15 +428076,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreSetChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteTermStoreSetChildRelation", "Variants": [ "Update", "Update1", @@ -427822,15 +428103,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreSetChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteTermStoreSetParentGroup", "Variants": [ "Update", "Update1", @@ -427841,15 +428122,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreSetParentGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteTermStoreSetParentGroupSet", "Variants": [ "Update", "Update1", @@ -427860,15 +428141,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreSetParentGroupSet" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteTermStoreSetParentGroupSetChild", "Variants": [ "Update", "Update1", @@ -427887,15 +428168,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreSetParentGroupSetChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Update", "Update1", @@ -427914,15 +428195,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreSetParentGroupSetChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Update", "Update1", @@ -427933,15 +428214,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreSetParentGroupSetRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Update", "Update1", @@ -427952,15 +428233,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreSetParentGroupSetTerm" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Update", "Update1", @@ -427971,15 +428252,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreSetParentGroupSetTermChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Update", "Update1", @@ -427990,15 +428271,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreSetParentGroupSetTermChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Update", "Update1", @@ -428009,15 +428290,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreSetParentGroupSetTermRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteTermStoreSetRelation", "Variants": [ "Update", "Update1", @@ -428028,20 +428309,20 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreSetRelation" + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", "Permissions": { "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 }, - "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetTerm", "Variants": [ "Update", "Update1", @@ -428052,15 +428333,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreSetTerm" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteTermStoreSetTermChild", "Variants": [ "Update", "Update1", @@ -428071,15 +428352,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreSetTermChild" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteTermStoreSetTermChildRelation", "Variants": [ "Update", "Update1", @@ -428090,15 +428371,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreSetTermChildRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Module": "Sites", + "Permissions": [], + "Command": "Update-MgSiteTermStoreSetTermRelation", "Variants": [ "Update", "Update1", @@ -428109,43 +428390,43 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreSetTermRelation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/subscribedSkus/{subscribedSku-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSubscribedSku", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Update-MgSubscribedSku", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/subscribedSkus/{subscribedSku-id}", - "OutputType": "IMicrosoftGraphSubscribedSku", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgSubscribedSku" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/subscriptions/{subscription-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSubscription", + "Module": "ChangeNotifications", + "Permissions": [], + "Command": "Update-MgSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Module": "ChangeNotifications", - "Command": "Update-MgSubscription" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTeam", + "Module": "Teams", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -428172,20 +428453,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}", - "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Update-MgTeam" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphChannel", + "Module": "Teams", "Permissions": [ { "Name": "ChannelSettings.ReadWrite.All", @@ -428212,20 +428493,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgTeamChannel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Update-MgTeamChannel" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Teams", "Permissions": [ { "Name": "ChannelMember.ReadWrite.All", @@ -428252,80 +428533,80 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgTeamChannelMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Update-MgTeamChannelMember" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", + "Permissions": [], + "Command": "Update-MgTeamChannelMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Update-MgTeamChannelMessage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphChatMessage", + "Module": "Teams", + "Permissions": [], + "Command": "Update-MgTeamChannelMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Update-MgTeamChannelMessageReply" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Module": "Teams", + "Permissions": [], + "Command": "Update-MgTeamChannelMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Update-MgTeamChannelMessageReplyHostedContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Module": "Teams", + "Permissions": [], + "Command": "Update-MgTeamChannelSharedWithTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Update-MgTeamChannelSharedWithTeam" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTeamsTab", + "Module": "Teams", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -428376,20 +428657,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgTeamChannelTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Update-MgTeamChannelTab" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade", + "Method": "POST", + "OutputType": null, + "Module": "Teams", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -428452,20 +428733,20 @@ "IsAdmin": false } ], - "Method": "POST", + "Command": "Update-MgTeamInstalledApp", "Variants": [ "Upgrade", "UpgradeExpanded", "UpgradeViaIdentity", "UpgradeViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Update-MgTeamInstalledApp" + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/members/{conversationMember-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphConversationMember", + "Module": "Teams", "Permissions": [ { "Name": "ChannelMember.ReadWrite.All", @@ -428492,305 +428773,305 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgTeamMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Update-MgTeamMember" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgTeamOperation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgTeamOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgTeamPermissionGrant" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgTeamPermissionGrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/photo", + "Method": "PATCH", "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgTeamPhoto" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgTeamPhoto", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgTeamPrimaryChannel" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgTeamPrimaryChannel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgTeamPrimaryChannelMember" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgTeamPrimaryChannelMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgTeamPrimaryChannelMessage" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgTeamPrimaryChannelMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgTeamPrimaryChannelMessageReply" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgTeamPrimaryChannelMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgTeamPrimaryChannelMessageReplyHostedContent" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgTeamPrimaryChannelSharedWithTeam" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgTeamPrimaryChannelSharedWithTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgTeamPrimaryChannelTab" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgTeamPrimaryChannelTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOfferShiftRequest", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgTeamScheduleOfferShiftRequest" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgTeamScheduleOfferShiftRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOpenShift", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgTeamScheduleOpenShift" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgTeamScheduleOpenShift", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgTeamScheduleOpenShiftChangeRequest" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgTeamScheduleOpenShiftChangeRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSchedulingGroup", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgTeamScheduleSchedulingGroup" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgTeamScheduleSchedulingGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgTeamScheduleShift" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgTeamScheduleShift", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgTeamScheduleSwapShiftChangeRequest" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgTeamScheduleSwapShiftChangeRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTimeOff", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgTeamScheduleTimeOff" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgTeamScheduleTimeOff", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTimeOffReason", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgTeamScheduleTimeOffReason" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgTeamScheduleTimeOffReason", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTimeOffRequest", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgTeamScheduleTimeOffRequest" + "Permissions": [], + "Command": "Update-MgTeamScheduleTimeOffRequest", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTeamworkTag", + "Module": "Teams", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -428805,321 +429086,321 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgTeamTag", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", - "OutputType": "IMicrosoftGraphTeamworkTag", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Update-MgTeamTag" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Module": "Teams", + "Permissions": [], + "Command": "Update-MgTeamTagMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Update-MgTeamTagMember" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded" - ], "Uri": "/teamwork", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamwork", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgTeamwork" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgTeamwork", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeletedTeam", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgTeamworkDeletedTeam" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgTeamworkDeletedTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgTeamworkDeletedTeamChannel" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgTeamworkDeletedTeamChannel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgTeamworkDeletedTeamChannelMember" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgTeamworkDeletedTeamChannelMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgTeamworkDeletedTeamChannelMessage" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgTeamworkDeletedTeamChannelMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgTeamworkDeletedTeamChannelMessageHostedContent" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgTeamworkDeletedTeamChannelMessageHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgTeamworkDeletedTeamChannelMessageReply" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgTeamworkDeletedTeamChannelMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgTeamworkDeletedTeamChannelMessageReplyHostedContent" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgTeamworkDeletedTeamChannelSharedWithTeam" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgTeamworkDeletedTeamChannelSharedWithTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgTeamworkDeletedTeamChannelTab" + "Permissions": [], + "Command": "Update-MgTeamworkDeletedTeamChannelTab", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/teamwork/teamsAppSettings", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTeamsAppSettings", + "Module": "Teams", "Permissions": { "Name": "TeamworkAppSettings.ReadWrite.All", "Description": "Read and write Teams app settings", "FullDescription": "Allows the app to read and write the Teams app settings on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgTeamworkTeamAppSetting", "Variants": [ "Update", "UpdateExpanded" ], - "Uri": "/teamwork/teamsAppSettings", - "OutputType": "IMicrosoftGraphTeamsAppSettings", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Update-MgTeamworkTeamAppSetting" + "ApiVersion": "v1.0" }, { + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Module": "Teams", "Permissions": { "Name": "WorkforceIntegration.ReadWrite.All", "Description": "Read and write workforce integrations", "FullDescription": "Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgTeamworkWorkforceIntegration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", - "OutputType": "IMicrosoftGraphWorkforceIntegration", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Update-MgTeamworkWorkforceIntegration" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Module": "Identity.Partner", + "Permissions": [], + "Command": "Update-MgTenantRelationshipDelegatedAdminCustomer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", - "ApiVersion": "v1.0", - "Module": "Identity.Partner", - "Command": "Update-MgTenantRelationshipDelegatedAdminCustomer" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Module": "Identity.Partner", + "Permissions": [], + "Command": "Update-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", - "ApiVersion": "v1.0", - "Module": "Identity.Partner", - "Command": "Update-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Module": "Identity.Partner", "Permissions": { "Name": "DelegatedAdminRelationship.ReadWrite.All", "Description": "Manage Delegated Admin relationships with customers", "FullDescription": "Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgTenantRelationshipDelegatedAdminRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", - "ApiVersion": "v1.0", - "Module": "Identity.Partner", - "Command": "Update-MgTenantRelationshipDelegatedAdminRelationship" + "ApiVersion": "v1.0" }, { + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Module": "Identity.Partner", "Permissions": { "Name": "DelegatedAdminRelationship.ReadWrite.All", "Description": "Manage Delegated Admin relationships with customers", "FullDescription": "Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.", "IsAdmin": true }, - "Method": "PATCH", + "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", - "ApiVersion": "v1.0", - "Module": "Identity.Partner", - "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Module": "Identity.Partner", + "Permissions": [], + "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", - "ApiVersion": "v1.0", - "Module": "Identity.Partner", - "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipOperation" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Module": "Identity.Partner", + "Permissions": [], + "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", - "ApiVersion": "v1.0", - "Module": "Identity.Partner", - "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipRequest" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUser", + "Module": "Users", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -429176,65 +429457,65 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgUser", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Update-MgUser" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/activities/{userActivity-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserActivity", + "Module": "CrossDeviceExperiences", + "Permissions": [], + "Command": "Update-MgUserActivity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/activities/{userActivity-id}", - "OutputType": "IMicrosoftGraphUserActivity", - "ApiVersion": "v1.0", - "Module": "CrossDeviceExperiences", - "Command": "Update-MgUserActivity" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Module": "CrossDeviceExperiences", + "Permissions": [], + "Command": "Update-MgUserActivityHistoryItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", - "OutputType": "IMicrosoftGraphActivityHistoryItem", - "ApiVersion": "v1.0", - "Module": "CrossDeviceExperiences", - "Command": "Update-MgUserActivityHistoryItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Module": "Applications", + "Permissions": [], + "Command": "Update-MgUserAppRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Applications", - "Command": "Update-MgUserAppRoleAssignment" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -429249,50 +429530,50 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgUserAuthenticationEmailMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgUserAuthenticationEmailMethod" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", "Method": "PATCH", + "OutputType": null, + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Update-MgUserAuthenticationMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgUserAuthenticationMethod" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Module": "Identity.SignIns", + "Permissions": [], + "Command": "Update-MgUserAuthenticationOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "OutputType": "IMicrosoftGraphLongRunningOperation", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgUserAuthenticationOperation" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -429307,42 +429588,42 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgUserAuthenticationPhoneMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Command": "Update-MgUserAuthenticationPhoneMethod" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphCalendarGroup", + "Module": "Calendar", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgUserCalendarGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", - "OutputType": "IMicrosoftGraphCalendarGroup", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Update-MgUserCalendarGroup" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphCalendarPermission", + "Module": "Calendar", + "Permissions": [], + "Command": "Update-MgUserCalendarPermission", "Variants": [ "Update", "Update1", @@ -429353,1693 +429634,1693 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", - "OutputType": "IMicrosoftGraphCalendarPermission", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Update-MgUserCalendarPermission" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphChat", + "Module": "Teams", + "Permissions": [], + "Command": "Update-MgUserChat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/chats/{chat-id}", - "OutputType": "IMicrosoftGraphChat", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Update-MgUserChat" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Update-MgUserChatInstalledApp", "Variants": [ "Upgrade", "UpgradeExpanded", "UpgradeViaIdentity", "UpgradeViaIdentityExpanded" ], - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Update-MgUserChatInstalledApp" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageInfo", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgUserChatLastMessagePreview" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserChatLastMessagePreview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgUserChatMember" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserChatMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgUserChatMessage" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserChatMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgUserChatMessageHostedContent" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserChatMessageHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgUserChatMessageReply" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserChatMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgUserChatMessageReplyHostedContent" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserChatMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgUserChatPermissionGrant" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserChatPermissionGrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgUserChatPinnedMessage" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserChatPinnedMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Update-MgUserChatTab" + "Permissions": [], + "Command": "Update-MgUserChatTab", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contacts/{contact-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphContact", + "Module": "PersonalContacts", "Permissions": { "Name": "Contacts.ReadWrite", "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgUserContact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contacts/{contact-id}", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Update-MgUserContact" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", "Method": "PATCH", + "OutputType": null, + "Module": "PersonalContacts", + "Permissions": [], + "Command": "Update-MgUserContactExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Update-MgUserContactExtension" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphContactFolder", + "Module": "PersonalContacts", "Permissions": { "Name": "Contacts.ReadWrite", "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgUserContactFolder", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", - "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Update-MgUserContactFolder" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphContactFolder", + "Module": "PersonalContacts", + "Permissions": [], + "Command": "Update-MgUserContactFolderChildFolder", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Update-MgUserContactFolderChildFolder" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphContact", + "Module": "PersonalContacts", "Permissions": { "Name": "Contacts.ReadWrite", "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgUserContactFolderChildFolderContact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Update-MgUserContactFolderChildFolderContact" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", "Method": "PATCH", + "OutputType": null, + "Module": "PersonalContacts", + "Permissions": [], + "Command": "Update-MgUserContactFolderChildFolderContactExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Update-MgUserContactFolderChildFolderContactExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", "Method": "PATCH", + "OutputType": "IMicrosoftGraphProfilePhoto", + "Module": "PersonalContacts", + "Permissions": [], + "Command": "Update-MgUserContactFolderChildFolderContactPhoto", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Update-MgUserContactFolderChildFolderContactPhoto" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphContact", + "Module": "PersonalContacts", "Permissions": { "Name": "Contacts.ReadWrite", "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgUserContactFolderContact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Update-MgUserContactFolderContact" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", "Method": "PATCH", + "OutputType": null, + "Module": "PersonalContacts", + "Permissions": [], + "Command": "Update-MgUserContactFolderContactExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Update-MgUserContactFolderContactExtension" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphProfilePhoto", + "Module": "PersonalContacts", "Permissions": { "Name": "Contacts.ReadWrite", "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgUserContactFolderContactPhoto", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Update-MgUserContactFolderContactPhoto" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contacts/{contact-id}/photo", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphProfilePhoto", + "Module": "PersonalContacts", "Permissions": { "Name": "Contacts.ReadWrite", "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgUserContactPhoto", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/contacts/{contact-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "v1.0", - "Module": "PersonalContacts", - "Command": "Update-MgUserContactPhoto" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Update-MgUserDeviceManagementTroubleshootingEvent" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDeviceManagementTroubleshootingEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDrive" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDrive", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveItem" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveItemAnalytic" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveItemAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveItemAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveItemAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveItemListItem" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveItemListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveItemListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveItemListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveItemListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveItemListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveItemListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveItemListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveItemListItemField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveItemListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveItemListItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveItemListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveItemListItemVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveItemListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveItemListItemVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveItemListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveItemPermission" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveItemSubscription" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveItemSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveItemThumbnail" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveItemThumbnail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveItemVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list", + "Method": "PATCH", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveList" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveListColumn" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveListColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveListContentType" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveListContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveListContentTypeColumn" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveListContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveListContentTypeColumnLink" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveListContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveListCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveListCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveListItem" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveListItemField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveListItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveListItemVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveListItemVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveListLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveListLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveListOperation" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveListOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveListSubscription" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveListSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveRoot" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveRoot", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveRootAnalytic" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveRootAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveRootAnalyticItemActivityStat" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveRootAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveRootCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveRootCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveRootLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveRootLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveRootListItem" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveRootListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveRootListItemCreatedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveRootListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveRootListItemDocumentSetVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveRootListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveRootListItemDocumentSetVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveRootListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveRootListItemField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveRootListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveRootListItemLastModifiedByUserMailboxSetting" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveRootListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveRootListItemVersion" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveRootListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveRootListItemVersionField" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveRootListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveRootPermission" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveRootPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveRootSubscription" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveRootSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveRootThumbnail" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserDriveRootThumbnail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Command": "Update-MgUserDriveRootVersion" + "Permissions": [], + "Command": "Update-MgUserDriveRootVersion", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/events/{event-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEvent", + "Module": "Calendar", "Permissions": { "Name": "Calendars.ReadWrite", "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgUserEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/events/{event-id}", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Update-MgUserEvent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", "Method": "PATCH", + "OutputType": null, + "Module": "Calendar", + "Permissions": [], + "Command": "Update-MgUserEventExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Update-MgUserEventExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "Method": "PATCH", + "OutputType": null, + "Module": "Calendar", + "Permissions": [], + "Command": "Update-MgUserEventInstanceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", - "Command": "Update-MgUserEventInstanceExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/extensions/{extension-id}", "Method": "PATCH", + "OutputType": null, + "Module": "Users", + "Permissions": [], + "Command": "Update-MgUserExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Update-MgUserExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/inferenceClassification", "Method": "PATCH", + "OutputType": "IMicrosoftGraphInferenceClassification", + "Module": "Mail", + "Permissions": [], + "Command": "Update-MgUserInferenceClassification", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/inferenceClassification", - "OutputType": "IMicrosoftGraphInferenceClassification", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Update-MgUserInferenceClassification" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Module": "Mail", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgUserInferenceClassificationOverride", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Update-MgUserInferenceClassificationOverride" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphLicenseDetails", + "Module": "Users", + "Permissions": [], + "Command": "Update-MgUserLicenseDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", - "OutputType": "IMicrosoftGraphLicenseDetails", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Update-MgUserLicenseDetail" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailboxSettings", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Module": "Users", "Permissions": { "Name": "MailboxSettings.ReadWrite", "Description": "Read and write to your mailbox settings", "FullDescription": "Allows the app to read, update, create, and delete your mailbox settings.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Update-MgUserMailboxSetting" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMailFolder", + "Module": "Mail", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgUserMailFolder", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Update-MgUserMailFolder" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphMailFolder", + "Module": "Mail", + "Permissions": [], + "Command": "Update-MgUserMailFolderChildFolder", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Update-MgUserMailFolderChildFolder" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Mail", + "Permissions": [], + "Command": "Update-MgUserMailFolderChildFolderMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Update-MgUserMailFolderChildFolderMessage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", "Method": "PATCH", + "OutputType": null, + "Module": "Mail", + "Permissions": [], + "Command": "Update-MgUserMailFolderChildFolderMessageExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Update-MgUserMailFolderChildFolderMessageExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphMessageRule", + "Module": "Mail", + "Permissions": [], + "Command": "Update-MgUserMailFolderChildFolderMessageRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", - "OutputType": "IMicrosoftGraphMessageRule", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Update-MgUserMailFolderChildFolderMessageRule" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Mail", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgUserMailFolderMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Update-MgUserMailFolderMessage" + "ApiVersion": "v1.0" }, { - "Permissions": [], - "Method": "PATCH", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Mail", - "Command": "Update-MgUserMailFolderMessageExtension" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserMailFolderMessageExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphMessageRule", - "ApiVersion": "v1.0", "Module": "Mail", - "Command": "Update-MgUserMailFolderMessageRule" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserMailFolderMessageRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Update-MgUserManagedDevice" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserManagedDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Update-MgUserManagedDeviceCategory" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserManagedDeviceCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Update-MgUserManagedDeviceCompliancePolicyState" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserManagedDeviceCompliancePolicyState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Update-MgUserManagedDeviceConfigurationState" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserManagedDeviceConfigurationState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Update-MgUserManagedDeviceLogCollectionResponse" - }, - { "Permissions": [], - "Method": "POST", + "Command": "Update-MgUserManagedDeviceLogCollectionResponse", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Command": "Update-MgUserManagedDeviceWindowsDeviceAccount" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserManagedDeviceWindowsDeviceAccount", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsProtectionState", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Update-MgUserManagedDeviceWindowsProtectionState" - }, - { "Permissions": [], - "Method": "PATCH", + "Command": "Update-MgUserManagedDeviceWindowsProtectionState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Command": "Update-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState" + "Permissions": [], + "Command": "Update-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/messages/{message-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMessage", + "Module": "Mail", "Permissions": { "Name": "Mail.ReadWrite", "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgUserMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/messages/{message-id}", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Update-MgUserMessage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", "Method": "PATCH", + "OutputType": null, + "Module": "Mail", + "Permissions": [], + "Command": "Update-MgUserMessageExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Mail", - "Command": "Update-MgUserMessageExtension" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphNotebook", + "Module": "Notes", + "Permissions": [], + "Command": "Update-MgUserOnenoteNotebook", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Update-MgUserOnenoteNotebook" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphOnenotePage", + "Module": "Notes", + "Permissions": [], + "Command": "Update-MgUserOnenotePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Update-MgUserOnenotePage" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", + "Permissions": [], + "Command": "Update-MgUserOnenotePageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Update-MgUserOnenotePageContent" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Module": "Notes", + "Permissions": [], + "Command": "Update-MgUserOnenoteSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Update-MgUserOnenoteSection" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphSectionGroup", + "Module": "Notes", + "Permissions": [], + "Command": "Update-MgUserOnenoteSectionGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Module": "Notes", - "Command": "Update-MgUserOnenoteSectionGroup" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Module": "CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -431054,90 +431335,90 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgUserOnlineMeeting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Update-MgUserOnlineMeeting" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Module": "CloudCommunications", + "Permissions": [], + "Command": "Update-MgUserOnlineMeetingAttendanceReport", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Update-MgUserOnlineMeetingAttendanceReport" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Module": "CloudCommunications", + "Permissions": [], + "Command": "Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphOutlookCategory", + "Module": "Users", "Permissions": { "Name": "MailboxSettings.ReadWrite", "Description": "Read and write to your mailbox settings", "FullDescription": "Allows the app to read, update, create, and delete your mailbox settings.", "IsAdmin": false }, - "Method": "PATCH", + "Command": "Update-MgUserOutlookMasterCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", - "OutputType": "IMicrosoftGraphOutlookCategory", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Update-MgUserOutlookMasterCategory" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/changePassword", + "Method": "POST", + "OutputType": null, + "Module": "Users.Actions", "Permissions": { "Name": "Directory.AccessAsUser.All", "Description": "Access the directory as you", "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Method": "POST", + "Command": "Update-MgUserPassword", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Uri": "/users/{user-id}/changePassword", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", - "Command": "Update-MgUserPassword" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/photo", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphProfilePhoto", + "Module": "Users", "Permissions": [ { "Name": "User.ReadWrite", @@ -431152,20 +431433,20 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgUserPhoto", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Update-MgUserPhoto" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/planner", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerUser", + "Module": "Planner", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -431180,50 +431461,50 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgUserPlanner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/planner", - "OutputType": "IMicrosoftGraphPlannerUser", - "ApiVersion": "v1.0", - "Module": "Planner", - "Command": "Update-MgUserPlanner" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/presence", "Method": "PATCH", + "OutputType": "IMicrosoftGraphPresence", + "Module": "CloudCommunications", + "Permissions": [], + "Command": "Update-MgUserPresence", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/presence", - "OutputType": "IMicrosoftGraphPresence", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Command": "Update-MgUserPresence" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Module": "Identity.DirectoryManagement", + "Permissions": [], + "Command": "Update-MgUserScopedRoleMemberOf", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgUserScopedRoleMemberOf" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/settings", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserSettings", + "Module": "Users", "Permissions": [ { "Name": "User.ReadWrite", @@ -431238,20 +431519,20 @@ "IsAdmin": true } ], - "Method": "PATCH", + "Command": "Update-MgUserSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/settings", - "OutputType": "IMicrosoftGraphUserSettings", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Update-MgUserSetting" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/settings/shiftPreferences", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphShiftPreferences", + "Module": "Users", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -431266,50 +431547,50 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgUserSettingShiftPreference", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/settings/shiftPreferences", - "OutputType": "IMicrosoftGraphShiftPreferences", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Update-MgUserSettingShiftPreference" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/teamwork", "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserTeamwork", + "Module": "Teams", + "Permissions": [], + "Command": "Update-MgUserTeamwork", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/teamwork", - "OutputType": "IMicrosoftGraphUserTeamwork", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Update-MgUserTeamwork" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Module": "Teams", + "Permissions": [], + "Command": "Update-MgUserTeamworkAssociatedTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", - "ApiVersion": "v1.0", - "Module": "Teams", - "Command": "Update-MgUserTeamworkAssociatedTeam" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTodoTaskList", + "Module": "Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -431324,35 +431605,35 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgUserTodoList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "OutputType": "IMicrosoftGraphTodoTaskList", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Update-MgUserTodoList" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", "Method": "PATCH", + "OutputType": null, + "Module": "Users", + "Permissions": [], + "Command": "Update-MgUserTodoListExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Update-MgUserTodoListExtension" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTodoTask", + "Module": "Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -431367,35 +431648,35 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgUserTodoListTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "OutputType": "IMicrosoftGraphTodoTask", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Update-MgUserTodoListTask" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", "Method": "PATCH", + "OutputType": "IMicrosoftGraphAttachmentSession", + "Module": "Users", + "Permissions": [], + "Command": "Update-MgUserTodoListTaskAttachmentSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", - "OutputType": "IMicrosoftGraphAttachmentSession", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Update-MgUserTodoListTaskAttachmentSession" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphChecklistItem", + "Module": "Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -431410,35 +431691,35 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgUserTodoListTaskChecklistItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "OutputType": "IMicrosoftGraphChecklistItem", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Update-MgUserTodoListTaskChecklistItem" + "ApiVersion": "v1.0" }, { - "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", "Method": "PATCH", + "OutputType": null, + "Module": "Users", + "Permissions": [], + "Command": "Update-MgUserTodoListTaskExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Update-MgUserTodoListTaskExtension" + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphLinkedResource", + "Module": "Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -431453,17 +431734,13 @@ "IsAdmin": false } ], - "Method": "PATCH", + "Command": "Update-MgUserTodoListTaskLinkedResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "OutputType": "IMicrosoftGraphLinkedResource", - "ApiVersion": "v1.0", - "Module": "Users", - "Command": "Update-MgUserTodoListTaskLinkedResource" + "ApiVersion": "v1.0" } ]